Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jul 14, 2021
1 parent d47c4d4 commit 0f12487
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4051,22 +4051,27 @@ Map {
},
"ToastNotification" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(ToastNotification)",
"render": [Function],
},
"InlineNotification" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(InlineNotification)",
"render": [Function],
},
"NotificationActionButton" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(NotificationActionButton)",
"render": [Function],
},
"NotificationButton" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(NotificationButton)",
"render": [Function],
},
"NotificationTextDetails" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(NotificationTextDetails)",
"render": [Function],
},
"NumberInput" => Object {
Expand Down Expand Up @@ -4099,6 +4104,7 @@ Map {
},
"OverflowMenu" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(OverflowMenu)",
"render": [Function],
},
"OverflowMenuItem" => Object {
Expand Down Expand Up @@ -4992,26 +4998,32 @@ Map {
},
"StructuredListWrapper" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(StructuredListWrapper)",
"render": [Function],
},
"StructuredListHead" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(StructuredListHead)",
"render": [Function],
},
"StructuredListBody" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(StructuredListBody)",
"render": [Function],
},
"StructuredListRow" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(StructuredListRow)",
"render": [Function],
},
"StructuredListInput" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(StructuredListInput)",
"render": [Function],
},
"StructuredListCell" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(StructuredListCell)",
"render": [Function],
},
"StructuredListSkeleton" => Object {
Expand Down Expand Up @@ -6082,6 +6094,7 @@ Map {
},
"Toggle" => Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "FeatureToggle(Toggle)",
"render": [Function],
},
"ToggleSmall" => Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2436,7 +2436,7 @@ exports[`DataTable should render 1`] = `
}
}
>
<ForwardRef(FeatureToggle(OverflowMenu))
<FeatureToggle(OverflowMenu)
ariaLabel="Settings"
className="bx--toolbar-action bx--overflow-menu"
flipped={true}
Expand Down Expand Up @@ -2549,7 +2549,7 @@ exports[`DataTable should render 1`] = `
</ClickListener>
</OverflowMenu>
</ForwardRef(OverflowMenu)>
</ForwardRef(FeatureToggle(OverflowMenu))>
</FeatureToggle(OverflowMenu)>
</TableToolbarMenu>
<Button
dangerDescription="danger"
Expand Down Expand Up @@ -3497,7 +3497,7 @@ exports[`DataTable sticky header should render 1`] = `
}
}
>
<ForwardRef(FeatureToggle(OverflowMenu))
<FeatureToggle(OverflowMenu)
ariaLabel="Settings"
className="bx--toolbar-action bx--overflow-menu"
flipped={true}
Expand Down Expand Up @@ -3610,7 +3610,7 @@ exports[`DataTable sticky header should render 1`] = `
</ClickListener>
</OverflowMenu>
</ForwardRef(OverflowMenu)>
</ForwardRef(FeatureToggle(OverflowMenu))>
</FeatureToggle(OverflowMenu)>
</TableToolbarMenu>
<Button
dangerDescription="danger"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`DataTable.TableToolbarMenu should render 1`] = `
}
}
>
<ForwardRef(FeatureToggle(OverflowMenu))
<FeatureToggle(OverflowMenu)
ariaLabel="Add"
className="custom-class bx--toolbar-action bx--overflow-menu"
flipped={true}
Expand Down Expand Up @@ -121,6 +121,6 @@ exports[`DataTable.TableToolbarMenu should render 1`] = `
</ClickListener>
</OverflowMenu>
</ForwardRef(OverflowMenu)>
</ForwardRef(FeatureToggle(OverflowMenu))>
</FeatureToggle(OverflowMenu)>
</TableToolbarMenu>
`;

0 comments on commit 0f12487

Please sign in to comment.