@carbon/ibm-products 2.54.0-canary.6 → 2.54.0-canary.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. package/css/index-full-carbon.css +1352 -681
  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 +974 -59
  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 +597 -557
  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 +678 -562
  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/_rollupPluginBabelHelpers.js +1 -1
  18. package/es/components/APIKeyModal/APIKeyDownloader.d.ts +1 -1
  19. package/es/components/APIKeyModal/APIKeyDownloader.js +1 -1
  20. package/es/components/APIKeyModal/APIKeyModal.d.ts +13 -0
  21. package/es/components/APIKeyModal/APIKeyModal.js +85 -38
  22. package/es/components/APIKeyModal/APIKeyModal.types.d.ts +21 -3
  23. package/es/components/AboutModal/AboutModal.js +3 -6
  24. package/es/components/AddSelect/hooks/useFocus.js +1 -2
  25. package/es/components/AddSelect/hooks/useParentSelect.js +1 -2
  26. package/es/components/AddSelect/hooks/usePath.js +1 -2
  27. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +18 -9
  28. package/es/components/Card/Card.d.ts +3 -3
  29. package/es/components/Card/Card.js +23 -18
  30. package/es/components/Card/CardHeader.d.ts +7 -7
  31. package/es/components/Card/CardHeader.js +14 -12
  32. package/es/components/Checklist/Checklist.js +1 -1
  33. package/es/components/Checklist/ChecklistIcon.js +1 -1
  34. package/es/components/Coachmark/Coachmark.d.ts +5 -0
  35. package/es/components/Coachmark/Coachmark.js +11 -3
  36. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +5 -0
  37. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +19 -5
  38. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +4 -0
  39. package/es/components/CoachmarkStack/CoachmarkStackHome.js +18 -6
  40. package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -2
  41. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +1 -5
  42. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +5 -5
  43. package/es/components/ConditionBuilder/utils/util.js +0 -4
  44. package/es/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
  45. package/es/components/CreateTearsheet/CreateTearsheet.js +2 -2
  46. package/es/components/CreateTearsheet/CreateTearsheetStep.js +6 -3
  47. package/es/components/Datagrid/Datagrid/Datagrid.d.ts +1 -0
  48. package/es/components/Datagrid/Datagrid/Datagrid.js +7 -0
  49. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +2 -2
  50. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -2
  51. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -2
  52. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -2
  53. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -2
  54. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -2
  55. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +2 -3
  56. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +2 -3
  57. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -2
  58. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -2
  59. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +1 -2
  60. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -2
  61. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -2
  62. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -2
  63. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -2
  64. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +1 -1
  65. package/es/components/Datagrid/useCustomizeColumns.js +4 -4
  66. package/es/components/Datagrid/useDatagrid.js +2 -2
  67. package/es/components/Datagrid/useDefaultStringRenderer.js +1 -2
  68. package/es/components/Datagrid/useEditableCell.js +1 -2
  69. package/es/components/Datagrid/useFlexResize.js +1 -2
  70. package/es/components/Datagrid/useFloatingScroll.js +1 -2
  71. package/es/components/Datagrid/useNestedRowExpander.js +1 -2
  72. package/es/components/Datagrid/useParentDimensions.js +1 -2
  73. package/es/components/Datagrid/useResizeTable.js +1 -2
  74. package/es/components/Datagrid/useRowExpander.js +1 -2
  75. package/es/components/Datagrid/useRowRenderer.js +1 -2
  76. package/es/components/Datagrid/useRowSize.js +1 -2
  77. package/es/components/Datagrid/useSkeletonRows.js +1 -2
  78. package/es/components/DecoratorDualButton/DecoratorDualButton.d.ts +1 -0
  79. package/es/components/DecoratorDualButton/DecoratorDualButton.js +5 -0
  80. package/es/components/DecoratorLink/DecoratorLink.d.ts +1 -0
  81. package/es/components/DecoratorLink/DecoratorLink.js +5 -0
  82. package/es/components/DecoratorSingleButton/DecoratorSingleButton.d.ts +1 -0
  83. package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +5 -0
  84. package/es/components/DescriptionList/DescriptionList.d.ts +1 -0
  85. package/es/components/DescriptionList/DescriptionList.js +5 -0
  86. package/es/components/EditFullPage/EditFullPage.d.ts +2 -0
  87. package/es/components/EditFullPage/EditFullPage.js +8 -0
  88. package/es/components/EditSidePanel/EditSidePanel.d.ts +2 -0
  89. package/es/components/EditSidePanel/EditSidePanel.js +8 -0
  90. package/es/components/EditTearsheet/EditTearsheet.d.ts +2 -0
  91. package/es/components/EditTearsheet/EditTearsheet.js +8 -0
  92. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +2 -0
  93. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +8 -0
  94. package/es/components/EditUpdateCards/EditUpdateCards.d.ts +2 -0
  95. package/es/components/EditUpdateCards/EditUpdateCards.js +8 -0
  96. package/es/components/EmptyStates/EmptyStateIllustration.js +1 -2
  97. package/es/components/EmptyStates/EmptyStateV2.d.ts +1 -0
  98. package/es/components/EmptyStates/EmptyStateV2.js +7 -0
  99. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
  100. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
  101. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
  102. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
  103. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
  104. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
  105. package/es/components/EmptyStates/assets/ErrorIllustration.js +3 -5
  106. package/es/components/EmptyStates/assets/NoDataIllustration.js +3 -5
  107. package/es/components/EmptyStates/assets/NoTagsIllustration.js +3 -5
  108. package/es/components/EmptyStates/assets/NotFoundIllustration.js +3 -5
  109. package/es/components/EmptyStates/assets/NotificationsIllustration.js +3 -5
  110. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +3 -5
  111. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +5 -5
  112. package/es/components/ExpressiveCard/ExpressiveCard.js +5 -5
  113. package/es/components/FilterPanel/FilterPanel.d.ts +1 -0
  114. package/es/components/FilterPanel/FilterPanel.js +6 -0
  115. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.d.ts +1 -0
  116. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +5 -0
  117. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.d.ts +1 -0
  118. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +5 -1
  119. package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.d.ts +1 -0
  120. package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +5 -0
  121. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.d.ts +1 -0
  122. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +5 -0
  123. package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.d.ts +1 -0
  124. package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +5 -0
  125. package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.d.ts +1 -0
  126. package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +5 -1
  127. package/es/components/FullPageError/FullPageError.js +7 -7
  128. package/es/components/FullPageError/assets/Error403SVG.d.ts +1 -3
  129. package/es/components/FullPageError/assets/Error403SVG.js +4 -6
  130. package/es/components/FullPageError/assets/Error404SVG.d.ts +1 -3
  131. package/es/components/FullPageError/assets/Error404SVG.js +4 -6
  132. package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +1 -3
  133. package/es/components/FullPageError/assets/ErrorGenericSVG.js +4 -6
  134. package/es/components/InlineTip/InlineTip.d.ts +5 -0
  135. package/es/components/InlineTip/InlineTip.js +17 -8
  136. package/es/components/Nav/Nav.d.ts +3 -0
  137. package/es/components/Nav/Nav.js +8 -0
  138. package/es/components/Nav/NavItemLink.js +1 -2
  139. package/es/components/ProductiveCard/ProductiveCard.d.ts +3 -3
  140. package/es/components/ProductiveCard/ProductiveCard.js +4 -4
  141. package/es/components/SidePanel/SidePanel.d.ts +6 -1
  142. package/es/components/SidePanel/SidePanel.js +27 -14
  143. package/es/components/StatusIndicator/StatusIndicator.d.ts +1 -0
  144. package/es/components/StatusIndicator/StatusIndicator.js +5 -0
  145. package/es/components/StatusIndicator/StatusIndicatorStep.d.ts +1 -0
  146. package/es/components/StatusIndicator/StatusIndicatorStep.js +5 -0
  147. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +3 -1
  148. package/es/components/Tearsheet/TearsheetShell.js +3 -24
  149. package/es/global/js/hooks/useFocus.d.ts +1 -0
  150. package/es/global/js/hooks/useFocus.js +21 -1
  151. package/es/global/js/hooks/usePrefersReducedMotion.js +1 -2
  152. package/es/global/js/package-settings.d.ts +1 -1
  153. package/es/global/js/package-settings.js +1 -1
  154. package/es/index.js +1 -1
  155. package/es/settings.d.ts +1 -1
  156. package/lib/_virtual/_rollupPluginBabelHelpers.js +1 -1
  157. package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +1 -1
  158. package/lib/components/APIKeyModal/APIKeyDownloader.js +1 -1
  159. package/lib/components/APIKeyModal/APIKeyModal.d.ts +13 -0
  160. package/lib/components/APIKeyModal/APIKeyModal.js +83 -34
  161. package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +21 -3
  162. package/lib/components/AboutModal/AboutModal.js +2 -5
  163. package/lib/components/AddSelect/hooks/useFocus.js +1 -2
  164. package/lib/components/AddSelect/hooks/useParentSelect.js +1 -2
  165. package/lib/components/AddSelect/hooks/usePath.js +1 -2
  166. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +17 -8
  167. package/lib/components/Card/Card.d.ts +3 -3
  168. package/lib/components/Card/Card.js +22 -17
  169. package/lib/components/Card/CardHeader.d.ts +7 -7
  170. package/lib/components/Card/CardHeader.js +14 -12
  171. package/lib/components/Checklist/ChecklistChart.js +7 -7
  172. package/lib/components/Coachmark/Coachmark.d.ts +5 -0
  173. package/lib/components/Coachmark/Coachmark.js +11 -3
  174. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +5 -0
  175. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +18 -4
  176. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +4 -0
  177. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +18 -6
  178. package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -2
  179. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +1 -5
  180. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +5 -5
  181. package/lib/components/ConditionBuilder/utils/util.js +0 -4
  182. package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
  183. package/lib/components/CreateTearsheet/CreateTearsheet.js +2 -2
  184. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +5 -2
  185. package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +1 -0
  186. package/lib/components/Datagrid/Datagrid/Datagrid.js +7 -0
  187. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +2 -2
  188. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -2
  189. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -2
  190. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -2
  191. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -2
  192. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -2
  193. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +1 -2
  194. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -2
  195. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -2
  196. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -2
  197. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +1 -2
  198. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -2
  199. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -2
  200. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -2
  201. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -2
  202. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +1 -1
  203. package/lib/components/Datagrid/useColumnOrder.js +1 -1
  204. package/lib/components/Datagrid/useDefaultStringRenderer.js +1 -2
  205. package/lib/components/Datagrid/useEditableCell.js +1 -2
  206. package/lib/components/Datagrid/useFlexResize.js +1 -2
  207. package/lib/components/Datagrid/useFloatingScroll.js +1 -2
  208. package/lib/components/Datagrid/useNestedRowExpander.js +1 -2
  209. package/lib/components/Datagrid/useParentDimensions.js +1 -2
  210. package/lib/components/Datagrid/useResizeTable.js +1 -2
  211. package/lib/components/Datagrid/useRowExpander.js +1 -2
  212. package/lib/components/Datagrid/useRowRenderer.js +1 -2
  213. package/lib/components/Datagrid/useRowSize.js +1 -2
  214. package/lib/components/Datagrid/useSkeletonRows.js +1 -2
  215. package/lib/components/DecoratorDualButton/DecoratorDualButton.d.ts +1 -0
  216. package/lib/components/DecoratorDualButton/DecoratorDualButton.js +5 -0
  217. package/lib/components/DecoratorLink/DecoratorLink.d.ts +1 -0
  218. package/lib/components/DecoratorLink/DecoratorLink.js +5 -0
  219. package/lib/components/DecoratorSingleButton/DecoratorSingleButton.d.ts +1 -0
  220. package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +5 -0
  221. package/lib/components/DescriptionList/DescriptionList.d.ts +1 -0
  222. package/lib/components/DescriptionList/DescriptionList.js +5 -0
  223. package/lib/components/EditFullPage/EditFullPage.d.ts +2 -0
  224. package/lib/components/EditFullPage/EditFullPage.js +8 -0
  225. package/lib/components/EditSidePanel/EditSidePanel.d.ts +2 -0
  226. package/lib/components/EditSidePanel/EditSidePanel.js +8 -0
  227. package/lib/components/EditTearsheet/EditTearsheet.d.ts +2 -0
  228. package/lib/components/EditTearsheet/EditTearsheet.js +8 -0
  229. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +2 -0
  230. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +8 -0
  231. package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +2 -0
  232. package/lib/components/EditUpdateCards/EditUpdateCards.js +8 -0
  233. package/lib/components/EmptyStates/EmptyStateIllustration.js +1 -2
  234. package/lib/components/EmptyStates/EmptyStateV2.d.ts +1 -0
  235. package/lib/components/EmptyStates/EmptyStateV2.js +7 -0
  236. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
  237. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
  238. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
  239. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
  240. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
  241. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
  242. package/lib/components/EmptyStates/assets/ErrorIllustration.js +2 -4
  243. package/lib/components/EmptyStates/assets/NoDataIllustration.js +2 -4
  244. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +2 -4
  245. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +2 -4
  246. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +2 -4
  247. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +2 -4
  248. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +5 -5
  249. package/lib/components/ExpressiveCard/ExpressiveCard.js +5 -5
  250. package/lib/components/FilterPanel/FilterPanel.d.ts +1 -0
  251. package/lib/components/FilterPanel/FilterPanel.js +6 -0
  252. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.d.ts +1 -0
  253. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +5 -0
  254. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.d.ts +1 -0
  255. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +5 -1
  256. package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.d.ts +1 -0
  257. package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +5 -0
  258. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.d.ts +1 -0
  259. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +5 -0
  260. package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.d.ts +1 -0
  261. package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +5 -0
  262. package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.d.ts +1 -0
  263. package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +5 -1
  264. package/lib/components/FullPageError/FullPageError.js +7 -7
  265. package/lib/components/FullPageError/assets/Error403SVG.d.ts +1 -3
  266. package/lib/components/FullPageError/assets/Error403SVG.js +4 -6
  267. package/lib/components/FullPageError/assets/Error404SVG.d.ts +1 -3
  268. package/lib/components/FullPageError/assets/Error404SVG.js +4 -6
  269. package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +1 -3
  270. package/lib/components/FullPageError/assets/ErrorGenericSVG.js +4 -6
  271. package/lib/components/InlineTip/InlineTip.d.ts +5 -0
  272. package/lib/components/InlineTip/InlineTip.js +17 -8
  273. package/lib/components/Nav/Nav.d.ts +3 -0
  274. package/lib/components/Nav/Nav.js +8 -0
  275. package/lib/components/Nav/NavItemLink.js +1 -2
  276. package/lib/components/ProductiveCard/ProductiveCard.d.ts +3 -3
  277. package/lib/components/ProductiveCard/ProductiveCard.js +4 -4
  278. package/lib/components/SidePanel/SidePanel.d.ts +6 -1
  279. package/lib/components/SidePanel/SidePanel.js +27 -14
  280. package/lib/components/StatusIndicator/StatusIndicator.d.ts +1 -0
  281. package/lib/components/StatusIndicator/StatusIndicator.js +5 -0
  282. package/lib/components/StatusIndicator/StatusIndicatorStep.d.ts +1 -0
  283. package/lib/components/StatusIndicator/StatusIndicatorStep.js +5 -0
  284. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +3 -1
  285. package/lib/components/Tearsheet/TearsheetShell.js +2 -23
  286. package/lib/global/js/hooks/useFocus.d.ts +1 -0
  287. package/lib/global/js/hooks/useFocus.js +21 -0
  288. package/lib/global/js/hooks/usePrefersReducedMotion.js +1 -2
  289. package/lib/global/js/package-settings.d.ts +1 -1
  290. package/lib/global/js/package-settings.js +1 -1
  291. package/lib/index.js +109 -109
  292. package/lib/settings.d.ts +1 -1
  293. package/package.json +10 -10
  294. package/scss/components/APIKeyModal/_api-key-modal.scss +4 -0
  295. package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +3 -3
  296. package/scss/components/Card/_card.scss +19 -5
  297. package/scss/components/Coachmark/_coachmark-overlay.scss +2 -2
  298. package/scss/components/Coachmark/_coachmark-tagline.scss +1 -1
  299. package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +3 -3
  300. package/scss/components/CoachmarkStack/_coachmark-stack.scss +2 -2
  301. package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +7 -7
  302. package/scss/components/CreateInfluencer/_create-influencer.scss +2 -2
  303. package/scss/components/CreateTearsheet/_create-tearsheet.scss +1 -2
  304. package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +4 -4
  305. package/scss/components/Datagrid/styles/_datagrid.scss +21 -14
  306. package/scss/components/Datagrid/styles/_draggableElement.scss +2 -2
  307. package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +1 -1
  308. package/scss/components/Datagrid/styles/_useExpandedRow.scss +1 -1
  309. package/scss/components/Datagrid/styles/_useInlineEdit.scss +1 -1
  310. package/scss/components/Datagrid/styles/_useNestedRows.scss +2 -2
  311. package/scss/components/Datagrid/styles/_useStickyColumn.scss +2 -2
  312. package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +1 -1
  313. package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +1 -1
  314. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +1 -1
  315. package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +1 -2
  316. package/scss/components/DecoratorBase/_decorator-base-mixins.scss +1 -1
  317. package/scss/components/DecoratorBase/_decorator-base.scss +3 -3
  318. package/scss/components/DecoratorDualButton/_decorator-dual-button.scss +1 -1
  319. package/scss/components/DecoratorSingleButton/_decorator-single-button.scss +1 -1
  320. package/scss/components/EditTearsheet/_edit-tearsheet.scss +1 -2
  321. package/scss/components/EditUpdateCards/_edit-update-cards.scss +7 -7
  322. package/scss/components/FullPageError/_full-page-error.scss +1 -1
  323. package/scss/components/GetStartedCard/_get-started-card.scss +1 -1
  324. package/scss/components/Guidebanner/_guidebanner.scss +4 -4
  325. package/scss/components/HTTPErrors/_http-errors.scss +1 -1
  326. package/scss/components/InlineTip/_inline-tip.scss +4 -4
  327. package/scss/components/InterstitialScreen/_interstitial-screen.scss +6 -6
  328. package/scss/components/NonLinearReading/_non-linear-reading.scss +2 -2
  329. package/scss/components/NotificationsPanel/_notifications-panel.scss +3 -3
  330. package/scss/components/OptionsTile/_options-tile.scss +6 -8
  331. package/scss/components/PageHeader/_page-header.scss +20 -13
  332. package/scss/components/ProductiveCard/_productive-card.scss +2 -2
  333. package/scss/components/SidePanel/_side-panel.scss +24 -17
  334. package/scss/components/StatusIcon/_status-icon.scss +9 -7
  335. package/scss/components/StatusIndicator/_status-indicator.scss +1 -1
  336. package/scss/components/Tearsheet/_tearsheet.scss +5 -5
  337. package/scss/components/UserAvatar/_user-avatar.scss +5 -3
  338. package/scss/components/UserProfileImage/_user-profile-image.scss +6 -4
  339. package/scss/components/WebTerminal/_web-terminal.scss +2 -2
  340. package/scss/components/_index-released-only.scss +1 -0
  341. package/telemetry.yml +3 -0
