@carbon/ibm-products 2.23.0 → 2.25.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1746) hide show
  1. package/css/index-full-carbon.css +29560 -28179
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +119 -118
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +24584 -349
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +17388 -121
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/_virtual/_commonjsHelpers.js +12 -0
  18. package/es/_virtual/_rollupPluginBabelHelpers.js +557 -0
  19. package/es/_virtual/index.js +10 -0
  20. package/es/_virtual/index2.js +10 -0
  21. package/es/components/APIKeyModal/APIKeyDownloader.d.ts +20 -0
  22. package/es/components/APIKeyModal/APIKeyDownloader.js +15 -15
  23. package/es/components/APIKeyModal/APIKeyModal.d.ts +2 -0
  24. package/es/components/APIKeyModal/APIKeyModal.js +48 -51
  25. package/es/components/APIKeyModal/index.d.ts +1 -0
  26. package/es/components/AboutModal/AboutModal.d.ts +9 -0
  27. package/es/components/AboutModal/AboutModal.js +29 -37
  28. package/es/components/AboutModal/index.d.ts +1 -0
  29. package/es/components/ActionBar/ActionBar.d.ts +5 -0
  30. package/es/components/ActionBar/ActionBar.js +32 -39
  31. package/es/components/ActionBar/ActionBarItem.d.ts +5 -0
  32. package/es/components/ActionBar/ActionBarItem.js +21 -26
  33. package/es/components/ActionBar/ActionBarOverflowItems.d.ts +18 -0
  34. package/es/components/ActionBar/ActionBarOverflowItems.js +22 -25
  35. package/es/components/ActionBar/index.d.ts +2 -0
  36. package/es/components/ActionSet/ActionSet.d.ts +14 -0
  37. package/es/components/ActionSet/ActionSet.js +22 -27
  38. package/es/components/ActionSet/index.d.ts +1 -0
  39. package/es/components/AddSelect/AddSelect.d.ts +2 -0
  40. package/es/components/AddSelect/AddSelect.js +18 -17
  41. package/es/components/AddSelect/AddSelectBody.d.ts +2 -0
  42. package/es/components/AddSelect/AddSelectBody.js +47 -48
  43. package/es/components/AddSelect/AddSelectBreadcrumbs.d.ts +16 -0
  44. package/es/components/AddSelect/AddSelectBreadcrumbs.js +18 -15
  45. package/es/components/AddSelect/AddSelectColumn.d.ts +31 -0
  46. package/es/components/AddSelect/AddSelectColumn.js +39 -39
  47. package/es/components/AddSelect/AddSelectFilter.d.ts +40 -0
  48. package/es/components/AddSelect/AddSelectFilter.js +33 -34
  49. package/es/components/AddSelect/AddSelectFormControl.d.ts +18 -0
  50. package/es/components/AddSelect/AddSelectFormControl.js +29 -19
  51. package/es/components/AddSelect/AddSelectList.d.ts +16 -0
  52. package/es/components/AddSelect/AddSelectList.js +23 -23
  53. package/es/components/AddSelect/AddSelectMetaPanel.d.ts +22 -0
  54. package/es/components/AddSelect/AddSelectMetaPanel.js +23 -20
  55. package/es/components/AddSelect/AddSelectRow.d.ts +51 -0
  56. package/es/components/AddSelect/AddSelectRow.js +28 -27
  57. package/es/components/AddSelect/AddSelectSidebar.d.ts +34 -0
  58. package/es/components/AddSelect/AddSelectSidebar.js +39 -36
  59. package/es/components/AddSelect/AddSelectSort.d.ts +18 -0
  60. package/es/components/AddSelect/AddSelectSort.js +25 -22
  61. package/es/components/AddSelect/add-select-utils.d.ts +4 -0
  62. package/es/components/AddSelect/add-select-utils.js +18 -11
  63. package/es/components/AddSelect/hooks/useFocus.d.ts +2 -0
  64. package/es/components/AddSelect/hooks/useFocus.js +13 -3
  65. package/es/components/AddSelect/hooks/useItemSort.d.ts +6 -0
  66. package/es/components/AddSelect/hooks/useItemSort.js +12 -9
  67. package/es/components/AddSelect/hooks/useParentSelect.d.ts +5 -0
  68. package/es/components/AddSelect/hooks/useParentSelect.js +11 -8
  69. package/es/components/AddSelect/hooks/usePath.d.ts +10 -0
  70. package/es/components/AddSelect/hooks/usePath.js +12 -13
  71. package/es/components/AddSelect/index.d.ts +1 -0
  72. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +42 -0
  73. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +43 -51
  74. package/es/components/BreadcrumbWithOverflow/index.d.ts +1 -0
  75. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +22 -0
  76. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +35 -40
  77. package/es/components/ButtonSetWithOverflow/index.d.ts +1 -0
  78. package/es/components/Card/Card.d.ts +2 -0
  79. package/es/components/Card/Card.js +36 -38
  80. package/es/components/Card/CardFooter.d.ts +46 -0
  81. package/es/components/Card/CardFooter.js +20 -17
  82. package/es/components/Card/CardHeader.d.ts +51 -0
  83. package/es/components/Card/CardHeader.js +34 -30
  84. package/es/components/Card/index.d.ts +3 -0
  85. package/es/components/Carousel/Carousel.d.ts +18 -0
  86. package/es/components/Carousel/Carousel.js +26 -23
  87. package/es/components/Carousel/CarouselItem.d.ts +5 -0
  88. package/es/components/Carousel/CarouselItem.js +12 -13
  89. package/es/components/Carousel/index.d.ts +2 -0
  90. package/es/components/Cascade/Cascade.d.ts +11 -0
  91. package/es/components/Cascade/Cascade.js +27 -27
  92. package/es/components/Cascade/index.d.ts +1 -0
  93. package/es/components/Checklist/Checklist.d.ts +8 -0
  94. package/es/components/Checklist/Checklist.js +38 -50
  95. package/es/components/Checklist/ChecklistChart.d.ts +5 -0
  96. package/es/components/Checklist/ChecklistChart.js +14 -22
  97. package/es/components/Checklist/ChecklistIcon.d.ts +5 -0
  98. package/es/components/Checklist/ChecklistIcon.js +15 -26
  99. package/es/components/Checklist/index.d.ts +1 -0
  100. package/es/components/Coachmark/Coachmark.d.ts +7 -0
  101. package/es/components/Coachmark/Coachmark.js +256 -0
  102. package/es/components/Coachmark/CoachmarkDragbar.d.ts +6 -0
  103. package/es/components/Coachmark/CoachmarkDragbar.js +145 -0
  104. package/es/components/Coachmark/CoachmarkHeader.d.ts +6 -0
  105. package/es/components/Coachmark/CoachmarkHeader.js +90 -0
  106. package/es/components/Coachmark/CoachmarkOverlay.d.ts +6 -0
  107. package/es/components/Coachmark/CoachmarkOverlay.js +232 -0
  108. package/es/components/Coachmark/CoachmarkTagline.d.ts +6 -0
  109. package/es/components/Coachmark/CoachmarkTagline.js +98 -0
  110. package/es/components/Coachmark/index.d.ts +3 -0
  111. package/es/components/Coachmark/utils/constants.d.ts +1 -0
  112. package/es/components/Coachmark/utils/constants.js +85 -0
  113. package/es/components/Coachmark/utils/context.d.ts +2 -0
  114. package/es/components/Coachmark/utils/context.js +15 -0
  115. package/es/components/Coachmark/utils/enums.d.ts +23 -0
  116. package/es/components/Coachmark/utils/enums.js +42 -0
  117. package/es/components/Coachmark/utils/hooks.d.ts +9 -0
  118. package/es/components/Coachmark/utils/hooks.js +62 -0
  119. package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +5 -0
  120. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +93 -0
  121. package/es/components/CoachmarkBeacon/index.d.ts +1 -0
  122. package/es/components/CoachmarkButton/CoachmarkButton.d.ts +5 -0
  123. package/es/components/CoachmarkButton/CoachmarkButton.js +90 -0
  124. package/es/components/CoachmarkButton/index.d.ts +1 -0
  125. package/es/components/CoachmarkFixed/CoachmarkFixed.d.ts +8 -0
  126. package/es/components/CoachmarkFixed/CoachmarkFixed.js +223 -0
  127. package/es/components/CoachmarkFixed/index.d.ts +1 -0
  128. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +7 -0
  129. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +85 -0
  130. package/es/components/CoachmarkOverlayElement/index.d.ts +1 -0
  131. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +6 -0
  132. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +210 -0
  133. package/es/components/CoachmarkOverlayElements/index.d.ts +1 -0
  134. package/es/components/CoachmarkStack/CoachmarkStack.d.ts +8 -0
  135. package/es/components/CoachmarkStack/CoachmarkStack.js +281 -0
  136. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +6 -0
  137. package/es/components/CoachmarkStack/CoachmarkStackHome.js +193 -0
  138. package/es/components/CoachmarkStack/index.d.ts +1 -0
  139. package/es/components/ComboButton/ComboButton.d.ts +21 -0
  140. package/es/components/ComboButton/ComboButton.js +27 -31
  141. package/es/components/ComboButton/ComboButtonItem/index.d.ts +16 -0
  142. package/es/components/ComboButton/ComboButtonItem/index.js +11 -11
  143. package/es/components/ComboButton/index.d.ts +2 -0
  144. package/es/components/CreateFullPage/CreateFullPage.d.ts +16 -0
  145. package/es/components/CreateFullPage/CreateFullPage.js +43 -43
  146. package/es/components/CreateFullPage/CreateFullPageStep.d.ts +2 -0
  147. package/es/components/CreateFullPage/CreateFullPageStep.js +22 -21
  148. package/es/components/CreateFullPage/index.d.ts +2 -0
  149. package/es/components/CreateInfluencer/CreateInfluencer.d.ts +23 -0
  150. package/es/components/CreateInfluencer/CreateInfluencer.js +17 -15
  151. package/es/components/CreateInfluencer/index.d.ts +1 -0
  152. package/es/components/CreateModal/CreateModal.d.ts +8 -0
  153. package/es/components/CreateModal/CreateModal.js +22 -23
  154. package/es/components/CreateModal/index.d.ts +1 -0
  155. package/es/components/CreateSidePanel/CreateSidePanel.d.ts +5 -0
  156. package/es/components/CreateSidePanel/CreateSidePanel.js +19 -25
  157. package/es/components/CreateSidePanel/index.d.ts +1 -0
  158. package/es/components/CreateTearsheet/CreateTearsheet.d.ts +4 -0
  159. package/es/components/CreateTearsheet/CreateTearsheet.js +32 -27
  160. package/es/components/CreateTearsheet/CreateTearsheetDivider.d.ts +2 -0
  161. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +13 -11
  162. package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +2 -0
  163. package/es/components/CreateTearsheet/CreateTearsheetStep.js +25 -24
  164. package/es/components/CreateTearsheet/index.d.ts +3 -0
  165. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +6 -0
  166. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +19 -20
  167. package/es/components/CreateTearsheetNarrow/index.d.ts +1 -0
  168. package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +5 -0
  169. package/es/components/DataSpreadsheet/DataSpreadsheet.js +52 -54
  170. package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +2 -0
  171. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +32 -33
  172. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +2 -0
  173. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +25 -26
  174. package/es/components/DataSpreadsheet/hooks/index.d.ts +7 -0
  175. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.d.ts +6 -0
  176. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +5 -3
  177. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.d.ts +9 -0
  178. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +10 -8
  179. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.d.ts +6 -0
  180. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +7 -4
  181. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.d.ts +12 -0
  182. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +10 -8
  183. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.d.ts +6 -0
  184. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +7 -5
  185. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +17 -0
  186. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +10 -10
  187. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.d.ts +9 -0
  188. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +7 -5
  189. package/es/components/DataSpreadsheet/index.d.ts +1 -0
  190. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.d.ts +1 -0
  191. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +7 -5
  192. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.d.ts +1 -0
  193. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +7 -4
  194. package/es/components/DataSpreadsheet/utils/createActiveCellFn.d.ts +12 -0
  195. package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +7 -5
  196. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.d.ts +10 -0
  197. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +8 -6
  198. package/es/components/DataSpreadsheet/utils/getCellSize.d.ts +1 -0
  199. package/es/components/DataSpreadsheet/utils/getCellSize.js +12 -9
  200. package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.d.ts +6 -0
  201. package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +5 -3
  202. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.d.ts +9 -0
  203. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +6 -3
  204. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.d.ts +7 -0
  205. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +9 -8
  206. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.d.ts +7 -0
  207. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +7 -4
  208. package/es/components/DataSpreadsheet/utils/handleCellDeletion.d.ts +8 -0
  209. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -5
  210. package/es/components/DataSpreadsheet/utils/handleEditSubmit.d.ts +13 -0
  211. package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +10 -12
  212. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.d.ts +16 -0
  213. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +11 -8
  214. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.d.ts +18 -0
  215. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +16 -15
  216. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.d.ts +7 -0
  217. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +7 -4
  218. package/es/components/DataSpreadsheet/utils/removeCellSelections.d.ts +5 -0
  219. package/es/components/DataSpreadsheet/utils/removeCellSelections.js +7 -5
  220. package/es/components/DataSpreadsheet/utils/selectAllCells.d.ts +9 -0
  221. package/es/components/DataSpreadsheet/utils/selectAllCells.js +10 -9
  222. package/es/components/Datagrid/Datagrid/Datagrid.d.ts +5 -0
  223. package/es/components/Datagrid/Datagrid/Datagrid.js +21 -19
  224. package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +2 -0
  225. package/es/components/Datagrid/Datagrid/DatagridBody.js +19 -16
  226. package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +35 -0
  227. package/es/components/Datagrid/Datagrid/DatagridContent.js +36 -34
  228. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -0
  229. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +15 -9
  230. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -0
  231. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +11 -8
  232. package/es/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -0
  233. package/es/components/Datagrid/Datagrid/DatagridHead.js +7 -4
  234. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.d.ts +2 -0
  235. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +36 -35
  236. package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +2 -0
  237. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +16 -16
  238. package/es/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -0
  239. package/es/components/Datagrid/Datagrid/DatagridRow.js +25 -25
  240. package/es/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +1 -0
  241. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +21 -17
  242. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +28 -0
  243. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +17 -17
  244. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +2 -0
  245. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +16 -16
  246. package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -0
  247. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +18 -16
  248. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -0
  249. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +15 -15
  250. package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +22 -0
  251. package/es/components/Datagrid/Datagrid/DraggableElement.js +25 -23
  252. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +18 -0
  253. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +7 -4
  254. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +21 -0
  255. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +10 -8
  256. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +27 -0
  257. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +25 -20
  258. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +36 -0
  259. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +18 -19
  260. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +18 -0
  261. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +29 -31
  262. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +10 -0
  263. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +10 -7
  264. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.d.ts +1 -0
  265. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +13 -5
  266. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/index.d.ts +2 -0
  267. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +42 -0
  268. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +31 -22
  269. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +50 -0
  270. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +33 -32
  271. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +19 -0
  272. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +18 -18
  273. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +24 -0
  274. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +21 -10
  275. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +24 -0
  276. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +17 -14
  277. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.d.ts +9 -0
  278. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +36 -0
  279. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/index.d.ts +4 -0
  280. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +2 -0
  281. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +12 -2
  282. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +28 -0
  283. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +66 -93
  284. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.d.ts +9 -0
  285. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +5 -4
  286. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.d.ts +7 -0
  287. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +7 -4
  288. package/es/components/Datagrid/Datagrid/addons/Filtering/index.d.ts +3 -0
  289. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +60 -0
  290. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +10 -7
  291. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.d.ts +1 -0
  292. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -10
  293. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +26 -0
  294. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +17 -14
  295. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.d.ts +1 -0
  296. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +29 -0
  297. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +26 -28
  298. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.d.ts +1 -0
  299. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +11 -0
  300. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +18 -18
  301. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.d.ts +1 -0
  302. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +5 -3
  303. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.d.ts +1 -0
  304. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.d.ts +7 -0
  305. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +10 -9
  306. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.d.ts +1 -0
  307. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
  308. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +8 -0
  309. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +16 -15
  310. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.d.ts +7 -0
  311. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +9 -6
  312. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +18 -0
  313. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +19 -18
  314. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.d.ts +3 -0
  315. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +11 -10
  316. package/es/components/Datagrid/Datagrid/addons/RowSize/index.d.ts +1 -0
  317. package/es/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.d.ts +2 -0
  318. package/es/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.js +9 -6
  319. package/es/components/Datagrid/Datagrid/addons/stateReducer.d.ts +17 -0
  320. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +31 -35
  321. package/es/components/Datagrid/Datagrid/index.d.ts +1 -0
  322. package/es/components/Datagrid/common-column-ids.d.ts +1 -0
  323. package/es/components/Datagrid/common-column-ids.js +8 -7
  324. package/es/components/Datagrid/index.d.ts +22 -0
  325. package/es/components/Datagrid/useActionsColumn.d.ts +2 -0
  326. package/es/components/Datagrid/useActionsColumn.js +34 -32
  327. package/es/components/Datagrid/useColumnCenterAlign.d.ts +2 -0
  328. package/es/components/Datagrid/useColumnCenterAlign.js +12 -12
  329. package/es/components/Datagrid/useColumnOrder.d.ts +1 -0
  330. package/es/components/Datagrid/useColumnOrder.js +2 -2
  331. package/es/components/Datagrid/useColumnRightAlign.d.ts +2 -0
  332. package/es/components/Datagrid/useColumnRightAlign.js +12 -12
  333. package/es/components/Datagrid/useCustomizeColumns.d.ts +2 -0
  334. package/es/components/Datagrid/useCustomizeColumns.js +10 -10
  335. package/es/components/Datagrid/useDatagrid.d.ts +2 -0
  336. package/es/components/Datagrid/useDatagrid.js +21 -21
  337. package/es/components/Datagrid/useDefaultStringRenderer.d.ts +2 -0
  338. package/es/components/Datagrid/useDefaultStringRenderer.js +18 -18
  339. package/es/components/Datagrid/useDisableSelectRows.d.ts +2 -0
  340. package/es/components/Datagrid/useDisableSelectRows.js +8 -7
  341. package/es/components/Datagrid/useEditableCell.d.ts +2 -0
  342. package/es/components/Datagrid/useExpandedRow.d.ts +2 -0
  343. package/es/components/Datagrid/useExpandedRow.js +16 -12
  344. package/es/components/Datagrid/useFiltering.d.ts +2 -0
  345. package/es/components/Datagrid/useFiltering.js +11 -16
  346. package/es/components/Datagrid/useFlexResize.d.ts +8 -0
  347. package/es/components/Datagrid/useFlexResize.js +12 -2
  348. package/es/components/Datagrid/useFloatingScroll.d.ts +2 -0
  349. package/es/components/Datagrid/useFloatingScroll.js +12 -9
  350. package/es/components/Datagrid/useFocusRowExpander.d.ts +6 -0
  351. package/es/components/Datagrid/useFocusRowExpander.js +5 -3
  352. package/es/components/Datagrid/useInfiniteScroll.d.ts +2 -0
  353. package/es/components/Datagrid/useInfiniteScroll.js +13 -6
  354. package/es/components/Datagrid/useInlineEdit.d.ts +2 -0
  355. package/es/components/Datagrid/useInlineEdit.js +12 -9
  356. package/es/components/Datagrid/useNestedRowExpander.d.ts +2 -0
  357. package/es/components/Datagrid/useNestedRowExpander.js +14 -16
  358. package/es/components/Datagrid/useNestedRows.d.ts +2 -0
  359. package/es/components/Datagrid/useNestedRows.js +8 -5
  360. package/es/components/Datagrid/useOnRowClick.d.ts +2 -0
  361. package/es/components/Datagrid/useOnRowClick.js +6 -3
  362. package/es/components/Datagrid/useParentDimensions.d.ts +2 -0
  363. package/es/components/Datagrid/useParentDimensions.js +6 -3
  364. package/es/components/Datagrid/useResizeTable.d.ts +2 -0
  365. package/es/components/Datagrid/useResizeTable.js +5 -2
  366. package/es/components/Datagrid/useRowExpander.d.ts +2 -0
  367. package/es/components/Datagrid/useRowExpander.js +17 -17
  368. package/es/components/Datagrid/useRowIsMouseOver.d.ts +2 -0
  369. package/es/components/Datagrid/useRowIsMouseOver.js +11 -12
  370. package/es/components/Datagrid/useRowRenderer.d.ts +2 -0
  371. package/es/components/Datagrid/useRowRenderer.js +11 -8
  372. package/es/components/Datagrid/useRowSize.d.ts +2 -0
  373. package/es/components/Datagrid/useRowSize.js +12 -13
  374. package/es/components/Datagrid/useSelectAllToggle.d.ts +2 -0
  375. package/es/components/Datagrid/useSelectAllToggle.js +17 -16
  376. package/es/components/Datagrid/useSelectRows.d.ts +2 -0
  377. package/es/components/Datagrid/useSelectRows.js +18 -21
  378. package/es/components/Datagrid/useSkeletonRows.d.ts +8 -0
  379. package/es/components/Datagrid/useSkeletonRows.js +12 -2
  380. package/es/components/Datagrid/useSortableColumns.d.ts +2 -0
  381. package/es/components/Datagrid/useSortableColumns.js +19 -19
  382. package/es/components/Datagrid/useStickyColumn.d.ts +2 -0
  383. package/es/components/Datagrid/useStickyColumn.js +13 -14
  384. package/es/components/Datagrid/utils/getAutoSizedColumnWidth.d.ts +1 -0
  385. package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +13 -3
  386. package/es/components/DelimitedList/DelimitedList.d.ts +6 -0
  387. package/es/components/DelimitedList/DelimitedList.js +13 -14
  388. package/es/components/DelimitedList/index.d.ts +1 -0
  389. package/es/components/EditFullPage/EditFullPage.d.ts +6 -0
  390. package/es/components/EditFullPage/EditFullPage.js +13 -14
  391. package/es/components/EditFullPage/index.d.ts +1 -0
  392. package/es/components/EditInPlace/EditInPlace.d.ts +6 -0
  393. package/es/components/EditInPlace/EditInPlace.js +31 -37
  394. package/es/components/EditInPlace/index.d.ts +1 -0
  395. package/es/components/EditSidePanel/EditSidePanel.d.ts +5 -0
  396. package/es/components/EditSidePanel/EditSidePanel.js +20 -26
  397. package/es/components/EditSidePanel/index.d.ts +1 -0
  398. package/es/components/EditTearsheet/EditTearsheet.d.ts +7 -0
  399. package/es/components/EditTearsheet/EditTearsheet.js +25 -24
  400. package/es/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
  401. package/es/components/EditTearsheet/EditTearsheetForm.js +24 -23
  402. package/es/components/EditTearsheet/index.d.ts +2 -0
  403. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +5 -0
  404. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +13 -14
  405. package/es/components/EditTearsheetNarrow/index.d.ts +1 -0
  406. package/es/components/EditUpdateCards/EditUpdateCards.d.ts +7 -0
  407. package/es/components/EditUpdateCards/EditUpdateCards.js +16 -18
  408. package/es/components/EditUpdateCards/index.d.ts +1 -0
  409. package/es/components/EmptyStates/EmptyState.d.ts +9 -0
  410. package/es/components/EmptyStates/EmptyState.js +48 -38
  411. package/es/components/EmptyStates/EmptyStateContent.d.ts +306 -0
  412. package/es/components/EmptyStates/EmptyStateContent.js +17 -23
  413. package/es/components/EmptyStates/EmptyStateIllustration.d.ts +11 -0
  414. package/es/components/EmptyStates/EmptyStateIllustration.js +62 -0
  415. package/es/components/EmptyStates/EmptyStateV2.d.ts +6 -0
  416. package/es/components/EmptyStates/EmptyStateV2.js +126 -0
  417. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +5 -0
  418. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +27 -26
  419. package/es/components/EmptyStates/ErrorEmptyState/index.d.ts +1 -0
  420. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +5 -0
  421. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +28 -27
  422. package/es/components/EmptyStates/NoDataEmptyState/index.d.ts +1 -0
  423. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +5 -0
  424. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +27 -26
  425. package/es/components/EmptyStates/NoTagsEmptyState/index.d.ts +1 -0
  426. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +5 -0
  427. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +27 -26
  428. package/es/components/EmptyStates/NotFoundEmptyState/index.d.ts +1 -0
  429. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +5 -0
  430. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +27 -26
  431. package/es/components/EmptyStates/NotificationsEmptyState/index.d.ts +1 -0
  432. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +5 -0
  433. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +27 -26
  434. package/es/components/EmptyStates/UnauthorizedEmptyState/index.d.ts +1 -0
  435. package/es/components/EmptyStates/assets/ErrorIllustration.d.ts +15 -0
  436. package/es/components/EmptyStates/assets/ErrorIllustration.js +64 -63
  437. package/es/components/EmptyStates/assets/NoDataIllustration.d.ts +15 -0
  438. package/es/components/EmptyStates/assets/NoDataIllustration.js +54 -53
  439. package/es/components/EmptyStates/assets/NoTagsIllustration.d.ts +15 -0
  440. package/es/components/EmptyStates/assets/NoTagsIllustration.js +125 -124
  441. package/es/components/EmptyStates/assets/NotFoundIllustration.d.ts +15 -0
  442. package/es/components/EmptyStates/assets/NotFoundIllustration.js +95 -94
  443. package/es/components/EmptyStates/assets/NotificationsIllustration.d.ts +15 -0
  444. package/es/components/EmptyStates/assets/NotificationsIllustration.js +92 -91
  445. package/es/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +15 -0
  446. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +85 -84
  447. package/es/components/EmptyStates/index.d.ts +8 -0
  448. package/es/components/ExportModal/ExportModal.d.ts +5 -0
  449. package/es/components/ExportModal/ExportModal.js +40 -41
  450. package/es/components/ExportModal/index.d.ts +1 -0
  451. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +2 -0
  452. package/es/components/ExpressiveCard/ExpressiveCard.js +19 -16
  453. package/es/components/ExpressiveCard/index.d.ts +1 -0
  454. package/es/components/FilterSummary/FilterSummary.d.ts +3 -0
  455. package/es/components/FilterSummary/FilterSummary.js +28 -29
  456. package/es/components/FilterSummary/index.d.ts +1 -0
  457. package/es/components/FullPageError/FullPageError.d.ts +5 -0
  458. package/es/components/FullPageError/FullPageError.js +129 -0
  459. package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +9 -0
  460. package/es/components/FullPageError/assets/ErrorGenericSVG.js +714 -0
  461. package/es/components/FullPageError/index.d.ts +1 -0
  462. package/es/components/Guidebanner/Guidebanner.d.ts +6 -0
  463. package/es/components/Guidebanner/Guidebanner.js +34 -33
  464. package/es/components/Guidebanner/GuidebannerElement.d.ts +19 -0
  465. package/es/components/Guidebanner/GuidebannerElement.js +17 -16
  466. package/es/components/Guidebanner/GuidebannerElementButton.d.ts +17 -0
  467. package/es/components/Guidebanner/GuidebannerElementButton.js +18 -16
  468. package/es/components/Guidebanner/GuidebannerElementLink.d.ts +15 -0
  469. package/es/components/Guidebanner/GuidebannerElementLink.js +14 -13
  470. package/es/components/Guidebanner/index.d.ts +4 -0
  471. package/es/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +7 -0
  472. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +24 -25
  473. package/es/components/HTTPErrors/HTTPError403/index.d.ts +1 -0
  474. package/es/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +7 -0
  475. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +24 -25
  476. package/es/components/HTTPErrors/HTTPError404/index.d.ts +1 -0
  477. package/es/components/HTTPErrors/HTTPErrorContent.d.ts +309 -0
  478. package/es/components/HTTPErrors/HTTPErrorContent.js +20 -26
  479. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.d.ts +7 -0
  480. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +24 -25
  481. package/es/components/HTTPErrors/HTTPErrorOther/index.d.ts +1 -0
  482. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +9 -0
  483. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +368 -367
  484. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +9 -0
  485. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +319 -318
  486. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +9 -0
  487. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +331 -330
  488. package/es/components/HTTPErrors/index.d.ts +3 -0
  489. package/es/components/ImportModal/ImportModal.d.ts +2 -0
  490. package/es/components/ImportModal/ImportModal.js +41 -46
  491. package/es/components/ImportModal/index.d.ts +1 -0
  492. package/es/components/InlineTip/InlineTip.d.ts +7 -0
  493. package/es/components/InlineTip/InlineTip.js +37 -38
  494. package/es/components/InlineTip/InlineTipButton.d.ts +5 -0
  495. package/es/components/InlineTip/InlineTipButton.js +14 -15
  496. package/es/components/InlineTip/InlineTipLink.d.ts +5 -0
  497. package/es/components/InlineTip/InlineTipLink.js +17 -17
  498. package/es/components/InlineTip/index.d.ts +3 -0
  499. package/es/components/InlineTip/utils.d.ts +1 -0
  500. package/es/components/InlineTip/utils.js +13 -3
  501. package/es/components/InterstitialScreen/InterstitialScreen.d.ts +8 -0
  502. package/es/components/InterstitialScreen/InterstitialScreen.js +421 -0
  503. package/es/components/InterstitialScreen/index.d.ts +1 -0
  504. package/es/components/InterstitialScreenView/InterstitialScreenView.d.ts +5 -0
  505. package/es/components/InterstitialScreenView/InterstitialScreenView.js +74 -0
  506. package/es/components/InterstitialScreenView/index.d.ts +1 -0
  507. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +5 -0
  508. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +81 -0
  509. package/es/components/InterstitialScreenViewModule/index.d.ts +1 -0
  510. package/es/components/MultiAddSelect/MultiAddSelect.d.ts +5 -0
  511. package/es/components/MultiAddSelect/MultiAddSelect.js +18 -15
  512. package/es/components/MultiAddSelect/index.d.ts +1 -0
  513. package/es/components/NonLinearReading/NonLinearReading.d.ts +7 -0
  514. package/es/components/NonLinearReading/NonLinearReading.js +19 -17
  515. package/es/components/NonLinearReading/index.d.ts +1 -0
  516. package/es/components/NotificationsPanel/NotificationsPanel.d.ts +2 -0
  517. package/es/components/NotificationsPanel/NotificationsPanel.js +50 -54
  518. package/es/components/NotificationsPanel/index.d.ts +1 -0
  519. package/es/components/NotificationsPanel/utils.d.ts +15 -0
  520. package/es/components/NotificationsPanel/utils.js +5 -3
  521. package/es/components/OptionsTile/OptionsTile.d.ts +5 -0
  522. package/es/components/OptionsTile/OptionsTile.js +33 -37
  523. package/es/components/OptionsTile/index.d.ts +1 -0
  524. package/es/components/PageHeader/PageHeader.d.ts +6 -0
  525. package/es/components/PageHeader/PageHeader.js +72 -74
  526. package/es/components/PageHeader/PageHeaderTitle.d.ts +31 -0
  527. package/es/components/PageHeader/PageHeaderTitle.js +24 -16
  528. package/es/components/PageHeader/PageHeaderUtils.d.ts +7 -0
  529. package/es/components/PageHeader/PageHeaderUtils.js +19 -17
  530. package/es/components/PageHeader/index.d.ts +1 -0
  531. package/es/components/ProductiveCard/ProductiveCard.d.ts +2 -0
  532. package/es/components/ProductiveCard/ProductiveCard.js +20 -21
  533. package/es/components/ProductiveCard/index.d.ts +1 -0
  534. package/es/components/RemoveModal/RemoveModal.d.ts +7 -0
  535. package/es/components/RemoveModal/RemoveModal.js +29 -31
  536. package/es/components/RemoveModal/index.d.ts +1 -0
  537. package/es/components/Saving/Saving.d.ts +69 -0
  538. package/es/components/Saving/Saving.js +28 -26
  539. package/es/components/Saving/index.d.ts +1 -0
  540. package/es/components/SearchBar/SearchBar.d.ts +5 -0
  541. package/es/components/SearchBar/SearchBar.js +222 -0
  542. package/es/components/SearchBar/index.d.ts +1 -0
  543. package/es/components/SidePanel/SidePanel.d.ts +5 -0
  544. package/es/components/SidePanel/SidePanel.js +58 -66
  545. package/es/components/SidePanel/constants.d.ts +7 -0
  546. package/es/components/SidePanel/constants.js +5 -3
  547. package/es/components/SidePanel/index.d.ts +1 -0
  548. package/es/components/SidePanel/motion/variants.d.ts +42 -0
  549. package/es/components/SidePanel/motion/variants.js +8 -5
  550. package/es/components/SimpleHeader/SimpleHeader.d.ts +48 -0
  551. package/es/components/SimpleHeader/SimpleHeader.js +17 -16
  552. package/es/components/SingleAddSelect/SingleAddSelect.d.ts +5 -0
  553. package/es/components/SingleAddSelect/SingleAddSelect.js +19 -16
  554. package/es/components/SingleAddSelect/index.d.ts +1 -0
  555. package/es/components/StatusIcon/StatusIcon.d.ts +11 -0
  556. package/es/components/StatusIcon/StatusIcon.js +60 -58
  557. package/es/components/StatusIcon/index.d.ts +1 -0
  558. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +5 -0
  559. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +16 -19
  560. package/es/components/SteppedAnimatedMedia/index.d.ts +1 -0
  561. package/es/components/TagSet/TagSet.d.ts +8 -0
  562. package/es/components/TagSet/TagSet.js +34 -37
  563. package/es/components/TagSet/TagSetModal.d.ts +29 -0
  564. package/es/components/TagSet/TagSetModal.js +27 -29
  565. package/es/components/TagSet/TagSetOverflow.d.ts +2 -0
  566. package/es/components/TagSet/TagSetOverflow.js +27 -26
  567. package/es/components/TagSet/index.d.ts +1 -0
  568. package/es/components/Tearsheet/Tearsheet.d.ts +18 -0
  569. package/es/components/Tearsheet/Tearsheet.js +19 -25
  570. package/es/components/Tearsheet/TearsheetNarrow.d.ts +14 -0
  571. package/es/components/Tearsheet/TearsheetNarrow.js +19 -25
  572. package/es/components/Tearsheet/TearsheetShell.d.ts +17 -0
  573. package/es/components/Tearsheet/TearsheetShell.js +43 -50
  574. package/es/components/Tearsheet/index.d.ts +2 -0
  575. package/es/components/Toolbar/Toolbar.d.ts +6 -0
  576. package/es/components/Toolbar/Toolbar.js +25 -26
  577. package/es/components/Toolbar/ToolbarButton.d.ts +4 -0
  578. package/es/components/Toolbar/ToolbarButton.js +21 -20
  579. package/es/components/Toolbar/ToolbarGroup.d.ts +3 -0
  580. package/es/components/Toolbar/ToolbarGroup.js +16 -14
  581. package/es/components/Toolbar/index.d.ts +3 -0
  582. package/es/components/TooltipTrigger/TooltipTrigger.d.ts +15 -0
  583. package/es/components/TooltipTrigger/TooltipTrigger.js +12 -13
  584. package/es/components/TooltipTrigger/index.d.ts +1 -0
  585. package/es/components/TruncatedList/TruncatedList.d.ts +7 -0
  586. package/es/components/TruncatedList/TruncatedList.js +171 -0
  587. package/es/components/TruncatedList/index.d.ts +1 -0
  588. package/es/components/UserAvatar/UserAvatar.d.ts +2 -0
  589. package/es/components/UserAvatar/UserAvatar.js +147 -0
  590. package/es/components/UserAvatar/index.d.ts +1 -0
  591. package/es/components/UserProfileImage/UserProfileImage.d.ts +5 -0
  592. package/es/components/UserProfileImage/UserProfileImage.js +28 -30
  593. package/es/components/UserProfileImage/index.d.ts +1 -0
  594. package/es/components/WebTerminal/WebTerminal.d.ts +5 -0
  595. package/es/components/WebTerminal/WebTerminal.js +28 -36
  596. package/es/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -0
  597. package/es/components/WebTerminal/WebTerminalContentWrapper.js +13 -15
  598. package/es/components/WebTerminal/hooks/index.d.ts +12 -0
  599. package/es/components/WebTerminal/hooks/index.js +18 -16
  600. package/es/components/WebTerminal/index.d.ts +3 -0
  601. package/es/components/_Canary/Canary.d.ts +12 -0
  602. package/es/components/_Canary/Canary.js +17 -21
  603. package/es/components/_Canary/index.d.ts +1 -0
  604. package/es/components/index.d.ts +56 -0
  605. package/es/global/js/hooks/index.d.ts +12 -0
  606. package/es/global/js/hooks/useActiveElement.d.ts +1 -0
  607. package/es/global/js/hooks/useActiveElement.js +7 -4
  608. package/es/global/js/hooks/useClickOutside.d.ts +1 -0
  609. package/es/global/js/hooks/useClickOutside.js +6 -3
  610. package/es/global/js/hooks/useControllableState.d.ts +27 -0
  611. package/es/global/js/hooks/useControllableState.js +8 -6
  612. package/es/global/js/hooks/useCreateComponentFocus.d.ts +7 -0
  613. package/es/global/js/hooks/useCreateComponentFocus.js +9 -8
  614. package/es/global/js/hooks/useCreateComponentStepChange.d.ts +24 -0
  615. package/es/global/js/hooks/useCreateComponentStepChange.js +15 -13
  616. package/es/global/js/hooks/usePortalTarget.d.ts +1 -0
  617. package/es/global/js/hooks/usePortalTarget.js +7 -4
  618. package/es/global/js/hooks/usePrefix.d.ts +1 -0
  619. package/es/global/js/hooks/usePrefix.js +7 -4
  620. package/es/global/js/hooks/usePreviousValue.d.ts +1 -0
  621. package/es/global/js/hooks/usePreviousValue.js +6 -4
  622. package/es/global/js/hooks/useResetCreateComponent.d.ts +10 -0
  623. package/es/global/js/hooks/useResetCreateComponent.js +6 -4
  624. package/es/global/js/hooks/useResizeObserver.d.ts +4 -0
  625. package/es/global/js/hooks/useResizeObserver.js +9 -6
  626. package/es/global/js/hooks/useRetrieveFormTitles.d.ts +5 -0
  627. package/es/global/js/hooks/useRetrieveFormTitles.js +13 -3
  628. package/es/global/js/hooks/useRetrieveStepData.d.ts +9 -0
  629. package/es/global/js/hooks/useRetrieveStepData.js +6 -4
  630. package/es/global/js/hooks/useValidCreateStepCount.d.ts +1 -0
  631. package/es/global/js/hooks/useValidCreateStepCount.js +5 -3
  632. package/es/global/js/hooks/useWindowResize.d.ts +1 -0
  633. package/es/global/js/hooks/useWindowResize.js +9 -8
  634. package/es/global/js/hooks/useWindowScroll.d.ts +3 -0
  635. package/es/global/js/hooks/useWindowScroll.js +8 -13
  636. package/es/global/js/package-settings.d.ts +123 -0
  637. package/es/global/js/package-settings.js +38 -10
  638. package/es/global/js/utils/Wrap.d.ts +12 -0
  639. package/es/global/js/utils/Wrap.js +11 -12
  640. package/es/global/js/utils/deepCloneObject.d.ts +1 -0
  641. package/es/global/js/utils/deepCloneObject.js +13 -3
  642. package/es/global/js/utils/devtools.d.ts +6 -0
  643. package/es/global/js/utils/devtools.js +7 -8
  644. package/es/global/js/utils/getBezierValues.d.ts +1 -0
  645. package/es/global/js/utils/getBezierValues.js +11 -2
  646. package/es/global/js/utils/getFocusableElements.d.ts +1 -0
  647. package/es/global/js/utils/getFocusableElements.js +13 -3
  648. package/es/global/js/utils/getNodeTextContent.d.ts +1 -0
  649. package/es/global/js/utils/getNodeTextContent.js +13 -3
  650. package/es/global/js/utils/getNumberOfHiddenSteps.d.ts +1 -0
  651. package/es/global/js/utils/getNumberOfHiddenSteps.js +5 -3
  652. package/es/global/js/utils/getScrollbarWidth.d.ts +1 -0
  653. package/es/global/js/utils/getScrollbarWidth.js +5 -3
  654. package/es/global/js/utils/keyboardNavigation.d.ts +27 -0
  655. package/es/global/js/utils/keyboardNavigation.js +5 -8
  656. package/es/global/js/utils/lastIndexInArray.d.ts +1 -0
  657. package/es/global/js/utils/lastIndexInArray.js +5 -3
  658. package/es/global/js/utils/motionConstants.d.ts +23 -0
  659. package/es/global/js/utils/motionConstants.js +8 -6
  660. package/es/global/js/utils/pconsole.d.ts +15 -0
  661. package/es/global/js/utils/pconsole.js +17 -9
  662. package/es/global/js/utils/props-helper.d.ts +37 -0
  663. package/es/global/js/utils/props-helper.js +17 -81
  664. package/es/global/js/utils/rangeWithCallback.d.ts +1 -0
  665. package/es/global/js/utils/rangeWithCallback.js +5 -3
  666. package/es/global/js/utils/scrollableAncestor.d.ts +1 -0
  667. package/es/global/js/utils/scrollableAncestor.js +13 -3
  668. package/es/global/js/utils/unwrap-if-fragment.d.ts +6 -0
  669. package/es/global/js/utils/uuidv4.d.ts +2 -0
  670. package/es/global/js/utils/uuidv4.js +8 -2
  671. package/es/global/js/utils/wait.d.ts +2 -0
  672. package/es/global/js/utils/wait.js +8 -2
  673. package/es/global/js/utils/wrapFocus.d.ts +25 -0
  674. package/es/global/js/utils/wrapFocus.js +5 -5
  675. package/es/index.d.ts +9 -0
  676. package/es/index.js +103 -4
  677. package/es/node_modules/@carbon/colors/es/index.js +11 -0
  678. package/es/node_modules/@carbon/icon-helpers/es/index.js +140 -0
  679. package/es/node_modules/@carbon/icons-react/es/Icon.js +73 -0
  680. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2985 -0
  681. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +2900 -0
  682. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3004 -0
  683. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  684. package/es/node_modules/classnames/index.js +70 -0
  685. package/es/node_modules/object-assign/index.js +89 -0
  686. package/es/node_modules/prop-types/checkPropTypes.js +96 -0
  687. package/es/node_modules/prop-types/factoryWithThrowingShims.js +64 -0
  688. package/es/node_modules/prop-types/factoryWithTypeCheckers.js +562 -0
  689. package/es/node_modules/prop-types/index.js +29 -0
  690. package/es/node_modules/prop-types/lib/ReactPropTypesSecret.js +18 -0
  691. package/es/node_modules/prop-types/lib/has.js +17 -0
  692. package/es/settings.d.ts +106 -0
  693. package/es/settings.js +23 -13
  694. package/lib/_virtual/_commonjsHelpers.js +16 -0
  695. package/lib/_virtual/_rollupPluginBabelHelpers.js +583 -0
  696. package/lib/_virtual/index.js +14 -0
  697. package/lib/_virtual/index2.js +14 -0
  698. package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +20 -0
  699. package/lib/components/APIKeyModal/APIKeyDownloader.js +34 -36
  700. package/lib/components/APIKeyModal/APIKeyModal.d.ts +2 -0
  701. package/lib/components/APIKeyModal/APIKeyModal.js +123 -128
  702. package/lib/components/APIKeyModal/index.d.ts +1 -0
  703. package/lib/components/AboutModal/AboutModal.d.ts +9 -0
  704. package/lib/components/AboutModal/AboutModal.js +65 -73
  705. package/lib/components/AboutModal/index.d.ts +1 -0
  706. package/lib/components/ActionBar/ActionBar.d.ts +5 -0
  707. package/lib/components/ActionBar/ActionBar.js +74 -78
  708. package/lib/components/ActionBar/ActionBarItem.d.ts +5 -0
  709. package/lib/components/ActionBar/ActionBarItem.js +38 -39
  710. package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +18 -0
  711. package/lib/components/ActionBar/ActionBarOverflowItems.js +35 -41
  712. package/lib/components/ActionBar/index.d.ts +2 -0
  713. package/lib/components/ActionSet/ActionSet.d.ts +14 -0
  714. package/lib/components/ActionSet/ActionSet.js +47 -48
  715. package/lib/components/ActionSet/index.d.ts +1 -0
  716. package/lib/components/AddSelect/AddSelect.d.ts +2 -0
  717. package/lib/components/AddSelect/AddSelect.js +91 -90
  718. package/lib/components/AddSelect/AddSelectBody.d.ts +2 -0
  719. package/lib/components/AddSelect/AddSelectBody.js +139 -140
  720. package/lib/components/AddSelect/AddSelectBreadcrumbs.d.ts +16 -0
  721. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +31 -27
  722. package/lib/components/AddSelect/AddSelectColumn.d.ts +31 -0
  723. package/lib/components/AddSelect/AddSelectColumn.js +72 -72
  724. package/lib/components/AddSelect/AddSelectFilter.d.ts +40 -0
  725. package/lib/components/AddSelect/AddSelectFilter.js +63 -64
  726. package/lib/components/AddSelect/AddSelectFormControl.d.ts +18 -0
  727. package/lib/components/AddSelect/AddSelectFormControl.js +42 -31
  728. package/lib/components/AddSelect/AddSelectList.d.ts +16 -0
  729. package/lib/components/AddSelect/AddSelectList.js +39 -36
  730. package/lib/components/AddSelect/AddSelectMetaPanel.d.ts +22 -0
  731. package/lib/components/AddSelect/AddSelectMetaPanel.js +42 -41
  732. package/lib/components/AddSelect/AddSelectRow.d.ts +51 -0
  733. package/lib/components/AddSelect/AddSelectRow.js +73 -74
  734. package/lib/components/AddSelect/AddSelectSidebar.d.ts +34 -0
  735. package/lib/components/AddSelect/AddSelectSidebar.js +61 -55
  736. package/lib/components/AddSelect/AddSelectSort.d.ts +18 -0
  737. package/lib/components/AddSelect/AddSelectSort.js +39 -35
  738. package/lib/components/AddSelect/add-select-utils.d.ts +4 -0
  739. package/lib/components/AddSelect/add-select-utils.js +25 -18
  740. package/lib/components/AddSelect/hooks/useFocus.d.ts +2 -0
  741. package/lib/components/AddSelect/hooks/useFocus.js +20 -13
  742. package/lib/components/AddSelect/hooks/useItemSort.d.ts +6 -0
  743. package/lib/components/AddSelect/hooks/useItemSort.js +20 -20
  744. package/lib/components/AddSelect/hooks/useParentSelect.d.ts +5 -0
  745. package/lib/components/AddSelect/hooks/useParentSelect.js +17 -17
  746. package/lib/components/AddSelect/hooks/usePath.d.ts +10 -0
  747. package/lib/components/AddSelect/hooks/usePath.js +25 -27
  748. package/lib/components/AddSelect/index.d.ts +1 -0
  749. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +42 -0
  750. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +89 -96
  751. package/lib/components/BreadcrumbWithOverflow/index.d.ts +1 -0
  752. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +22 -0
  753. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +67 -72
  754. package/lib/components/ButtonSetWithOverflow/index.d.ts +1 -0
  755. package/lib/components/Card/Card.d.ts +2 -0
  756. package/lib/components/Card/Card.js +92 -94
  757. package/lib/components/Card/CardFooter.d.ts +46 -0
  758. package/lib/components/Card/CardFooter.js +49 -45
  759. package/lib/components/Card/CardHeader.d.ts +51 -0
  760. package/lib/components/Card/CardHeader.js +67 -62
  761. package/lib/components/Card/index.d.ts +3 -0
  762. package/lib/components/Carousel/Carousel.d.ts +18 -0
  763. package/lib/components/Carousel/Carousel.js +65 -61
  764. package/lib/components/Carousel/CarouselItem.d.ts +5 -0
  765. package/lib/components/Carousel/CarouselItem.js +33 -27
  766. package/lib/components/Carousel/index.d.ts +2 -0
  767. package/lib/components/Cascade/Cascade.d.ts +11 -0
  768. package/lib/components/Cascade/Cascade.js +46 -48
  769. package/lib/components/Cascade/index.d.ts +1 -0
  770. package/lib/components/Checklist/Checklist.d.ts +8 -0
  771. package/lib/components/Checklist/Checklist.js +89 -100
  772. package/lib/components/Checklist/ChecklistChart.d.ts +5 -0
  773. package/lib/components/Checklist/ChecklistChart.js +37 -37
  774. package/lib/components/Checklist/ChecklistIcon.d.ts +5 -0
  775. package/lib/components/Checklist/ChecklistIcon.js +36 -41
  776. package/lib/components/Checklist/index.d.ts +1 -0
  777. package/lib/components/Coachmark/Coachmark.d.ts +7 -0
  778. package/lib/components/Coachmark/Coachmark.js +262 -0
  779. package/lib/components/Coachmark/CoachmarkDragbar.d.ts +6 -0
  780. package/lib/components/Coachmark/CoachmarkDragbar.js +151 -0
  781. package/lib/components/Coachmark/CoachmarkHeader.d.ts +6 -0
  782. package/lib/components/Coachmark/CoachmarkHeader.js +96 -0
  783. package/lib/components/Coachmark/CoachmarkOverlay.d.ts +6 -0
  784. package/lib/components/Coachmark/CoachmarkOverlay.js +238 -0
  785. package/lib/components/Coachmark/CoachmarkTagline.d.ts +6 -0
  786. package/lib/components/Coachmark/CoachmarkTagline.js +104 -0
  787. package/lib/components/Coachmark/index.d.ts +3 -0
  788. package/lib/components/Coachmark/utils/constants.d.ts +1 -0
  789. package/lib/components/Coachmark/utils/constants.js +89 -0
  790. package/lib/components/Coachmark/utils/context.d.ts +2 -0
  791. package/lib/components/Coachmark/utils/context.js +20 -0
  792. package/lib/components/Coachmark/utils/enums.d.ts +23 -0
  793. package/lib/components/Coachmark/utils/enums.js +47 -0
  794. package/lib/components/Coachmark/utils/hooks.d.ts +9 -0
  795. package/lib/components/Coachmark/utils/hooks.js +67 -0
  796. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +5 -0
  797. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +99 -0
  798. package/lib/components/CoachmarkBeacon/index.d.ts +1 -0
  799. package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +5 -0
  800. package/lib/components/CoachmarkButton/CoachmarkButton.js +96 -0
  801. package/lib/components/CoachmarkButton/index.d.ts +1 -0
  802. package/lib/components/CoachmarkFixed/CoachmarkFixed.d.ts +8 -0
  803. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +229 -0
  804. package/lib/components/CoachmarkFixed/index.d.ts +1 -0
  805. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +7 -0
  806. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +91 -0
  807. package/lib/components/CoachmarkOverlayElement/index.d.ts +1 -0
  808. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +6 -0
  809. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +216 -0
  810. package/lib/components/CoachmarkOverlayElements/index.d.ts +1 -0
  811. package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +8 -0
  812. package/lib/components/CoachmarkStack/CoachmarkStack.js +287 -0
  813. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +6 -0
  814. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +199 -0
  815. package/lib/components/CoachmarkStack/index.d.ts +1 -0
  816. package/lib/components/ComboButton/ComboButton.d.ts +21 -0
  817. package/lib/components/ComboButton/ComboButton.js +47 -51
  818. package/lib/components/ComboButton/ComboButtonItem/index.d.ts +16 -0
  819. package/lib/components/ComboButton/ComboButtonItem/index.js +23 -20
  820. package/lib/components/ComboButton/index.d.ts +2 -0
  821. package/lib/components/CreateFullPage/CreateFullPage.d.ts +16 -0
  822. package/lib/components/CreateFullPage/CreateFullPage.js +120 -118
  823. package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +2 -0
  824. package/lib/components/CreateFullPage/CreateFullPageStep.js +58 -60
  825. package/lib/components/CreateFullPage/index.d.ts +2 -0
  826. package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +23 -0
  827. package/lib/components/CreateInfluencer/CreateInfluencer.js +36 -33
  828. package/lib/components/CreateInfluencer/index.d.ts +1 -0
  829. package/lib/components/CreateModal/CreateModal.d.ts +8 -0
  830. package/lib/components/CreateModal/CreateModal.js +48 -48
  831. package/lib/components/CreateModal/index.d.ts +1 -0
  832. package/lib/components/CreateSidePanel/CreateSidePanel.d.ts +5 -0
  833. package/lib/components/CreateSidePanel/CreateSidePanel.js +53 -56
  834. package/lib/components/CreateSidePanel/index.d.ts +1 -0
  835. package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +4 -0
  836. package/lib/components/CreateTearsheet/CreateTearsheet.js +100 -95
  837. package/lib/components/CreateTearsheet/CreateTearsheetDivider.d.ts +2 -0
  838. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +26 -27
  839. package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +2 -0
  840. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +63 -65
  841. package/lib/components/CreateTearsheet/index.d.ts +3 -0
  842. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +6 -0
  843. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +52 -51
  844. package/lib/components/CreateTearsheetNarrow/index.d.ts +1 -0
  845. package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +5 -0
  846. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +159 -162
  847. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +2 -0
  848. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +132 -133
  849. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +2 -0
  850. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +87 -88
  851. package/lib/components/DataSpreadsheet/hooks/index.d.ts +7 -0
  852. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.d.ts +6 -0
  853. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +12 -11
  854. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.d.ts +9 -0
  855. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +30 -31
  856. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.d.ts +6 -0
  857. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +14 -13
  858. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.d.ts +12 -0
  859. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +25 -26
  860. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.d.ts +6 -0
  861. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +18 -17
  862. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +17 -0
  863. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +31 -32
  864. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.d.ts +9 -0
  865. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
  866. package/lib/components/DataSpreadsheet/index.d.ts +1 -0
  867. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.d.ts +1 -0
  868. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +14 -14
  869. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.d.ts +1 -0
  870. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +12 -11
  871. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.d.ts +12 -0
  872. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +17 -17
  873. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.d.ts +10 -0
  874. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +19 -19
  875. package/lib/components/DataSpreadsheet/utils/getCellSize.d.ts +1 -0
  876. package/lib/components/DataSpreadsheet/utils/getCellSize.js +17 -16
  877. package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.d.ts +6 -0
  878. package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
  879. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.d.ts +9 -0
  880. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -11
  881. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.d.ts +7 -0
  882. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +21 -21
  883. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.d.ts +7 -0
  884. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +14 -13
  885. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.d.ts +8 -0
  886. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +15 -14
  887. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.d.ts +13 -0
  888. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +22 -24
  889. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.d.ts +16 -0
  890. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +27 -27
  891. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.d.ts +18 -0
  892. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +31 -29
  893. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.d.ts +7 -0
  894. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +15 -14
  895. package/lib/components/DataSpreadsheet/utils/removeCellSelections.d.ts +5 -0
  896. package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +14 -14
  897. package/lib/components/DataSpreadsheet/utils/selectAllCells.d.ts +9 -0
  898. package/lib/components/DataSpreadsheet/utils/selectAllCells.js +21 -21
  899. package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +5 -0
  900. package/lib/components/Datagrid/Datagrid/Datagrid.js +37 -35
  901. package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +2 -0
  902. package/lib/components/Datagrid/Datagrid/DatagridBody.js +26 -23
  903. package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +35 -0
  904. package/lib/components/Datagrid/Datagrid/DatagridContent.js +89 -89
  905. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -0
  906. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +25 -18
  907. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -0
  908. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +20 -16
  909. package/lib/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -0
  910. package/lib/components/Datagrid/Datagrid/DatagridHead.js +16 -12
  911. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.d.ts +2 -0
  912. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +62 -62
  913. package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +2 -0
  914. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +27 -25
  915. package/lib/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -0
  916. package/lib/components/Datagrid/Datagrid/DatagridRow.js +45 -42
  917. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +1 -0
  918. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +41 -37
  919. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +28 -0
  920. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +47 -48
  921. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +2 -0
  922. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +27 -25
  923. package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -0
  924. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +43 -43
  925. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -0
  926. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +37 -37
  927. package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +22 -0
  928. package/lib/components/Datagrid/Datagrid/DraggableElement.js +46 -44
  929. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +18 -0
  930. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +43 -26
  931. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +21 -0
  932. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +46 -29
  933. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +27 -0
  934. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +53 -49
  935. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +36 -0
  936. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +60 -60
  937. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +18 -0
  938. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +60 -59
  939. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +10 -0
  940. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +39 -21
  941. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.d.ts +1 -0
  942. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +20 -11
  943. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/index.d.ts +2 -0
  944. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +42 -0
  945. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +86 -79
  946. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +50 -0
  947. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +92 -92
  948. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +19 -0
  949. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +47 -46
  950. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +24 -0
  951. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +40 -31
  952. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +24 -0
  953. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +33 -20
  954. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.d.ts +9 -0
  955. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +40 -0
  956. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/index.d.ts +4 -0
  957. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +2 -0
  958. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +17 -9
  959. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +28 -0
  960. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +111 -138
  961. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.d.ts +9 -0
  962. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +20 -17
  963. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.d.ts +7 -0
  964. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +13 -12
  965. package/lib/components/Datagrid/Datagrid/addons/Filtering/index.d.ts +3 -0
  966. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +60 -0
  967. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +30 -27
  968. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.d.ts +1 -0
  969. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +23 -25
  970. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +26 -0
  971. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +38 -34
  972. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.d.ts +1 -0
  973. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +29 -0
  974. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +86 -88
  975. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.d.ts +1 -0
  976. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +11 -0
  977. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +37 -36
  978. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.d.ts +1 -0
  979. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +9 -9
  980. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.d.ts +1 -0
  981. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.d.ts +7 -0
  982. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +20 -20
  983. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.d.ts +1 -0
  984. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +9 -9
  985. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +8 -0
  986. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +33 -33
  987. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.d.ts +7 -0
  988. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +19 -18
  989. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +18 -0
  990. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +42 -42
  991. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.d.ts +3 -0
  992. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +31 -31
  993. package/lib/components/Datagrid/Datagrid/addons/RowSize/index.d.ts +1 -0
  994. package/lib/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.d.ts +2 -0
  995. package/lib/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.js +19 -18
  996. package/lib/components/Datagrid/Datagrid/addons/stateReducer.d.ts +17 -0
  997. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +47 -48
  998. package/lib/components/Datagrid/Datagrid/index.d.ts +1 -0
  999. package/lib/components/Datagrid/common-column-ids.d.ts +1 -0
  1000. package/lib/components/Datagrid/common-column-ids.js +12 -13
  1001. package/lib/components/Datagrid/index.d.ts +22 -0
  1002. package/lib/components/Datagrid/useActionsColumn.d.ts +2 -0
  1003. package/lib/components/Datagrid/useActionsColumn.js +50 -46
  1004. package/lib/components/Datagrid/useColumnCenterAlign.d.ts +2 -0
  1005. package/lib/components/Datagrid/useColumnCenterAlign.js +28 -25
  1006. package/lib/components/Datagrid/useColumnOrder.d.ts +1 -0
  1007. package/lib/components/Datagrid/useColumnOrder.js +14 -9
  1008. package/lib/components/Datagrid/useColumnRightAlign.d.ts +2 -0
  1009. package/lib/components/Datagrid/useColumnRightAlign.js +28 -25
  1010. package/lib/components/Datagrid/useCustomizeColumns.d.ts +2 -0
  1011. package/lib/components/Datagrid/useCustomizeColumns.js +46 -30
  1012. package/lib/components/Datagrid/useDatagrid.d.ts +2 -0
  1013. package/lib/components/Datagrid/useDatagrid.js +38 -36
  1014. package/lib/components/Datagrid/useDefaultStringRenderer.d.ts +2 -0
  1015. package/lib/components/Datagrid/useDefaultStringRenderer.js +29 -27
  1016. package/lib/components/Datagrid/useDisableSelectRows.d.ts +2 -0
  1017. package/lib/components/Datagrid/useDisableSelectRows.js +12 -13
  1018. package/lib/components/Datagrid/useEditableCell.d.ts +2 -0
  1019. package/lib/components/Datagrid/useExpandedRow.d.ts +2 -0
  1020. package/lib/components/Datagrid/useExpandedRow.js +29 -26
  1021. package/lib/components/Datagrid/useFiltering.d.ts +2 -0
  1022. package/lib/components/Datagrid/useFiltering.js +27 -33
  1023. package/lib/components/Datagrid/useFlexResize.d.ts +8 -0
  1024. package/lib/components/Datagrid/useFlexResize.js +17 -10
  1025. package/lib/components/Datagrid/useFloatingScroll.d.ts +2 -0
  1026. package/lib/components/Datagrid/useFloatingScroll.js +19 -20
  1027. package/lib/components/Datagrid/useFocusRowExpander.d.ts +6 -0
  1028. package/lib/components/Datagrid/useFocusRowExpander.js +12 -11
  1029. package/lib/components/Datagrid/useInfiniteScroll.d.ts +2 -0
  1030. package/lib/components/Datagrid/useInfiniteScroll.js +26 -18
  1031. package/lib/components/Datagrid/useInlineEdit.d.ts +2 -0
  1032. package/lib/components/Datagrid/useInlineEdit.js +27 -26
  1033. package/lib/components/Datagrid/useNestedRowExpander.d.ts +2 -0
  1034. package/lib/components/Datagrid/useNestedRowExpander.js +35 -36
  1035. package/lib/components/Datagrid/useNestedRows.d.ts +2 -0
  1036. package/lib/components/Datagrid/useNestedRows.js +17 -17
  1037. package/lib/components/Datagrid/useOnRowClick.d.ts +2 -0
  1038. package/lib/components/Datagrid/useOnRowClick.js +13 -12
  1039. package/lib/components/Datagrid/useParentDimensions.d.ts +2 -0
  1040. package/lib/components/Datagrid/useParentDimensions.js +18 -18
  1041. package/lib/components/Datagrid/useResizeTable.d.ts +2 -0
  1042. package/lib/components/Datagrid/useResizeTable.js +11 -10
  1043. package/lib/components/Datagrid/useRowExpander.d.ts +2 -0
  1044. package/lib/components/Datagrid/useRowExpander.js +36 -35
  1045. package/lib/components/Datagrid/useRowIsMouseOver.d.ts +2 -0
  1046. package/lib/components/Datagrid/useRowIsMouseOver.js +25 -23
  1047. package/lib/components/Datagrid/useRowRenderer.d.ts +2 -0
  1048. package/lib/components/Datagrid/useRowRenderer.js +15 -16
  1049. package/lib/components/Datagrid/useRowSize.d.ts +2 -0
  1050. package/lib/components/Datagrid/useRowSize.js +21 -23
  1051. package/lib/components/Datagrid/useSelectAllToggle.d.ts +2 -0
  1052. package/lib/components/Datagrid/useSelectAllToggle.js +31 -33
  1053. package/lib/components/Datagrid/useSelectRows.d.ts +2 -0
  1054. package/lib/components/Datagrid/useSelectRows.js +43 -46
  1055. package/lib/components/Datagrid/useSkeletonRows.d.ts +8 -0
  1056. package/lib/components/Datagrid/useSkeletonRows.js +16 -9
  1057. package/lib/components/Datagrid/useSortableColumns.d.ts +2 -0
  1058. package/lib/components/Datagrid/useSortableColumns.js +39 -36
  1059. package/lib/components/Datagrid/useStickyColumn.d.ts +2 -0
  1060. package/lib/components/Datagrid/useStickyColumn.js +39 -37
  1061. package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.d.ts +1 -0
  1062. package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +17 -10
  1063. package/lib/components/DelimitedList/DelimitedList.d.ts +6 -0
  1064. package/lib/components/DelimitedList/DelimitedList.js +32 -32
  1065. package/lib/components/DelimitedList/index.d.ts +1 -0
  1066. package/lib/components/EditFullPage/EditFullPage.d.ts +6 -0
  1067. package/lib/components/EditFullPage/EditFullPage.js +34 -31
  1068. package/lib/components/EditFullPage/index.d.ts +1 -0
  1069. package/lib/components/EditInPlace/EditInPlace.d.ts +6 -0
  1070. package/lib/components/EditInPlace/EditInPlace.js +75 -80
  1071. package/lib/components/EditInPlace/index.d.ts +1 -0
  1072. package/lib/components/EditSidePanel/EditSidePanel.d.ts +5 -0
  1073. package/lib/components/EditSidePanel/EditSidePanel.js +56 -59
  1074. package/lib/components/EditSidePanel/index.d.ts +1 -0
  1075. package/lib/components/EditTearsheet/EditTearsheet.d.ts +7 -0
  1076. package/lib/components/EditTearsheet/EditTearsheet.js +61 -60
  1077. package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
  1078. package/lib/components/EditTearsheet/EditTearsheetForm.js +46 -48
  1079. package/lib/components/EditTearsheet/index.d.ts +2 -0
  1080. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +5 -0
  1081. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +34 -31
  1082. package/lib/components/EditTearsheetNarrow/index.d.ts +1 -0
  1083. package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +7 -0
  1084. package/lib/components/EditUpdateCards/EditUpdateCards.js +61 -60
  1085. package/lib/components/EditUpdateCards/index.d.ts +1 -0
  1086. package/lib/components/EmptyStates/EmptyState.d.ts +9 -0
  1087. package/lib/components/EmptyStates/EmptyState.js +76 -62
  1088. package/lib/components/EmptyStates/EmptyStateContent.d.ts +306 -0
  1089. package/lib/components/EmptyStates/EmptyStateContent.js +45 -44
  1090. package/lib/components/EmptyStates/EmptyStateIllustration.d.ts +11 -0
  1091. package/lib/components/EmptyStates/EmptyStateIllustration.js +70 -0
  1092. package/lib/components/EmptyStates/EmptyStateV2.d.ts +6 -0
  1093. package/lib/components/EmptyStates/EmptyStateV2.js +132 -0
  1094. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +5 -0
  1095. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +56 -53
  1096. package/lib/components/EmptyStates/ErrorEmptyState/index.d.ts +1 -0
  1097. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +5 -0
  1098. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +57 -54
  1099. package/lib/components/EmptyStates/NoDataEmptyState/index.d.ts +1 -0
  1100. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +5 -0
  1101. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +56 -53
  1102. package/lib/components/EmptyStates/NoTagsEmptyState/index.d.ts +1 -0
  1103. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +5 -0
  1104. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +56 -53
  1105. package/lib/components/EmptyStates/NotFoundEmptyState/index.d.ts +1 -0
  1106. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +5 -0
  1107. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +56 -53
  1108. package/lib/components/EmptyStates/NotificationsEmptyState/index.d.ts +1 -0
  1109. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +5 -0
  1110. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +56 -53
  1111. package/lib/components/EmptyStates/UnauthorizedEmptyState/index.d.ts +1 -0
  1112. package/lib/components/EmptyStates/assets/ErrorIllustration.d.ts +15 -0
  1113. package/lib/components/EmptyStates/assets/ErrorIllustration.js +81 -75
  1114. package/lib/components/EmptyStates/assets/NoDataIllustration.d.ts +15 -0
  1115. package/lib/components/EmptyStates/assets/NoDataIllustration.js +71 -65
  1116. package/lib/components/EmptyStates/assets/NoTagsIllustration.d.ts +15 -0
  1117. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +142 -136
  1118. package/lib/components/EmptyStates/assets/NotFoundIllustration.d.ts +15 -0
  1119. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +112 -106
  1120. package/lib/components/EmptyStates/assets/NotificationsIllustration.d.ts +15 -0
  1121. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +109 -103
  1122. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +15 -0
  1123. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +102 -96
  1124. package/lib/components/EmptyStates/index.d.ts +8 -0
  1125. package/lib/components/ExportModal/ExportModal.d.ts +5 -0
  1126. package/lib/components/ExportModal/ExportModal.js +87 -90
  1127. package/lib/components/ExportModal/index.d.ts +1 -0
  1128. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +2 -0
  1129. package/lib/components/ExpressiveCard/ExpressiveCard.js +55 -56
  1130. package/lib/components/ExpressiveCard/index.d.ts +1 -0
  1131. package/lib/components/FilterSummary/FilterSummary.d.ts +3 -0
  1132. package/lib/components/FilterSummary/FilterSummary.js +68 -69
  1133. package/lib/components/FilterSummary/index.d.ts +1 -0
  1134. package/lib/components/FullPageError/FullPageError.d.ts +5 -0
  1135. package/lib/components/FullPageError/FullPageError.js +135 -0
  1136. package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +9 -0
  1137. package/lib/components/FullPageError/assets/ErrorGenericSVG.js +722 -0
  1138. package/lib/components/FullPageError/index.d.ts +1 -0
  1139. package/lib/components/Guidebanner/Guidebanner.d.ts +6 -0
  1140. package/lib/components/Guidebanner/Guidebanner.js +72 -73
  1141. package/lib/components/Guidebanner/GuidebannerElement.d.ts +19 -0
  1142. package/lib/components/Guidebanner/GuidebannerElement.js +35 -33
  1143. package/lib/components/Guidebanner/GuidebannerElementButton.d.ts +17 -0
  1144. package/lib/components/Guidebanner/GuidebannerElementButton.js +40 -37
  1145. package/lib/components/Guidebanner/GuidebannerElementLink.d.ts +15 -0
  1146. package/lib/components/Guidebanner/GuidebannerElementLink.js +32 -30
  1147. package/lib/components/Guidebanner/index.d.ts +4 -0
  1148. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +7 -0
  1149. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +39 -38
  1150. package/lib/components/HTTPErrors/HTTPError403/index.d.ts +1 -0
  1151. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +7 -0
  1152. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +39 -38
  1153. package/lib/components/HTTPErrors/HTTPError404/index.d.ts +1 -0
  1154. package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +309 -0
  1155. package/lib/components/HTTPErrors/HTTPErrorContent.js +36 -35
  1156. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.d.ts +7 -0
  1157. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +39 -38
  1158. package/lib/components/HTTPErrors/HTTPErrorOther/index.d.ts +1 -0
  1159. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +9 -0
  1160. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +375 -374
  1161. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +9 -0
  1162. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +326 -325
  1163. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +9 -0
  1164. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +338 -337
  1165. package/lib/components/HTTPErrors/index.d.ts +3 -0
  1166. package/lib/components/ImportModal/ImportModal.d.ts +2 -0
  1167. package/lib/components/ImportModal/ImportModal.js +91 -98
  1168. package/lib/components/ImportModal/index.d.ts +1 -0
  1169. package/lib/components/InlineTip/InlineTip.d.ts +7 -0
  1170. package/lib/components/InlineTip/InlineTip.js +74 -76
  1171. package/lib/components/InlineTip/InlineTipButton.d.ts +5 -0
  1172. package/lib/components/InlineTip/InlineTipButton.js +32 -31
  1173. package/lib/components/InlineTip/InlineTipLink.d.ts +5 -0
  1174. package/lib/components/InlineTip/InlineTipLink.js +36 -34
  1175. package/lib/components/InlineTip/index.d.ts +3 -0
  1176. package/lib/components/InlineTip/utils.d.ts +1 -0
  1177. package/lib/components/InlineTip/utils.js +18 -11
  1178. package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +8 -0
  1179. package/lib/components/InterstitialScreen/InterstitialScreen.js +427 -0
  1180. package/lib/components/InterstitialScreen/index.d.ts +1 -0
  1181. package/lib/components/InterstitialScreenView/InterstitialScreenView.d.ts +5 -0
  1182. package/lib/components/InterstitialScreenView/InterstitialScreenView.js +80 -0
  1183. package/lib/components/InterstitialScreenView/index.d.ts +1 -0
  1184. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +5 -0
  1185. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +87 -0
  1186. package/lib/components/InterstitialScreenViewModule/index.d.ts +1 -0
  1187. package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +5 -0
  1188. package/lib/components/MultiAddSelect/MultiAddSelect.js +70 -71
  1189. package/lib/components/MultiAddSelect/index.d.ts +1 -0
  1190. package/lib/components/NonLinearReading/NonLinearReading.d.ts +7 -0
  1191. package/lib/components/NonLinearReading/NonLinearReading.js +42 -42
  1192. package/lib/components/NonLinearReading/index.d.ts +1 -0
  1193. package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +2 -0
  1194. package/lib/components/NotificationsPanel/NotificationsPanel.js +131 -134
  1195. package/lib/components/NotificationsPanel/index.d.ts +1 -0
  1196. package/lib/components/NotificationsPanel/utils.d.ts +15 -0
  1197. package/lib/components/NotificationsPanel/utils.js +9 -9
  1198. package/lib/components/OptionsTile/OptionsTile.d.ts +5 -0
  1199. package/lib/components/OptionsTile/OptionsTile.js +101 -86
  1200. package/lib/components/OptionsTile/index.d.ts +1 -0
  1201. package/lib/components/PageHeader/PageHeader.d.ts +6 -0
  1202. package/lib/components/PageHeader/PageHeader.js +227 -227
  1203. package/lib/components/PageHeader/PageHeaderTitle.d.ts +31 -0
  1204. package/lib/components/PageHeader/PageHeaderTitle.js +52 -41
  1205. package/lib/components/PageHeader/PageHeaderUtils.d.ts +7 -0
  1206. package/lib/components/PageHeader/PageHeaderUtils.js +39 -31
  1207. package/lib/components/PageHeader/index.d.ts +1 -0
  1208. package/lib/components/ProductiveCard/ProductiveCard.d.ts +2 -0
  1209. package/lib/components/ProductiveCard/ProductiveCard.js +64 -67
  1210. package/lib/components/ProductiveCard/index.d.ts +1 -0
  1211. package/lib/components/RemoveModal/RemoveModal.d.ts +7 -0
  1212. package/lib/components/RemoveModal/RemoveModal.js +64 -68
  1213. package/lib/components/RemoveModal/index.d.ts +1 -0
  1214. package/lib/components/Saving/Saving.d.ts +69 -0
  1215. package/lib/components/Saving/Saving.js +55 -56
  1216. package/lib/components/Saving/index.d.ts +1 -0
  1217. package/lib/components/SearchBar/SearchBar.d.ts +5 -0
  1218. package/lib/components/SearchBar/SearchBar.js +228 -0
  1219. package/lib/components/SearchBar/index.d.ts +1 -0
  1220. package/lib/components/SidePanel/SidePanel.d.ts +5 -0
  1221. package/lib/components/SidePanel/SidePanel.js +152 -161
  1222. package/lib/components/SidePanel/constants.d.ts +7 -0
  1223. package/lib/components/SidePanel/constants.js +9 -9
  1224. package/lib/components/SidePanel/index.d.ts +1 -0
  1225. package/lib/components/SidePanel/motion/variants.d.ts +42 -0
  1226. package/lib/components/SidePanel/motion/variants.js +19 -17
  1227. package/lib/components/SimpleHeader/SimpleHeader.d.ts +48 -0
  1228. package/lib/components/SimpleHeader/SimpleHeader.js +47 -45
  1229. package/lib/components/SingleAddSelect/SingleAddSelect.d.ts +5 -0
  1230. package/lib/components/SingleAddSelect/SingleAddSelect.js +48 -49
  1231. package/lib/components/SingleAddSelect/index.d.ts +1 -0
  1232. package/lib/components/StatusIcon/StatusIcon.d.ts +11 -0
  1233. package/lib/components/StatusIcon/StatusIcon.js +124 -126
  1234. package/lib/components/StatusIcon/index.d.ts +1 -0
  1235. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +5 -0
  1236. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +45 -46
  1237. package/lib/components/SteppedAnimatedMedia/index.d.ts +1 -0
  1238. package/lib/components/TagSet/TagSet.d.ts +8 -0
  1239. package/lib/components/TagSet/TagSet.js +89 -92
  1240. package/lib/components/TagSet/TagSetModal.d.ts +29 -0
  1241. package/lib/components/TagSet/TagSetModal.js +53 -55
  1242. package/lib/components/TagSet/TagSetOverflow.d.ts +2 -0
  1243. package/lib/components/TagSet/TagSetOverflow.js +55 -54
  1244. package/lib/components/TagSet/index.d.ts +1 -0
  1245. package/lib/components/Tearsheet/Tearsheet.d.ts +18 -0
  1246. package/lib/components/Tearsheet/Tearsheet.js +54 -55
  1247. package/lib/components/Tearsheet/TearsheetNarrow.d.ts +14 -0
  1248. package/lib/components/Tearsheet/TearsheetNarrow.js +49 -50
  1249. package/lib/components/Tearsheet/TearsheetShell.d.ts +17 -0
  1250. package/lib/components/Tearsheet/TearsheetShell.js +106 -106
  1251. package/lib/components/Tearsheet/index.d.ts +2 -0
  1252. package/lib/components/Toolbar/Toolbar.d.ts +6 -0
  1253. package/lib/components/Toolbar/Toolbar.js +55 -54
  1254. package/lib/components/Toolbar/ToolbarButton.d.ts +4 -0
  1255. package/lib/components/Toolbar/ToolbarButton.js +36 -36
  1256. package/lib/components/Toolbar/ToolbarGroup.d.ts +3 -0
  1257. package/lib/components/Toolbar/ToolbarGroup.js +28 -28
  1258. package/lib/components/Toolbar/index.d.ts +3 -0
  1259. package/lib/components/TooltipTrigger/TooltipTrigger.d.ts +15 -0
  1260. package/lib/components/TooltipTrigger/TooltipTrigger.js +29 -28
  1261. package/lib/components/TooltipTrigger/index.d.ts +1 -0
  1262. package/lib/components/TruncatedList/TruncatedList.d.ts +7 -0
  1263. package/lib/components/TruncatedList/TruncatedList.js +177 -0
  1264. package/lib/components/TruncatedList/index.d.ts +1 -0
  1265. package/lib/components/UserAvatar/UserAvatar.d.ts +2 -0
  1266. package/lib/components/UserAvatar/UserAvatar.js +153 -0
  1267. package/lib/components/UserAvatar/index.d.ts +1 -0
  1268. package/lib/components/UserProfileImage/UserProfileImage.d.ts +5 -0
  1269. package/lib/components/UserProfileImage/UserProfileImage.js +57 -56
  1270. package/lib/components/UserProfileImage/index.d.ts +1 -0
  1271. package/lib/components/WebTerminal/WebTerminal.d.ts +5 -0
  1272. package/lib/components/WebTerminal/WebTerminal.js +60 -68
  1273. package/lib/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -0
  1274. package/lib/components/WebTerminal/WebTerminalContentWrapper.js +30 -30
  1275. package/lib/components/WebTerminal/hooks/index.d.ts +12 -0
  1276. package/lib/components/WebTerminal/hooks/index.js +37 -35
  1277. package/lib/components/WebTerminal/index.d.ts +3 -0
  1278. package/lib/components/_Canary/Canary.d.ts +12 -0
  1279. package/lib/components/_Canary/Canary.js +33 -31
  1280. package/lib/components/_Canary/index.d.ts +1 -0
  1281. package/lib/components/index.d.ts +56 -0
  1282. package/lib/global/js/hooks/index.d.ts +12 -0
  1283. package/lib/global/js/hooks/useActiveElement.d.ts +1 -0
  1284. package/lib/global/js/hooks/useActiveElement.js +15 -15
  1285. package/lib/global/js/hooks/useClickOutside.d.ts +1 -0
  1286. package/lib/global/js/hooks/useClickOutside.js +12 -11
  1287. package/lib/global/js/hooks/useControllableState.d.ts +27 -0
  1288. package/lib/global/js/hooks/useControllableState.js +18 -18
  1289. package/lib/global/js/hooks/useCreateComponentFocus.d.ts +7 -0
  1290. package/lib/global/js/hooks/useCreateComponentFocus.js +18 -19
  1291. package/lib/global/js/hooks/useCreateComponentStepChange.d.ts +24 -0
  1292. package/lib/global/js/hooks/useCreateComponentStepChange.js +23 -24
  1293. package/lib/global/js/hooks/usePortalTarget.d.ts +1 -0
  1294. package/lib/global/js/hooks/usePortalTarget.js +20 -20
  1295. package/lib/global/js/hooks/usePrefix.d.ts +1 -0
  1296. package/lib/global/js/hooks/usePrefix.js +12 -12
  1297. package/lib/global/js/hooks/usePreviousValue.d.ts +1 -0
  1298. package/lib/global/js/hooks/usePreviousValue.js +13 -12
  1299. package/lib/global/js/hooks/useResetCreateComponent.d.ts +10 -0
  1300. package/lib/global/js/hooks/useResetCreateComponent.js +14 -13
  1301. package/lib/global/js/hooks/useResizeObserver.d.ts +4 -0
  1302. package/lib/global/js/hooks/useResizeObserver.js +23 -24
  1303. package/lib/global/js/hooks/useRetrieveFormTitles.d.ts +5 -0
  1304. package/lib/global/js/hooks/useRetrieveFormTitles.js +19 -12
  1305. package/lib/global/js/hooks/useRetrieveStepData.d.ts +9 -0
  1306. package/lib/global/js/hooks/useRetrieveStepData.js +14 -14
  1307. package/lib/global/js/hooks/useValidCreateStepCount.d.ts +1 -0
  1308. package/lib/global/js/hooks/useValidCreateStepCount.js +12 -11
  1309. package/lib/global/js/hooks/useWindowResize.d.ts +1 -0
  1310. package/lib/global/js/hooks/useWindowResize.js +22 -23
  1311. package/lib/global/js/hooks/useWindowScroll.d.ts +3 -0
  1312. package/lib/global/js/hooks/useWindowScroll.js +16 -27
  1313. package/lib/global/js/package-settings.d.ts +123 -0
  1314. package/lib/global/js/package-settings.js +47 -18
  1315. package/lib/global/js/utils/Wrap.d.ts +12 -0
  1316. package/lib/global/js/utils/Wrap.js +27 -24
  1317. package/lib/global/js/utils/deepCloneObject.d.ts +1 -0
  1318. package/lib/global/js/utils/deepCloneObject.js +17 -10
  1319. package/lib/global/js/utils/devtools.d.ts +6 -0
  1320. package/lib/global/js/utils/devtools.js +14 -18
  1321. package/lib/global/js/utils/getBezierValues.d.ts +1 -0
  1322. package/lib/global/js/utils/getBezierValues.js +17 -9
  1323. package/lib/global/js/utils/getFocusableElements.d.ts +1 -0
  1324. package/lib/global/js/utils/getFocusableElements.js +17 -10
  1325. package/lib/global/js/utils/getNodeTextContent.d.ts +1 -0
  1326. package/lib/global/js/utils/getNodeTextContent.js +17 -10
  1327. package/lib/global/js/utils/getNumberOfHiddenSteps.d.ts +1 -0
  1328. package/lib/global/js/utils/getNumberOfHiddenSteps.js +9 -9
  1329. package/lib/global/js/utils/getScrollbarWidth.d.ts +1 -0
  1330. package/lib/global/js/utils/getScrollbarWidth.js +9 -9
  1331. package/lib/global/js/utils/keyboardNavigation.d.ts +27 -0
  1332. package/lib/global/js/utils/keyboardNavigation.js +11 -14
  1333. package/lib/global/js/utils/lastIndexInArray.d.ts +1 -0
  1334. package/lib/global/js/utils/lastIndexInArray.js +9 -9
  1335. package/lib/global/js/utils/motionConstants.d.ts +23 -0
  1336. package/lib/global/js/utils/motionConstants.js +26 -25
  1337. package/lib/global/js/utils/pconsole.d.ts +15 -0
  1338. package/lib/global/js/utils/pconsole.js +26 -14
  1339. package/lib/global/js/utils/props-helper.d.ts +37 -0
  1340. package/lib/global/js/utils/props-helper.js +37 -98
  1341. package/lib/global/js/utils/rangeWithCallback.d.ts +1 -0
  1342. package/lib/global/js/utils/rangeWithCallback.js +9 -9
  1343. package/lib/global/js/utils/scrollableAncestor.d.ts +1 -0
  1344. package/lib/global/js/utils/scrollableAncestor.js +17 -10
  1345. package/lib/global/js/utils/unwrap-if-fragment.d.ts +6 -0
  1346. package/lib/global/js/utils/uuidv4.d.ts +2 -0
  1347. package/lib/global/js/utils/uuidv4.js +11 -7
  1348. package/lib/global/js/utils/wait.d.ts +2 -0
  1349. package/lib/global/js/utils/wait.js +11 -7
  1350. package/lib/global/js/utils/wrapFocus.d.ts +25 -0
  1351. package/lib/global/js/utils/wrapFocus.js +16 -16
  1352. package/lib/index.d.ts +9 -0
  1353. package/lib/index.js +455 -34
  1354. package/lib/node_modules/@carbon/colors/es/index.js +16 -0
  1355. package/lib/node_modules/@carbon/icon-helpers/es/index.js +145 -0
  1356. package/lib/node_modules/@carbon/icons-react/es/Icon.js +81 -0
  1357. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3117 -0
  1358. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3032 -0
  1359. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3136 -0
  1360. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +18 -0
  1361. package/lib/node_modules/classnames/index.js +74 -0
  1362. package/lib/node_modules/object-assign/index.js +93 -0
  1363. package/lib/node_modules/prop-types/checkPropTypes.js +100 -0
  1364. package/lib/node_modules/prop-types/factoryWithThrowingShims.js +68 -0
  1365. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +570 -0
  1366. package/lib/node_modules/prop-types/index.js +38 -0
  1367. package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +22 -0
  1368. package/lib/node_modules/prop-types/lib/has.js +21 -0
  1369. package/lib/settings.d.ts +106 -0
  1370. package/lib/settings.js +36 -24
  1371. package/package.json +38 -24
  1372. package/scss/components/Card/_card.scss +6 -5
  1373. package/scss/components/Coachmark/_carbon-imports.scss +10 -0
  1374. package/scss/components/Coachmark/_coachmark-dragbar.scss +27 -0
  1375. package/scss/components/Coachmark/_coachmark-header.scss +20 -0
  1376. package/scss/components/Coachmark/_coachmark-overlay.scss +431 -0
  1377. package/scss/components/Coachmark/_coachmark-tagline.scss +140 -0
  1378. package/scss/components/Coachmark/_coachmark.scss +30 -0
  1379. package/scss/components/Coachmark/_index-with-carbon.scss +9 -0
  1380. package/scss/components/Coachmark/_index.scss +8 -0
  1381. package/scss/components/CoachmarkBeacon/_carbon-imports.scss +9 -0
  1382. package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +166 -0
  1383. package/scss/components/CoachmarkBeacon/_index-with-carbon.scss +9 -0
  1384. package/scss/components/CoachmarkBeacon/_index.scss +8 -0
  1385. package/scss/components/CoachmarkButton/_carbon-imports.scss +9 -0
  1386. package/scss/components/CoachmarkButton/_coachmark-button.scss +25 -0
  1387. package/scss/components/CoachmarkButton/_index-with-carbon.scss +9 -0
  1388. package/scss/components/CoachmarkButton/_index.scss +8 -0
  1389. package/scss/components/CoachmarkFixed/_carbon-imports.scss +9 -0
  1390. package/scss/components/CoachmarkFixed/_coachmark-fixed.scss +25 -0
  1391. package/scss/components/CoachmarkFixed/_index-with-carbon.scss +9 -0
  1392. package/scss/components/CoachmarkFixed/_index.scss +8 -0
  1393. package/scss/components/CoachmarkOverlayElement/_carbon-imports.scss +9 -0
  1394. package/scss/components/CoachmarkOverlayElement/_coachmark-overlay-element.scss +52 -0
  1395. package/scss/components/CoachmarkOverlayElement/_index-with-carbon.scss +9 -0
  1396. package/scss/components/CoachmarkOverlayElement/_index.scss +8 -0
  1397. package/scss/components/CoachmarkOverlayElements/_carbon-imports.scss +9 -0
  1398. package/scss/components/CoachmarkOverlayElements/_coachmark-overlay-elements.scss +47 -0
  1399. package/scss/components/CoachmarkOverlayElements/_index-with-carbon.scss +9 -0
  1400. package/scss/components/CoachmarkOverlayElements/_index.scss +8 -0
  1401. package/scss/components/CoachmarkStack/_carbon-imports.scss +9 -0
  1402. package/scss/components/CoachmarkStack/_coachmark-stack.scss +95 -0
  1403. package/scss/components/CoachmarkStack/_index-with-carbon.scss +9 -0
  1404. package/scss/components/CoachmarkStack/_index.scss +8 -0
  1405. package/scss/components/CreateSidePanel/_create-side-panel.scss +1 -1
  1406. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +6 -7
  1407. package/scss/components/FullPageError/_carbon-imports.scss +9 -0
  1408. package/scss/components/FullPageError/_full-page-error.scss +66 -0
  1409. package/scss/components/FullPageError/_index-with-carbon.scss +9 -0
  1410. package/scss/components/FullPageError/_index.scss +8 -0
  1411. package/scss/components/InterstitialScreen/_carbon-imports.scss +9 -0
  1412. package/scss/components/InterstitialScreen/_index-with-carbon.scss +9 -0
  1413. package/scss/components/InterstitialScreen/_index.scss +8 -0
  1414. package/scss/components/InterstitialScreen/_interstitial-screen.scss +276 -0
  1415. package/scss/components/InterstitialScreenView/_carbon-imports.scss +9 -0
  1416. package/scss/components/InterstitialScreenView/_index-with-carbon.scss +9 -0
  1417. package/scss/components/InterstitialScreenView/_index.scss +8 -0
  1418. package/scss/components/InterstitialScreenView/_interstitial-screen-view.scss +25 -0
  1419. package/scss/components/InterstitialScreenViewModule/_carbon-imports.scss +9 -0
  1420. package/scss/components/InterstitialScreenViewModule/_index-with-carbon.scss +9 -0
  1421. package/scss/components/InterstitialScreenViewModule/_index.scss +8 -0
  1422. package/scss/components/InterstitialScreenViewModule/_interstitial-screen-view-module.scss +59 -0
  1423. package/scss/components/PageHeader/_page-header.scss +0 -1
  1424. package/scss/components/SearchBar/_carbon-imports.scss +9 -0
  1425. package/scss/components/SearchBar/_index-with-carbon.scss +9 -0
  1426. package/scss/components/SearchBar/_index.scss +8 -0
  1427. package/scss/components/SearchBar/_search-bar.scss +26 -0
  1428. package/scss/components/SidePanel/_side-panel.scss +43 -46
  1429. package/scss/components/TruncatedList/_carbon-imports.scss +9 -0
  1430. package/scss/components/TruncatedList/_index-with-carbon.scss +9 -0
  1431. package/scss/components/TruncatedList/_index.scss +8 -0
  1432. package/scss/components/TruncatedList/_truncated-list.scss +45 -0
  1433. package/scss/components/UserAvatar/_carbon-imports.scss +9 -0
  1434. package/scss/components/UserAvatar/_index-with-carbon.scss +9 -0
  1435. package/scss/components/UserAvatar/_index.scss +8 -0
  1436. package/scss/components/UserAvatar/_user-avatar.scss +54 -0
  1437. package/scss/components/_index-with-carbon.scss +14 -0
  1438. package/scss/components/_index.scss +14 -0
  1439. package/es/components/APIKeyModal/APIKeyModal.docs-page.js +0 -26
  1440. package/es/components/APIKeyModal/index.js +0 -8
  1441. package/es/components/AboutModal/AboutModal.docs-page.js +0 -21
  1442. package/es/components/AboutModal/index.js +0 -8
  1443. package/es/components/ActionBar/index.js +0 -9
  1444. package/es/components/ActionSet/actions.js +0 -55
  1445. package/es/components/ActionSet/index.js +0 -8
  1446. package/es/components/AddSelect/index.js +0 -8
  1447. package/es/components/BreadcrumbWithOverflow/index.js +0 -10
  1448. package/es/components/ButtonMenu/ButtonMenu.js +0 -133
  1449. package/es/components/ButtonMenu/ButtonMenuItem.js +0 -33
  1450. package/es/components/ButtonMenu/index.js +0 -9
  1451. package/es/components/ButtonSetWithOverflow/index.js +0 -8
  1452. package/es/components/Card/index.js +0 -10
  1453. package/es/components/Carousel/Carousel.docs-page.js +0 -11
  1454. package/es/components/Carousel/index.js +0 -9
  1455. package/es/components/Carousel/utils.js +0 -98
  1456. package/es/components/Cascade/Cascade.docs-page.js +0 -22
  1457. package/es/components/Cascade/index.js +0 -1
  1458. package/es/components/Checklist/Checklist.docs-page.js +0 -13
  1459. package/es/components/Checklist/index.js +0 -8
  1460. package/es/components/ComboButton/index.js +0 -9
  1461. package/es/components/CreateFullPage/CreateFullPage.docs-page.js +0 -51
  1462. package/es/components/CreateFullPage/index.js +0 -9
  1463. package/es/components/CreateInfluencer/index.js +0 -8
  1464. package/es/components/CreateModal/CreateModal.docs-page.js +0 -24
  1465. package/es/components/CreateModal/index.js +0 -10
  1466. package/es/components/CreateSidePanel/CreateSidePanel.docs-page.js +0 -18
  1467. package/es/components/CreateSidePanel/index.js +0 -8
  1468. package/es/components/CreateTearsheet/CreateTearsheet.docs-page.js +0 -36
  1469. package/es/components/CreateTearsheet/index.js +0 -10
  1470. package/es/components/CreateTearsheet/preview-components/MultiStepTearsheet.js +0 -292
  1471. package/es/components/CreateTearsheet/preview-components/MultiStepWithIntro.js +0 -280
  1472. package/es/components/CreateTearsheet/preview-components/MultiStepWithStepInErrorState.js +0 -145
  1473. package/es/components/CreateTearsheetNarrow/index.js +0 -8
  1474. package/es/components/DataSpreadsheet/hooks/index.js +0 -14
  1475. package/es/components/DataSpreadsheet/index.js +0 -8
  1476. package/es/components/DataSpreadsheet/utils/generateData.js +0 -52
  1477. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/index.js +0 -10
  1478. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +0 -11
  1479. package/es/components/Datagrid/Datagrid/addons/Filtering/index.js +0 -9
  1480. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.js +0 -1
  1481. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.js +0 -1
  1482. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.js +0 -1
  1483. package/es/components/Datagrid/Datagrid/addons/RowSize/index.js +0 -9
  1484. package/es/components/Datagrid/Datagrid/index.js +0 -8
  1485. package/es/components/Datagrid/Datagrid.docs-page.js +0 -135
  1486. package/es/components/Datagrid/Datagrid.stories/ColumnAlignment/ColumnAlignment.docs-page.js +0 -13
  1487. package/es/components/Datagrid/Datagrid.stories/CustomizeColumnStory.js +0 -6
  1488. package/es/components/Datagrid/Datagrid.stories/RowSizeDropdownStory.js +0 -6
  1489. package/es/components/Datagrid/Datagrid.stories/SelectAllWithToggleStory.js +0 -6
  1490. package/es/components/Datagrid/Datagrid.stories/StickyActionsColumnStory.js +0 -102
  1491. package/es/components/Datagrid/Datagrid.stories/common.js +0 -190
  1492. package/es/components/Datagrid/Datagrid.stories/index.js +0 -4
  1493. package/es/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.docs-page.js +0 -13
  1494. package/es/components/Datagrid/Extensions/EditableCell/EditableCell.docs-page.js +0 -47
  1495. package/es/components/Datagrid/Extensions/ExpandableRow/ExpandableRow.docs-page.js +0 -13
  1496. package/es/components/Datagrid/Extensions/Filtering/Filtering.docs-page.js +0 -63
  1497. package/es/components/Datagrid/Extensions/RowActionButtons/RowActionButtons.docs-page.js +0 -13
  1498. package/es/components/Datagrid/index.js +0 -29
  1499. package/es/components/Datagrid/useEditableCell.js +0 -12
  1500. package/es/components/Datagrid/utils/DatagridActions.js +0 -229
  1501. package/es/components/Datagrid/utils/DatagridPagination.js +0 -32
  1502. package/es/components/Datagrid/utils/Wrapper.js +0 -21
  1503. package/es/components/Datagrid/utils/filterPropsForTesting.js +0 -149
  1504. package/es/components/Datagrid/utils/getArgTypes.js +0 -111
  1505. package/es/components/Datagrid/utils/getInlineEditColumns.js +0 -157
  1506. package/es/components/Datagrid/utils/handleFilterTagLabelText.js +0 -26
  1507. package/es/components/Datagrid/utils/makeData.js +0 -193
  1508. package/es/components/DelimitedList/DelimitedList.docs-page.js +0 -15
  1509. package/es/components/DelimitedList/index.js +0 -8
  1510. package/es/components/EditFullPage/EditFullPage.docs-page.js +0 -39
  1511. package/es/components/EditFullPage/index.js +0 -8
  1512. package/es/components/EditInPlace/index.js +0 -8
  1513. package/es/components/EditSidePanel/index.js +0 -8
  1514. package/es/components/EditTearsheet/EditTearsheet.docs-page.js +0 -25
  1515. package/es/components/EditTearsheet/index.js +0 -9
  1516. package/es/components/EditTearsheet/preview-components/MultiFormEditTearsheet.js +0 -230
  1517. package/es/components/EditTearsheetNarrow/index.js +0 -8
  1518. package/es/components/EditUpdateCards/index.js +0 -8
  1519. package/es/components/EmptyStates/ErrorEmptyState/index.js +0 -8
  1520. package/es/components/EmptyStates/NoDataEmptyState/index.js +0 -8
  1521. package/es/components/EmptyStates/NoTagsEmptyState/index.js +0 -8
  1522. package/es/components/EmptyStates/NotFoundEmptyState/index.js +0 -8
  1523. package/es/components/EmptyStates/NotificationsEmptyState/index.js +0 -8
  1524. package/es/components/EmptyStates/UnauthorizedEmptyState/index.js +0 -8
  1525. package/es/components/EmptyStates/index.js +0 -14
  1526. package/es/components/ExampleComponent/ExampleComponent.docs-page.js +0 -22
  1527. package/es/components/ExampleComponent/ExampleComponent.js +0 -180
  1528. package/es/components/ExampleComponent/ExampleDeprecatedComponent.js +0 -28
  1529. package/es/components/ExampleComponent/index.js +0 -8
  1530. package/es/components/ExampleComponent/useExample.js +0 -49
  1531. package/es/components/ExportModal/index.js +0 -8
  1532. package/es/components/ExpressiveCard/index.js +0 -8
  1533. package/es/components/FilterSummary/index.js +0 -7
  1534. package/es/components/Guidebanner/Guidebanner.docs-page.js +0 -15
  1535. package/es/components/Guidebanner/index.js +0 -11
  1536. package/es/components/HTTPErrors/HTTPError403/index.js +0 -8
  1537. package/es/components/HTTPErrors/HTTPError404/index.js +0 -8
  1538. package/es/components/HTTPErrors/HTTPErrorOther/index.js +0 -8
  1539. package/es/components/HTTPErrors/index.js +0 -10
  1540. package/es/components/ImportModal/ImportModal.docs-page.js +0 -18
  1541. package/es/components/ImportModal/index.js +0 -8
  1542. package/es/components/InlineTip/InlineTip.docs-page.js +0 -13
  1543. package/es/components/InlineTip/index.js +0 -10
  1544. package/es/components/MultiAddSelect/MultiAddSelect.docs-page.js +0 -17
  1545. package/es/components/MultiAddSelect/index.js +0 -8
  1546. package/es/components/NonLinearReading/NonLinearReading.docs-page.js +0 -15
  1547. package/es/components/NonLinearReading/index.js +0 -8
  1548. package/es/components/NotificationsPanel/NotificationsPanel_data.js +0 -135
  1549. package/es/components/NotificationsPanel/index.js +0 -8
  1550. package/es/components/NotificationsPanel/preview-components/UnreadNotificationBell.js +0 -33
  1551. package/es/components/OptionsTile/index.js +0 -8
  1552. package/es/components/PageHeader/PageHeaderDemo.data.js +0 -613
  1553. package/es/components/PageHeader/index.js +0 -8
  1554. package/es/components/ProductiveCard/index.js +0 -8
  1555. package/es/components/RemoveModal/RemoveModal.docs-page.js +0 -18
  1556. package/es/components/RemoveModal/index.js +0 -8
  1557. package/es/components/Saving/index.js +0 -8
  1558. package/es/components/SidePanel/index.js +0 -8
  1559. package/es/components/SimpleHeader/SimpleHeader.docs-page.js +0 -17
  1560. package/es/components/SimpleHeader/index.js +0 -8
  1561. package/es/components/SingleAddSelect/SingleAddSelect.docs-page.js +0 -15
  1562. package/es/components/SingleAddSelect/index.js +0 -8
  1563. package/es/components/StatusIcon/StatusIcon.docs-page.js +0 -17
  1564. package/es/components/StatusIcon/index.js +0 -8
  1565. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.docs-page.js +0 -11
  1566. package/es/components/SteppedAnimatedMedia/assets/index.js +0 -4
  1567. package/es/components/SteppedAnimatedMedia/index.js +0 -8
  1568. package/es/components/TagSet/constants.js +0 -21
  1569. package/es/components/TagSet/index.js +0 -8
  1570. package/es/components/Tearsheet/index.js +0 -9
  1571. package/es/components/Toolbar/Toolbar.docs-page.js +0 -14
  1572. package/es/components/Toolbar/index.js +0 -10
  1573. package/es/components/TooltipTrigger/index.js +0 -8
  1574. package/es/components/TooltipTrigger/useExample.js +0 -49
  1575. package/es/components/UserProfileImage/UserProfileImage.docs-page.js +0 -17
  1576. package/es/components/UserProfileImage/index.js +0 -10
  1577. package/es/components/WebTerminal/WebTerminal.docs-page.js +0 -52
  1578. package/es/components/WebTerminal/index.js +0 -10
  1579. package/es/components/WebTerminal/preview-components/Navigation.js +0 -37
  1580. package/es/components/WebTerminal/preview-components/documentationLinks.js +0 -32
  1581. package/es/components/WebTerminal/preview-components/index.js +0 -12
  1582. package/es/components/_Canary/index.js +0 -8
  1583. package/es/components/index.js +0 -49
  1584. package/es/global/decorators/sidePanelDecorator.js +0 -18
  1585. package/es/global/js/hooks/index.js +0 -19
  1586. package/es/global/js/utils/ClickListener.js +0 -65
  1587. package/es/global/js/utils/DisplayBox.js +0 -32
  1588. package/es/global/js/utils/StoryDocsPage.js +0 -224
  1589. package/es/global/js/utils/story-helper.js +0 -211
  1590. package/es/global/js/utils/test-helper.js +0 -363
  1591. package/es/global/js/utils/unwrap-if-fragment.js +0 -63
  1592. package/es/global/js/utils/uuidv4.spec.js +0 -27
  1593. package/lib/components/APIKeyModal/APIKeyModal.docs-page.js +0 -36
  1594. package/lib/components/APIKeyModal/index.js +0 -12
  1595. package/lib/components/AboutModal/AboutModal.docs-page.js +0 -31
  1596. package/lib/components/AboutModal/index.js +0 -12
  1597. package/lib/components/ActionBar/index.js +0 -19
  1598. package/lib/components/ActionSet/actions.js +0 -61
  1599. package/lib/components/ActionSet/index.js +0 -12
  1600. package/lib/components/AddSelect/index.js +0 -12
  1601. package/lib/components/BreadcrumbWithOverflow/index.js +0 -12
  1602. package/lib/components/ButtonMenu/ButtonMenu.js +0 -136
  1603. package/lib/components/ButtonMenu/ButtonMenuItem.js +0 -41
  1604. package/lib/components/ButtonMenu/index.js +0 -19
  1605. package/lib/components/ButtonSetWithOverflow/index.js +0 -12
  1606. package/lib/components/Card/index.js +0 -26
  1607. package/lib/components/Carousel/Carousel.docs-page.js +0 -21
  1608. package/lib/components/Carousel/index.js +0 -19
  1609. package/lib/components/Carousel/utils.js +0 -105
  1610. package/lib/components/Cascade/Cascade.docs-page.js +0 -32
  1611. package/lib/components/Cascade/index.js +0 -12
  1612. package/lib/components/Checklist/Checklist.docs-page.js +0 -23
  1613. package/lib/components/Checklist/index.js +0 -12
  1614. package/lib/components/ComboButton/index.js +0 -19
  1615. package/lib/components/CreateFullPage/CreateFullPage.docs-page.js +0 -61
  1616. package/lib/components/CreateFullPage/index.js +0 -19
  1617. package/lib/components/CreateInfluencer/index.js +0 -12
  1618. package/lib/components/CreateModal/CreateModal.docs-page.js +0 -34
  1619. package/lib/components/CreateModal/index.js +0 -12
  1620. package/lib/components/CreateSidePanel/CreateSidePanel.docs-page.js +0 -28
  1621. package/lib/components/CreateSidePanel/index.js +0 -12
  1622. package/lib/components/CreateTearsheet/CreateTearsheet.docs-page.js +0 -46
  1623. package/lib/components/CreateTearsheet/index.js +0 -26
  1624. package/lib/components/CreateTearsheet/preview-components/MultiStepTearsheet.js +0 -301
  1625. package/lib/components/CreateTearsheet/preview-components/MultiStepWithIntro.js +0 -290
  1626. package/lib/components/CreateTearsheet/preview-components/MultiStepWithStepInErrorState.js +0 -155
  1627. package/lib/components/CreateTearsheetNarrow/index.js +0 -12
  1628. package/lib/components/DataSpreadsheet/hooks/index.js +0 -54
  1629. package/lib/components/DataSpreadsheet/index.js +0 -12
  1630. package/lib/components/DataSpreadsheet/utils/generateData.js +0 -59
  1631. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/index.js +0 -20
  1632. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +0 -34
  1633. package/lib/components/Datagrid/Datagrid/addons/Filtering/index.js +0 -33
  1634. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.js +0 -12
  1635. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.js +0 -12
  1636. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.js +0 -18
  1637. package/lib/components/Datagrid/Datagrid/addons/RowSize/index.js +0 -13
  1638. package/lib/components/Datagrid/Datagrid/index.js +0 -12
  1639. package/lib/components/Datagrid/Datagrid.docs-page.js +0 -145
  1640. package/lib/components/Datagrid/Datagrid.stories/ColumnAlignment/ColumnAlignment.docs-page.js +0 -20
  1641. package/lib/components/Datagrid/Datagrid.stories/CustomizeColumnStory.js +0 -12
  1642. package/lib/components/Datagrid/Datagrid.stories/RowSizeDropdownStory.js +0 -12
  1643. package/lib/components/Datagrid/Datagrid.stories/SelectAllWithToggleStory.js +0 -12
  1644. package/lib/components/Datagrid/Datagrid.stories/StickyActionsColumnStory.js +0 -103
  1645. package/lib/components/Datagrid/Datagrid.stories/common.js +0 -197
  1646. package/lib/components/Datagrid/Datagrid.stories/index.js +0 -34
  1647. package/lib/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.docs-page.js +0 -20
  1648. package/lib/components/Datagrid/Extensions/EditableCell/EditableCell.docs-page.js +0 -54
  1649. package/lib/components/Datagrid/Extensions/ExpandableRow/ExpandableRow.docs-page.js +0 -20
  1650. package/lib/components/Datagrid/Extensions/Filtering/Filtering.docs-page.js +0 -70
  1651. package/lib/components/Datagrid/Extensions/RowActionButtons/RowActionButtons.docs-page.js +0 -20
  1652. package/lib/components/Datagrid/index.js +0 -160
  1653. package/lib/components/Datagrid/useEditableCell.js +0 -19
  1654. package/lib/components/Datagrid/utils/DatagridActions.js +0 -239
  1655. package/lib/components/Datagrid/utils/DatagridPagination.js +0 -39
  1656. package/lib/components/Datagrid/utils/Wrapper.js +0 -28
  1657. package/lib/components/Datagrid/utils/filterPropsForTesting.js +0 -156
  1658. package/lib/components/Datagrid/utils/getArgTypes.js +0 -117
  1659. package/lib/components/Datagrid/utils/getInlineEditColumns.js +0 -164
  1660. package/lib/components/Datagrid/utils/handleFilterTagLabelText.js +0 -32
  1661. package/lib/components/Datagrid/utils/makeData.js +0 -198
  1662. package/lib/components/DelimitedList/DelimitedList.docs-page.js +0 -25
  1663. package/lib/components/DelimitedList/index.js +0 -12
  1664. package/lib/components/EditFullPage/EditFullPage.docs-page.js +0 -49
  1665. package/lib/components/EditFullPage/index.js +0 -12
  1666. package/lib/components/EditInPlace/index.js +0 -12
  1667. package/lib/components/EditSidePanel/index.js +0 -12
  1668. package/lib/components/EditTearsheet/EditTearsheet.docs-page.js +0 -35
  1669. package/lib/components/EditTearsheet/index.js +0 -19
  1670. package/lib/components/EditTearsheet/preview-components/MultiFormEditTearsheet.js +0 -240
  1671. package/lib/components/EditTearsheetNarrow/index.js +0 -12
  1672. package/lib/components/EditUpdateCards/index.js +0 -12
  1673. package/lib/components/EmptyStates/ErrorEmptyState/index.js +0 -12
  1674. package/lib/components/EmptyStates/NoDataEmptyState/index.js +0 -12
  1675. package/lib/components/EmptyStates/NoTagsEmptyState/index.js +0 -12
  1676. package/lib/components/EmptyStates/NotFoundEmptyState/index.js +0 -12
  1677. package/lib/components/EmptyStates/NotificationsEmptyState/index.js +0 -12
  1678. package/lib/components/EmptyStates/UnauthorizedEmptyState/index.js +0 -12
  1679. package/lib/components/EmptyStates/index.js +0 -54
  1680. package/lib/components/ExampleComponent/ExampleComponent.docs-page.js +0 -32
  1681. package/lib/components/ExampleComponent/ExampleComponent.js +0 -187
  1682. package/lib/components/ExampleComponent/ExampleDeprecatedComponent.js +0 -35
  1683. package/lib/components/ExampleComponent/index.js +0 -12
  1684. package/lib/components/ExampleComponent/useExample.js +0 -57
  1685. package/lib/components/ExportModal/index.js +0 -12
  1686. package/lib/components/ExpressiveCard/index.js +0 -12
  1687. package/lib/components/FilterSummary/index.js +0 -13
  1688. package/lib/components/Guidebanner/Guidebanner.docs-page.js +0 -25
  1689. package/lib/components/Guidebanner/index.js +0 -33
  1690. package/lib/components/HTTPErrors/HTTPError403/index.js +0 -12
  1691. package/lib/components/HTTPErrors/HTTPError404/index.js +0 -12
  1692. package/lib/components/HTTPErrors/HTTPErrorOther/index.js +0 -12
  1693. package/lib/components/HTTPErrors/index.js +0 -26
  1694. package/lib/components/ImportModal/ImportModal.docs-page.js +0 -25
  1695. package/lib/components/ImportModal/index.js +0 -12
  1696. package/lib/components/InlineTip/InlineTip.docs-page.js +0 -23
  1697. package/lib/components/InlineTip/index.js +0 -26
  1698. package/lib/components/MultiAddSelect/MultiAddSelect.docs-page.js +0 -24
  1699. package/lib/components/MultiAddSelect/index.js +0 -12
  1700. package/lib/components/NonLinearReading/NonLinearReading.docs-page.js +0 -25
  1701. package/lib/components/NonLinearReading/index.js +0 -12
  1702. package/lib/components/NotificationsPanel/NotificationsPanel_data.js +0 -142
  1703. package/lib/components/NotificationsPanel/index.js +0 -12
  1704. package/lib/components/NotificationsPanel/preview-components/UnreadNotificationBell.js +0 -39
  1705. package/lib/components/OptionsTile/index.js +0 -12
  1706. package/lib/components/PageHeader/PageHeaderDemo.data.js +0 -619
  1707. package/lib/components/PageHeader/index.js +0 -12
  1708. package/lib/components/ProductiveCard/index.js +0 -12
  1709. package/lib/components/RemoveModal/RemoveModal.docs-page.js +0 -25
  1710. package/lib/components/RemoveModal/index.js +0 -12
  1711. package/lib/components/Saving/index.js +0 -12
  1712. package/lib/components/SidePanel/index.js +0 -12
  1713. package/lib/components/SimpleHeader/SimpleHeader.docs-page.js +0 -27
  1714. package/lib/components/SimpleHeader/index.js +0 -12
  1715. package/lib/components/SingleAddSelect/SingleAddSelect.docs-page.js +0 -22
  1716. package/lib/components/SingleAddSelect/index.js +0 -12
  1717. package/lib/components/StatusIcon/StatusIcon.docs-page.js +0 -27
  1718. package/lib/components/StatusIcon/index.js +0 -12
  1719. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.docs-page.js +0 -21
  1720. package/lib/components/SteppedAnimatedMedia/assets/index.js +0 -9
  1721. package/lib/components/SteppedAnimatedMedia/index.js +0 -12
  1722. package/lib/components/TagSet/constants.js +0 -27
  1723. package/lib/components/TagSet/index.js +0 -12
  1724. package/lib/components/Tearsheet/index.js +0 -19
  1725. package/lib/components/Toolbar/Toolbar.docs-page.js +0 -24
  1726. package/lib/components/Toolbar/index.js +0 -26
  1727. package/lib/components/TooltipTrigger/index.js +0 -12
  1728. package/lib/components/TooltipTrigger/useExample.js +0 -57
  1729. package/lib/components/UserProfileImage/UserProfileImage.docs-page.js +0 -27
  1730. package/lib/components/UserProfileImage/index.js +0 -12
  1731. package/lib/components/WebTerminal/WebTerminal.docs-page.js +0 -62
  1732. package/lib/components/WebTerminal/index.js +0 -32
  1733. package/lib/components/WebTerminal/preview-components/Navigation.js +0 -44
  1734. package/lib/components/WebTerminal/preview-components/documentationLinks.js +0 -38
  1735. package/lib/components/WebTerminal/preview-components/index.js +0 -13
  1736. package/lib/components/_Canary/index.js +0 -12
  1737. package/lib/components/index.js +0 -563
  1738. package/lib/global/decorators/sidePanelDecorator.js +0 -25
  1739. package/lib/global/js/hooks/index.js +0 -95
  1740. package/lib/global/js/utils/ClickListener.js +0 -75
  1741. package/lib/global/js/utils/DisplayBox.js +0 -39
  1742. package/lib/global/js/utils/StoryDocsPage.js +0 -229
  1743. package/lib/global/js/utils/story-helper.js +0 -217
  1744. package/lib/global/js/utils/test-helper.js +0 -370
  1745. package/lib/global/js/utils/unwrap-if-fragment.js +0 -69
  1746. package/lib/global/js/utils/uuidv4.spec.js +0 -30
