From 277485769b5185dae45a8000fe4a1b6fa863f22a Mon Sep 17 00:00:00 2001 From: Kevin Perrine Date: Thu, 17 Feb 2022 09:16:31 -0500 Subject: [PATCH 01/11] feat(repo): upgrade to carbon 10.50 Only one test failure related to message change in publicAPI test --- .../__snapshots__/Welcome.story.storyshot | 145 +++++-- packages/react/package.json | 6 +- .../Card/__snapshots__/Card.story.storyshot | 7 +- .../__snapshots__/CardEditor.story.storyshot | 9 + .../ComboChartCard.story.storyshot | 6 +- .../ComposedModal.story.storyshot | 1 + .../__snapshots__/Dashboard.story.storyshot | 51 ++- .../DashboardGrid.story.storyshot | 6 +- .../DashboardEditor.story.storyshot | 8 +- .../DateTimePickerV2.story.storyshot | 9 + .../__snapshots__/FlyoutMenu.story.storyshot | 12 + .../__snapshots__/GaugeCard.story.storyshot | 5 + .../Hero/__snapshots__/Hero.story.storyshot | 2 + .../HotspotEditorModal.story.storyshot | 6 + .../HotspotContent.story.storyshot | 4 + .../__snapshots__/ImageCard.story.storyshot | 10 + .../ImageHotspots.story.storyshot | 48 +++ .../List/__snapshots__/List.story.storyshot | 32 +- .../__snapshots__/ListBuilder.story.storyshot | 6 +- .../PageTitleBar.story.storyshot | 18 +- .../__snapshots__/PageWizard.story.storyshot | 5 + .../PieChartCard.story.storyshot | 5 +- .../ProgressIndicator.story.storyshot | 2 + .../__snapshots__/RuleBuilder.story.storyshot | 16 +- .../__snapshots__/SideNav.story.storyshot | 15 +- .../TableBodyRow.story.storyshot | 3 +- ...leColumnCustomizationModal.story.storyshot | 24 +- .../TableManageViewsModal.story.storyshot | 2 - .../TableSaveViewModal.story.storyshot | 8 - .../StatefulTable.story.storyshot | 402 ++---------------- .../__snapshots__/Table.main.story.storyshot | 4 +- .../Table/__snapshots__/Table.story.storyshot | 193 ++------- .../TableColumnCustomization.story.storyshot | 14 +- .../TableUserViewManagement.story.storyshot | 5 +- .../__snapshots__/TableCard.story.storyshot | 49 ++- .../TimeSeriesCard.story.storyshot | 4 +- .../__snapshots__/Tooltip.story.storyshot | 4 + .../__snapshots__/ValueCard.story.storyshot | 3 + .../__snapshots__/publicAPI.test.js.snap | 28 +- .../src/utils/__tests__/publicAPI.test.js | 2 +- yarn.lock | 43 +- 41 files changed, 514 insertions(+), 708 deletions(-) diff --git a/packages/react/.storybook/__snapshots__/Welcome.story.storyshot b/packages/react/.storybook/__snapshots__/Welcome.story.storyshot index 512ac7a79a..130813bdfc 100644 --- a/packages/react/.storybook/__snapshots__/Welcome.story.storyshot +++ b/packages/react/.storybook/__snapshots__/Welcome.story.storyshot @@ -1889,12 +1889,14 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0 - Overview/Get className="bx--structured-list-td" role="cell" > - unstable_ContainedTab + TabContent
+ > + TabContent +
- TabContent + Tabs
- TabContent + Tabs
- Tabs + unstable_TabPanel
+
+
+
- Tabs + unstable_TabPanels
+
- unstable_ContainedTabs + unstable_TabList
+
+
+ unstable_useContextMenu +
+
+
- unstable_PageSelector + unstable_Heading
- unstable_PageSelector -
+ />
- unstable_Pagination + unstable_Section
- unstable_Pagination -
+ />
- unstable_TreeView + unstable_IconButton
- unstable_TreeView -
+ />
- unstable_TreeNode + unstable_Layer
- unstable_TreeNode -
+ />
- unstable_useContextMenu + unstable_PageSelector
+ > + unstable_PageSelector +
- unstable_Heading + unstable_Pagination +
+
+ unstable_Pagination +
+ +
+
+ unstable_Popover
- unstable_Section + unstable_PopoverContent
- unstable_usePrefix + unstable_HStack
- unstable_Popover + unstable_Stack
- unstable_PopoverContent + unstable_VStack
- unstable_HStack + unstable_Tooltip
- unstable_Stack + unstable_TreeView +
+
+ unstable_TreeView +
+
+
+
+ unstable_TreeNode +
+
+ unstable_TreeNode +
+
+
+
+ unstable_usePrefix
- unstable_VStack + unstable_ThemeContext
- unstable_Tooltip + unstable_Theme
- unstable_IconButton + unstable_useTheme
- + 0 items selected

@@ -1656,6 +1658,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/C className="iot--flyout-menu--tooltip-anchor" >
- + 0 items selected

@@ -2123,6 +2125,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 2 - Watson IoT E >
Trigger Text
- + 0 items selected

@@ -2686,6 +2689,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/ } >
- + 0 items selected

@@ -5621,6 +5631,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/ } >
- + 0 items selected

@@ -8591,6 +8608,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/ } >
- + 0 items selected

@@ -12343,6 +12366,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/ >
- + 0 items selected

@@ -13855,6 +13881,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/ } >
- + 0 items selected

@@ -31528,6 +31563,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/ } >
- + 0 items selected

@@ -3466,6 +3469,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/D } >
- + 0 items selected

@@ -19924,7 +19926,9 @@ exports[`Storybook Snapshot tests and console checks Storyshots 2 - Watson IoT E

- + 0 items selected

diff --git a/packages/react/src/components/DateTimePicker/__snapshots__/DateTimePickerV2.story.storyshot b/packages/react/src/components/DateTimePicker/__snapshots__/DateTimePickerV2.story.storyshot index 55f69099f9..b728540313 100644 --- a/packages/react/src/components/DateTimePicker/__snapshots__/DateTimePickerV2.story.storyshot +++ b/packages/react/src/components/DateTimePicker/__snapshots__/DateTimePickerV2.story.storyshot @@ -99,6 +99,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 2 - Watson IoT E className="iot--flyout-menu--tooltip-anchor" >