@@ -89,7 +89,7 @@ $_block-class: #{c4p-settings.$pkg-prefix}--breadcrumb-with-overflow;
89
89
  text-overflow: ellipsis;
90
90
  }
91
91
  }
92
-
93
- .#{$_block-class}__overflow-menu-options.#{$_block-class}__overflow-menu-options {
94
- z-index: utilities.z('header');
92
+ .#{$_block-class}__overflow-menu {
93
+ /* stylelint-disable-next-line carbon/type-use */
94
+ line-height: 0;
95
95
  }
@@ -5,7 +5,7 @@
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
7
 
8
- // NOTE: Please do not remove the duplicate `slug` and `ai-label` classes. We need both until slug is fully deprecated
8
+ // NOTE: Please do not remove the duplicate `slug` and `decorator` classes. We need both until slug is fully deprecated
9
9
 
10
10
  // Standard imports.
11
11
  @use '@carbon/styles/scss/theme' as *;
@@ -144,25 +144,39 @@ $block-class: #{c4p-settings.$pkg-prefix}--card;
144
144
  position: relative;
145
145
  }
146
146
 
147
- .#{$block-class} .#{c4p-settings.$carbon-prefix}--slug {
147
+ .#{$block-class} .#{c4p-settings.$carbon-prefix}--slug,
148
+ .#{$block-class} .#{c4p-settings.$carbon-prefix}--ai-label {
148
149
  position: absolute;