@@ -1,32 +1,29 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.deprecatedProps = exports.TearsheetNarrow = void 0;
8
- var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
- var _react = _interopRequireDefault(require("react"));
11
- var _propTypes = _interopRequireDefault(require("prop-types"));
12
- var _devtools = require("../../global/js/utils/devtools");
13
- var _propsHelper = require("../../global/js/utils/props-helper");
14
- var _settings = require("../../settings");
15
- var _react2 = require("@carbon/react");
16
- var _ActionSet = require("../ActionSet");
17
- var _TearsheetShell = require("./TearsheetShell");
18
- var _excluded = ["verticalPosition"];
19
1
  /**
20
- * Copyright IBM Corp. 2020, 2021
2
+ * Copyright IBM Corp. 2020, 2024
21
3
  *
22
4
  * This source code is licensed under the Apache-2.0 license found in the
23
5
  * LICENSE file in the root directory of this source tree.
24
6
  */
25
- // Import portions of React that are needed.
26
- // Other standard imports.
27
- // Carbon and package components we use.
28
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
29
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
+ var React = require('react');
14
+ var index = require('../../node_modules/prop-types/index.js');
15
+ var devtools = require('../../global/js/utils/devtools.js');
16
+ var propsHelper = require('../../global/js/utils/props-helper.js');
17
+ var settings = require('../../settings.js');
18
+ var react = require('@carbon/react');
19
+ var TearsheetShell = require('./TearsheetShell.js');
20
+ var ActionSet = require('../ActionSet/ActionSet.js');
21
+
22
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
23
+
24
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
25
+
26
+ var _excluded = ["verticalPosition"];
30
27
  var componentName = 'TearsheetNarrow';
