@carbon/ibm-products 2.24.0 → 2.25.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1720) hide show
  1. package/css/index-full-carbon.css +219 -111
  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 +73 -111
  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 +219 -111
  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 +219 -111
  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 +35 -36
  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 +32 -28
  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 +21 -20
  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 +21 -20
  102. package/es/components/Coachmark/CoachmarkDragbar.d.ts +6 -0
  103. package/es/components/Coachmark/CoachmarkDragbar.js +19 -20
  104. package/es/components/Coachmark/CoachmarkHeader.d.ts +6 -0
  105. package/es/components/Coachmark/CoachmarkHeader.js +16 -17
  106. package/es/components/Coachmark/CoachmarkOverlay.d.ts +6 -0
  107. package/es/components/Coachmark/CoachmarkOverlay.js +26 -29
  108. package/es/components/Coachmark/CoachmarkTagline.d.ts +6 -0
  109. package/es/components/Coachmark/CoachmarkTagline.js +23 -22
  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 +12 -3
  113. package/es/components/Coachmark/utils/context.d.ts +2 -0
  114. package/es/components/Coachmark/utils/context.js +13 -3
  115. package/es/components/Coachmark/utils/enums.d.ts +23 -0
  116. package/es/components/Coachmark/utils/enums.js +11 -9
  117. package/es/components/Coachmark/utils/hooks.d.ts +9 -0
  118. package/es/components/Coachmark/utils/hooks.js +11 -3
  119. package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +5 -0
  120. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +20 -20
  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 +17 -17
  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 +21 -24
  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 +17 -18
  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 +27 -33
  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 +22 -24
  136. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +6 -0
  137. package/es/components/CoachmarkStack/CoachmarkStackHome.js +31 -30
  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 +17 -16
  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 +24 -22
  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 +9 -7
  256. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +27 -0
  257. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +21 -19
  258. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +36 -0
  259. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +17 -18
  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 +22 -24
  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 +12 -14
  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 +21 -25
  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 +21 -25
  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 +21 -25
  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 +21 -25
  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 +21 -25
  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 +21 -25
  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 +61 -60
  437. package/es/components/EmptyStates/assets/NoDataIllustration.d.ts +15 -0
  438. package/es/components/EmptyStates/assets/NoDataIllustration.js +51 -50
  439. package/es/components/EmptyStates/assets/NoTagsIllustration.d.ts +15 -0
  440. package/es/components/EmptyStates/assets/NoTagsIllustration.js +122 -121
  441. package/es/components/EmptyStates/assets/NotFoundIllustration.d.ts +15 -0
  442. package/es/components/EmptyStates/assets/NotFoundIllustration.js +92 -91
  443. package/es/components/EmptyStates/assets/NotificationsIllustration.d.ts +15 -0
  444. package/es/components/EmptyStates/assets/NotificationsIllustration.js +89 -88
  445. package/es/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +15 -0
  446. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +82 -81
  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 +53 -59
  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 +13 -14
  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 +15 -17
  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 +17 -15
  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 +17 -22
  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 +25 -11
  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 -93
  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 +65 -60
  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 +60 -58
  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 +72 -74
  779. package/lib/components/Coachmark/CoachmarkDragbar.d.ts +6 -0
  780. package/lib/components/Coachmark/CoachmarkDragbar.js +49 -49
  781. package/lib/components/Coachmark/CoachmarkHeader.d.ts +6 -0
  782. package/lib/components/Coachmark/CoachmarkHeader.js +38 -37
  783. package/lib/components/Coachmark/CoachmarkOverlay.d.ts +6 -0
  784. package/lib/components/Coachmark/CoachmarkOverlay.js +58 -63
  785. package/lib/components/Coachmark/CoachmarkTagline.d.ts +6 -0
  786. package/lib/components/Coachmark/CoachmarkTagline.js +44 -41
  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 +29 -21
  790. package/lib/components/Coachmark/utils/context.d.ts +2 -0
  791. package/lib/components/Coachmark/utils/context.js +20 -11
  792. package/lib/components/Coachmark/utils/enums.d.ts +23 -0
  793. package/lib/components/Coachmark/utils/enums.js +16 -15
  794. package/lib/components/Coachmark/utils/hooks.d.ts +9 -0
  795. package/lib/components/Coachmark/utils/hooks.js +25 -17
  796. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +5 -0
  797. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +40 -38
  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 +38 -35
  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 +63 -66
  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 +36 -35
  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 +68 -74
  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 +77 -78
  813. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +6 -0
  814. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +69 -68
  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 +37 -36
  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 +45 -28
  933. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +27 -0
  934. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +49 -48
  935. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +36 -0
  936. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +59 -59
  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 +40 -40
  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 +34 -35
  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 +51 -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 +51 -53
  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 +51 -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 +51 -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 +51 -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 +51 -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 +80 -74
  1114. package/lib/components/EmptyStates/assets/NoDataIllustration.d.ts +15 -0
  1115. package/lib/components/EmptyStates/assets/NoDataIllustration.js +70 -64
  1116. package/lib/components/EmptyStates/assets/NoTagsIllustration.d.ts +15 -0
  1117. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +141 -135
  1118. package/lib/components/EmptyStates/assets/NotFoundIllustration.d.ts +15 -0
  1119. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +111 -105
  1120. package/lib/components/EmptyStates/assets/NotificationsIllustration.d.ts +15 -0
  1121. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +108 -102
  1122. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +15 -0
  1123. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +101 -95
  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 +122 -129
  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 +35 -32
  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 +36 -34
  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 +37 -29
  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 +56 -61
  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 +34 -19
  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 +36 -22
  1372. package/scss/components/CreateSidePanel/_create-side-panel.scss +1 -1
  1373. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +6 -7
  1374. package/scss/components/FullPageError/_carbon-imports.scss +9 -0
  1375. package/scss/components/FullPageError/_full-page-error.scss +66 -0
  1376. package/scss/components/FullPageError/_index-with-carbon.scss +9 -0
  1377. package/scss/components/FullPageError/_index.scss +8 -0
  1378. package/scss/components/SidePanel/_side-panel.scss +36 -44
  1379. package/scss/components/TruncatedList/_carbon-imports.scss +9 -0
  1380. package/scss/components/TruncatedList/_index-with-carbon.scss +9 -0
  1381. package/scss/components/TruncatedList/_index.scss +8 -0
  1382. package/scss/components/TruncatedList/_truncated-list.scss +45 -0
  1383. package/scss/components/UserAvatar/_carbon-imports.scss +9 -0
  1384. package/scss/components/UserAvatar/_index-with-carbon.scss +9 -0
  1385. package/scss/components/UserAvatar/_index.scss +8 -0
  1386. package/scss/components/UserAvatar/_user-avatar.scss +54 -0
  1387. package/scss/components/_index-with-carbon.scss +3 -0
  1388. package/scss/components/_index.scss +3 -0
  1389. package/es/components/APIKeyModal/APIKeyModal.docs-page.js +0 -26
  1390. package/es/components/APIKeyModal/index.js +0 -8
  1391. package/es/components/AboutModal/AboutModal.docs-page.js +0 -21
  1392. package/es/components/AboutModal/index.js +0 -8
  1393. package/es/components/ActionBar/index.js +0 -9
  1394. package/es/components/ActionSet/actions.js +0 -55
  1395. package/es/components/ActionSet/index.js +0 -8
  1396. package/es/components/AddSelect/index.js +0 -8
  1397. package/es/components/BreadcrumbWithOverflow/index.js +0 -10
  1398. package/es/components/ButtonMenu/ButtonMenu.js +0 -133
  1399. package/es/components/ButtonMenu/ButtonMenuItem.js +0 -33
  1400. package/es/components/ButtonMenu/index.js +0 -9
  1401. package/es/components/ButtonSetWithOverflow/index.js +0 -8
  1402. package/es/components/Card/index.js +0 -10
  1403. package/es/components/Carousel/Carousel.docs-page.js +0 -11
  1404. package/es/components/Carousel/index.js +0 -9
  1405. package/es/components/Carousel/utils.js +0 -98
  1406. package/es/components/Cascade/Cascade.docs-page.js +0 -22
  1407. package/es/components/Cascade/index.js +0 -1
  1408. package/es/components/Checklist/Checklist.docs-page.js +0 -13
  1409. package/es/components/Checklist/index.js +0 -8
  1410. package/es/components/Coachmark/index.js +0 -10
  1411. package/es/components/Coachmark/utils/helpers.js +0 -11
  1412. package/es/components/CoachmarkBeacon/index.js +0 -8
  1413. package/es/components/CoachmarkButton/index.js +0 -8
  1414. package/es/components/CoachmarkFixed/index.js +0 -8
  1415. package/es/components/CoachmarkOverlayElement/index.js +0 -8
  1416. package/es/components/CoachmarkOverlayElements/index.js +0 -8
  1417. package/es/components/CoachmarkStack/index.js +0 -8
  1418. package/es/components/ComboButton/index.js +0 -9
  1419. package/es/components/CreateFullPage/CreateFullPage.docs-page.js +0 -51
  1420. package/es/components/CreateFullPage/index.js +0 -9
  1421. package/es/components/CreateInfluencer/index.js +0 -8
  1422. package/es/components/CreateModal/CreateModal.docs-page.js +0 -24
  1423. package/es/components/CreateModal/index.js +0 -10
  1424. package/es/components/CreateSidePanel/CreateSidePanel.docs-page.js +0 -18
  1425. package/es/components/CreateSidePanel/index.js +0 -8
  1426. package/es/components/CreateTearsheet/CreateTearsheet.docs-page.js +0 -36
  1427. package/es/components/CreateTearsheet/index.js +0 -10
  1428. package/es/components/CreateTearsheet/preview-components/MultiStepTearsheet.js +0 -292
  1429. package/es/components/CreateTearsheet/preview-components/MultiStepWithIntro.js +0 -280
  1430. package/es/components/CreateTearsheet/preview-components/MultiStepWithStepInErrorState.js +0 -145
  1431. package/es/components/CreateTearsheetNarrow/index.js +0 -8
  1432. package/es/components/DataSpreadsheet/hooks/index.js +0 -14
  1433. package/es/components/DataSpreadsheet/index.js +0 -8
  1434. package/es/components/DataSpreadsheet/utils/generateData.js +0 -52
  1435. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/index.js +0 -10
  1436. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +0 -11
  1437. package/es/components/Datagrid/Datagrid/addons/Filtering/index.js +0 -9
  1438. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.js +0 -1
  1439. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.js +0 -1
  1440. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.js +0 -1
  1441. package/es/components/Datagrid/Datagrid/addons/RowSize/index.js +0 -9
  1442. package/es/components/Datagrid/Datagrid/index.js +0 -8
  1443. package/es/components/Datagrid/Datagrid.docs-page.js +0 -135
  1444. package/es/components/Datagrid/Datagrid.stories/ColumnAlignment/ColumnAlignment.docs-page.js +0 -13
  1445. package/es/components/Datagrid/Datagrid.stories/CustomizeColumnStory.js +0 -6
  1446. package/es/components/Datagrid/Datagrid.stories/RowSizeDropdownStory.js +0 -6
  1447. package/es/components/Datagrid/Datagrid.stories/SelectAllWithToggleStory.js +0 -6
  1448. package/es/components/Datagrid/Datagrid.stories/StickyActionsColumnStory.js +0 -102
  1449. package/es/components/Datagrid/Datagrid.stories/common.js +0 -190
  1450. package/es/components/Datagrid/Datagrid.stories/index.js +0 -4
  1451. package/es/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.docs-page.js +0 -13
  1452. package/es/components/Datagrid/Extensions/EditableCell/EditableCell.docs-page.js +0 -47
  1453. package/es/components/Datagrid/Extensions/ExpandableRow/ExpandableRow.docs-page.js +0 -13
  1454. package/es/components/Datagrid/Extensions/Filtering/Filtering.docs-page.js +0 -63
  1455. package/es/components/Datagrid/Extensions/RowActionButtons/RowActionButtons.docs-page.js +0 -13
  1456. package/es/components/Datagrid/index.js +0 -29
  1457. package/es/components/Datagrid/useEditableCell.js +0 -12
  1458. package/es/components/Datagrid/utils/DatagridActions.js +0 -229
  1459. package/es/components/Datagrid/utils/DatagridPagination.js +0 -32
  1460. package/es/components/Datagrid/utils/Wrapper.js +0 -21
  1461. package/es/components/Datagrid/utils/filterPropsForTesting.js +0 -149
  1462. package/es/components/Datagrid/utils/getArgTypes.js +0 -111
  1463. package/es/components/Datagrid/utils/getInlineEditColumns.js +0 -157
  1464. package/es/components/Datagrid/utils/handleFilterTagLabelText.js +0 -26
  1465. package/es/components/Datagrid/utils/makeData.js +0 -193
  1466. package/es/components/DelimitedList/DelimitedList.docs-page.js +0 -15
  1467. package/es/components/DelimitedList/index.js +0 -8
  1468. package/es/components/EditFullPage/EditFullPage.docs-page.js +0 -39
  1469. package/es/components/EditFullPage/index.js +0 -8
  1470. package/es/components/EditInPlace/index.js +0 -8
  1471. package/es/components/EditSidePanel/index.js +0 -8
  1472. package/es/components/EditTearsheet/EditTearsheet.docs-page.js +0 -25
  1473. package/es/components/EditTearsheet/index.js +0 -9
  1474. package/es/components/EditTearsheet/preview-components/MultiFormEditTearsheet.js +0 -230
  1475. package/es/components/EditTearsheetNarrow/index.js +0 -8
  1476. package/es/components/EditUpdateCards/index.js +0 -8
  1477. package/es/components/EmptyStates/ErrorEmptyState/index.js +0 -8
  1478. package/es/components/EmptyStates/NoDataEmptyState/index.js +0 -8
  1479. package/es/components/EmptyStates/NoTagsEmptyState/index.js +0 -8
  1480. package/es/components/EmptyStates/NotFoundEmptyState/index.js +0 -8
  1481. package/es/components/EmptyStates/NotificationsEmptyState/index.js +0 -8
  1482. package/es/components/EmptyStates/UnauthorizedEmptyState/index.js +0 -8
  1483. package/es/components/EmptyStates/index.js +0 -14
  1484. package/es/components/ExampleComponent/ExampleComponent.docs-page.js +0 -22
  1485. package/es/components/ExampleComponent/ExampleComponent.js +0 -180
  1486. package/es/components/ExampleComponent/ExampleDeprecatedComponent.js +0 -28
  1487. package/es/components/ExampleComponent/index.js +0 -8
  1488. package/es/components/ExampleComponent/useExample.js +0 -49
  1489. package/es/components/ExportModal/index.js +0 -8
  1490. package/es/components/ExpressiveCard/index.js +0 -8
  1491. package/es/components/FilterSummary/index.js +0 -7
  1492. package/es/components/Guidebanner/Guidebanner.docs-page.js +0 -15
  1493. package/es/components/Guidebanner/index.js +0 -11
  1494. package/es/components/HTTPErrors/HTTPError403/index.js +0 -8
  1495. package/es/components/HTTPErrors/HTTPError404/index.js +0 -8
  1496. package/es/components/HTTPErrors/HTTPErrorOther/index.js +0 -8
  1497. package/es/components/HTTPErrors/index.js +0 -10
  1498. package/es/components/ImportModal/ImportModal.docs-page.js +0 -18
  1499. package/es/components/ImportModal/index.js +0 -8
  1500. package/es/components/InlineTip/InlineTip.docs-page.js +0 -13
  1501. package/es/components/InlineTip/index.js +0 -10
  1502. package/es/components/InterstitialScreen/index.js +0 -8
  1503. package/es/components/InterstitialScreenView/index.js +0 -8
  1504. package/es/components/InterstitialScreenViewModule/index.js +0 -8
  1505. package/es/components/MultiAddSelect/MultiAddSelect.docs-page.js +0 -17
  1506. package/es/components/MultiAddSelect/index.js +0 -8
  1507. package/es/components/NonLinearReading/NonLinearReading.docs-page.js +0 -15
  1508. package/es/components/NonLinearReading/index.js +0 -8
  1509. package/es/components/NotificationsPanel/NotificationsPanel_data.js +0 -135
  1510. package/es/components/NotificationsPanel/index.js +0 -8
  1511. package/es/components/NotificationsPanel/preview-components/UnreadNotificationBell.js +0 -33
  1512. package/es/components/OptionsTile/index.js +0 -8
  1513. package/es/components/PageHeader/PageHeaderDemo.data.js +0 -613
  1514. package/es/components/PageHeader/index.js +0 -8
  1515. package/es/components/ProductiveCard/index.js +0 -8
  1516. package/es/components/RemoveModal/RemoveModal.docs-page.js +0 -18
  1517. package/es/components/RemoveModal/index.js +0 -8
  1518. package/es/components/Saving/index.js +0 -8
  1519. package/es/components/SearchBar/index.js +0 -8
  1520. package/es/components/SidePanel/index.js +0 -8
  1521. package/es/components/SimpleHeader/SimpleHeader.docs-page.js +0 -17
  1522. package/es/components/SimpleHeader/index.js +0 -8
  1523. package/es/components/SingleAddSelect/SingleAddSelect.docs-page.js +0 -15
  1524. package/es/components/SingleAddSelect/index.js +0 -8
  1525. package/es/components/StatusIcon/StatusIcon.docs-page.js +0 -17
  1526. package/es/components/StatusIcon/index.js +0 -8
  1527. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.docs-page.js +0 -11
  1528. package/es/components/SteppedAnimatedMedia/assets/index.js +0 -4
  1529. package/es/components/SteppedAnimatedMedia/index.js +0 -8
  1530. package/es/components/TagSet/constants.js +0 -21
  1531. package/es/components/TagSet/index.js +0 -8
  1532. package/es/components/Tearsheet/index.js +0 -9
  1533. package/es/components/Toolbar/Toolbar.docs-page.js +0 -14
  1534. package/es/components/Toolbar/index.js +0 -10
  1535. package/es/components/TooltipTrigger/index.js +0 -8
  1536. package/es/components/TooltipTrigger/useExample.js +0 -49
  1537. package/es/components/UserProfileImage/UserProfileImage.docs-page.js +0 -17
  1538. package/es/components/UserProfileImage/index.js +0 -10
  1539. package/es/components/WebTerminal/WebTerminal.docs-page.js +0 -52
  1540. package/es/components/WebTerminal/index.js +0 -10
  1541. package/es/components/WebTerminal/preview-components/Navigation.js +0 -37
  1542. package/es/components/WebTerminal/preview-components/documentationLinks.js +0 -32
  1543. package/es/components/WebTerminal/preview-components/index.js +0 -12
  1544. package/es/components/_Canary/index.js +0 -8
  1545. package/es/components/index.js +0 -60
  1546. package/es/global/decorators/sidePanelDecorator.js +0 -18
  1547. package/es/global/js/hooks/index.js +0 -19
  1548. package/es/global/js/utils/ClickListener.js +0 -65
  1549. package/es/global/js/utils/DisplayBox.js +0 -32
  1550. package/es/global/js/utils/StoryDocsPage.js +0 -224
  1551. package/es/global/js/utils/story-helper.js +0 -211
  1552. package/es/global/js/utils/test-helper.js +0 -363
  1553. package/es/global/js/utils/unwrap-if-fragment.js +0 -63
  1554. package/es/global/js/utils/uuidv4.spec.js +0 -27
  1555. package/lib/components/APIKeyModal/APIKeyModal.docs-page.js +0 -36
  1556. package/lib/components/APIKeyModal/index.js +0 -12
  1557. package/lib/components/AboutModal/AboutModal.docs-page.js +0 -31
  1558. package/lib/components/AboutModal/index.js +0 -12
  1559. package/lib/components/ActionBar/index.js +0 -19
  1560. package/lib/components/ActionSet/actions.js +0 -61
  1561. package/lib/components/ActionSet/index.js +0 -12
  1562. package/lib/components/AddSelect/index.js +0 -12
  1563. package/lib/components/BreadcrumbWithOverflow/index.js +0 -12
  1564. package/lib/components/ButtonMenu/ButtonMenu.js +0 -136
  1565. package/lib/components/ButtonMenu/ButtonMenuItem.js +0 -41
  1566. package/lib/components/ButtonMenu/index.js +0 -19
  1567. package/lib/components/ButtonSetWithOverflow/index.js +0 -12
  1568. package/lib/components/Card/index.js +0 -26
  1569. package/lib/components/Carousel/Carousel.docs-page.js +0 -21
  1570. package/lib/components/Carousel/index.js +0 -19
  1571. package/lib/components/Carousel/utils.js +0 -105
  1572. package/lib/components/Cascade/Cascade.docs-page.js +0 -32
  1573. package/lib/components/Cascade/index.js +0 -12
  1574. package/lib/components/Checklist/Checklist.docs-page.js +0 -23
  1575. package/lib/components/Checklist/index.js +0 -12
  1576. package/lib/components/Coachmark/index.js +0 -38
  1577. package/lib/components/Coachmark/utils/helpers.js +0 -17
  1578. package/lib/components/CoachmarkBeacon/index.js +0 -12
  1579. package/lib/components/CoachmarkButton/index.js +0 -12
  1580. package/lib/components/CoachmarkFixed/index.js +0 -12
  1581. package/lib/components/CoachmarkOverlayElement/index.js +0 -12
  1582. package/lib/components/CoachmarkOverlayElements/index.js +0 -12
  1583. package/lib/components/CoachmarkStack/index.js +0 -12
  1584. package/lib/components/ComboButton/index.js +0 -19
  1585. package/lib/components/CreateFullPage/CreateFullPage.docs-page.js +0 -61
  1586. package/lib/components/CreateFullPage/index.js +0 -19
  1587. package/lib/components/CreateInfluencer/index.js +0 -12
  1588. package/lib/components/CreateModal/CreateModal.docs-page.js +0 -34
  1589. package/lib/components/CreateModal/index.js +0 -12
  1590. package/lib/components/CreateSidePanel/CreateSidePanel.docs-page.js +0 -28
  1591. package/lib/components/CreateSidePanel/index.js +0 -12
  1592. package/lib/components/CreateTearsheet/CreateTearsheet.docs-page.js +0 -46
  1593. package/lib/components/CreateTearsheet/index.js +0 -26
  1594. package/lib/components/CreateTearsheet/preview-components/MultiStepTearsheet.js +0 -301
  1595. package/lib/components/CreateTearsheet/preview-components/MultiStepWithIntro.js +0 -290
  1596. package/lib/components/CreateTearsheet/preview-components/MultiStepWithStepInErrorState.js +0 -155
  1597. package/lib/components/CreateTearsheetNarrow/index.js +0 -12
  1598. package/lib/components/DataSpreadsheet/hooks/index.js +0 -54
  1599. package/lib/components/DataSpreadsheet/index.js +0 -12
  1600. package/lib/components/DataSpreadsheet/utils/generateData.js +0 -59
  1601. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/index.js +0 -20
  1602. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +0 -34
  1603. package/lib/components/Datagrid/Datagrid/addons/Filtering/index.js +0 -33
  1604. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.js +0 -12
  1605. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.js +0 -12
  1606. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.js +0 -18
  1607. package/lib/components/Datagrid/Datagrid/addons/RowSize/index.js +0 -13
  1608. package/lib/components/Datagrid/Datagrid/index.js +0 -12
  1609. package/lib/components/Datagrid/Datagrid.docs-page.js +0 -145
  1610. package/lib/components/Datagrid/Datagrid.stories/ColumnAlignment/ColumnAlignment.docs-page.js +0 -20
  1611. package/lib/components/Datagrid/Datagrid.stories/CustomizeColumnStory.js +0 -12
  1612. package/lib/components/Datagrid/Datagrid.stories/RowSizeDropdownStory.js +0 -12
  1613. package/lib/components/Datagrid/Datagrid.stories/SelectAllWithToggleStory.js +0 -12
  1614. package/lib/components/Datagrid/Datagrid.stories/StickyActionsColumnStory.js +0 -103
  1615. package/lib/components/Datagrid/Datagrid.stories/common.js +0 -197
  1616. package/lib/components/Datagrid/Datagrid.stories/index.js +0 -34
  1617. package/lib/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.docs-page.js +0 -20
  1618. package/lib/components/Datagrid/Extensions/EditableCell/EditableCell.docs-page.js +0 -54
  1619. package/lib/components/Datagrid/Extensions/ExpandableRow/ExpandableRow.docs-page.js +0 -20
  1620. package/lib/components/Datagrid/Extensions/Filtering/Filtering.docs-page.js +0 -70
  1621. package/lib/components/Datagrid/Extensions/RowActionButtons/RowActionButtons.docs-page.js +0 -20
  1622. package/lib/components/Datagrid/index.js +0 -160
  1623. package/lib/components/Datagrid/useEditableCell.js +0 -19
  1624. package/lib/components/Datagrid/utils/DatagridActions.js +0 -239
  1625. package/lib/components/Datagrid/utils/DatagridPagination.js +0 -39
  1626. package/lib/components/Datagrid/utils/Wrapper.js +0 -28
  1627. package/lib/components/Datagrid/utils/filterPropsForTesting.js +0 -156
  1628. package/lib/components/Datagrid/utils/getArgTypes.js +0 -117
  1629. package/lib/components/Datagrid/utils/getInlineEditColumns.js +0 -164
  1630. package/lib/components/Datagrid/utils/handleFilterTagLabelText.js +0 -32
  1631. package/lib/components/Datagrid/utils/makeData.js +0 -198
  1632. package/lib/components/DelimitedList/DelimitedList.docs-page.js +0 -25
  1633. package/lib/components/DelimitedList/index.js +0 -12
  1634. package/lib/components/EditFullPage/EditFullPage.docs-page.js +0 -49
  1635. package/lib/components/EditFullPage/index.js +0 -12
  1636. package/lib/components/EditInPlace/index.js +0 -12
  1637. package/lib/components/EditSidePanel/index.js +0 -12
  1638. package/lib/components/EditTearsheet/EditTearsheet.docs-page.js +0 -35
  1639. package/lib/components/EditTearsheet/index.js +0 -19
  1640. package/lib/components/EditTearsheet/preview-components/MultiFormEditTearsheet.js +0 -240
  1641. package/lib/components/EditTearsheetNarrow/index.js +0 -12
  1642. package/lib/components/EditUpdateCards/index.js +0 -12
  1643. package/lib/components/EmptyStates/ErrorEmptyState/index.js +0 -12
  1644. package/lib/components/EmptyStates/NoDataEmptyState/index.js +0 -12
  1645. package/lib/components/EmptyStates/NoTagsEmptyState/index.js +0 -12
  1646. package/lib/components/EmptyStates/NotFoundEmptyState/index.js +0 -12
  1647. package/lib/components/EmptyStates/NotificationsEmptyState/index.js +0 -12
  1648. package/lib/components/EmptyStates/UnauthorizedEmptyState/index.js +0 -12
  1649. package/lib/components/EmptyStates/index.js +0 -54
  1650. package/lib/components/ExampleComponent/ExampleComponent.docs-page.js +0 -32
  1651. package/lib/components/ExampleComponent/ExampleComponent.js +0 -187
  1652. package/lib/components/ExampleComponent/ExampleDeprecatedComponent.js +0 -35
  1653. package/lib/components/ExampleComponent/index.js +0 -12
  1654. package/lib/components/ExampleComponent/useExample.js +0 -57
  1655. package/lib/components/ExportModal/index.js +0 -12
  1656. package/lib/components/ExpressiveCard/index.js +0 -12
  1657. package/lib/components/FilterSummary/index.js +0 -13
  1658. package/lib/components/Guidebanner/Guidebanner.docs-page.js +0 -25
  1659. package/lib/components/Guidebanner/index.js +0 -33
  1660. package/lib/components/HTTPErrors/HTTPError403/index.js +0 -12
  1661. package/lib/components/HTTPErrors/HTTPError404/index.js +0 -12
  1662. package/lib/components/HTTPErrors/HTTPErrorOther/index.js +0 -12
  1663. package/lib/components/HTTPErrors/index.js +0 -26
  1664. package/lib/components/ImportModal/ImportModal.docs-page.js +0 -25
  1665. package/lib/components/ImportModal/index.js +0 -12
  1666. package/lib/components/InlineTip/InlineTip.docs-page.js +0 -23
  1667. package/lib/components/InlineTip/index.js +0 -26
  1668. package/lib/components/InterstitialScreen/index.js +0 -12
  1669. package/lib/components/InterstitialScreenView/index.js +0 -12
  1670. package/lib/components/InterstitialScreenViewModule/index.js +0 -12
  1671. package/lib/components/MultiAddSelect/MultiAddSelect.docs-page.js +0 -24
  1672. package/lib/components/MultiAddSelect/index.js +0 -12
  1673. package/lib/components/NonLinearReading/NonLinearReading.docs-page.js +0 -25
  1674. package/lib/components/NonLinearReading/index.js +0 -12
  1675. package/lib/components/NotificationsPanel/NotificationsPanel_data.js +0 -142
  1676. package/lib/components/NotificationsPanel/index.js +0 -12
  1677. package/lib/components/NotificationsPanel/preview-components/UnreadNotificationBell.js +0 -39
  1678. package/lib/components/OptionsTile/index.js +0 -12
  1679. package/lib/components/PageHeader/PageHeaderDemo.data.js +0 -619
  1680. package/lib/components/PageHeader/index.js +0 -12
  1681. package/lib/components/ProductiveCard/index.js +0 -12
  1682. package/lib/components/RemoveModal/RemoveModal.docs-page.js +0 -25
  1683. package/lib/components/RemoveModal/index.js +0 -12
  1684. package/lib/components/Saving/index.js +0 -12
  1685. package/lib/components/SearchBar/index.js +0 -12
  1686. package/lib/components/SidePanel/index.js +0 -12
  1687. package/lib/components/SimpleHeader/SimpleHeader.docs-page.js +0 -27
  1688. package/lib/components/SimpleHeader/index.js +0 -12
  1689. package/lib/components/SingleAddSelect/SingleAddSelect.docs-page.js +0 -22
  1690. package/lib/components/SingleAddSelect/index.js +0 -12
  1691. package/lib/components/StatusIcon/StatusIcon.docs-page.js +0 -27
  1692. package/lib/components/StatusIcon/index.js +0 -12
  1693. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.docs-page.js +0 -21
  1694. package/lib/components/SteppedAnimatedMedia/assets/index.js +0 -9
  1695. package/lib/components/SteppedAnimatedMedia/index.js +0 -12
  1696. package/lib/components/TagSet/constants.js +0 -27
  1697. package/lib/components/TagSet/index.js +0 -12
  1698. package/lib/components/Tearsheet/index.js +0 -19
  1699. package/lib/components/Toolbar/Toolbar.docs-page.js +0 -24
  1700. package/lib/components/Toolbar/index.js +0 -26
  1701. package/lib/components/TooltipTrigger/index.js +0 -12
  1702. package/lib/components/TooltipTrigger/useExample.js +0 -57
  1703. package/lib/components/UserProfileImage/UserProfileImage.docs-page.js +0 -27
  1704. package/lib/components/UserProfileImage/index.js +0 -12
  1705. package/lib/components/WebTerminal/WebTerminal.docs-page.js +0 -62
  1706. package/lib/components/WebTerminal/index.js +0 -32
  1707. package/lib/components/WebTerminal/preview-components/Navigation.js +0 -44
  1708. package/lib/components/WebTerminal/preview-components/documentationLinks.js +0 -38
  1709. package/lib/components/WebTerminal/preview-components/index.js +0 -13
  1710. package/lib/components/_Canary/index.js +0 -12
  1711. package/lib/components/index.js +0 -640
  1712. package/lib/global/decorators/sidePanelDecorator.js +0 -25
  1713. package/lib/global/js/hooks/index.js +0 -95
  1714. package/lib/global/js/utils/ClickListener.js +0 -75
  1715. package/lib/global/js/utils/DisplayBox.js +0 -39
  1716. package/lib/global/js/utils/StoryDocsPage.js +0 -229
  1717. package/lib/global/js/utils/story-helper.js +0 -217
  1718. package/lib/global/js/utils/test-helper.js +0 -370
  1719. package/lib/global/js/utils/unwrap-if-fragment.js +0 -69
  1720. package/lib/global/js/utils/uuidv4.spec.js +0 -30