149
150
  top: $spacing-05;
150
151
  right: $spacing-05;
151
152
  }
152
153
 
154
+ .#{$block-class}__header__inner-wrapper--decorator {
155
+ position: absolute;
156
+ top: $spacing-05;
157
+ right: $spacing-05;
158
+
159
+ .#{c4p-settings.$carbon-prefix}--slug,
160
+ .#{c4p-settings.$carbon-prefix}--ai-label {
161
+ position: relative;
162
+ top: unset;
163
+ right: unset;
164
+ }
165
+ }
166
+
153
167
  .#{$block-class}__header-container--has-slug,
154
- .#{$block-class}__header-container--has-ai-label {
168
+ .#{$block-class}__header-container--has-decorator {
155
169
  width: 100%;
156
170
  padding-right: $spacing-07;
157
171
  }
158
172
 
159
173
  .#{$block-class}__header-container--has-slug.#{$block-class}__header-container--has-actions,
160
- .#{$block-class}__header-container--has-ai-label.#{$block-class}__header-container--has-actions {
174
+ .#{$block-class}__header-container--has-decorator.#{$block-class}__header-container--has-actions {
161
175
  padding-right: $spacing-08;
162
176
  }
163
177
 
164
178
  .#{$block-class}__header-container--has-slug.#{$block-class}__header-container--large-tile-or-label,