31
28
 
32
29
  // NOTE: the component SCSS is not imported here: it is rolled up separately.
@@ -44,11 +41,11 @@ var defaults = {
44
41
  * A narrow tearsheet comprises 3 zones: a heading area including a title, the
45
42
  * main content area, and a set of action buttons.
46
43
  */
47
- var TearsheetNarrow = exports.TearsheetNarrow = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
44
+ exports.TearsheetNarrow = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
48
45
  var _ref$verticalPosition = _ref.verticalPosition,
49
46
  verticalPosition = _ref$verticalPosition === void 0 ? defaults.verticalPosition : _ref$verticalPosition,
50
- rest = (0, _objectWithoutProperties2.default)(_ref, _excluded);
51
- return /*#__PURE__*/_react.default.createElement(_TearsheetShell.TearsheetShell, _objectSpread(_objectSpread(_objectSpread({}, (0, _devtools.getDevtoolsProps)(componentName)), (0, _propsHelper.prepareProps)(rest, _TearsheetShell.tearsheetShellWideProps)), {}, {
47
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
48
+ return /*#__PURE__*/React__default["default"].createElement(TearsheetShell.TearsheetShell, _rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, devtools.getDevtoolsProps(componentName)), propsHelper.prepareProps(rest, TearsheetShell.tearsheetShellWideProps)), {}, {
52
49
  verticalPosition: verticalPosition,
53
50
  ref: ref,
54
51
  size: 'narrow'
@@ -56,12 +53,12 @@ var TearsheetNarrow = exports.TearsheetNarrow = /*#__PURE__*/_react.default.forw
56
53
  });
57
54
 
58
55
  // Return a placeholder if not released and not enabled by feature flag
59
- exports.TearsheetNarrow = TearsheetNarrow = _settings.pkg.checkComponentEnabled(TearsheetNarrow, componentName);
56
+ exports.TearsheetNarrow = settings.pkg.checkComponentEnabled(exports.TearsheetNarrow, componentName);
60
57
 
61
58
  // The display name of the component, used by React. Note that displayName
62
59
  // is used in preference to relying on function.name.
63
- TearsheetNarrow.displayName = componentName;
64
- var deprecatedProps = exports.deprecatedProps = {
60
+ exports.TearsheetNarrow.displayName = componentName;
61
+ var deprecatedProps = {
65
62
  /**
66
63
  * **Deprecated**
67
64
  *
@@ -71,7 +68,7 @@ var deprecatedProps = exports.deprecatedProps = {
71
68
  * from below. The 'lower' position (the default) provides a little extra room at the top
72
69
  * to allow an action bar navigation or breadcrumbs to also show through.
73
70
  */
74
- verticalPosition: _propTypes.default.oneOf(['normal', 'lower'])
71
+ verticalPosition: index["default"].oneOf(['normal', 'lower'])
75
72
  };
76
73
 
77
74
  // The types and DocGen commentary for the component props,
@@ -80,7 +77,7 @@ var deprecatedProps = exports.deprecatedProps = {
80
77
 
81
78
  // Note that the descriptions here should be kept in sync with those for the
82
79
  // corresponding props for Tearsheet and TearsheetShell components.
83
- TearsheetNarrow.propTypes = _objectSpread({
80
+ exports.TearsheetNarrow.propTypes = _rollupPluginBabelHelpers.objectSpread2({
84
81
  /**
85
82
  * The navigation actions to be shown as buttons in the action area at the
86
83
  * bottom of the tearsheet. Each action is specified as an object with
@@ -94,68 +91,70 @@ TearsheetNarrow.propTypes = _objectSpread({
94
91
  *
95
92
  * See https://react.carbondesignsystem.com/?path=/docs/components-button--default#component-api
96
93
  */
97
- actions: (0, _propsHelper.allPropTypes)([_ActionSet.ActionSet.validateActions(function () {
94
+ actions: propsHelper.allPropTypes([ActionSet.ActionSet.validateActions(function () {
98
95
  return 'lg';
99
- }), _propTypes.default.arrayOf(_propTypes.default.shape(_objectSpread(_objectSpread({}, _react2.Button.propTypes), {}, {
100
- kind: _propTypes.default.oneOf(['ghost', 'danger--ghost', 'secondary', 'danger', 'primary']),
101
- label: _propTypes.default.string,
102
- loading: _propTypes.default.bool,
96
+ }), index["default"].arrayOf(index["default"].shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, react.Button.propTypes), {}, {
97
+ kind: index["default"].oneOf(['ghost', 'danger--ghost', 'secondary', 'danger', 'primary']),
98
+ label: index["default"].string,
99
+ loading: index["default"].bool,
103
100
  // we duplicate this Button prop to improve the DocGen here
104
- onClick: _react2.Button.propTypes.onClick
101
+ onClick: react.Button.propTypes.onClick
105
102
  })))]),
106
103
  /**
107
104
  * The aria-label for the tearsheet, which is optional.
108
105
  * if it is not passed, the title will be used as the aria-label.
109
106
  */
110
- ariaLabel: _propTypes.default.string,
107
+ ariaLabel: index["default"].string,
111
108
  /**
112
109
  * An optional class or classes to be added to the outermost element.
113
110
  */
114
- className: _propTypes.default.string,
111
+ className: index["default"].string,
115
112
  /**
116
113
  * The accessibility title for the close icon (if shown).
117
114
  *
118
115
  * **Note:** This prop is only required if a close icon is shown, i.e. if
119
116
  * there are a no navigation actions and/or hasCloseIcon is true.
120
117
  */
121
- closeIconDescription: _propTypes.default.string.isRequired.if(function (_ref2) {
118
+ closeIconDescription: index["default"].string.isRequired.if(function (_ref2) {
122
119
  var actions = _ref2.actions,
123
120
  hasCloseIcon = _ref2.hasCloseIcon;
124
- return (0, _TearsheetShell.tearsheetHasCloseIcon)(actions, hasCloseIcon);
121
+ return TearsheetShell.tearsheetHasCloseIcon(actions, hasCloseIcon);
125
122
  }),
126
123
  /**
127
124
  * A description of the flow, displayed in the header area of the tearsheet.
128
125
  */
129
- description: _propTypes.default.node,
126
+ description: index["default"].node,
130
127
  /**
131
128
  * Enable a close icon ('x') in the header area of the tearsheet. By default,
132
129
  * a tearsheet does not display a close icon, but one should be enabled if
133
130
  * the tearsheet is read-only or has no navigation actions (sometimes called
134
131
  * a "passive tearsheet").
135
132
  */
136
- hasCloseIcon: _propTypes.default.bool,
133
+ hasCloseIcon: index["default"].bool,
137
134
  /**
138
135
  * A label for the tearsheet, displayed in the header area of the tearsheet
139
136
  * to maintain context for the tearsheet (e.g. as the title changes from page
140
137
  * to page of a multi-page task).
141
138
  */
142
- label: _propTypes.default.node,
139
+ label: index["default"].node,
143
140
  /**
144
141
  * An optional handler that is called when the user closes the tearsheet (by
145
142
  * clicking the close button, if enabled, or clicking outside, if enabled).
146
143
  * Returning `false` here prevents the modal from closing.
147
144
  */
148
- onClose: _propTypes.default.func,
145
+ onClose: index["default"].func,
149
146
  /**
150
147
  * Specifies whether the tearsheet is currently open.
151
148
  */
152
- open: _propTypes.default.bool,
149
+ open: index["default"].bool,
153
150
  /**
154
151
  * The DOM element that the tearsheet should be rendered within. Defaults to document.body.
155
152
  */
156
- portalTarget: _TearsheetShell.portalType,
153
+ portalTarget: TearsheetShell.portalType,
157
154
  /**
158
155
  * The main title of the tearsheet, displayed in the header area.
159
156
  */
160
- title: _propTypes.default.node
161
- }, deprecatedProps);
157
+ title: index["default"].node
158
+ }, deprecatedProps);
159
+
160
+ exports.deprecatedProps = deprecatedProps;
@@ -0,0 +1,17 @@
1
+ export const tearsheetShellWideProps: string[];
2
+ export function tearsheetIsPassive(actions: any): boolean;
3
+ export function tearsheetHasCloseIcon(actions: any, hasCloseIcon: any): any;
4
+ /**
5
+ * TearSheetShell is used internally by TearSheet and TearSheetNarrow
6
+ *
7
+ * The component is not public.
8
+ *
9
+ * See the canvas tab for the component API details.
10
+ * */
11
+ export const TearsheetShell: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
12
+ export const portalType: PropTypes.Requireable<object>;
13
+ export namespace deprecatedProps {
14
+ let verticalPosition: PropTypes.Requireable<string>;
15
+ }
16
+ import React from 'react';
17
+ import PropTypes from 'prop-types';
@@ -1,42 +1,35 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- var _typeof = require("@babel/runtime/helpers/typeof");
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.tearsheetShellWideProps = exports.tearsheetIsPassive = exports.tearsheetHasCloseIcon = exports.portalType = exports.deprecatedProps = exports.TearsheetShell = void 0;
9
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
- var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
11
- var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
12
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
- var _react = _interopRequireWildcard(require("react"));
14
- var _useResizeObserver2 = require("../../global/js/hooks/useResizeObserver");
15
- var _propTypes = _interopRequireDefault(require("prop-types"));
16
- var _classnames = _interopRequireDefault(require("classnames"));
17
- var _settings = require("../../settings");
18
- var _pconsole = _interopRequireDefault(require("../../global/js/utils/pconsole"));
19
- var _getNodeTextContent = require("../../global/js/utils/getNodeTextContent");
20
- var _react2 = require("@carbon/react");
21
- var _ActionSet = require("../ActionSet");
22
- var _Wrap = require("../../global/js/utils/Wrap");
23
- var _usePortalTarget = require("../../global/js/hooks/usePortalTarget");
24
- var _excluded = ["actions", "ariaLabel", "children", "className", "closeIconDescription", "description", "hasCloseIcon", "headerActions", "influencer", "influencerPosition", "influencerWidth", "label", "navigation", "onClose", "open", "selectorPrimaryFocus", "size", "portalTarget", "title", "verticalPosition"];
25
1
  /**
26
- * Copyright IBM Corp. 2020, 2023
2
+ * Copyright IBM Corp. 2020, 2024
27
3
  *
28
4
  * This source code is licensed under the Apache-2.0 license found in the
29
5
  * LICENSE file in the root directory of this source tree.
30
6
  */
31
- // Import portions of React that are needed.
32
- // Other standard imports.
33
- // Carbon and package components we use.
34
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
35
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
36
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
37
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
+ var React = require('react');
14
+ var useResizeObserver = require('../../global/js/hooks/useResizeObserver.js');
15
+ var index$1 = require('../../node_modules/prop-types/index.js');
16
+ var index = require('../../node_modules/classnames/index.js');
17
+ var settings = require('../../settings.js');
18
+ var pconsole = require('../../global/js/utils/pconsole.js');
19
+ var getNodeTextContent = require('../../global/js/utils/getNodeTextContent.js');
20
+ var react = require('@carbon/react');
21
+ var Wrap = require('../../global/js/utils/Wrap.js');
22
+ var usePortalTarget = require('../../global/js/hooks/usePortalTarget.js');
23
+ var ActionSet = require('../ActionSet/ActionSet.js');
24
+
25
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
26
+
27
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
28
+
29
+ var _excluded = ["actions", "ariaLabel", "children", "className", "closeIconDescription", "description", "hasCloseIcon", "headerActions", "influencer", "influencerPosition", "influencerWidth", "label", "navigation", "onClose", "open", "selectorPrimaryFocus", "size", "portalTarget", "title", "verticalPosition"];
30
+
38
31
  // The block part of our conventional BEM class names (bc__E--M).
39
- var bc = "".concat(_settings.pkg.prefix, "--tearsheet");
32
+ var bc = "".concat(settings.pkg.prefix, "--tearsheet");
40
33
  var componentName = 'TearsheetShell';
41
34
  var maxDepth = 3;
42
35
 
@@ -54,11 +47,11 @@ var stack = {
54
47
  };
55
48
 
56
49
  // these props are only applicable when size='wide'
57
- var tearsheetShellWideProps = exports.tearsheetShellWideProps = ['headerActions', 'influencer', 'influencerPosition', 'influencerWidth', 'navigation'];
58
- var tearsheetIsPassive = exports.tearsheetIsPassive = function tearsheetIsPassive(actions) {
50
+ var tearsheetShellWideProps = ['headerActions', 'influencer', 'influencerPosition', 'influencerWidth', 'navigation'];
51
+ var tearsheetIsPassive = function tearsheetIsPassive(actions) {
59
52
  return !actions || !(actions !== null && actions !== void 0 && actions.length);
60
53
  };
61
- var tearsheetHasCloseIcon = exports.tearsheetHasCloseIcon = function tearsheetHasCloseIcon(actions, hasCloseIcon) {
54
+ var tearsheetHasCloseIcon = function tearsheetHasCloseIcon(actions, hasCloseIcon) {
62
55
  return hasCloseIcon !== null && hasCloseIcon !== void 0 ? hasCloseIcon : tearsheetIsPassive(actions);
63
56
  };
64
57
 
@@ -69,7 +62,7 @@ var tearsheetHasCloseIcon = exports.tearsheetHasCloseIcon = function tearsheetHa
69
62
  *
70
63
  * See the canvas tab for the component API details.
71
64
  * */
72
- var TearsheetShell = exports.TearsheetShell = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
65
+ var TearsheetShell = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
73
66
  var actions = _ref.actions,
74
67
  ariaLabel = _ref.ariaLabel,
75
68
  children = _ref.children,
@@ -90,30 +83,30 @@ var TearsheetShell = exports.TearsheetShell = /*#__PURE__*/_react.default.forwar
90
83
  portalTargetIn = _ref.portalTarget,
91
84
  title = _ref.title,
92
85
  verticalPosition = _ref.verticalPosition,
93
- rest = (0, _objectWithoutProperties2.default)(_ref, _excluded);
94
- var carbonPrefix = (0, _react2.usePrefix)();
86
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
87
+ var carbonPrefix = react.usePrefix();
95
88
  var bcModalHeader = "".concat(carbonPrefix, "--modal-header");
96
- var renderPortalUse = (0, _usePortalTarget.usePortalTarget)(portalTargetIn);
97
- var localRef = (0, _react.useRef)();
98
- var resizer = (0, _react.useRef)(null);
89
+ var renderPortalUse = usePortalTarget.usePortalTarget(portalTargetIn);
90
+ var localRef = React.useRef();
91
+ var resizer = React.useRef(null);
99
92
  var modalRef = ref || localRef;
100
- var _useResizeObserver = (0, _useResizeObserver2.useResizeObserver)(resizer),
93
+ var _useResizeObserver = useResizeObserver.useResizeObserver(resizer),
101
94
  width = _useResizeObserver.width;
102
95
  var wide = size === 'wide';
103
96
 
104
97
  // Keep track of the stack depth and our position in it (1-based, 0=closed)
105
- var _useState = (0, _react.useState)(0),
106
- _useState2 = (0, _slicedToArray2.default)(_useState, 2),
98
+ var _useState = React.useState(0),
99
+ _useState2 = _rollupPluginBabelHelpers.slicedToArray(_useState, 2),
107
100
  depth = _useState2[0],
108
101
  setDepth = _useState2[1];
109
- var _useState3 = (0, _react.useState)(0),
110
- _useState4 = (0, _slicedToArray2.default)(_useState3, 2),
102
+ var _useState3 = React.useState(0),
103
+ _useState4 = _rollupPluginBabelHelpers.slicedToArray(_useState3, 2),
111
104
  position = _useState4[0],
112
105
  setPosition = _useState4[1];
113
106
 
114
107
  // Keep a record of the previous value of depth.
115
- var prevDepth = (0, _react.useRef)();
116
- (0, _react.useEffect)(function () {
108
+ var prevDepth = React.useRef();
109
+ React.useEffect(function () {
117
110
  prevDepth.current = depth;
118
111
  });
119
112
 
@@ -141,7 +134,7 @@ var TearsheetShell = exports.TearsheetShell = /*#__PURE__*/_react.default.forwar
141
134
  return element.focus();
142
135
  }, 1);
143
136
  };
144
- (0, _react.useEffect)(function () {
137
+ React.useEffect(function () {
145
138
  var notify = function notify() {
146
139
  return stack.all.forEach(function (handler) {
147
140
  handler(Math.min(stack.open.length, maxDepth), stack.open.indexOf(handler) + 1);
@@ -193,13 +186,13 @@ var TearsheetShell = exports.TearsheetShell = /*#__PURE__*/_react.default.forwar
193
186
 
194
187
  // Include an ActionSet if and only if one or more actions is given.
195
188
  var includeActions = actions && (actions === null || actions === void 0 ? void 0 : actions.length) > 0;
196
- return renderPortalUse( /*#__PURE__*/_react.default.createElement(_react2.ComposedModal, (0, _extends2.default)({}, rest, {
197
- "aria-label": ariaLabel || (0, _getNodeTextContent.getNodeTextContent)(title),
198
- className: (0, _classnames.default)(bc, className, (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, "".concat(bc, "--stacked-").concat(position, "-of-").concat(depth),
189
+ return renderPortalUse( /*#__PURE__*/React__default["default"].createElement(react.ComposedModal, _rollupPluginBabelHelpers["extends"]({}, rest, {
190
+ "aria-label": ariaLabel || getNodeTextContent.getNodeTextContent(title),
191
+ className: index["default"](bc, className, _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "--stacked-").concat(position, "-of-").concat(depth),
199
192
  // Don't apply this on the initial open of a single tearsheet.
200
193
  depth > 1 || depth === 1 && prevDepth.current > 1), "".concat(bc, "--wide"), wide), "".concat(bc, "--narrow"), !wide)),
201
- style: (0, _defineProperty2.default)((0, _defineProperty2.default)({}, "--".concat(bc, "--stacking-scale-factor-single"), (width - 32) / width), "--".concat(bc, "--stacking-scale-factor-double"), (width - 64) / width),
202
- containerClassName: (0, _classnames.default)("".concat(bc, "__container"), (0, _defineProperty2.default)({}, "".concat(bc, "__container--lower"), verticalPosition === 'lower')),
194
+ style: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "--".concat(bc, "--stacking-scale-factor-single"), (width - 32) / width), "--".concat(bc, "--stacking-scale-factor-double"), (width - 64) / width),
195
+ containerClassName: index["default"]("".concat(bc, "__container"), _rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__container--lower"), verticalPosition === 'lower')),
203
196
  onClose: onClose,
204
197
  open: open,
205
198
  selectorPrimaryFocus: selectorPrimaryFocus,
@@ -208,59 +201,59 @@ var TearsheetShell = exports.TearsheetShell = /*#__PURE__*/_react.default.forwar
208
201
  ref: modalRef,
209
202
  selectorsFloatingMenus: [".".concat(carbonPrefix, "--overflow-menu-options"), ".".concat(carbonPrefix, "--tooltip"), '.flatpickr-calendar', ".".concat(bc, "__container")],
210
203
  size: "sm"
211
- }), includeHeader && /*#__PURE__*/_react.default.createElement(_react2.ModalHeader, {
212
- className: (0, _classnames.default)("".concat(bc, "__header"), (0, _defineProperty2.default)((0, _defineProperty2.default)({}, "".concat(bc, "__header--with-close-icon"), effectiveHasCloseIcon), "".concat(bc, "__header--with-nav"), navigation)),
213
- closeClassName: (0, _classnames.default)((0, _defineProperty2.default)({}, "".concat(bc, "__header--no-close-icon"), !effectiveHasCloseIcon)),
204
+ }), includeHeader && /*#__PURE__*/React__default["default"].createElement(react.ModalHeader, {
205
+ className: index["default"]("".concat(bc, "__header"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__header--with-close-icon"), effectiveHasCloseIcon), "".concat(bc, "__header--with-nav"), navigation)),
206
+ closeClassName: index["default"](_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__header--no-close-icon"), !effectiveHasCloseIcon)),
214
207
  closeModal: onClose,
215
208
  iconDescription: closeIconDescription
216
- }, /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
209
+ }, /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
217
210
  className: "".concat(bc, "__header-content"),
218
- element: wide ? _react2.Layer : undefined
219
- }, /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
211
+ element: wide ? react.Layer : undefined
212
+ }, /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
220
213
  className: "".concat(bc, "__header-fields")
221
- }, /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
214
+ }, /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
222
215
  element: "h2",
223
216
  className: "".concat(bcModalHeader, "__label")
224
- }, label), /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
217
+ }, label), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
225
218
  element: "h3",
226
- className: (0, _classnames.default)("".concat(bcModalHeader, "__heading"), "".concat(bc, "__heading"))
227
- }, title), /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
219
+ className: index["default"]("".concat(bcModalHeader, "__heading"), "".concat(bc, "__heading"))
220
+ }, title), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
228
221
  className: "".concat(bc, "__header-description")
229
- }, description)), /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
222
+ }, description)), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
230
223
  className: "".concat(bc, "__header-actions")
231
- }, headerActions)), /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
224
+ }, headerActions)), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
232
225
  className: "".concat(bc, "__header-navigation")