@@ -1,42 +1,38 @@
1
- "use strict";
1
+ /**
2
+ * Copyright IBM Corp. 2020, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
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$1 = require('../../node_modules/prop-types/index.js');
15
+ var index = require('../../node_modules/classnames/index.js');
16
+ var react = require('@carbon/react');
17
+ var settings = require('../../settings.js');
18
+ var propsHelper = require('../../global/js/utils/props-helper.js');
19
+ var usePortalTarget = require('../../global/js/hooks/usePortalTarget.js');
20
+
21
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
22
+
23
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
2
24
 
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.TagSetModal = void 0;
9
- var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
10
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
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 _propTypes = _interopRequireDefault(require("prop-types"));
15
- var _classnames = _interopRequireDefault(require("classnames"));
16
- var _react2 = require("@carbon/react");
17
- var _settings = require("../../settings");
18
- var _propsHelper = require("../../global/js/utils/props-helper");
19
- var _usePortalTarget = require("../../global/js/hooks/usePortalTarget");
20
25
  var _excluded = ["allTags", "className", "title", "onClose", "open", "portalTarget", "searchLabel", "searchPlaceholder"],
21
- _excluded2 = ["label"]; //
22
- // Copyright IBM Corp. 2021, 2020
23
- //
24
- // This source code is licensed under the Apache-2.0 license found in the
25
- // LICENSE file in the root directory of this source tree.
26
- //
27
- 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); }
28
- 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; }
29
- 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; }
30
- 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; }
26
+ _excluded2 = ["label"];
31
27
  var componentName = 'TagSetModal';
32
- var blockClass = "".concat(_settings.pkg.prefix, "--tag-set-modal");
28
+ var blockClass = "".concat(settings.pkg.prefix, "--tag-set-modal");
33
29
 
34
30
  // Default values for props
35
31
  var defaults = {
36
32
  // marked as required by TagSet if needed, default used to satisfy <Search /> component
37
33
  searchLabel: ''
38
34
  };
39
- var TagSetModal = exports.TagSetModal = function TagSetModal(_ref) {
35
+ var TagSetModal = function TagSetModal(_ref) {
40
36
  var allTags = _ref.allTags,
41
37
  className = _ref.className,
42
38
  title = _ref.title,
@@ -46,17 +42,17 @@ var TagSetModal = exports.TagSetModal = function TagSetModal(_ref) {
46
42
  _ref$searchLabel = _ref.searchLabel,
47
43
  searchLabel = _ref$searchLabel === void 0 ? defaults.searchLabel : _ref$searchLabel,
48
44
  searchPlaceholder = _ref.searchPlaceholder,
49
- rest = (0, _objectWithoutProperties2.default)(_ref, _excluded);
50
- var _useState = (0, _react.useState)([]),
51
- _useState2 = (0, _slicedToArray2.default)(_useState, 2),
45
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
46
+ var _useState = React.useState([]),
47
+ _useState2 = _rollupPluginBabelHelpers.slicedToArray(_useState, 2),
52
48
  filteredModalTags = _useState2[0],
53
49
  setFilteredModalTags = _useState2[1];
54
- var _useState3 = (0, _react.useState)(''),
55
- _useState4 = (0, _slicedToArray2.default)(_useState3, 2),
50
+ var _useState3 = React.useState(''),
51
+ _useState4 = _rollupPluginBabelHelpers.slicedToArray(_useState3, 2),
56
52
  search = _useState4[0],
57
53
  setSearch = _useState4[1];
58
- var renderPortalUse = (0, _usePortalTarget.usePortalTarget)(portalTargetIn);
59
- (0, _react.useEffect)(function () {
54
+ var renderPortalUse = usePortalTarget.usePortalTarget(portalTargetIn);
55
+ React.useEffect(function () {
60
56
  var newFilteredModalTags = [];
61
57
  if (open) {
62
58
  if (search === '') {
@@ -78,47 +74,49 @@ var TagSetModal = exports.TagSetModal = function TagSetModal(_ref) {
78
74
  var handleSearch = function handleSearch(ev) {
79
75
  setSearch(ev.target.value || '');
80
76
  };
81
- return renderPortalUse( /*#__PURE__*/_react.default.createElement(_react2.ComposedModal, (0, _extends2.default)({}, rest, {
77
+ return renderPortalUse( /*#__PURE__*/React__default["default"].createElement(react.ComposedModal, _rollupPluginBabelHelpers["extends"]({}, rest, {
82
78
  containerClassName: "".concat(blockClass, "__container"),
83
- className: (0, _classnames.default)(className, "".concat(blockClass)),
79
+ className: index["default"](className, "".concat(blockClass)),
84
80
  size: "sm",
85
81
  open: open,
86
82
  onClose: onClose
87
- }), /*#__PURE__*/_react.default.createElement(_react2.ModalHeader, {
83
+ }), /*#__PURE__*/React__default["default"].createElement(react.ModalHeader, {
88
84
  className: "".concat(blockClass, "__header"),
89
85
  closeModal: onClose,
90
86
  title: title
91
- }, /*#__PURE__*/_react.default.createElement(_react2.Search, {
87
+ }, /*#__PURE__*/React__default["default"].createElement(react.Search, {
92
88
  "data-modal-primary-focus": true,
93
89
  className: "".concat(blockClass, "__search"),
94
90
  labelText: searchLabel,
95
91
  placeholder: searchPlaceholder,
96
92
  onChange: handleSearch,
97
93
  size: "lg"
98
- })), /*#__PURE__*/_react.default.createElement(_react2.ModalBody, {
94
+ })), /*#__PURE__*/React__default["default"].createElement(react.ModalBody, {
99
95
  className: "".concat(blockClass, "__body"),
100
96
  hasForm: true
101
97
  }, filteredModalTags.map(function (_ref2, index) {
102
98
  var label = _ref2.label,
103
- other = (0, _objectWithoutProperties2.default)(_ref2, _excluded2);
104
- return /*#__PURE__*/_react.default.createElement(_react2.Tag, (0, _extends2.default)({}, other, {
99
+ other = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
100
+ return /*#__PURE__*/React__default["default"].createElement(react.Tag, _rollupPluginBabelHelpers["extends"]({}, other, {
105
101
  filter: false,
106
102
  key: "all-tags-".concat(index)
107
103
  }), label);
108
- })), /*#__PURE__*/_react.default.createElement("div", {
104
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
109
105
  className: "".concat(blockClass, "__fade")
110
106
  })));
111
107
  };
112
108
  TagSetModal.propTypes = {
113
- allTags: _propTypes.default.arrayOf(_propTypes.default.shape(_objectSpread(_objectSpread({}, (0, _propsHelper.prepareProps)(_react2.Tag.propTypes, 'filter')), {}, {
114
- label: _propTypes.default.string.isRequired
109
+ allTags: index$1["default"].arrayOf(index$1["default"].shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, propsHelper.prepareProps(react.Tag.propTypes, 'filter')), {}, {
110
+ label: index$1["default"].string.isRequired
115
111
  }))),
116
- className: _propTypes.default.string,
117
- onClose: _propTypes.default.func,
118
- open: _propTypes.default.bool,
119
- portalTarget: _propTypes.default.node,
120
- searchLabel: _propTypes.default.string,
121
- searchPlaceholder: _propTypes.default.string,
122
- title: _propTypes.default.string
112
+ className: index$1["default"].string,
113
+ onClose: index$1["default"].func,
114
+ open: index$1["default"].bool,
115
+ portalTarget: index$1["default"].node,
116
+ searchLabel: index$1["default"].string,
117
+ searchPlaceholder: index$1["default"].string,
118
+ title: index$1["default"].string
123
119
  };
124
- TagSetModal.displayName = componentName;
120
+ TagSetModal.displayName = componentName;
121
+
122
+ exports.TagSetModal = TagSetModal;
@@ -0,0 +1,2 @@
1
+ export const TagSetOverflow: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2
+ import React from 'react';
@@ -1,37 +1,36 @@
1
- "use strict";
1
+ /**
2
+ * Copyright IBM Corp. 2020, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
2
7
 
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.TagSetOverflow = void 0;
9
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
- var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
11
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
12
- var _react = _interopRequireWildcard(require("react"));
13
- var _propTypes = _interopRequireDefault(require("prop-types"));
14
- var _classnames = _interopRequireDefault(require("classnames"));
15
- var _react2 = require("@carbon/react");
16
- var _hooks = require("../../global/js/hooks");
17
- var _settings = require("../../settings");
18
- var _excluded = ["allTagsModalSearchThreshold", "className", "onShowAllClick", "overflowAlign", "overflowTags", "overflowType", "showAllTagsLabel", "popoverOpen", "setPopoverOpen"]; //
19
- // Copyright IBM Corp. 2021, 2024
20
- //
21
- // This source code is licensed under the Apache-2.0 license found in the
22
- // LICENSE file in the root directory of this source tree.
23
- //
24
- 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); }
25
- 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; }
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$1 = require('../../node_modules/prop-types/index.js');
15
+ var index = require('../../node_modules/classnames/index.js');
16
+ var react = require('@carbon/react');
17
+ var settings = require('../../settings.js');
18
+ var useClickOutside = require('../../global/js/hooks/useClickOutside.js');
19
+
20
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
+
22
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
+
24
+ var _excluded = ["allTagsModalSearchThreshold", "className", "onShowAllClick", "overflowAlign", "overflowTags", "overflowType", "showAllTagsLabel", "popoverOpen", "setPopoverOpen"];
26
25
  var componentName = 'TagSetOverflow';
27
- var blockClass = "".concat(_settings.pkg.prefix, "--tag-set-overflow");
26
+ var blockClass = "".concat(settings.pkg.prefix, "--tag-set-overflow");
28
27
 
29
28
  // Default values for props
30
29
  var defaults = {
31
30
  allTagsModalSearchThreshold: 10,
32
31
  overflowAlign: 'bottom'
33
32
  };
34
- var TagSetOverflow = exports.TagSetOverflow = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
33
+ var TagSetOverflow = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
35
34
  var _ref$allTagsModalSear = _ref.allTagsModalSearchThreshold,
36
35
  allTagsModalSearchThreshold = _ref$allTagsModalSear === void 0 ? defaults.allTagsModalSearchThreshold : _ref$allTagsModalSear,
37
36
  className = _ref.className,
@@ -43,10 +42,10 @@ var TagSetOverflow = exports.TagSetOverflow = /*#__PURE__*/_react.default.forwar
43
42
  showAllTagsLabel = _ref.showAllTagsLabel,
44
43
  popoverOpen = _ref.popoverOpen,
45
44
  setPopoverOpen = _ref.setPopoverOpen,
46
- rest = (0, _objectWithoutProperties2.default)(_ref, _excluded);
47
- var localRef = (0, _react.useRef)();
48
- var overflowTagContent = (0, _react.useRef)(null);
49
- (0, _hooks.useClickOutside)(ref || localRef, function () {
45
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
46
+ var localRef = React.useRef();
47
+ var overflowTagContent = React.useRef(null);
48
+ useClickOutside.useClickOutside(ref || localRef, function () {
50
49
  if (popoverOpen) {
51
50
  setPopoverOpen(false);
52
51
  }
@@ -63,30 +62,30 @@ var TagSetOverflow = exports.TagSetOverflow = /*#__PURE__*/_react.default.forwar
63
62
  setPopoverOpen(false);
64
63
  }
65
64
  };
66
- return /*#__PURE__*/_react.default.createElement("span", (0, _extends2.default)({}, rest, {
65
+ return /*#__PURE__*/React__default["default"].createElement("span", _rollupPluginBabelHelpers["extends"]({}, rest, {
67
66
  "aria-hidden": overflowTags.length === 0,
68
- className: (0, _classnames.default)("".concat(blockClass), (0, _defineProperty2.default)({}, "".concat(blockClass, "--hidden"), overflowTags.length === 0)),
67
+ className: index["default"]("".concat(blockClass), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--hidden"), overflowTags.length === 0)),
69
68
  ref: ref || localRef
70
- }), /*#__PURE__*/_react.default.createElement(_react2.Popover, {
69
+ }), /*#__PURE__*/React__default["default"].createElement(react.Popover, {
71
70
  align: overflowAlign,
72
- className: (0, _classnames.default)(className, "".concat(blockClass, "__tagset-popover")),
71
+ className: index["default"](className, "".concat(blockClass, "__tagset-popover")),
73
72
  dropShadow: true,
74
73
  highContrast: true,
75
74
  onKeyDown: handleEscKeyPress,
76
75
  open: popoverOpen
77
- }, /*#__PURE__*/_react.default.createElement(_react2.Tag, {
76
+ }, /*#__PURE__*/React__default["default"].createElement(react.Tag, {
78
77
  onClick: function onClick() {
79
78
  return setPopoverOpen(!popoverOpen);
80
79
  },
81
- className: (0, _classnames.default)("".concat(blockClass, "__popover-trigger"))
82
- }, "+", overflowTags.length), /*#__PURE__*/_react.default.createElement(_react2.PopoverContent, null, /*#__PURE__*/_react.default.createElement("div", {
80
+ className: index["default"]("".concat(blockClass, "__popover-trigger"))
81
+ }, "+", overflowTags.length), /*#__PURE__*/React__default["default"].createElement(react.PopoverContent, null, /*#__PURE__*/React__default["default"].createElement("div", {
83
82
  ref: overflowTagContent,
84
83
  className: "".concat(blockClass, "__content")
85
- }, /*#__PURE__*/_react.default.createElement("ul", {
84
+ }, /*#__PURE__*/React__default["default"].createElement("ul", {
86
85
  className: "".concat(blockClass, "__tag-list")
87
86
  }, overflowTags.filter(function (_, index) {
88
87
  return overflowTags.length > allTagsModalSearchThreshold ? index < allTagsModalSearchThreshold : index <= allTagsModalSearchThreshold;
89
- }).map(function (tag, index) {
88
+ }).map(function (tag, index$1) {
90
89
  var tagProps = {};
91
90
  if (overflowType === 'tag') {
92
91
  tagProps.type = 'high-contrast';
@@ -94,11 +93,11 @@ var TagSetOverflow = exports.TagSetOverflow = /*#__PURE__*/_react.default.forwar
94
93
  if (overflowType === 'default') {
95
94
  tagProps.filter = false;
96
95
  }
97
- return /*#__PURE__*/_react.default.createElement("li", {
98
- className: (0, _classnames.default)("".concat(blockClass, "__tag-item"), (0, _defineProperty2.default)((0, _defineProperty2.default)({}, "".concat(blockClass, "__tag-item--default"), overflowType === 'default'), "".concat(blockClass, "__tag-item--tag"), overflowType === 'tag')),
99
- key: index
100
- }, /*#__PURE__*/_react.default.cloneElement(tag, tagProps));
101
- })), overflowTags.length > allTagsModalSearchThreshold && /*#__PURE__*/_react.default.createElement(_react2.Link, {
96
+ return /*#__PURE__*/React__default["default"].createElement("li", {
97
+ className: index["default"]("".concat(blockClass, "__tag-item"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__tag-item--default"), overflowType === 'default'), "".concat(blockClass, "__tag-item--tag"), overflowType === 'tag')),
98
+ key: index$1
99
+ }, /*#__PURE__*/React__default["default"].cloneElement(tag, tagProps));
100
+ })), overflowTags.length > allTagsModalSearchThreshold && /*#__PURE__*/React__default["default"].createElement(react.Link, {
102
101
  className: "".concat(blockClass, "__show-all-tags-link"),
103
102
  href: "",
104
103
  onClick: handleShowAllTagsClick,
@@ -110,37 +109,39 @@ TagSetOverflow.propTypes = {
110
109
  /**
111
110
  * count of overflowTags over which a modal is offered
112
111
  */
113
- allTagsModalSearchThreshold: _propTypes.default.number,
112
+ allTagsModalSearchThreshold: index$1["default"].number,
114
113
  /**
115
114
  * className
116
115
  */
117
- className: _propTypes.default.string,
116
+ className: index$1["default"].string,
118
117
  /**
119
118
  * function to execute on clicking show all
120
119
  */
121
- onShowAllClick: _propTypes.default.func.isRequired,
120
+ onShowAllClick: index$1["default"].func.isRequired,
122
121
  /**
123
122
  * overflowAlign from the standard tooltip
124
123
  */
125
- overflowAlign: _propTypes.default.oneOf(['top', 'top-left', 'top-right', 'bottom', 'bottom-left', 'bottom-right', 'left', 'left-bottom', 'left-top', 'right', 'right-bottom', 'right-top']),
124
+ overflowAlign: index$1["default"].oneOf(['top', 'top-left', 'top-right', 'bottom', 'bottom-left', 'bottom-right', 'left', 'left-bottom', 'left-top', 'right', 'right-bottom', 'right-top']),
126
125
  /**
127
126
  * tags shown in overflow
128
127
  */
129
- overflowTags: _propTypes.default.arrayOf(_propTypes.default.object).isRequired,
128
+ overflowTags: index$1["default"].arrayOf(index$1["default"].object).isRequired,
130
129
  /**
131
130
  * Type of rendering displayed inside of the tag overflow component
132
131
  */
133
- overflowType: _propTypes.default.oneOf(['default', 'tag']),
132
+ overflowType: index$1["default"].oneOf(['default', 'tag']),
134
133
  /**
135
134
  * Open state of the popover
136
135
  */
137
- popoverOpen: _propTypes.default.bool,
136
+ popoverOpen: index$1["default"].bool,
138
137
  /**
139
138
  * Setter function for the popoverOpen state value
140
139
  */
141
- setPopoverOpen: _propTypes.default.func,
140
+ setPopoverOpen: index$1["default"].func,
142
141
  /**
143
142
  * label for the overflow show all tags link
144
143
  */
145
- showAllTagsLabel: _propTypes.default.string
146
- };
144
+ showAllTagsLabel: index$1["default"].string
145
+ };
146
+
147
+ exports.TagSetOverflow = TagSetOverflow;
@@ -0,0 +1 @@
1
+ export { TagSet } from "./TagSet";
@@ -0,0 +1,18 @@
1
+ /**
2
+ * A tearsheet is a mostly full-screen type of dialog that keeps users
3
+ * in-context and focused by bringing actionable content front and center while
4
+ * revealing parts of the UI behind it. There is also a narrow variant of the
5
+ * tearsheet.
6
+ *
7
+ * A tearsheet comprises up to 5 zones, allowing for flexibility depending on
8
+ * the content: a heading area including a title, an optional navigation area
9
+ * that sits just below the heading, an optional influencer which is a side
10
+ * panel on either the left or right side, the main content area, and a set of
11
+ * action buttons.
12
+ */
13
+ export let Tearsheet: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
14
+ export namespace deprecatedProps {
15
+ let verticalPosition: PropTypes.Requireable<string>;
16
+ }
17
+ import React from 'react';
18
+ import PropTypes from 'prop-types';
@@ -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.Tearsheet = 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 = ["influencerPosition", "influencerWidth", "verticalPosition"];
19
1
  /**
20
- * Copyright IBM Corp. 2020, 2023
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 = ["influencerPosition", "influencerWidth", "verticalPosition"];
30
27
  var componentName = 'Tearsheet';
31
28
 
32
29
  // NOTE: the component SCSS is not imported here: it is rolled up separately.
@@ -50,15 +47,15 @@ var defaults = {
50
47
  * panel on either the left or right side, the main content area, and a set of
51
48
  * action buttons.
52
49
  */
53
- var Tearsheet = exports.Tearsheet = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
50
+ exports.Tearsheet = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
54
51
  var _ref$influencerPositi = _ref.influencerPosition,
55
52
  influencerPosition = _ref$influencerPositi === void 0 ? defaults.influencerPosition : _ref$influencerPositi,
56
53
  _ref$influencerWidth = _ref.influencerWidth,
57
54
  influencerWidth = _ref$influencerWidth === void 0 ? defaults.influencerWidth : _ref$influencerWidth,
58
55
  _ref$verticalPosition = _ref.verticalPosition,
59
56
  verticalPosition = _ref$verticalPosition === void 0 ? defaults.verticalPosition : _ref$verticalPosition,
60
- rest = (0, _objectWithoutProperties2.default)(_ref, _excluded);
61
- return /*#__PURE__*/_react.default.createElement(_TearsheetShell.TearsheetShell, _objectSpread(_objectSpread(_objectSpread({}, (0, _devtools.getDevtoolsProps)(componentName)), rest), {}, {
57
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
58
+ return /*#__PURE__*/React__default["default"].createElement(TearsheetShell.TearsheetShell, _rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, devtools.getDevtoolsProps(componentName)), rest), {}, {
62
59
  influencerPosition: influencerPosition,
63
60
  influencerWidth: influencerWidth,
64
61
  verticalPosition: verticalPosition,
@@ -68,12 +65,12 @@ var Tearsheet = exports.Tearsheet = /*#__PURE__*/_react.default.forwardRef(funct
68
65
  });
69
66
 
70
67
  // Return a placeholder if not released and not enabled by feature flag
71
- exports.Tearsheet = Tearsheet = _settings.pkg.checkComponentEnabled(Tearsheet, componentName);
68
+ exports.Tearsheet = settings.pkg.checkComponentEnabled(exports.Tearsheet, componentName);
72
69
 
73
70
  // The display name of the component, used by React. Note that displayName
74
71
  // is used in preference to relying on function.name.
75
- Tearsheet.displayName = componentName;
76
- var deprecatedProps = exports.deprecatedProps = {
72
+ exports.Tearsheet.displayName = componentName;
73
+ var deprecatedProps = {
77
74
  /**
78
75
  * **Deprecated**
79
76
  *
@@ -83,7 +80,7 @@ var deprecatedProps = exports.deprecatedProps = {
83
80
  * from below. The 'lower' position (the default) provides a little extra room at the top
84
81
  * to allow an action bar navigation or breadcrumbs to also show through.
85
82
  */
86
- verticalPosition: _propTypes.default.oneOf(['normal', 'lower'])
83
+ verticalPosition: index["default"].oneOf(['normal', 'lower'])
87
84
  };
88
85
 
89
86
  // The types and DocGen commentary for the component props,
@@ -92,7 +89,7 @@ var deprecatedProps = exports.deprecatedProps = {
92
89
 
93
90
  // Note that the descriptions here should be kept in sync with those for the
94
91
  // corresponding props for TearsheetNarrow and TearsheetShell components.
95
- Tearsheet.propTypes = _objectSpread({
92
+ exports.Tearsheet.propTypes = _rollupPluginBabelHelpers.objectSpread2({
96
93
  /**
97
94
  * The navigation actions to be shown as buttons in the action area at the
98
95
  * bottom of the tearsheet. Each action is specified as an object with
@@ -106,39 +103,39 @@ Tearsheet.propTypes = _objectSpread({
106
103
  *
107
104
  * See https://react.carbondesignsystem.com/?path=/docs/components-button--default#component-api
108
105
  */
109
- actions: (0, _propsHelper.allPropTypes)([_ActionSet.ActionSet.validateActions(function () {
106
+ actions: propsHelper.allPropTypes([ActionSet.ActionSet.validateActions(function () {
110
107
  return '2xl';
111
- }), _propTypes.default.arrayOf(_propTypes.default.shape(_objectSpread(_objectSpread({}, _react2.Button.propTypes), {}, {
112
- kind: _propTypes.default.oneOf(['ghost', 'danger--ghost', 'secondary', 'danger', 'primary']),
113
- label: _propTypes.default.string,
114
- loading: _propTypes.default.bool,
108
+ }), index["default"].arrayOf(index["default"].shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, react.Button.propTypes), {}, {
109
+ kind: index["default"].oneOf(['ghost', 'danger--ghost', 'secondary', 'danger', 'primary']),
110
+ label: index["default"].string,
111
+ loading: index["default"].bool,
115
112
  // we duplicate this Button prop to improve the DocGen here
116
- onClick: _react2.Button.propTypes.onClick
113
+ onClick: react.Button.propTypes.onClick
117
114
  })))]),
118
115
  /**
119
116
  * The aria-label for the tearsheet, which is optional.
120
117
  * if it is not passed, the title will be used as the aria-label.
121
118
  */
122
- ariaLabel: _propTypes.default.string,
119
+ ariaLabel: index["default"].string,
123
120
  /**
124
121
  * An optional class or classes to be added to the outermost element.
125
122
  */
126
- className: _propTypes.default.string,
123
+ className: index["default"].string,
127
124
  /**
128
125
  * The accessibility title for the close icon (if shown).
129
126
  *
130
127
  * **Note:** This prop is only required if a close icon is shown, i.e. if
131
128
  * there are a no navigation actions and/or hasCloseIcon is true.
132
129
  */
133
- closeIconDescription: _propTypes.default.string.isRequired.if(function (_ref2) {
130
+ closeIconDescription: index["default"].string.isRequired.if(function (_ref2) {
134
131
  var actions = _ref2.actions,
135
132
  hasCloseIcon = _ref2.hasCloseIcon;
136
- return (0, _TearsheetShell.tearsheetHasCloseIcon)(actions, hasCloseIcon);
133
+ return TearsheetShell.tearsheetHasCloseIcon(actions, hasCloseIcon);
137
134
  }),
138
135
  /**
139
136
  * A description of the flow, displayed in the header area of the tearsheet.
140
137
  */
141
- description: _propTypes.default.node,
138
+ description: index["default"].node,
142
139
  /**
143
140
  * Enable a close icon ('x') in the header area of the tearsheet. By default,
144
141
  * (when this prop is omitted, or undefined or null) a tearsheet does not
@@ -147,53 +144,55 @@ Tearsheet.propTypes = _objectSpread({
147
144
  * tearsheet"), and that behavior can be overridden if required by setting
148
145
  * this prop to either true or false.
149
146
  */
150
- hasCloseIcon: _propTypes.default.bool,
147
+ hasCloseIcon: index["default"].bool,
151
148
  /**
152
149
  * The content for the influencer section of the tearsheet, displayed
153
150
  * alongside the main content. This is typically a menu, or filter, or
154
151
  * progress indicator, or similar.
155
152
  */
156
- influencer: _propTypes.default.element,
153
+ influencer: index["default"].element,
157
154
  /**
158
155
  * The position of the influencer section, 'left' or 'right'.
159
156
  */
160
- influencerPosition: _propTypes.default.oneOf(['left', 'right']),
157
+ influencerPosition: index["default"].oneOf(['left', 'right']),
161
158
  /**
162
159
  * The width of the influencer: 'narrow' (the default) is 256px, and 'wide'
163
160
  * is 320px.
164
161
  */
165
- influencerWidth: _propTypes.default.oneOf(['narrow', 'wide']),
162
+ influencerWidth: index["default"].oneOf(['narrow', 'wide']),
166
163
  /**
167
164
  * A label for the tearsheet, displayed in the header area of the tearsheet
168
165
  * to maintain context for the tearsheet (e.g. as the title changes from page
169
166
  * to page of a multi-page task).
170
167
  */
171
- label: _propTypes.default.node,
168
+ label: index["default"].node,
172
169
  /**
173
170
  * Navigation content, such as a set of tabs, to be displayed at the bottom
174
171
  * of the header area of the tearsheet.
175
172
  */
176
- navigation: _propTypes.default.element,
173
+ navigation: index["default"].element,
177
174
  /**
178
175
  * An optional handler that is called when the user closes the tearsheet (by
179
176
  * clicking the close button, if enabled, or clicking outside, if enabled).
180
177
  * Returning `false` here prevents the modal from closing.
181
178
  */
182
- onClose: _propTypes.default.func,
179
+ onClose: index["default"].func,
183
180
  /**
184
181
  * Specifies whether the tearsheet is currently open.
185
182
  */
186
- open: _propTypes.default.bool,
183
+ open: index["default"].bool,
187
184
  /**
188
185
  * The DOM element that the tearsheet should be rendered within. Defaults to document.body.
189
186
  */
190
- portalTarget: _TearsheetShell.portalType,
187
+ portalTarget: TearsheetShell.portalType,
191
188
  /**
192
189
  * Specify a CSS selector that matches the DOM element that should be focused when the Modal opens
193
190
  */
194
- selectorPrimaryFocus: _propTypes.default.string,
191
+ selectorPrimaryFocus: index["default"].string,
195
192
  /**
196
193
  * The main title of the tearsheet, displayed in the header area.
197
194
  */
198
- title: _propTypes.default.node
199
- }, deprecatedProps);
195
+ title: index["default"].node
196
+ }, deprecatedProps);
197
+
198
+ exports.deprecatedProps = deprecatedProps;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * A narrow tearsheet is a slimmer variant of the tearsheet, providing a dialog
3
+ * that keeps users in-context and focused by bringing actionable content front
4
+ * and center while revealing more of the UI behind it.
5
+ *
6
+ * A narrow tearsheet comprises 3 zones: a heading area including a title, the
7
+ * main content area, and a set of action buttons.
8
+ */
9
+ export let TearsheetNarrow: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
10
+ export namespace deprecatedProps {
11
+ let verticalPosition: PropTypes.Requireable<string>;
12
+ }
13
+ import React from 'react';
14
+ import PropTypes from 'prop-types';