165
- .#{$block-class}__header-container--has-ai-label.#{$block-class}__header-container--large-tile-or-label {
179
+ .#{$block-class}__header-container--has-decorator.#{$block-class}__header-container--large-tile-or-label {
166
180
  padding-right: $spacing-09;
167
181
  }
168
182
 
@@ -7,8 +7,8 @@
7
7
  // LICENSE file in the root directory of this source tree.
8
8
  //
9
9
 
10
- /* stylelint-disable carbon/layout-token-use */
11
- /* stylelint-disable carbon/theme-token-use */
10
+ /* stylelint-disable carbon/layout-use */
11
+ /* stylelint-disable carbon/theme-use */
12
12
  /* stylelint-disable declaration-no-important */
13
13
 
14
14
  // Standard imports.
@@ -6,7 +6,7 @@
6
6
  //
7
7
 
8
8
  /* stylelint-disable max-nesting-depth */
9
- /* stylelint-disable carbon/theme-token-use */
9
+ /* stylelint-disable carbon/theme-use */
10
10
  /* stylelint-disable declaration-no-important */
11
11
 
12
12
  // Standard imports.
@@ -1,4 +1,4 @@
1
- /* stylelint-disable carbon/layout-token-use */
1
+ /* stylelint-disable carbon/layout-use */
2
2
  /* stylelint-disable carbon/motion-easing-use */
3
3
  /* stylelint-disable max-nesting-depth */
4
4
  //
@@ -44,7 +44,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-beacon;
44
44
  width: $spacing-04;
45
45
  height: $spacing-04;
46
46
  border-radius: 50%;
47
- /* stylelint-disable-next-line carbon/theme-token-use */
47
+ /* stylelint-disable-next-line carbon/theme-use */
48
48
  background-color: $blue-50;