233
- }, navigation)), /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
234
- element: _react2.ModalBody,
226
+ }, navigation)), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
227
+ element: react.ModalBody,
235
228
  className: "".concat(bc, "__body")
236
- }, /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
237
- className: (0, _classnames.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, "".concat(bc, "__influencer"), true), "".concat(bc, "__influencer--wide"), influencerWidth === 'wide')),
229
+ }, /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
230
+ className: index["default"](_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__influencer"), true), "".concat(bc, "__influencer--wide"), influencerWidth === 'wide')),
238
231
  neverRender: influencerPosition === 'right'
239
- }, influencer), /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
232
+ }, influencer), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
240
233
  className: "".concat(bc, "__right")
241
- }, /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
234
+ }, /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
242
235
  className: "".concat(bc, "__main"),
243
236
  alwaysRender: includeActions
244
- }, /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
237
+ }, /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
245
238
  className: "".concat(bc, "__content"),
246
239
  alwaysRender: influencer && influencerPosition === 'right'
247
- }, children), /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
248
- className: (0, _classnames.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, "".concat(bc, "__influencer"), true), "".concat(bc, "__influencer--wide"), influencerWidth === 'wide')),
240
+ }, children), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
241
+ className: index["default"](_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__influencer"), true), "".concat(bc, "__influencer--wide"), influencerWidth === 'wide')),
249
242
  neverRender: influencerPosition !== 'right'
250
- }, influencer)), includeActions && /*#__PURE__*/_react.default.createElement(_Wrap.Wrap, {
243
+ }, influencer)), includeActions && /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
251
244
  className: "".concat(bc, "__button-container")
252
- }, /*#__PURE__*/_react.default.createElement(_ActionSet.ActionSet, {
245
+ }, /*#__PURE__*/React__default["default"].createElement(ActionSet.ActionSet, {
253
246
  actions: actions,
254
247
  buttonSize: wide ? '2xl' : null,
255
248
  className: "".concat(bc, "__buttons"),
256
249
  size: wide ? '2xl' : 'lg',
257
250
  "aria-hidden": !open
258
- })))), /*#__PURE__*/_react.default.createElement("div", {
251
+ })))), /*#__PURE__*/React__default["default"].createElement("div", {
259
252
  className: "".concat(bc, "__resize-detector"),
260
253
  ref: resizer
261
254
  })));
262
255
  } else {
263
- _pconsole.default.warn('Tearsheet not rendered: maximum stacking depth exceeded.');
256
+ pconsole["default"].warn('Tearsheet not rendered: maximum stacking depth exceeded.');
264
257
  return null;
265
258
  }
266
259
  });
@@ -268,8 +261,8 @@ var TearsheetShell = exports.TearsheetShell = /*#__PURE__*/_react.default.forwar
268
261
  // The display name of the component, used by React. Note that displayName
269
262
  // is used in preference to relying on function.name.
270
263
  TearsheetShell.displayName = componentName;