49
49
  content: '';
50
50
  }
@@ -61,7 +61,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-beacon;
61
61
  height: 18px;
62
62
  border-radius: 100%;
63
63
  content: '';
64
- /* stylelint-disable-next-line carbon/theme-token-use */
64
+ /* stylelint-disable-next-line carbon/theme-use */
65
65
  outline: $spacing-01 $focus solid;
66
66
  }
67
67
  }
@@ -68,12 +68,12 @@ $stack-home-class: #{c4p-settings.$pkg-prefix}--coachmark-stacked-home;
68
68
  visibility: visible;
69
69
 
70
70
  &__light {
71
- /* stylelint-disable-next-line carbon/theme-token-use */
71
+ /* stylelint-disable-next-line carbon/theme-use */
72
72
  background-color: $gray-90;
73
73
  }
74
74
 
75
75
  &__dark {
76
- /* stylelint-disable-next-line carbon/theme-token-use */
76
+ /* stylelint-disable-next-line carbon/theme-use */
77
77
  background-color: $button-tertiary-active;
78
78
  }
79
79
  }
@@ -26,7 +26,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
26
26
  z-index: -1;
27
27
  opacity: 0;
28
28
  pointer-events: none;
29
- /* stylelint-disable-next-line carbon/layout-token-use */
29
+ /* stylelint-disable-next-line carbon/layout-use */
30
30
  transform: translateX($translateValue);
31
31
  transition: all $duration-fast-02 motion(standard, productive);
32
32
  }
@@ -204,24 +204,24 @@ $colors: (
204
204
  //this is to select and add color to the new group preview
205
205
  .#{$block-class}__group-preview[data-color-index='#{($i%list.length($colors))}']
206
206
  button {
207
- /* stylelint-disable-next-line carbon/theme-token-use */
207
+ /* stylelint-disable-next-line carbon/theme-use */
208
208
  $next-group-color: list.nth($colors, (($i%list.length($colors)) + 1));
209
- /* stylelint-disable-next-line carbon/theme-token-use */
209
+ /* stylelint-disable-next-line carbon/theme-use */
210
210
  box-shadow: inset 0 #{$spacing-01} 0 0 list.nth($next-group-color, 1);
211
211
  }
212
212
 
213
213
  //we need to select the group color from the $colors array and need to repeat the colors after $colors.length subgroups
214
214
  @for $el-index from 1 through 50 {
215
215
  $item-index: $el-index;
216
- /* stylelint-disable-next-line carbon/theme-token-use */
216
+ /* stylelint-disable-next-line carbon/theme-use */
217
217
  $item-index: ((($item-index - 1) % $group-colors-length) + 1);
218
218
  #{$selector} {
219
219
  @if $item-index != 1 {
220
- /* stylelint-disable-next-line carbon/theme-token-use */
220
+ /* stylelint-disable-next-line carbon/theme-use */
221
221
  --#{$block-class}__condition-wrapper-color: #{list.nth(
222
222
  $group-colors,
223
223
  $item-index
224
- )}; // stylelint-disable-line carbon/theme-token-use
224
+ )}; // stylelint-disable-line carbon/theme-use
225
225
  }
226
226
  }
227
227
 
@@ -248,7 +248,7 @@ $colors: (
248
248
  .#{$block-class}__add-button,
249
249
  .#{$block-class}__add-condition-sub-group
250
250
  ) {
251
- /* stylelint-disable-next-line carbon/theme-token-use */
251
+ /* stylelint-disable-next-line carbon/theme-use */
252
252
  box-shadow: inset 0 #{$spacing-01} 0 0 var(--#{$block-class}__condition-wrapper-color);
253
253
  }
254
254
  }