271
- var portalType = exports.portalType = typeof Element === 'undefined' ? _propTypes.default.object : _propTypes.default.instanceOf(Element);
272
- var deprecatedProps = exports.deprecatedProps = {
264
+ var portalType = typeof Element === 'undefined' ? index$1["default"].object : index$1["default"].instanceOf(Element);
265
+ var deprecatedProps = {
273
266
  /**
274
267
  * **Deprecated**
275
268
  *
@@ -279,7 +272,7 @@ var deprecatedProps = exports.deprecatedProps = {
279
272
  * from below. The 'lower' position (the default) provides a little extra room at the top
280
273
  * to allow an action bar navigation or breadcrumbs to also show through.
281
274
  */
282
- verticalPosition: _propTypes.default.oneOf(['normal', 'lower'])
275
+ verticalPosition: index$1["default"].oneOf(['normal', 'lower'])
283
276
  };
284
277
 
285
278
  // The types and DocGen commentary for the component props,
@@ -288,7 +281,7 @@ var deprecatedProps = exports.deprecatedProps = {
288
281
 
289
282
  // Note that the descriptions here should be kept in sync with those for the
290
283
  // corresponding props for Tearsheet and TearsheetNarrow components.
291
- TearsheetShell.propTypes = _objectSpread({
284
+ TearsheetShell.propTypes = _rollupPluginBabelHelpers.objectSpread2({
292
285
  /**
293
286
  * The actions to be shown as buttons in the action area at the bottom of the
294
287
  * tearsheet. Each action is specified as an object with optional fields
@@ -302,31 +295,31 @@ TearsheetShell.propTypes = _objectSpread({
302
295
  *
303
296
  * See https://react.carbondesignsystem.com/?path=/docs/components-button--default#component-api
304
297
  */
305
- actions: _propTypes.default.arrayOf(
298
+ actions: index$1["default"].arrayOf(
306
299
  // NB we don't include the validator here, as the component wrapping this
307
300
  // one should ensure appropriate validation is done.
308
- _propTypes.default.shape(_objectSpread(_objectSpread({}, _react2.Button.propTypes), {}, {
309
- kind: _propTypes.default.oneOf(['ghost', 'danger--ghost', 'secondary', 'danger', 'primary']),
310
- label: _propTypes.default.string,
311
- loading: _propTypes.default.bool,
301
+ index$1["default"].shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, react.Button.propTypes), {}, {
302
+ kind: index$1["default"].oneOf(['ghost', 'danger--ghost', 'secondary', 'danger', 'primary']),
303
+ label: index$1["default"].string,
304
+ loading: index$1["default"].bool,
312
305
  // we duplicate this Button prop to improve the DocGen here
313
- onClick: _react2.Button.propTypes.onClick
306
+ onClick: react.Button.propTypes.onClick
314
307
  }))),
315
308
  /**
316
309
  * The main content of the tearsheet.
317
310
  */
318
- children: _propTypes.default.node,
311
+ children: index$1["default"].node,
319
312
  /**
320
313
  * An optional class or classes to be added to the outermost element.
321
314
  */
322
- className: _propTypes.default.string,
315
+ className: index$1["default"].string,
323
316
  /**
324
317
  * The accessibility title for the close icon (if shown).
325
318
  *
326
319
  * **Note:** This prop is only required if a close icon is shown, i.e. if
327
320
  * there are a no navigation actions and/or hasCloseIcon is true.
328
321
  */
329
- closeIconDescription: _propTypes.default.string.isRequired.if(function (_ref3) {
322
+ closeIconDescription: index$1["default"].string.isRequired.if(function (_ref3) {
330
323
  var actions = _ref3.actions,
331
324
  hasCloseIcon = _ref3.hasCloseIcon;
332
325
  return tearsheetHasCloseIcon(actions, hasCloseIcon);
@@ -334,7 +327,7 @@ TearsheetShell.propTypes = _objectSpread({
334
327
  /**
335
328
  * A description of the flow, displayed in the header area of the tearsheet.
336
329
  */
337
- description: _propTypes.default.node,
330
+ description: index$1["default"].node,
338
331
  /**
339
332
  * Enable a close icon ('x') in the header area of the tearsheet. By default,
340
333
  * (when this prop is omitted, or undefined or null) a tearsheet does not
@@ -343,52 +336,52 @@ TearsheetShell.propTypes = _objectSpread({
343
336
  * tearsheet"), and that behavior can be overridden if required by setting
344
337
  * this prop to either true or false.
345
338
  */
346
- hasCloseIcon: _propTypes.default.bool,
339
+ hasCloseIcon: index$1["default"].bool,
347
340
  /**
348
341
  * The content for the header actions area, displayed alongside the title in
349
342
  * the header area of the tearsheet. This is typically a drop-down, or a set
350
343
  * of small buttons, or similar. NB the headerActions is only applicable for
351
344
  * wide tearsheets.
352
345
  */
353
- headerActions: _propTypes.default.element,
346
+ headerActions: index$1["default"].element,
354
347
  /**
355
348
  * The content for the influencer section of the tearsheet, displayed
356
349
  * alongside the main content. This is typically a menu, or filter, or
357
350
  * progress indicator, or similar. NB the influencer is only applicable for
358
351
  * wide tearsheets.
359
352
  */
360
- influencer: _propTypes.default.element,
353
+ influencer: index$1["default"].element,
361
354
  /**
362
355
  * The position of the influencer section, 'left' or 'right'.
363
356
  */
364
- influencerPosition: _propTypes.default.oneOf(['left', 'right']),
357
+ influencerPosition: index$1["default"].oneOf(['left', 'right']),
365
358
  /**
366
359
  * The width of the influencer: 'narrow' (the default) is 256px, and 'wide'
367
360
  * is 320px.
368
361
  */
369
- influencerWidth: _propTypes.default.oneOf(['narrow', 'wide']),
362
+ influencerWidth: index$1["default"].oneOf(['narrow', 'wide']),
370
363
  /**
371
364
  * A label for the tearsheet, displayed in the header area of the tearsheet
372
365
  * to maintain context for the tearsheet (e.g. as the title changes from page
373
366
  * to page of a multi-page task).
374
367
  */
375
- label: _propTypes.default.node,
368
+ label: index$1["default"].node,
376
369
  /**
377
370
  * Navigation content, such as a set of tabs, to be displayed at the bottom
378
371
  * of the header area of the tearsheet. NB the navigation is only applicable
379
372
  * for wide tearsheets.
380
373
  */
381
- navigation: _propTypes.default.element,
374
+ navigation: index$1["default"].element,
382
375
  /**
383
376
  * An optional handler that is called when the user closes the tearsheet (by
384
377
  * clicking the close button, if enabled, or clicking outside, if enabled).
385
378
  * Returning `false` here prevents the modal from closing.
386
379
  */
387
- onClose: _propTypes.default.func,
380
+ onClose: index$1["default"].func,
388
381
  /**
389
382
  * Specifies whether the tearsheet is currently open.
390
383
  */
391
- open: _propTypes.default.bool,
384
+ open: index$1["default"].bool,
392
385
  /**
393
386
  * The DOM element that the tearsheet should be rendered within. Defaults to document.body.
394
387
  */
@@ -396,9 +389,16 @@ TearsheetShell.propTypes = _objectSpread({
396
389
  /**
397
390
  * Specifies the width of the tearsheet, 'narrow' or 'wide'.
398
391
  */
399
- size: _propTypes.default.oneOf(['narrow', 'wide']).isRequired,
392
+ size: index$1["default"].oneOf(['narrow', 'wide']).isRequired,
400
393
  /**
401
394
  * The main title of the tearsheet, displayed in the header area.
402
395
  */
403
- title: _propTypes.default.node
404
- }, deprecatedProps);
396
+ title: index$1["default"].node
397
+ }, deprecatedProps);
398
+
399
+ exports.TearsheetShell = TearsheetShell;
400
+ exports.deprecatedProps = deprecatedProps;
401
+ exports.portalType = portalType;
402
+ exports.tearsheetHasCloseIcon = tearsheetHasCloseIcon;
403
+ exports.tearsheetIsPassive = tearsheetIsPassive;
404
+ exports.tearsheetShellWideProps = tearsheetShellWideProps;
@@ -0,0 +1,2 @@
1
+ export { Tearsheet } from "./Tearsheet";
2
+ export { TearsheetNarrow } from "./TearsheetNarrow";
@@ -0,0 +1,6 @@
1
+ export const blockClass: string;
2
+ export const componentName: "Toolbar";
3
+ /** Toolbars are a collection of action items that organize a program’s interaction patterns into a series of closely related commands. */
4
+ export let Toolbar: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
5
+ export const ToolbarContext: React.Context<any>;
6
+ import React from 'react';