@@ -16,7 +16,7 @@ $influencerAnimationStart: calc(-1 * #{$spacing-05});
16
16
  @keyframes influencer-menu-entrance {
17
17
  0% {
18
18
  opacity: 0;
19
- // stylelint-disable-next-line carbon/layout-token-use
19
+ // stylelint-disable-next-line carbon/layout-use
20
20
  transform: translateX($influencerAnimationStart);
21
21
  }
22
22
 
@@ -33,7 +33,7 @@ $influencerAnimationStart: calc(-1 * #{$spacing-05});
33
33
 
34
34
  100% {
35
35
  opacity: 0;
36
- // stylelint-disable-next-line carbon/layout-token-use
36
+ // stylelint-disable-next-line carbon/layout-use
37
37
  transform: translateX($influencerAnimationStart);
38
38
  }
39
39
  }
@@ -24,8 +24,7 @@
24
24
  @keyframes step-content-entrance {
25
25
  0% {
26
26
  opacity: 0;
27
- // stylelint-disable-next-line carbon/layout-token-use
28
- transform: translateY(-0.75rem);
27
+ transform: translateY(-$spacing-04);
29
28
  }
30
29
 
31
30
  100% {
@@ -133,7 +133,7 @@ $header-cell-background: $layer-accent-01;
133
133
  overflow: hidden;
134
134
  min-width: initial;
135
135
  min-height: initial;
136
- /* stylelint-disable-next-line carbon/layout-token-use */
136
+ /* stylelint-disable-next-line carbon/layout-use */
137
137
  padding: 0 calc(#{$spacing-03} + 1px) 0 $spacing-03;
138
138
  margin: 0;
139
139
  background-color: $body-cell-background;
@@ -158,7 +158,7 @@ $header-cell-background: $layer-accent-01;
158
158
  overflow: hidden;
159
159
  width: fit-content;
160
160
  max-width: var(--#{$block-class}--total-width);
161
- /* stylelint-disable-next-line carbon/layout-token-use */
161
+ /* stylelint-disable-next-line carbon/layout-use */
162
162
  padding: 0 calc(#{$spacing-03} + 1px) 0 $spacing-03;
163
163
  visibility: hidden;
164
164
 
@@ -177,10 +177,10 @@ $header-cell-background: $layer-accent-01;
177
177
  overflow: hidden;
178
178
  // Could be fixed by using border-right but the fact that
179
179
  // this element is positioned absolute prevents that from working
180
- /* stylelint-disable-next-line carbon/layout-token-use */
180
+ /* stylelint-disable-next-line carbon/layout-use */
181
181
  padding-right: calc(#{$spacing-03} - 1px);
182
182
  padding-bottom: $spacing-01;
183
- /* stylelint-disable-next-line carbon/layout-token-use */
183
+ /* stylelint-disable-next-line carbon/layout-use */
184
184
  padding-left: calc(#{$spacing-03} - #{$spacing-01});
185
185
  border: $spacing-01 solid $background-brand;
186
186
  background-color: $body-cell-background;
@@ -44,7 +44,7 @@
44
44
 
45
45
  .#{$block-class}__head-select-all.#{$block-class}__checkbox-cell.#{$block-class}__checkbox-cell-sticky-left {
46
46
  position: sticky;
47
- z-index: 1;
47
+ z-index: 10;
48
48
  left: 0;
49
49
  }
50
50
  }
@@ -57,7 +57,7 @@
57
57
 
58
58
  td.#{c4p-settings.$carbon-prefix}--table-column-checkbox,
59
59
  th.#{c4p-settings.$carbon-prefix}--table-column-checkbox {
60
- /* stylelint-disable-next-line carbon/layout-token-use */
60
+ /* stylelint-disable-next-line carbon/layout-use */
61
61
  padding-top: 0.6875rem;
62
62
 
63
63
  &.#{$block-class}__checkbox-cell {
@@ -158,7 +158,6 @@
158
158
 
159
159
  /* This section to be removed after support for slug dropped - start */
160
160
  .#{$block-class} th.#{$block-class}__with-slug {
161
- /* stylelint-disable-next-line carbon/theme-token-use */
162
161
  box-shadow: inset 0 1px $ai-border-strong;
163
162
  }
164
163
 
@@ -185,7 +184,7 @@
185
184
  .#{c4p-settings.$carbon-prefix}--data-table
186
185
  tbody
187
186
  tr.#{$block-class}__slug--row {
188
- /* stylelint-disable-next-line carbon/theme-token-use */
187
+ /* stylelint-disable-next-line carbon/theme-use */
189
188
  box-shadow: inset 1px 0 $ai-border-strong;
190
189
  }
191
190
 
@@ -232,7 +231,6 @@
232
231
  /* This section to be removed after support for slug dropped - end */
233
232
 
234
233
  .#{$block-class} th.#{$block-class}__with-ai-label {
235
- /* stylelint-disable-next-line carbon/theme-token-use */
236
234
  box-shadow: inset 0 1px $ai-border-strong;
237
235
  }
238
236
 
@@ -259,7 +257,6 @@
259
257
  .#{c4p-settings.$carbon-prefix}--data-table
260
258
  tbody
261
259
  tr.#{$block-class}__ai-label--row {
262
- /* stylelint-disable-next-line carbon/theme-token-use */
263
260
  box-shadow: inset 1px 0 $ai-border-strong;
264
261
  }
265
262
 
@@ -413,17 +410,27 @@
413
410
  }
414
411
  }
415
412
 
416
- .#{$block-class}__carbon-row td {
413
+ .#{$block-class}__carbon-row .#{$block-class}__left-sticky-column-cell,
414
+ .#{$block-class}__carbon-row .#{$block-class}__right-sticky-column-cell,
415
+ .#{$block-class}__carbon-row .#{$block-class}__checkbox-cell-sticky-left {
417
416
  /* stylelint-disable-next-line declaration-no-important */
418
417
  background-color: $layer-01;
419
418
  }
420
419
 
421
- .#{$block-class}__carbon-row:hover td {
420
+ .#{$block-class}__carbon-row:hover .#{$block-class}__left-sticky-column-cell,
421
+ .#{$block-class}__carbon-row:hover .#{$block-class}__right-sticky-column-cell,
422
+ .#{$block-class}__carbon-row:hover
423
+ .#{$block-class}__checkbox-cell-sticky-left {
422
424
  /* stylelint-disable-next-line declaration-no-important */
423
425
  background-color: $layer-hover-01;
424
426
  }
425
427
 
426
- .#{c4p-settings.$carbon-prefix}--data-table--selected td {
428
+ .#{c4p-settings.$carbon-prefix}--data-table--selected
429
+ .#{$block-class}__left-sticky-column-cell,
430
+ .#{c4p-settings.$carbon-prefix}--data-table--selected
431
+ .#{$block-class}__right-sticky-column-cell,
432
+ .#{c4p-settings.$carbon-prefix}--data-table--selected
433
+ .#{$block-class}__checkbox-cell-sticky-left {
427
434
  /* stylelint-disable-next-line declaration-no-important */
428
435
  background-color: $layer-selected-01;
429
436
  }
@@ -522,7 +529,7 @@
522
529
  }
523
530
 
524
531
  .#{$block-class}__resizableColumn:hover {
525
- background-color: $background-selected-hover;
532
+ background-color: $layer-selected-hover;
526
533
 
527
534
  .#{$block-class}__resizer {
528
535
  border-right: $spacing-01 solid $border-strong-01;
@@ -562,7 +569,7 @@
562
569
 
563
570
  &.#{$block-class}__select-all-sticky-left {
564
571
  position: sticky;
565
- z-index: 1;
572
+ z-index: 10;
566
573
  left: 0;
567
574
  background-color: $layer-accent-01;
568
575
  }
@@ -667,9 +674,9 @@
667
674
  &.#{$block-class}__carbon-row-expanded-hover-active::before {
668
675
  position: absolute;
669
676
  z-index: 2;
670
- /* stylelint-disable-next-line carbon/layout-token-use */
677
+ /* stylelint-disable-next-line carbon/layout-use */
671
678
  top: var(--#{$block-class}--row-height);
672
- /* stylelint-disable-next-line carbon/layout-token-use */
679
+ /* stylelint-disable-next-line carbon/layout-use */
673
680
  left: calc(
674
681
  var(--#{$block-class}--indicator-offset-amount) + #{$spacing-05}
675
682
  );
@@ -939,7 +946,7 @@
939
946
  .#{$block-class}__col-resizer-range:focus
940
947
  + .#{$block-class}__col-resize-indicator::after {
941
948
  position: absolute;
942
- /* stylelint-disable-next-line carbon/layout-token-use */
949
+ /* stylelint-disable-next-line carbon/layout-use */
943
950
  top: calc(var(--#{$block-class}--row-height) - 20px);
944
951
  right: $spacing-02;
945
952
  width: 1px;
@@ -35,7 +35,7 @@
35
35
  width: 100%;
36
36
  height: $spacing-09;
37
37
  border: 2px dashed $focus;
38
- /* stylelint-disable-next-line carbon/theme-token-use */
38
+ /* stylelint-disable-next-line carbon/theme-use */
39
39
  background-color: colors.$blue-10; // not good in dark mode
40
40
  }
41
41
 
@@ -82,7 +82,7 @@
82
82
  width: 100%;
83
83
  align-items: center;
84
84
  padding-left: $spacing-05;
85
- /* stylelint-disable-next-line carbon/type-token-use */
85
+ /* stylelint-disable-next-line carbon/type-use */
86
86
  line-height: 1; // center align text within row
87
87
  transition-property: opacity;
88
88
  }
@@ -18,7 +18,7 @@
18
18
 
19
19
  .#{variables.$block-class}__right-align-cell-renderer {
20
20
  width: 100%;
21
- /* stylelint-disable-next-line carbon/layout-token-use */
21
+ /* stylelint-disable-next-line carbon/layout-use */
22
22
  padding-right: 23px;
23
23
  text-align: right;
24
24
  }
@@ -24,7 +24,7 @@
24
24
  .#{variables.$block-class}
25
25
  .#{variables.$block-class}__expanded-row-content::before {
26
26
  position: absolute;
27
- /* stylelint-disable-next-line carbon/layout-token-use */
27
+ /* stylelint-disable-next-line carbon/layout-use */
28
28
  top: -1px;
29
29
  right: 0;
30
30
  width: calc(100% - #{$spacing-09});
@@ -54,7 +54,7 @@ $row-heights: (
54
54
  }
55
55
 
56
56
  @mixin input-outline($color: $focus) {
57
- /* stylelint-disable-next-line carbon/theme-token-use */
57
+ /* stylelint-disable-next-line carbon/theme-use */
58
58
  outline: $spacing-01 solid $color;
59
59
  outline-offset: calc(-1 * #{$spacing-01});
60
60
 
@@ -42,7 +42,7 @@
42
42
  tr.#{$block-class}__carbon-nested-row
43
43
  + :not(tr.#{$block-class}__carbon-nested-row)::after {
44
44
  position: absolute;
45
- /* stylelint-disable-next-line carbon/layout-token-use */
45
+ /* stylelint-disable-next-line carbon/layout-use */
46
46
  top: -1px;
47
47
  left: 0;
48
48
  width: 100%;
@@ -91,7 +91,7 @@
91
91
  td.#{$block-class}__expandable-row-cell
92
92
  + td::before {
93
93
  position: absolute;
94
- /* stylelint-disable-next-line carbon/layout-token-use */
94
+ /* stylelint-disable-next-line carbon/layout-use */
95
95
  bottom: -1px;
96
96
  left: 0;
97
97
  width: 1rem;
@@ -36,7 +36,7 @@
36
36
  .#{variables.$block-class}__left-sticky-column-header {
37
37
  /* stylelint-disable-next-line declaration-no-important */
38
38
  position: sticky !important;
39
- z-index: 1;
39
+ z-index: 10;
40
40
  left: 0;
41
41
  border-right: 1px solid $border-subtle;
42
42
  }
@@ -67,6 +67,6 @@
67
67
 
68
68
  .#{variables.$block-class}__select-all-toggle-on.#{variables.$block-class}__select-all-sticky-left {
69
69
  position: sticky;
70
- z-index: 1;
70
+ z-index: 10;
71
71
  left: 0;
72
72
  }
@@ -5,7 +5,7 @@
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
7
 
8
- // stylelint-disable carbon/layout-token-use
8
+ // stylelint-disable carbon/layout-use
9
9
 
10
10
  @use '@carbon/styles/scss/theme' as *;
11
11
  @use '@carbon/styles/scss/spacing';
@@ -5,7 +5,7 @@
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
7
 
8
- // stylelint-disable carbon/layout-token-use
8
+ // stylelint-disable carbon/layout-use
9
9
 
10
10
  @use '@carbon/styles/scss/theme' as *;
11
11
  @use '@carbon/layout/scss/convert' as *;
@@ -41,7 +41,7 @@
41
41
  position: relative;
42
42
  z-index: 0;
43
43
  overflow: auto;
44
- padding: 0 $spacing-05 $spacing-10 $spacing-05;
44
+ padding: 0 $spacing-05 $spacing-10;
45
45
  overscroll-behavior: contain;
46
46
  }
47
47
 
@@ -32,8 +32,7 @@
32
32
  .#{c4p-settings.$carbon-prefix}--popover--bottom-right.#{variables.$block-class}__row-height-settings-popover
33
33
  .#{c4p-settings.$carbon-prefix}--popover-caret {
34
34
  // Used to fix layout issue with IconButton caret inside of Popover component
35
- /* stylelint-disable-next-line carbon/layout-token-use */
36
- left: -4px;
35
+ left: -$spacing-02;
37
36
  }
38
37
 
39
38
  .#{variables.$block-class}__row-size-toggle-tip-button.#{c4p-settings.$carbon-prefix}--toggletip-button {
@@ -5,7 +5,7 @@
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
7
 
8
- /* stylelint-disable carbon/layout-token-use */
8
+ /* stylelint-disable carbon/layout-use */
9
9
 
10
10
  @use '@carbon/styles/scss/theme' as *;
11
11
 
@@ -1,6 +1,6 @@
1
- /* stylelint-disable carbon/theme-token-use */
2
- /* stylelint-disable carbon/type-token-use */
3
- /* stylelint-disable carbon/layout-token-use */
1
+ /* stylelint-disable carbon/theme-use */
2
+ /* stylelint-disable carbon/type-use */
3
+ /* stylelint-disable carbon/layout-use */
4
4
  /* stylelint-disable function-no-unknown */
5
5
 
6
6
  //
@@ -1,4 +1,4 @@
1
- /* stylelint-disable carbon/theme-token-use */
1
+ /* stylelint-disable carbon/theme-use */
2
2
  /* stylelint-disable function-no-unknown */
3
3
 
4
4
  //
@@ -1,5 +1,5 @@
1
1
  /* stylelint-disable function-no-unknown */
2
- /* stylelint-disable carbon/theme-token-use */
2
+ /* stylelint-disable carbon/theme-use */
3
3
 
4
4
  //
5
5
  // Copyright IBM Corp. 2024, 2024
@@ -29,8 +29,7 @@
29
29
  @keyframes form-content-entrance {
30
30
  0% {
31
31
  opacity: 0;
32
- // stylelint-disable-next-line carbon/layout-token-use
33
- transform: translateY(-0.75rem);
32
+ transform: translateY(-$spacing-04);
34
33
  }
35
34
 
36
35
  100% {
@@ -31,11 +31,11 @@ $block-class: #{c4p-settings.$pkg-prefix}--edit-update-cards;
31
31
  .#{c4p-settings.$pkg-prefix}--card__header,
32
32
  .#{c4p-settings.$pkg-prefix}--card__footer {
33
33
  button {
34
- // stylelint-disable-next-line carbon/theme-token-use
34
+ // stylelint-disable-next-line carbon/theme-use
35
35
  color: $white-0;
36
36
 
37
37
  &:hover {
38
- // stylelint-disable-next-line carbon/theme-token-use
38
+ // stylelint-disable-next-line carbon/theme-use
39
39
  background-color: $blue-60-hover;
40
40
  }
41
41
 
@@ -45,7 +45,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--edit-update-cards;
45
45
 
46
46
  svg {
47
47
  path {
48
- // stylelint-disable-next-line carbon/theme-token-use
48
+ // stylelint-disable-next-line carbon/theme-use
49
49
  fill: $white-0;
50
50
  }
51
51
  }
@@ -59,9 +59,9 @@ $block-class: #{c4p-settings.$pkg-prefix}--edit-update-cards;
59
59
  }
60
60
 
61
61
  .#{c4p-settings.$pkg-prefix}--card__footer {
62
- // stylelint-disable-next-line carbon/theme-token-use
62
+ // stylelint-disable-next-line carbon/theme-use
63
63
  background-color: $blue-60;
64
- // stylelint-disable-next-line carbon/theme-token-use
64
+ // stylelint-disable-next-line carbon/theme-use
65
65
  color: $white-0;
66
66
  }
67
67
 
@@ -85,9 +85,9 @@ $block-class: #{c4p-settings.$pkg-prefix}--edit-update-cards;
85
85
  &:not(.#{$block-class}__actions-bottom) {
86
86
  &##{$block-class}--edit {
87
87
  .#{c4p-settings.$pkg-prefix}--card__header {
88
- // stylelint-disable-next-line carbon/theme-token-use
88
+ // stylelint-disable-next-line carbon/theme-use
89
89
  background-color: $blue-60;
90
- // stylelint-disable-next-line carbon/theme-token-use
90
+ // stylelint-disable-next-line carbon/theme-use
91
91
  color: $white-0;
92
92
  }
93
93
  }
@@ -49,7 +49,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--full-page-error;
49
49
  height: 100%;
50
50
  padding: $spacing-03 $spacing-03 $spacing-11 $spacing-03;
51
51
  @include breakpoint(md) {
52
- padding: auto $spacing-03 $spacing-11 $spacing-03;
52
+ padding: auto $spacing-03 $spacing-11;
53
53
  }
54
54
  }
55
55
 
@@ -1,4 +1,4 @@
1
- /* stylelint-disable carbon/layout-token-use */
1
+ /* stylelint-disable carbon/layout-use */
2
2
  /* stylelint-disable max-nesting-depth */
3
3
  //
4
4
  // Copyright IBM Corp. 2024, 2024
@@ -15,9 +15,9 @@
15
15
  * individual rules.
16
16
  */
17
17
 
18
- /* stylelint-disable carbon/layout-token-use */
18
+ /* stylelint-disable carbon/layout-use */
19
19
  /* stylelint-disable carbon/motion-duration-use */
20
- /* stylelint-disable carbon/theme-token-use */
20
+ /* stylelint-disable carbon/theme-use */
21
21
  /* stylelint-disable declaration-no-important */
22
22
  /* stylelint-disable function-no-unknown */
23
23
  /* stylelint-disable max-nesting-depth */
@@ -105,7 +105,7 @@ $purple-3: #7433e3;
105
105
 
106
106
  // Specify Carousel look and feel.
107
107
  .#{$block-class}__carousel {
108
- padding: 0 0 $spacing-05 0;
108
+ padding: 0 0 $spacing-05;
109
109
  color: $gray-10;
110
110
 
111
111
  @include when-collapsed() {
@@ -173,7 +173,7 @@ $purple-3: #7433e3;
173
173
  // Repeating here.
174
174
  svg {
175
175
  position: absolute;
176
- right: 1rem;
176
+ right: $spacing-05;
177
177
  width: 1rem;
178
178
  height: 1rem;
179
179
  flex-shrink: 0;
@@ -69,7 +69,7 @@ $block-class-other: #{c4p-settings.$pkg-prefix}--http-errors-other;
69
69
  transform: scale(1.5);
70
70
  }
71
71
  }
72
- /* stylelint-disable carbon/theme-token-use */
72
+ /* stylelint-disable carbon/theme-use */
73
73
 
74
74
  .#{$block-class-404}__prefix-cls-1 {
75
75
  fill: none;