@carbon/ibm-products 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (225) hide show
  1. package/css/index-full-carbon.css +965 -434
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +4 -4
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +354 -155
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +2 -2
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +600 -236
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +4 -4
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +516 -293
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +4 -4
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/APIKeyModal/APIKeyModal.docs-page.js +26 -0
  18. package/es/components/AboutModal/AboutModal.docs-page.js +21 -0
  19. package/es/components/AboutModal/AboutModal.js +2 -4
  20. package/es/components/ActionBar/ActionBar.js +2 -6
  21. package/es/components/AddSelect/AddSelectFormControl.js +6 -6
  22. package/es/components/AddSelect/AddSelectRow.js +15 -5
  23. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +5 -6
  24. package/es/components/ButtonMenu/ButtonMenu.js +4 -4
  25. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +3 -9
  26. package/es/components/Cascade/Cascade.docs-page.js +22 -0
  27. package/es/components/Cascade/Cascade.js +11 -1
  28. package/es/components/CreateFullPage/CreateFullPage.docs-page.js +39 -0
  29. package/es/components/CreateFullPage/CreateFullPage.js +13 -0
  30. package/es/components/CreateModal/CreateModal.docs-page.js +24 -0
  31. package/es/components/CreateModal/CreateModal.js +7 -0
  32. package/es/components/CreateSidePanel/CreateSidePanel.docs-page.js +18 -0
  33. package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
  34. package/es/components/CreateTearsheet/CreateTearsheet.docs-page.js +29 -0
  35. package/es/components/DataSpreadsheet/DataSpreadsheet.js +3 -3
  36. package/es/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  37. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +3 -3
  38. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +25 -10
  39. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +1 -3
  40. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
  41. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +39 -47
  42. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +20 -24
  43. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +2 -2
  44. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +13 -0
  45. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +44 -15
  46. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +16 -30
  47. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +2 -2
  48. package/es/components/Datagrid/index.js +2 -1
  49. package/es/components/Datagrid/useActionsColumn.js +10 -7
  50. package/es/components/Datagrid/useCustomizeColumns.js +9 -7
  51. package/es/components/Datagrid/useExpandedRow.js +11 -7
  52. package/es/components/Datagrid/useFiltering.js +12 -8
  53. package/es/components/Datagrid/useInlineEdit.js +3 -0
  54. package/es/components/Datagrid/useNestedRows.js +10 -6
  55. package/es/components/Datagrid/useStickyColumn.js +10 -3
  56. package/es/components/Datagrid/utils/DatagridActions.js +12 -20
  57. package/es/components/EditFullPage/EditFullPage.docs-page.js +39 -0
  58. package/es/components/EditFullPage/EditFullPage.js +2 -1
  59. package/es/components/EditSidePanel/EditSidePanel.js +1 -1
  60. package/es/components/EditTearsheet/EditTearsheet.docs-page.js +25 -0
  61. package/es/components/EditTearsheet/EditTearsheet.js +4 -0
  62. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -1
  63. package/es/components/EditUpdateCards/EditUpdateCards.js +3 -2
  64. package/es/components/EmptyStates/EmptyState.js +4 -0
  65. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +4 -0
  66. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +4 -0
  67. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +4 -0
  68. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +4 -0
  69. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +4 -0
  70. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +4 -0
  71. package/es/components/ExampleComponent/ExampleComponent.docs-page.js +22 -0
  72. package/es/components/ExportModal/ExportModal.js +4 -0
  73. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +6 -0
  74. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +6 -0
  75. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +6 -0
  76. package/es/components/ImportModal/ImportModal.docs-page.js +18 -0
  77. package/es/components/ImportModal/ImportModal.js +13 -6
  78. package/es/components/MultiAddSelect/MultiAddSelect.docs-page.js +17 -0
  79. package/es/components/MultiAddSelect/MultiAddSelect.js +4 -0
  80. package/es/components/NotificationsPanel/preview-components/UnreadNotificationBell.js +2 -17
  81. package/es/components/PageHeader/PageHeader.js +2 -6
  82. package/es/components/PageHeader/PageHeaderUtils.js +2 -2
  83. package/es/components/RemoveModal/RemoveModal.docs-page.js +18 -0
  84. package/es/components/RemoveModal/RemoveModal.js +6 -0
  85. package/es/components/SidePanel/SidePanel.js +1 -3
  86. package/es/components/SingleAddSelect/SingleAddSelect.docs-page.js +15 -0
  87. package/es/components/SingleAddSelect/SingleAddSelect.js +4 -0
  88. package/es/components/StatusIcon/StatusIcon.docs-page.js +17 -0
  89. package/es/components/StatusIcon/StatusIcon.js +10 -0
  90. package/es/components/TagSet/TagSet.js +4 -7
  91. package/es/components/Tearsheet/TearsheetShell.js +11 -6
  92. package/es/components/Toolbar/Toolbar.docs-page.js +14 -0
  93. package/es/components/UserProfileImage/UserProfileImage.docs-page.js +17 -0
  94. package/es/components/UserProfileImage/UserProfileImage.js +14 -3
  95. package/es/components/WebTerminal/WebTerminal.docs-page.js +52 -0
  96. package/es/components/WebTerminal/WebTerminal.js +4 -0
  97. package/es/components/index.js +1 -1
  98. package/es/global/js/hooks/useCreateComponentStepChange.js +16 -15
  99. package/es/global/js/hooks/useResizeObserver.js +14 -28
  100. package/es/global/js/package-settings.js +14 -1
  101. package/es/global/js/utils/StoryDocsPage.js +218 -0
  102. package/es/global/js/utils/story-helper.js +108 -6
  103. package/lib/components/APIKeyModal/APIKeyModal.docs-page.js +37 -0
  104. package/lib/components/AboutModal/AboutModal.docs-page.js +32 -0
  105. package/lib/components/AboutModal/AboutModal.js +2 -4
  106. package/lib/components/ActionBar/ActionBar.js +2 -6
  107. package/lib/components/AddSelect/AddSelectFormControl.js +6 -6
  108. package/lib/components/AddSelect/AddSelectRow.js +15 -5
  109. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +5 -6
  110. package/lib/components/ButtonMenu/ButtonMenu.js +4 -4
  111. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +3 -9
  112. package/lib/components/Cascade/Cascade.docs-page.js +33 -0
  113. package/lib/components/Cascade/Cascade.js +11 -1
  114. package/lib/components/CreateFullPage/CreateFullPage.docs-page.js +50 -0
  115. package/lib/components/CreateFullPage/CreateFullPage.js +13 -0
  116. package/lib/components/CreateModal/CreateModal.docs-page.js +35 -0
  117. package/lib/components/CreateModal/CreateModal.js +7 -0
  118. package/lib/components/CreateSidePanel/CreateSidePanel.docs-page.js +29 -0
  119. package/lib/components/CreateSidePanel/CreateSidePanel.js +1 -1
  120. package/lib/components/CreateTearsheet/CreateTearsheet.docs-page.js +40 -0
  121. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +3 -3
  122. package/lib/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  123. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +3 -3
  124. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +25 -10
  125. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +1 -3
  126. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
  127. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +37 -45
  128. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +20 -24
  129. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +6 -6
  130. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +20 -0
  131. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +42 -13
  132. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +16 -30
  133. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +2 -2
  134. package/lib/components/Datagrid/index.js +8 -1
  135. package/lib/components/Datagrid/useActionsColumn.js +12 -7
  136. package/lib/components/Datagrid/useCustomizeColumns.js +10 -8
  137. package/lib/components/Datagrid/useExpandedRow.js +9 -6
  138. package/lib/components/Datagrid/useFiltering.js +10 -7
  139. package/lib/components/Datagrid/useInlineEdit.js +3 -0
  140. package/lib/components/Datagrid/useNestedRows.js +9 -6
  141. package/lib/components/Datagrid/useStickyColumn.js +10 -3
  142. package/lib/components/Datagrid/utils/DatagridActions.js +49 -57
  143. package/lib/components/EditFullPage/EditFullPage.docs-page.js +50 -0
  144. package/lib/components/EditFullPage/EditFullPage.js +2 -1
  145. package/lib/components/EditSidePanel/EditSidePanel.js +1 -1
  146. package/lib/components/EditTearsheet/EditTearsheet.docs-page.js +36 -0
  147. package/lib/components/EditTearsheet/EditTearsheet.js +4 -0
  148. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -1
  149. package/lib/components/EditUpdateCards/EditUpdateCards.js +3 -2
  150. package/lib/components/EmptyStates/EmptyState.js +4 -0
  151. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +4 -0
  152. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +4 -0
  153. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +4 -0
  154. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +4 -0
  155. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +4 -0
  156. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +4 -0
  157. package/lib/components/ExampleComponent/ExampleComponent.docs-page.js +33 -0
  158. package/lib/components/ExportModal/ExportModal.js +4 -0
  159. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +6 -0
  160. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +6 -0
  161. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +6 -0
  162. package/lib/components/ImportModal/ImportModal.docs-page.js +26 -0
  163. package/lib/components/ImportModal/ImportModal.js +13 -6
  164. package/lib/components/MultiAddSelect/MultiAddSelect.docs-page.js +25 -0
  165. package/lib/components/MultiAddSelect/MultiAddSelect.js +4 -0
  166. package/lib/components/NotificationsPanel/preview-components/UnreadNotificationBell.js +2 -17
  167. package/lib/components/PageHeader/PageHeader.js +2 -6
  168. package/lib/components/PageHeader/PageHeaderUtils.js +2 -2
  169. package/lib/components/RemoveModal/RemoveModal.docs-page.js +26 -0
  170. package/lib/components/RemoveModal/RemoveModal.js +6 -0
  171. package/lib/components/SidePanel/SidePanel.js +1 -3
  172. package/lib/components/SingleAddSelect/SingleAddSelect.docs-page.js +23 -0
  173. package/lib/components/SingleAddSelect/SingleAddSelect.js +4 -0
  174. package/lib/components/StatusIcon/StatusIcon.docs-page.js +28 -0
  175. package/lib/components/StatusIcon/StatusIcon.js +10 -0
  176. package/lib/components/TagSet/TagSet.js +4 -7
  177. package/lib/components/Tearsheet/TearsheetShell.js +11 -6
  178. package/lib/components/Toolbar/Toolbar.docs-page.js +25 -0
  179. package/lib/components/UserProfileImage/UserProfileImage.docs-page.js +28 -0
  180. package/lib/components/UserProfileImage/UserProfileImage.js +14 -3
  181. package/lib/components/WebTerminal/WebTerminal.docs-page.js +63 -0
  182. package/lib/components/WebTerminal/WebTerminal.js +4 -0
  183. package/lib/components/index.js +6 -0
  184. package/lib/global/js/hooks/useCreateComponentStepChange.js +16 -15
  185. package/lib/global/js/hooks/useResizeObserver.js +13 -27
  186. package/lib/global/js/package-settings.js +14 -1
  187. package/lib/global/js/utils/StoryDocsPage.js +225 -0
  188. package/lib/global/js/utils/story-helper.js +115 -7
  189. package/package.json +4 -4
  190. package/scss/components/AddSelect/_add-select.scss +10 -6
  191. package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +0 -1
  192. package/scss/components/ButtonMenu/_button-menu.scss +32 -1
  193. package/scss/components/Cascade/_storybook-styles.scss +3 -2
  194. package/scss/components/CreateFullPage/_create-full-page.scss +3 -3
  195. package/scss/components/CreateModal/_create-modal.scss +3 -3
  196. package/scss/components/CreateSidePanel/_create-side-panel.scss +4 -4
  197. package/scss/components/CreateTearsheet/_create-tearsheet.scss +2 -2
  198. package/scss/components/CreateTearsheet/_storybook-styles.scss +1 -1
  199. package/scss/components/CreateTearsheetNarrow/_create-tearsheet-narrow.scss +2 -2
  200. package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +5 -5
  201. package/scss/components/DataSpreadsheet/_storybook-styles.scss +6 -0
  202. package/scss/components/Datagrid/_datagrid.scss +4 -2
  203. package/scss/components/Datagrid/_storybook-styles.scss +18 -4
  204. package/scss/components/Datagrid/styles/_datagrid.scss +26 -13
  205. package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +7 -0
  206. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +4 -0
  207. package/scss/components/EditSidePanel/_edit-side-panel.scss +2 -2
  208. package/scss/components/EditTearsheet/_edit-tearsheet.scss +2 -2
  209. package/scss/components/EditTearsheet/_storybook-styles.scss +1 -1
  210. package/scss/components/ImportModal/_import-modal.scss +1 -1
  211. package/scss/components/NotificationsPanel/_notifications-panel.scss +3 -3
  212. package/scss/components/NotificationsPanel/_storybook-styles.scss +10 -2
  213. package/scss/components/OptionsTile/_storybook-styles.scss +1 -1
  214. package/scss/components/PageHeader/_page-header.scss +4 -5
  215. package/scss/components/PageHeader/_storybook-styles.scss +24 -14
  216. package/scss/components/Saving/_saving.scss +1 -1
  217. package/scss/components/SidePanel/_side-panel.scss +3 -5
  218. package/scss/components/TagSet/_tag-set.scss +1 -1
  219. package/scss/components/Tearsheet/_tearsheet.scss +9 -8
  220. package/scss/components/UserProfileImage/_user-profile-image.scss +2 -2
  221. package/scss/components/WebTerminal/_storybook-styles.scss +11 -1
  222. package/scss/global/styles/_display-box.scss +1 -0
  223. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useInitialStateFromFilters.js +0 -21
  224. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useInitialStateFromFilters.js +0 -30
  225. package/scss/components/HTTPErrors/_storybook-styles.scss +0 -6
@@ -76,8 +76,6 @@
76
76
  .cds--copy-btn {
77
77
  position: relative;
78
78
  display: flex;
79
- width: 2.5rem;
80
- height: 2.5rem;
81
79
  align-items: center;
82
80
  justify-content: center;
83
81
  padding: 0;
@@ -487,11 +485,13 @@
487
485
  transition: all 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
488
486
  }
489
487
 
488
+ .cds--btn > .cds--snippet__icon {
489
+ margin-block-start: 0;
490
+ }
491
+
490
492
  .cds--copy-btn {
491
493
  display: flex;
492
494
  overflow: visible;
493
- width: 2.5rem;
494
- height: 2.5rem;
495
495
  align-items: center;
496
496
  justify-content: center;
497
497
  padding: 0;
@@ -534,16 +534,13 @@
534
534
  right: 0;
535
535
  }
536
536
 
537
- .cds--snippet--inline.cds--btn--md.cds--btn--icon-only {
538
- padding-right: 0;
539
- padding-left: 0;
540
- }
541
-
542
- .cds--snippet--inline.cds--btn--md {
543
- min-height: 1.25rem;
537
+ .cds--snippet--inline.cds--btn {
538
+ width: initial;
539
+ height: 1.25rem;
540
+ padding-inline: 0;
544
541
  }
545
542
 
546
- .cds--snippet--inline.cds--btn--primary:hover {
543
+ .cds--snippet--inline.cds--btn.cds--btn--primary:hover {
547
544
  color: var(--cds-text-primary, #161616);
548
545
  }
549
546
 
@@ -552,12 +549,8 @@
552
549
  right: 0.5rem;
553
550
  }
554
551
 
555
- .cds--snippet--multi .cds--copy-btn.cds--btn--md {
552
+ .cds--snippet--multi .cds--copy-btn {
556
553
  z-index: 10;
557
- width: 2rem;
558
- height: 2rem;
559
- min-height: 2rem;
560
- padding: 0;
561
554
  }
562
555
 
563
556
  .cds--snippet-btn--expand {
@@ -1003,8 +996,33 @@ p.c4p--about-modal__copyright-text:first-child {
1003
996
  .c4p--button-menu {
1004
997
  min-width: 160px;
1005
998
  }
999
+ .c4p--button-menu.c4p--button-menu__wrapper--primary, .c4p--button-menu.c4p--button-menu__wrapper--primary.cds--overflow-menu.cds--overflow-menu--open {
1000
+ background-color: var(--cds-button-primary, #0f62fe);
1001
+ }
1002
+ .c4p--button-menu.cds--overflow-menu.c4p--button-menu__wrapper--primary:hover {
1003
+ background-color: var(--cds-button-primary-hover, #0050e6);
1004
+ }
1005
+ .c4p--button-menu.c4p--button-menu__wrapper--tertiary, .c4p--button-menu.c4p--button-menu__wrapper--tertiary.cds--overflow-menu.cds--overflow-menu--open {
1006
+ background-color: var(--cds-button-tertiary, #0f62fe);
1007
+ }
1008
+ .c4p--button-menu.cds--overflow-menu.c4p--button-menu__wrapper--tertiary:hover {
1009
+ background-color: var(--cds-button-tertiary-hover, #0050e6);
1010
+ }
1011
+ .c4p--button-menu.c4p--button-menu__wrapper--ghost, .c4p--button-menu.c4p--button-menu__wrapper--ghost.cds--overflow-menu.cds--overflow-menu--open {
1012
+ background-color: transparent;
1013
+ }
1014
+ .c4p--button-menu.cds--overflow-menu.c4p--button-menu__wrapper--ghost:hover {
1015
+ background-color: var(--cds-layer-hover);
1016
+ }
1006
1017
  .c4p--button-menu .c4p--button-menu__trigger {
1018
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
1019
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
1020
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
1021
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
1022
+ display: flex;
1007
1023
  width: 100%;
1024
+ align-items: center;
1025
+ justify-content: space-between;
1008
1026
  padding: 0 1rem;
1009
1027
  }
1010
1028
 
@@ -2705,18 +2723,18 @@ p.c4p--about-modal__copyright-text:first-child {
2705
2723
  }
2706
2724
 
2707
2725
  .c4p--create-full-page .c4p--create-full-page__step-subtitle {
2708
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
2709
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
2710
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
2711
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
2726
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
2727
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
2728
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
2729
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
2712
2730
  margin-bottom: 0.5rem;
2713
2731
  }
2714
2732
 
2715
2733
  .c4p--create-full-page .c4p--create-full-page__step-description {
2716
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
2717
- font-weight: var(--cds-body-long-01-font-weight, 400);
2718
- line-height: var(--cds-body-long-01-line-height, 1.42857);
2719
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
2734
+ font-size: var(--cds-body-01-font-size, 0.875rem);
2735
+ font-weight: var(--cds-body-01-font-weight, 400);
2736
+ line-height: var(--cds-body-01-line-height, 1.42857);
2737
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
2720
2738
  margin-bottom: 1.5rem;
2721
2739
  }
2722
2740
 
@@ -2805,10 +2823,10 @@ p.c4p--about-modal__copyright-text:first-child {
2805
2823
  }
2806
2824
 
2807
2825
  .c4p--create-full-page .c4p--create-full-page__step-title {
2808
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
2809
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
2810
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
2811
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
2826
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
2827
+ font-weight: var(--cds-heading-04-font-weight, 400);
2828
+ line-height: var(--cds-heading-04-line-height, 1.28572);
2829
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
2812
2830
  margin-bottom: 1rem;
2813
2831
  }
2814
2832
 
@@ -2866,27 +2884,27 @@ p.c4p--about-modal__copyright-text:first-child {
2866
2884
  }
2867
2885
 
2868
2886
  .c4p--create-modal__title {
2869
- font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
2870
- font-weight: var(--cds-productive-heading-03-font-weight, 400);
2871
- line-height: var(--cds-productive-heading-03-line-height, 1.4);
2872
- letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
2887
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
2888
+ font-weight: var(--cds-heading-03-font-weight, 400);
2889
+ line-height: var(--cds-heading-03-line-height, 1.4);
2890
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
2873
2891
  margin-bottom: 0.25rem;
2874
2892
  }
2875
2893
 
2876
2894
  .c4p--create-modal__subtitle {
2877
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
2878
- font-weight: var(--cds-body-short-01-font-weight, 400);
2879
- line-height: var(--cds-body-short-01-line-height, 1.28572);
2880
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
2895
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
2896
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
2897
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
2898
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
2881
2899
  margin-bottom: 0.5rem;
2882
2900
  color: var(--cds-text-secondary, #525252);
2883
2901
  }
2884
2902
 
2885
2903
  .c4p--create-modal__description {
2886
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
2887
- font-weight: var(--cds-body-long-01-font-weight, 400);
2888
- line-height: var(--cds-body-long-01-line-height, 1.42857);
2889
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
2904
+ font-size: var(--cds-body-01-font-size, 0.875rem);
2905
+ font-weight: var(--cds-body-01-font-weight, 400);
2906
+ line-height: var(--cds-body-01-line-height, 1.42857);
2907
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
2890
2908
  padding-right: calc(20% - 1rem);
2891
2909
  margin: 0.5rem 0 1rem 0;
2892
2910
  }
@@ -2904,6 +2922,157 @@ p.c4p--about-modal__copyright-text:first-child {
2904
2922
  margin-bottom: 0;
2905
2923
  }
2906
2924
 
2925
+ :root {
2926
+ --cds-layout-size-height-xs: 1.5rem;
2927
+ --cds-layout-size-height-sm: 2rem;
2928
+ --cds-layout-size-height-md: 2.5rem;
2929
+ --cds-layout-size-height-lg: 3rem;
2930
+ --cds-layout-size-height-xl: 4rem;
2931
+ --cds-layout-size-height-2xl: 5rem;
2932
+ --cds-layout-size-height-min: 0px;
2933
+ --cds-layout-size-height-max: 999999999px;
2934
+ --cds-layout-density-padding-inline-condensed: 0.5rem;
2935
+ --cds-layout-density-padding-inline-normal: 1rem;
2936
+ --cds-layout-density-padding-inline-min: 0px;
2937
+ --cds-layout-density-padding-inline-max: 999999999px;
2938
+ }
2939
+
2940
+ .cds--layout--size-xs {
2941
+ --cds-layout-size-height-context: var(--cds-layout-size-height-xs, 1.5rem);
2942
+ --cds-layout-size-height: var(--cds-layout-size-height-context);
2943
+ }
2944
+
2945
+ .cds--layout-constraint--size\:default-xs {
2946
+ --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-xs, 1.5rem));
2947
+ }
2948
+
2949
+ .cds--layout-constraint--size\:min-xs {
2950
+ --cds-layout-size-height-min: var(--cds-layout-size-height-xs, 1.5rem);
2951
+ }
2952
+
2953
+ .cds--layout-constraint--size\:max-xs {
2954
+ --cds-layout-size-height-max: var(--cds-layout-size-height-xs, 1.5rem);
2955
+ }
2956
+
2957
+ .cds--layout--size-sm {
2958
+ --cds-layout-size-height-context: var(--cds-layout-size-height-sm, 2rem);
2959
+ --cds-layout-size-height: var(--cds-layout-size-height-context);
2960
+ }
2961
+
2962
+ .cds--layout-constraint--size\:default-sm {
2963
+ --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-sm, 2rem));
2964
+ }
2965
+
2966
+ .cds--layout-constraint--size\:min-sm {
2967
+ --cds-layout-size-height-min: var(--cds-layout-size-height-sm, 2rem);
2968
+ }
2969
+
2970
+ .cds--layout-constraint--size\:max-sm {
2971
+ --cds-layout-size-height-max: var(--cds-layout-size-height-sm, 2rem);
2972
+ }
2973
+
2974
+ .cds--layout--size-md {
2975
+ --cds-layout-size-height-context: var(--cds-layout-size-height-md, 2.5rem);
2976
+ --cds-layout-size-height: var(--cds-layout-size-height-context);
2977
+ }
2978
+
2979
+ .cds--layout-constraint--size\:default-md {
2980
+ --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-md, 2.5rem));
2981
+ }
2982
+
2983
+ .cds--layout-constraint--size\:min-md {
2984
+ --cds-layout-size-height-min: var(--cds-layout-size-height-md, 2.5rem);
2985
+ }
2986
+
2987
+ .cds--layout-constraint--size\:max-md {
2988
+ --cds-layout-size-height-max: var(--cds-layout-size-height-md, 2.5rem);
2989
+ }
2990
+
2991
+ .cds--layout--size-lg {
2992
+ --cds-layout-size-height-context: var(--cds-layout-size-height-lg, 3rem);
2993
+ --cds-layout-size-height: var(--cds-layout-size-height-context);
2994
+ }
2995
+
2996
+ .cds--layout-constraint--size\:default-lg {
2997
+ --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-lg, 3rem));
2998
+ }
2999
+
3000
+ .cds--layout-constraint--size\:min-lg {
3001
+ --cds-layout-size-height-min: var(--cds-layout-size-height-lg, 3rem);
3002
+ }
3003
+
3004
+ .cds--layout-constraint--size\:max-lg {
3005
+ --cds-layout-size-height-max: var(--cds-layout-size-height-lg, 3rem);
3006
+ }
3007
+
3008
+ .cds--layout--size-xl {
3009
+ --cds-layout-size-height-context: var(--cds-layout-size-height-xl, 4rem);
3010
+ --cds-layout-size-height: var(--cds-layout-size-height-context);
3011
+ }
3012
+
3013
+ .cds--layout-constraint--size\:default-xl {
3014
+ --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-xl, 4rem));
3015
+ }
3016
+
3017
+ .cds--layout-constraint--size\:min-xl {
3018
+ --cds-layout-size-height-min: var(--cds-layout-size-height-xl, 4rem);
3019
+ }
3020
+
3021
+ .cds--layout-constraint--size\:max-xl {
3022
+ --cds-layout-size-height-max: var(--cds-layout-size-height-xl, 4rem);
3023
+ }
3024
+
3025
+ .cds--layout--size-2xl {
3026
+ --cds-layout-size-height-context: var(--cds-layout-size-height-2xl, 5rem);
3027
+ --cds-layout-size-height: var(--cds-layout-size-height-context);
3028
+ }
3029
+
3030
+ .cds--layout-constraint--size\:default-2xl {
3031
+ --cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-2xl, 5rem));
3032
+ }
3033
+
3034
+ .cds--layout-constraint--size\:min-2xl {
3035
+ --cds-layout-size-height-min: var(--cds-layout-size-height-2xl, 5rem);
3036
+ }
3037
+
3038
+ .cds--layout-constraint--size\:max-2xl {
3039
+ --cds-layout-size-height-max: var(--cds-layout-size-height-2xl, 5rem);
3040
+ }
3041
+
3042
+ .cds--layout--density-condensed {
3043
+ --cds-layout-density-padding-inline-context: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
3044
+ --cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
3045
+ }
3046
+
3047
+ .cds--layout-constraint--density\:default-condensed {
3048
+ --cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-condensed, 0.5rem));
3049
+ }
3050
+
3051
+ .cds--layout-constraint--density\:min-condensed {
3052
+ --cds-layout-density-padding-inline-min: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
3053
+ }
3054
+
3055
+ .cds--layout-constraint--density\:max-condensed {
3056
+ --cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
3057
+ }
3058
+
3059
+ .cds--layout--density-normal {
3060
+ --cds-layout-density-padding-inline-context: var(--cds-layout-density-padding-inline-normal, 1rem);
3061
+ --cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
3062
+ }
3063
+
3064
+ .cds--layout-constraint--density\:default-normal {
3065
+ --cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-normal, 1rem));
3066
+ }
3067
+
3068
+ .cds--layout-constraint--density\:min-normal {
3069
+ --cds-layout-density-padding-inline-min: var(--cds-layout-density-padding-inline-normal, 1rem);
3070
+ }
3071
+
3072
+ .cds--layout-constraint--density\:max-normal {
3073
+ --cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-normal, 1rem);
3074
+ }
3075
+
2907
3076
  .c4p--side-panel__container {
2908
3077
  --c4p--side-panel--subtitle-opacity: 1;
2909
3078
  --c4p--side-panel--title-container-height: 0;
@@ -2916,7 +3085,6 @@ p.c4p--about-modal__copyright-text:first-child {
2916
3085
  --c4p--side-panel--collapsed-title-y-position: 1rem;
2917
3086
  --c4p--side-panel--label-text-height: 0;
2918
3087
  position: fixed;
2919
- /* stylelint-disable-next-line function-no-unknown */
2920
3088
  z-index: 9000;
2921
3089
  top: 3rem;
2922
3090
  height: calc(100% - 3rem);
@@ -3095,10 +3263,10 @@ p.c4p--about-modal__copyright-text:first-child {
3095
3263
  top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height));
3096
3264
  }
3097
3265
  .c4p--side-panel__container .c4p--side-panel__title-text {
3098
- font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
3099
- font-weight: var(--cds-productive-heading-03-font-weight, 400);
3100
- line-height: var(--cds-productive-heading-03-line-height, 1.4);
3101
- letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
3266
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
3267
+ font-weight: var(--cds-heading-03-font-weight, 400);
3268
+ line-height: var(--cds-heading-03-line-height, 1.4);
3269
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
3102
3270
  display: -webkit-box;
3103
3271
  overflow: hidden;
3104
3272
  padding-right: 3rem;
@@ -3123,10 +3291,10 @@ p.c4p--about-modal__copyright-text:first-child {
3123
3291
  white-space: nowrap;
3124
3292
  }
3125
3293
  .c4p--side-panel__container .c4p--side-panel__collapsed-title-text {
3126
- font-size: var(--cds-productive-heading-02-font-size, 1rem);
3127
- font-weight: var(--cds-productive-heading-02-font-weight, 600);
3128
- line-height: var(--cds-productive-heading-02-line-height, 1.375);
3129
- letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
3294
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
3295
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
3296
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
3297
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
3130
3298
  display: -webkit-box;
3131
3299
  overflow: hidden;
3132
3300
  padding-right: 3rem;
@@ -3138,10 +3306,10 @@ p.c4p--about-modal__copyright-text:first-child {
3138
3306
  transform: translateY(var(--c4p--side-panel--collapsed-title-y-position));
3139
3307
  }
3140
3308
  .c4p--side-panel__container .c4p--side-panel__subtitle-text {
3141
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
3142
- font-weight: var(--cds-body-short-01-font-weight, 400);
3143
- line-height: var(--cds-body-short-01-line-height, 1.28572);
3144
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
3309
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
3310
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
3311
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
3312
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
3145
3313
  overflow: hidden;
3146
3314
  padding: 0 3rem 1rem 1rem;
3147
3315
  -webkit-box-orient: vertical;
@@ -3322,7 +3490,6 @@ p.c4p--about-modal__copyright-text:first-child {
3322
3490
 
3323
3491
  .c4p--side-panel__overlay {
3324
3492
  position: fixed;
3325
- /* stylelint-disable-next-line function-no-unknown */
3326
3493
  z-index: 6000;
3327
3494
  width: 100%;
3328
3495
  height: 100%;
@@ -3417,18 +3584,18 @@ p.c4p--about-modal__copyright-text:first-child {
3417
3584
  }
3418
3585
 
3419
3586
  .c4p--create-side-panel__form-title-text {
3420
- font-size: var(--cds-productive-heading-02-font-size, 1rem);
3421
- font-weight: var(--cds-productive-heading-02-font-weight, 600);
3422
- line-height: var(--cds-productive-heading-02-line-height, 1.375);
3423
- letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
3587
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
3588
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
3589
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
3590
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
3424
3591
  padding-bottom: 0.5rem;
3425
3592
  }
3426
3593
 
3427
3594
  .c4p--create-side-panel__form-description-text {
3428
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
3429
- font-weight: var(--cds-body-long-01-font-weight, 400);
3430
- line-height: var(--cds-body-long-01-line-height, 1.42857);
3431
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
3595
+ font-size: var(--cds-body-01-font-size, 0.875rem);
3596
+ font-weight: var(--cds-body-01-font-weight, 400);
3597
+ line-height: var(--cds-body-01-line-height, 1.42857);
3598
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
3432
3599
  }
3433
3600
 
3434
3601
  .c4p--create-side-panel.c4p--side-panel .cds--btn.c4p--side-panel__close-button {
@@ -3436,18 +3603,18 @@ p.c4p--about-modal__copyright-text:first-child {
3436
3603
  }
3437
3604
 
3438
3605
  .c4p--create-side-panel__title {
3439
- font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
3440
- font-weight: var(--cds-productive-heading-03-font-weight, 400);
3441
- line-height: var(--cds-productive-heading-03-line-height, 1.4);
3442
- letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
3606
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
3607
+ font-weight: var(--cds-heading-03-font-weight, 400);
3608
+ line-height: var(--cds-heading-03-line-height, 1.4);
3609
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
3443
3610
  margin-bottom: 0.25rem;
3444
3611
  }
3445
3612
 
3446
3613
  .c4p--create-side-panel__subtitle {
3447
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
3448
- font-weight: var(--cds-body-short-01-font-weight, 400);
3449
- line-height: var(--cds-body-short-01-line-height, 1.28572);
3450
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
3614
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
3615
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
3616
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
3617
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
3451
3618
  margin-bottom: 0.5rem;
3452
3619
  color: var(--cds-text-secondary, #525252);
3453
3620
  }
@@ -3462,7 +3629,6 @@ p.c4p--about-modal__copyright-text:first-child {
3462
3629
  }
3463
3630
 
3464
3631
  .c4p--tearsheet.c4p--tearsheet {
3465
- /* stylelint-disable-next-line function-no-unknown */
3466
3632
  z-index: 9001;
3467
3633
  align-items: flex-end;
3468
3634
  color: var(--cds-text-primary, #161616);
@@ -3471,7 +3637,6 @@ p.c4p--about-modal__copyright-text:first-child {
3471
3637
  --c4p--tearsheet--stacking-scale-factor-double: 0.9;
3472
3638
  }
3473
3639
  .c4p--tearsheet.is-visible {
3474
- /* stylelint-disable-next-line function-no-unknown */
3475
3640
  z-index: 9000;
3476
3641
  align-items: flex-end;
3477
3642
  transition: visibility 0s linear, background-color 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1);
@@ -3482,17 +3647,14 @@ p.c4p--about-modal__copyright-text:first-child {
3482
3647
  }
3483
3648
  }
3484
3649
  .c4p--tearsheet.c4p--tearsheet--stacked-1-of-2 {
3485
- /* stylelint-disable-next-line function-no-unknown */
3486
3650
  z-index: 8999;
3487
3651
  background-color: rgba(22, 22, 22, 0.33);
3488
3652
  }
3489
3653
  .c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 {
3490
- /* stylelint-disable-next-line function-no-unknown */
3491
3654
  z-index: 8998;
3492
3655
  background-color: rgba(22, 22, 22, 0.11);
3493
3656
  }
3494
3657
  .c4p--tearsheet.c4p--tearsheet--stacked-2-of-3 {
3495
- /* stylelint-disable-next-line function-no-unknown */
3496
3658
  z-index: 8999;
3497
3659
  background-color: rgba(22, 22, 22, 0.25);
3498
3660
  }
@@ -3541,11 +3703,13 @@ p.c4p--about-modal__copyright-text:first-child {
3541
3703
  padding: 1.5rem 2rem;
3542
3704
  border-bottom: 1px solid var(--cds-border-subtle-01, #c6c6c6);
3543
3705
  margin: 0;
3706
+ background-color: var(--cds-layer);
3544
3707
  }
3545
3708
  .c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header {
3546
3709
  padding: 1rem;
3547
3710
  border-bottom: 1px solid var(--cds-border-subtle-01, #c6c6c6);
3548
3711
  margin: 0;
3712
+ background-color: var(--cds-layer);
3549
3713
  }
3550
3714
  .c4p--tearsheet .c4p--tearsheet__header-content {
3551
3715
  display: flex;
@@ -3565,20 +3729,20 @@ p.c4p--about-modal__copyright-text:first-child {
3565
3729
  display: none;
3566
3730
  }
3567
3731
  .c4p--tearsheet.c4p--tearsheet--wide .cds--modal-header__heading.c4p--tearsheet__heading {
3568
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
3569
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
3570
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
3571
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
3732
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
3733
+ font-weight: var(--cds-heading-04-font-weight, 400);
3734
+ line-height: var(--cds-heading-04-line-height, 1.28572);
3735
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
3572
3736
  }
3573
3737
  .c4p--tearsheet .c4p--tearsheet__header-description {
3574
3738
  display: -webkit-box;
3575
3739
  overflow: hidden;
3576
3740
  max-width: 100%;
3577
3741
  margin-top: 1rem;
3578
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
3579
- font-weight: var(--cds-body-short-01-font-weight, 400);
3580
- line-height: var(--cds-body-short-01-line-height, 1.28572);
3581
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
3742
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
3743
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
3744
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
3745
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
3582
3746
  -webkit-box-orient: vertical;
3583
3747
  -webkit-line-clamp: 2;
3584
3748
  word-break: break-word;
@@ -3636,10 +3800,13 @@ p.c4p--about-modal__copyright-text:first-child {
3636
3800
  .c4p--tearsheet .c4p--tearsheet__main {
3637
3801
  display: flex;
3638
3802
  flex-direction: row;
3639
- background-color: var(--cds-layer);
3803
+ background-color: var(--cds-background, #ffffff);
3640
3804
  grid-column: 1/-1;
3641
3805
  grid-row: 1/-1;
3642
3806
  }
3807
+ .c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__main {
3808
+ background-color: var(--cds-layer);
3809
+ }
3643
3810
  .c4p--tearsheet .c4p--tearsheet__main .c4p--tearsheet__influencer {
3644
3811
  border-right: none;
3645
3812
  border-left: 1px solid var(--cds-border-subtle-01, #c6c6c6);
@@ -3773,19 +3940,19 @@ p.c4p--about-modal__copyright-text:first-child {
3773
3940
 
3774
3941
  .c4p--tearsheet-create .c4p--tearsheet-create__section--subtitle,
3775
3942
  .c4p--tearsheet-create .c4p--tearsheet-create__step--subtitle {
3776
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
3777
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
3778
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
3779
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
3943
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
3944
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
3945
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
3946
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
3780
3947
  margin-bottom: 0.5rem;
3781
3948
  }
3782
3949
 
3783
3950
  .c4p--tearsheet-create .c4p--tearsheet-create__section--description,
3784
3951
  .c4p--tearsheet-create .c4p--tearsheet-create__step--description {
3785
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
3786
- font-weight: var(--cds-body-long-01-font-weight, 400);
3787
- line-height: var(--cds-body-long-01-line-height, 1.42857);
3788
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
3952
+ font-size: var(--cds-body-01-font-size, 0.875rem);
3953
+ font-weight: var(--cds-body-01-font-weight, 400);
3954
+ line-height: var(--cds-body-01-line-height, 1.42857);
3955
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
3789
3956
  margin-bottom: 1.5rem;
3790
3957
  }
3791
3958
 
@@ -3829,18 +3996,18 @@ p.c4p--about-modal__copyright-text:first-child {
3829
3996
  }
3830
3997
 
3831
3998
  .c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-title-text {
3832
- font-size: var(--cds-productive-heading-02-font-size, 1rem);
3833
- font-weight: var(--cds-productive-heading-02-font-weight, 600);
3834
- line-height: var(--cds-productive-heading-02-line-height, 1.375);
3835
- letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
3999
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
4000
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
4001
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
4002
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
3836
4003
  padding-bottom: 0.5rem;
3837
4004
  }
3838
4005
 
3839
4006
  .c4p--create-tearsheet-narrow .c4p--create-tearsheet-narrow__form-description-text {
3840
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
3841
- font-weight: var(--cds-body-long-01-font-weight, 400);
3842
- line-height: var(--cds-body-long-01-line-height, 1.42857);
3843
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
4007
+ font-size: var(--cds-body-01-font-size, 0.875rem);
4008
+ font-weight: var(--cds-body-01-font-weight, 400);
4009
+ line-height: var(--cds-body-01-line-height, 1.42857);
4010
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
3844
4011
  }
3845
4012
 
3846
4013
  .c4p--empty-state {
@@ -4177,10 +4344,10 @@ c4p--card__icon:active {
4177
4344
  .c4p--import-modal .c4p--import-modal__file-drop-header,
4178
4345
  .c4p--import-modal .c4p--import-modal__label {
4179
4346
  margin-bottom: 0.5rem;
4180
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
4181
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
4182
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
4183
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
4347
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
4348
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
4349
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
4350
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
4184
4351
  }
4185
4352
 
4186
4353
  .c4p--import-modal__helper-text {
@@ -4261,6 +4428,9 @@ c4p--card__icon:active {
4261
4428
  display: flex;
4262
4429
  align-items: center;
4263
4430
  }
4431
+ .c4p--add-select__selections-form-control-wrapper--radio {
4432
+ cursor: pointer;
4433
+ }
4264
4434
  .c4p--add-select__selections-form-control-label-wrapper {
4265
4435
  display: flex;
4266
4436
  margin-left: 1rem;
@@ -4311,10 +4481,10 @@ c4p--card__icon:active {
4311
4481
  border-bottom: 1px solid var(--cds-layer-accent-01, #e0e0e0);
4312
4482
  }
4313
4483
  .c4p--add-select__sidebar-header .c4p--add-select__sidebar-title {
4314
- font-size: var(--cds-productive-heading-02-font-size, 1rem);
4315
- font-weight: var(--cds-productive-heading-02-font-weight, 600);
4316
- line-height: var(--cds-productive-heading-02-line-height, 1.375);
4317
- letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
4484
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
4485
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
4486
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
4487
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
4318
4488
  }
4319
4489
 
4320
4490
  .c4p--add-select__sidebar-title {
@@ -4346,10 +4516,10 @@ c4p--card__icon:active {
4346
4516
  }
4347
4517
 
4348
4518
  .c4p--add-select .c4p--add-select__sidebar-item-body {
4349
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
4350
- font-weight: var(--cds-body-long-01-font-weight, 400);
4351
- line-height: var(--cds-body-long-01-line-height, 1.42857);
4352
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
4519
+ font-size: var(--cds-body-01-font-size, 0.875rem);
4520
+ font-weight: var(--cds-body-01-font-weight, 400);
4521
+ line-height: var(--cds-body-01-line-height, 1.42857);
4522
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
4353
4523
  margin-bottom: 1rem;
4354
4524
  }
4355
4525
 
@@ -4490,24 +4660,24 @@ button.c4p--add-select__global-filter-toggle--open {
4490
4660
  }
4491
4661
 
4492
4662
  .c4p--add-select__meta-panel p.c4p--add-select__meta-panel-title {
4493
- font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
4494
- font-weight: var(--cds-productive-heading-03-font-weight, 400);
4495
- line-height: var(--cds-productive-heading-03-line-height, 1.4);
4496
- letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
4663
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
4664
+ font-weight: var(--cds-heading-03-font-weight, 400);
4665
+ line-height: var(--cds-heading-03-line-height, 1.4);
4666
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
4497
4667
  }
4498
4668
 
4499
4669
  .c4p--add-select__meta-panel p.c4p--add-select__meta-panel-entry-title {
4500
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
4501
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
4502
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
4503
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
4670
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
4671
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
4672
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
4673
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
4504
4674
  }
4505
4675
 
4506
4676
  .c4p--add-select__meta-panel p.c4p--add-select__meta-panel-entry-body {
4507
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
4508
- font-weight: var(--cds-body-short-01-font-weight, 400);
4509
- line-height: var(--cds-body-short-01-line-height, 1.28572);
4510
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
4677
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
4678
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
4679
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
4680
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
4511
4681
  }
4512
4682
 
4513
4683
  .c4p--add-select__selections .cds--list-box__menu {
@@ -4541,10 +4711,10 @@ button.c4p--add-select__global-filter-toggle--open {
4541
4711
  }
4542
4712
 
4543
4713
  .c4p--add-select .c4p--add-select__items-label {
4544
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
4545
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
4546
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
4547
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
4714
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
4715
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
4716
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
4717
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
4548
4718
  }
4549
4719
 
4550
4720
  .c4p--add-select .cds--modal-container--sm .cds--modal-content p {
@@ -4740,6 +4910,14 @@ button.c4p--add-select__global-filter-toggle--open {
4740
4910
  --cds-fluid-spacing-02: 2vw;
4741
4911
  --cds-fluid-spacing-03: 5vw;
4742
4912
  --cds-fluid-spacing-04: 10vw;
4913
+ --cds-caption-01-font-size: 0.75rem;
4914
+ --cds-caption-01-font-weight: 400;
4915
+ --cds-caption-01-line-height: 1.33333;
4916
+ --cds-caption-01-letter-spacing: 0.32px;
4917
+ --cds-caption-02-font-size: 0.875rem;
4918
+ --cds-caption-02-font-weight: 400;
4919
+ --cds-caption-02-line-height: 1.28572;
4920
+ --cds-caption-02-letter-spacing: 0.32px;
4743
4921
  --cds-label-01-font-size: 0.75rem;
4744
4922
  --cds-label-01-font-weight: 400;
4745
4923
  --cds-label-01-line-height: 1.33333;
@@ -4988,7 +5166,7 @@ button.c4p--add-select__global-filter-toggle--open {
4988
5166
  top: 3rem;
4989
5167
  right: 0;
4990
5168
  overflow: auto;
4991
- min-width: 22.75rem;
5169
+ min-width: 20rem;
4992
5170
  max-width: 22.75rem;
4993
5171
  min-height: 38.5rem;
4994
5172
  max-height: 38.5rem;
@@ -5025,10 +5203,10 @@ button.c4p--add-select__global-filter-toggle--open {
5025
5203
  color: var(--cds-text-primary, #161616);
5026
5204
  }
5027
5205
  .c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__header {
5028
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
5029
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
5030
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
5031
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
5206
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
5207
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
5208
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
5209
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
5032
5210
  margin: 0;
5033
5211
  }
5034
5212
  .c4p--notifications-panel__container .c4p--notifications-panel__time-section-label {
@@ -5197,10 +5375,10 @@ button.c4p--add-select__global-filter-toggle--open {
5197
5375
  margin-top: 10rem;
5198
5376
  }
5199
5377
  .c4p--notifications-panel__container .c4p--notifications-panel__main-section-empty.c4p--notifications-panel__main-section .c4p-subtext {
5200
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
5201
- font-weight: var(--cds-body-short-01-font-weight, 400);
5202
- line-height: var(--cds-body-short-01-line-height, 1.28572);
5203
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
5378
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
5379
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
5380
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
5381
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
5204
5382
  }
5205
5383
  .c4p--notifications-panel__container .c4p--notifications-panel__main-section {
5206
5384
  min-height: 498px;
@@ -6996,7 +7174,6 @@ button.c4p--add-select__global-filter-toggle--open {
6996
7174
  }
6997
7175
 
6998
7176
  .c4p--breadcrumb-with-overflow__overflow-menu-options.c4p--breadcrumb-with-overflow__overflow-menu-options {
6999
- /* stylelint-disable-next-line function-no-unknown */
7000
7177
  z-index: 8000;
7001
7178
  }
7002
7179
 
@@ -7106,10 +7283,10 @@ button.c4p--add-select__global-filter-toggle--open {
7106
7283
  }
7107
7284
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item,
7108
7285
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item .cds--tag {
7109
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
7110
- font-weight: var(--cds-body-short-01-font-weight, 400);
7111
- line-height: var(--cds-body-short-01-line-height, 1.28572);
7112
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
7286
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
7287
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
7288
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
7289
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
7113
7290
  display: block;
7114
7291
  overflow: hidden;
7115
7292
  min-width: initial;
@@ -7162,7 +7339,6 @@ button.c4p--add-select__global-filter-toggle--open {
7162
7339
  justify-content: flex-end;
7163
7340
  }
7164
7341
 
7165
- /* stylelint-disable-next-line function-no-unknown */
7166
7342
  @keyframes background-appear {
7167
7343
  from {
7168
7344
  /* stylelint-disable-next-line carbon/theme-token-use */
@@ -7469,10 +7645,10 @@ button.c4p--add-select__global-filter-toggle--open {
7469
7645
  }
7470
7646
  }
7471
7647
  .c4p--page-header .c4p--page-header__title {
7472
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
7473
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
7474
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
7475
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
7648
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
7649
+ font-weight: var(--cds-heading-04-font-weight, 400);
7650
+ line-height: var(--cds-heading-04-line-height, 1.28572);
7651
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
7476
7652
  min-height: 2.5rem;
7477
7653
  overflow-x: hidden;
7478
7654
  text-overflow: ellipsis;
@@ -7572,16 +7748,16 @@ button.c4p--add-select__global-filter-toggle--open {
7572
7748
  height: 1rem;
7573
7749
  }
7574
7750
  .c4p--page-header .c4p--page-header__subtitle {
7575
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
7576
- font-weight: var(--cds-body-long-01-font-weight, 400);
7577
- line-height: var(--cds-body-long-01-line-height, 1.42857);
7578
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
7751
+ font-size: var(--cds-body-01-font-size, 0.875rem);
7752
+ font-weight: var(--cds-body-01-font-weight, 400);
7753
+ line-height: var(--cds-body-01-line-height, 1.42857);
7754
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
7579
7755
  }
7580
7756
  .c4p--page-header .c4p--page-header__available-row {
7581
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
7582
- font-weight: var(--cds-body-long-01-font-weight, 400);
7583
- line-height: var(--cds-body-long-01-line-height, 1.42857);
7584
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
7757
+ font-size: var(--cds-body-01-font-size, 0.875rem);
7758
+ font-weight: var(--cds-body-01-font-weight, 400);
7759
+ line-height: var(--cds-body-01-line-height, 1.42857);
7760
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
7585
7761
  margin-top: 0.5rem;
7586
7762
  }
7587
7763
  .c4p--page-header .c4p--page-header__available-row + .c4p--page-header__last-row-buffer--active {
@@ -7591,10 +7767,10 @@ button.c4p--add-select__global-filter-toggle--open {
7591
7767
  margin-top: 1rem;
7592
7768
  }
7593
7769
  .c4p--page-header .c4p--page-header__available-row * {
7594
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
7595
- font-weight: var(--cds-body-long-01-font-weight, 400);
7596
- line-height: var(--cds-body-long-01-line-height, 1.42857);
7597
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
7770
+ font-size: var(--cds-body-01-font-size, 0.875rem);
7771
+ font-weight: var(--cds-body-01-font-weight, 400);
7772
+ line-height: var(--cds-body-01-line-height, 1.42857);
7773
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
7598
7774
  }
7599
7775
  .c4p--page-header .c4p--page-header__navigation-row {
7600
7776
  flex-wrap: wrap-reverse;
@@ -7767,10 +7943,10 @@ button.c4p--add-select__global-filter-toggle--open {
7767
7943
  }
7768
7944
 
7769
7945
  .c4p--saving__text {
7770
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
7771
- font-weight: var(--cds-body-short-01-font-weight, 400);
7772
- line-height: var(--cds-body-short-01-line-height, 1.28572);
7773
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
7946
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
7947
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
7948
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
7949
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
7774
7950
  }
7775
7951
 
7776
7952
  .c4p--saving__buttons {
@@ -8548,6 +8724,14 @@ button.c4p--add-select__global-filter-toggle--open {
8548
8724
  --cds-fluid-spacing-02: 2vw;
8549
8725
  --cds-fluid-spacing-03: 5vw;
8550
8726
  --cds-fluid-spacing-04: 10vw;
8727
+ --cds-caption-01-font-size: 0.75rem;
8728
+ --cds-caption-01-font-weight: 400;
8729
+ --cds-caption-01-line-height: 1.33333;
8730
+ --cds-caption-01-letter-spacing: 0.32px;
8731
+ --cds-caption-02-font-size: 0.875rem;
8732
+ --cds-caption-02-font-weight: 400;
8733
+ --cds-caption-02-line-height: 1.28572;
8734
+ --cds-caption-02-letter-spacing: 0.32px;
8551
8735
  --cds-label-01-font-size: 0.75rem;
8552
8736
  --cds-label-01-font-weight: 400;
8553
8737
  --cds-label-01-line-height: 1.33333;
@@ -8933,6 +9117,14 @@ button.c4p--add-select__global-filter-toggle--open {
8933
9117
  --cds-fluid-spacing-02: 2vw;
8934
9118
  --cds-fluid-spacing-03: 5vw;
8935
9119
  --cds-fluid-spacing-04: 10vw;
9120
+ --cds-caption-01-font-size: 0.75rem;
9121
+ --cds-caption-01-font-weight: 400;
9122
+ --cds-caption-01-line-height: 1.33333;
9123
+ --cds-caption-01-letter-spacing: 0.32px;
9124
+ --cds-caption-02-font-size: 0.875rem;
9125
+ --cds-caption-02-font-weight: 400;
9126
+ --cds-caption-02-line-height: 1.28572;
9127
+ --cds-caption-02-letter-spacing: 0.32px;
8936
9128
  --cds-label-01-font-size: 0.75rem;
8937
9129
  --cds-label-01-font-weight: 400;
8938
9130
  --cds-label-01-line-height: 1.33333;
@@ -9368,19 +9560,19 @@ button.c4p--add-select__global-filter-toggle--open {
9368
9560
  .c4p--user-profile-image--xl {
9369
9561
  width: 4rem;
9370
9562
  height: 4rem;
9371
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
9372
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
9373
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
9374
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
9563
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
9564
+ font-weight: var(--cds-heading-04-font-weight, 400);
9565
+ line-height: var(--cds-heading-04-line-height, 1.28572);
9566
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
9375
9567
  }
9376
9568
 
9377
9569
  .c4p--user-profile-image--lg {
9378
9570
  width: 2rem;
9379
9571
  height: 2rem;
9380
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
9381
- font-weight: var(--cds-body-short-01-font-weight, 400);
9382
- line-height: var(--cds-body-short-01-line-height, 1.28572);
9383
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
9572
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
9573
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
9574
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
9575
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
9384
9576
  }
9385
9577
 
9386
9578
  .c4p--user-profile-image--md {
@@ -9423,17 +9615,17 @@ button.c4p--add-select__global-filter-toggle--open {
9423
9615
  margin-bottom: 1rem;
9424
9616
  }
9425
9617
  .c4p--edit-side-panel .c4p--edit-side-panel__form-title-text {
9426
- font-size: var(--cds-productive-heading-02-font-size, 1rem);
9427
- font-weight: var(--cds-productive-heading-02-font-weight, 600);
9428
- line-height: var(--cds-productive-heading-02-line-height, 1.375);
9429
- letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
9618
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
9619
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
9620
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
9621
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
9430
9622
  padding-bottom: 0.5rem;
9431
9623
  }
9432
9624
  .c4p--edit-side-panel .c4p--edit-side-panel__form-description-text {
9433
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
9434
- font-weight: var(--cds-body-long-01-font-weight, 400);
9435
- line-height: var(--cds-body-long-01-line-height, 1.42857);
9436
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
9625
+ font-size: var(--cds-body-01-font-size, 0.875rem);
9626
+ font-weight: var(--cds-body-01-font-weight, 400);
9627
+ line-height: var(--cds-body-01-line-height, 1.42857);
9628
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
9437
9629
  }
9438
9630
  .c4p--edit-side-panel.c4p--side-panel .cds--btn.c4p--side-panel__close-button {
9439
9631
  display: none;
@@ -9818,10 +10010,10 @@ button.c4p--add-select__global-filter-toggle--open {
9818
10010
  }
9819
10011
  .c4p--data-spreadsheet .c4p--data-spreadsheet__th,
9820
10012
  .c4p--data-spreadsheet .c4p--data-spreadsheet__td {
9821
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
9822
- font-weight: var(--cds-body-short-01-font-weight, 400);
9823
- line-height: var(--cds-body-short-01-line-height, 1.28572);
9824
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
10013
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
10014
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
10015
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
10016
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
9825
10017
  width: 100%;
9826
10018
  height: 100%;
9827
10019
  padding: 0 0.5rem;
@@ -9876,18 +10068,18 @@ button.c4p--add-select__global-filter-toggle--open {
9876
10068
  text-align: left;
9877
10069
  }
9878
10070
  .c4p--data-spreadsheet .c4p--data-spreadsheet__th {
9879
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
9880
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
9881
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
9882
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
10071
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
10072
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
10073
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
10074
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
9883
10075
  color: var(--cds-text-primary, #161616);
9884
10076
  text-align: left;
9885
10077
  }
9886
10078
  .c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor {
9887
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
9888
- font-weight: var(--cds-body-short-01-font-weight, 400);
9889
- line-height: var(--cds-body-short-01-line-height, 1.28572);
9890
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
10079
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
10080
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
10081
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
10082
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
9891
10083
  outline: 2px solid transparent;
9892
10084
  outline-offset: -2px;
9893
10085
  position: absolute;
@@ -9919,10 +10111,10 @@ button.c4p--add-select__global-filter-toggle--open {
9919
10111
  outline-offset: -2px;
9920
10112
  }
9921
10113
  .c4p--data-spreadsheet .c4p--data-spreadsheet__cell-editor-ruler {
9922
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
9923
- font-weight: var(--cds-body-short-01-font-weight, 400);
9924
- line-height: var(--cds-body-short-01-line-height, 1.28572);
9925
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
10114
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
10115
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
10116
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
10117
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
9926
10118
  position: absolute;
9927
10119
  overflow: hidden;
9928
10120
  width: fit-content;
@@ -9936,10 +10128,10 @@ button.c4p--add-select__global-filter-toggle--open {
9936
10128
  outline: 0.125rem solid var(--cds-background-brand, #0f62fe);
9937
10129
  }
9938
10130
  .c4p--data-spreadsheet .c4p--data-spreadsheet__active-cell--highlight {
9939
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
9940
- font-weight: var(--cds-body-short-01-font-weight, 400);
9941
- line-height: var(--cds-body-short-01-line-height, 1.28572);
9942
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
10131
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
10132
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
10133
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
10134
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
9943
10135
  border-right: 1px solid var(--cds-border-subtle-01, #c6c6c6);
9944
10136
  border-bottom: 1px solid var(--cds-border-subtle-01, #c6c6c6);
9945
10137
  position: absolute;
@@ -10057,13 +10249,6 @@ button.c4p--add-select__global-filter-toggle--open {
10057
10249
  overscroll-behavior: none;
10058
10250
  }
10059
10251
 
10060
- /*
10061
- * Licensed Materials - Property of IBM
10062
- * 5724-Q36
10063
- * (c) Copyright IBM Corp. 2020 - 2021
10064
- * US Government Users Restricted Rights - Use, duplication or disclosure
10065
- * restricted by GSA ADP Schedule Contract with IBM Corp.
10066
- */
10067
10252
  .c4p--datagrid__table-toolbar > section {
10068
10253
  z-index: 2;
10069
10254
  overflow: visible;
@@ -10535,11 +10720,6 @@ button.c4p--add-select__global-filter-toggle--open {
10535
10720
  width: 100%;
10536
10721
  }
10537
10722
 
10538
- .cds--body--with-modal-open .c4p--datagrid__grid-container {
10539
- overflow: hidden;
10540
- height: 100vh;
10541
- }
10542
-
10543
10723
  .c4p--datagrid .cds--modal {
10544
10724
  width: 100%;
10545
10725
  }
@@ -10580,6 +10760,18 @@ button.c4p--add-select__global-filter-toggle--open {
10580
10760
  background-color: var(--cds-layer-accent);
10581
10761
  }
10582
10762
 
10763
+ .c4p--datagrid .cds--action-list .cds--btn.c4p--button-menu {
10764
+ padding: 0;
10765
+ }
10766
+
10767
+ .c4p--datagrid .cds--action-list .cds--btn {
10768
+ align-items: center;
10769
+ }
10770
+
10771
+ .c4p--datagrid .cds--action-list .cds--btn__icon {
10772
+ margin-top: 0;
10773
+ }
10774
+
10583
10775
  /*
10584
10776
  * Licensed Materials - Property of IBM
10585
10777
  * 5724-Q36
@@ -11010,6 +11202,13 @@ button.c4p--add-select__global-filter-toggle--open {
11010
11202
  grid-template-columns: 1fr 1fr;
11011
11203
  }
11012
11204
 
11205
+ .c4p--datagrid-filter-flyout__trigger.cds--btn {
11206
+ display: flex;
11207
+ width: 3rem;
11208
+ height: 3rem;
11209
+ justify-content: center;
11210
+ }
11211
+
11013
11212
  .c4p--datagrid-filter-flyout__trigger--open.cds--btn.cds--btn--icon-only {
11014
11213
  position: relative;
11015
11214
  background-color: var(--cds-layer-02, #ffffff);
@@ -11133,6 +11332,10 @@ button.c4p--add-select__global-filter-toggle--open {
11133
11332
  }
11134
11333
 
11135
11334
  .cds--btn.c4p--datagrid-filter-panel-open-button {
11335
+ display: flex;
11336
+ width: 3rem;
11337
+ height: 3rem;
11338
+ justify-content: center;
11136
11339
  border-right: 1px solid var(--cds-layer-accent-01, #e0e0e0);
11137
11340
  border-bottom: none;
11138
11341
  }
@@ -11661,7 +11864,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
11661
11864
  .c4p--datagrid__datagridWrap :global(.cds--checkbox) {
11662
11865
  display: none;
11663
11866
  }
11664
- .c4p--datagrid__datagridWrap .bx--overflow-menu-options > .c4p--datagrid__row-size-dropdown {
11867
+ .c4p--datagrid__datagridWrap .cds--overflow-menu-options > .c4p--datagrid__row-size-dropdown {
11665
11868
  left: 0.125rem;
11666
11869
  width: 112px;
11667
11870
  }
@@ -13281,7 +13484,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
13281
13484
  width: 0;
13282
13485
  }
13283
13486
 
13284
- .cds--side-nav.cds--side-nav--rail:not(.cds--side-nav--fixed):hover,
13285
13487
  .cds--side-nav--expanded {
13286
13488
  width: 16rem;
13287
13489
  }
@@ -13688,6 +13890,16 @@ a.cds--side-nav__link--current::before {
13688
13890
  color: var(--cds-text-primary, #161616);
13689
13891
  }
13690
13892
 
13893
+ .cds--side-nav .cds--header__menu-title[aria-expanded=true] + .cds--header__menu a.cds--header__menu-item--current:hover {
13894
+ background-color: var(--cds-layer-selected-hover);
13895
+ }
13896
+
13897
+ .cds--side-nav .cds--side-nav__header-navigation a.cds--header__menu-item[aria-current=page]::after,
13898
+ .cds--side-nav .cds--side-nav__header-navigation .cds--header__menu-item--current::after {
13899
+ width: 3px;
13900
+ height: calc(100% + 4px);
13901
+ }
13902
+
13691
13903
  .cds--side-nav .cds--header__menu a.cds--header__menu-item {
13692
13904
  height: inherit;
13693
13905
  }
@@ -13706,6 +13918,157 @@ a.cds--side-nav__link--current::before {
13706
13918
  fill: ButtonText;
13707
13919
  }
13708
13920
  }
13921
+ :root {
13922
+ --cds-layout-size-height-xs:1.5rem;
13923
+ --cds-layout-size-height-sm:2rem;
13924
+ --cds-layout-size-height-md:2.5rem;
13925
+ --cds-layout-size-height-lg:3rem;
13926
+ --cds-layout-size-height-xl:4rem;
13927
+ --cds-layout-size-height-2xl:5rem;
13928
+ --cds-layout-size-height-min:0px;
13929
+ --cds-layout-size-height-max:999999999px;
13930
+ --cds-layout-density-padding-inline-condensed:0.5rem;
13931
+ --cds-layout-density-padding-inline-normal:1rem;
13932
+ --cds-layout-density-padding-inline-min:0px;
13933
+ --cds-layout-density-padding-inline-max:999999999px;
13934
+ }
13935
+
13936
+ .cds--layout--size-xs {
13937
+ --cds-layout-size-height-context:var(--cds-layout-size-height-xs, 1.5rem);
13938
+ --cds-layout-size-height:var(--cds-layout-size-height-context);
13939
+ }
13940
+
13941
+ .cds--layout-constraint--size\:default-xs {
13942
+ --cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-xs, 1.5rem));
13943
+ }
13944
+
13945
+ .cds--layout-constraint--size\:min-xs {
13946
+ --cds-layout-size-height-min:var(--cds-layout-size-height-xs, 1.5rem);
13947
+ }
13948
+
13949
+ .cds--layout-constraint--size\:max-xs {
13950
+ --cds-layout-size-height-max:var(--cds-layout-size-height-xs, 1.5rem);
13951
+ }
13952
+
13953
+ .cds--layout--size-sm {
13954
+ --cds-layout-size-height-context:var(--cds-layout-size-height-sm, 2rem);
13955
+ --cds-layout-size-height:var(--cds-layout-size-height-context);
13956
+ }
13957
+
13958
+ .cds--layout-constraint--size\:default-sm {
13959
+ --cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-sm, 2rem));
13960
+ }
13961
+
13962
+ .cds--layout-constraint--size\:min-sm {
13963
+ --cds-layout-size-height-min:var(--cds-layout-size-height-sm, 2rem);
13964
+ }
13965
+
13966
+ .cds--layout-constraint--size\:max-sm {
13967
+ --cds-layout-size-height-max:var(--cds-layout-size-height-sm, 2rem);
13968
+ }
13969
+
13970
+ .cds--layout--size-md {
13971
+ --cds-layout-size-height-context:var(--cds-layout-size-height-md, 2.5rem);
13972
+ --cds-layout-size-height:var(--cds-layout-size-height-context);
13973
+ }
13974
+
13975
+ .cds--layout-constraint--size\:default-md {
13976
+ --cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-md, 2.5rem));
13977
+ }
13978
+
13979
+ .cds--layout-constraint--size\:min-md {
13980
+ --cds-layout-size-height-min:var(--cds-layout-size-height-md, 2.5rem);
13981
+ }
13982
+
13983
+ .cds--layout-constraint--size\:max-md {
13984
+ --cds-layout-size-height-max:var(--cds-layout-size-height-md, 2.5rem);
13985
+ }
13986
+
13987
+ .cds--layout--size-lg {
13988
+ --cds-layout-size-height-context:var(--cds-layout-size-height-lg, 3rem);
13989
+ --cds-layout-size-height:var(--cds-layout-size-height-context);
13990
+ }
13991
+
13992
+ .cds--layout-constraint--size\:default-lg {
13993
+ --cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-lg, 3rem));
13994
+ }
13995
+
13996
+ .cds--layout-constraint--size\:min-lg {
13997
+ --cds-layout-size-height-min:var(--cds-layout-size-height-lg, 3rem);
13998
+ }
13999
+
14000
+ .cds--layout-constraint--size\:max-lg {
14001
+ --cds-layout-size-height-max:var(--cds-layout-size-height-lg, 3rem);
14002
+ }
14003
+
14004
+ .cds--layout--size-xl {
14005
+ --cds-layout-size-height-context:var(--cds-layout-size-height-xl, 4rem);
14006
+ --cds-layout-size-height:var(--cds-layout-size-height-context);
14007
+ }
14008
+
14009
+ .cds--layout-constraint--size\:default-xl {
14010
+ --cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-xl, 4rem));
14011
+ }
14012
+
14013
+ .cds--layout-constraint--size\:min-xl {
14014
+ --cds-layout-size-height-min:var(--cds-layout-size-height-xl, 4rem);
14015
+ }
14016
+
14017
+ .cds--layout-constraint--size\:max-xl {
14018
+ --cds-layout-size-height-max:var(--cds-layout-size-height-xl, 4rem);
14019
+ }
14020
+
14021
+ .cds--layout--size-2xl {
14022
+ --cds-layout-size-height-context:var(--cds-layout-size-height-2xl, 5rem);
14023
+ --cds-layout-size-height:var(--cds-layout-size-height-context);
14024
+ }
14025
+
14026
+ .cds--layout-constraint--size\:default-2xl {
14027
+ --cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-2xl, 5rem));
14028
+ }
14029
+
14030
+ .cds--layout-constraint--size\:min-2xl {
14031
+ --cds-layout-size-height-min:var(--cds-layout-size-height-2xl, 5rem);
14032
+ }
14033
+
14034
+ .cds--layout-constraint--size\:max-2xl {
14035
+ --cds-layout-size-height-max:var(--cds-layout-size-height-2xl, 5rem);
14036
+ }
14037
+
14038
+ .cds--layout--density-condensed {
14039
+ --cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed, 0.5rem);
14040
+ --cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context);
14041
+ }
14042
+
14043
+ .cds--layout-constraint--density\:default-condensed {
14044
+ --cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-condensed, 0.5rem));
14045
+ }
14046
+
14047
+ .cds--layout-constraint--density\:min-condensed {
14048
+ --cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed, 0.5rem);
14049
+ }
14050
+
14051
+ .cds--layout-constraint--density\:max-condensed {
14052
+ --cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed, 0.5rem);
14053
+ }
14054
+
14055
+ .cds--layout--density-normal {
14056
+ --cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal, 1rem);
14057
+ --cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context);
14058
+ }
14059
+
14060
+ .cds--layout-constraint--density\:default-normal {
14061
+ --cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-normal, 1rem));
14062
+ }
14063
+
14064
+ .cds--layout-constraint--density\:min-normal {
14065
+ --cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal, 1rem);
14066
+ }
14067
+
14068
+ .cds--layout-constraint--density\:max-normal {
14069
+ --cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal, 1rem);
14070
+ }
14071
+
13709
14072
  .c4p--action-set {
13710
14073
  align-items: stretch;
13711
14074
  justify-content: flex-end;
@@ -13776,7 +14139,6 @@ a.cds--side-nav__link--current::before {
13776
14139
  }
13777
14140
 
13778
14141
  .c4p--tearsheet.c4p--tearsheet {
13779
- /* stylelint-disable-next-line function-no-unknown */
13780
14142
  z-index: 9001;
13781
14143
  align-items: flex-end;
13782
14144
  color: var(--cds-text-primary, #161616);
@@ -13786,7 +14148,6 @@ a.cds--side-nav__link--current::before {
13786
14148
  }
13787
14149
 
13788
14150
  .c4p--tearsheet.is-visible {
13789
- /* stylelint-disable-next-line function-no-unknown */
13790
14151
  z-index: 9000;
13791
14152
  align-items: flex-end;
13792
14153
  transition: visibility 0s linear, background-color 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1);
@@ -13798,19 +14159,16 @@ a.cds--side-nav__link--current::before {
13798
14159
  }
13799
14160
  }
13800
14161
  .c4p--tearsheet.c4p--tearsheet--stacked-1-of-2 {
13801
- /* stylelint-disable-next-line function-no-unknown */
13802
14162
  z-index: 8999;
13803
14163
  background-color: rgba(22, 22, 22, 0.33);
13804
14164
  }
13805
14165
 
13806
14166
  .c4p--tearsheet.c4p--tearsheet--stacked-1-of-3 {
13807
- /* stylelint-disable-next-line function-no-unknown */
13808
14167
  z-index: 8998;
13809
14168
  background-color: rgba(22, 22, 22, 0.11);
13810
14169
  }
13811
14170
 
13812
14171
  .c4p--tearsheet.c4p--tearsheet--stacked-2-of-3 {
13813
- /* stylelint-disable-next-line function-no-unknown */
13814
14172
  z-index: 8999;
13815
14173
  background-color: rgba(22, 22, 22, 0.25);
13816
14174
  }
@@ -13871,12 +14229,14 @@ a.cds--side-nav__link--current::before {
13871
14229
  padding: 1.5rem 2rem;
13872
14230
  border-bottom: 1px solid var(--cds-border-subtle-01, #c6c6c6);
13873
14231
  margin: 0;
14232
+ background-color: var(--cds-layer);
13874
14233
  }
13875
14234
 
13876
14235
  .c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header {
13877
14236
  padding: 1rem;
13878
14237
  border-bottom: 1px solid var(--cds-border-subtle-01, #c6c6c6);
13879
14238
  margin: 0;
14239
+ background-color: var(--cds-layer);
13880
14240
  }
13881
14241
 
13882
14242
  .c4p--tearsheet .c4p--tearsheet__header-content {
@@ -13902,10 +14262,10 @@ a.cds--side-nav__link--current::before {
13902
14262
  }
13903
14263
 
13904
14264
  .c4p--tearsheet.c4p--tearsheet--wide .cds--modal-header__heading.c4p--tearsheet__heading {
13905
- font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
13906
- font-weight: var(--cds-productive-heading-04-font-weight, 400);
13907
- line-height: var(--cds-productive-heading-04-line-height, 1.28572);
13908
- letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
14265
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
14266
+ font-weight: var(--cds-heading-04-font-weight, 400);
14267
+ line-height: var(--cds-heading-04-line-height, 1.28572);
14268
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
13909
14269
  }
13910
14270
 
13911
14271
  .c4p--tearsheet .c4p--tearsheet__header-description {
@@ -13913,10 +14273,10 @@ a.cds--side-nav__link--current::before {
13913
14273
  overflow: hidden;
13914
14274
  max-width: 100%;
13915
14275
  margin-top: 1rem;
13916
- font-size: var(--cds-body-short-01-font-size, 0.875rem);
13917
- font-weight: var(--cds-body-short-01-font-weight, 400);
13918
- line-height: var(--cds-body-short-01-line-height, 1.28572);
13919
- letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
14276
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
14277
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
14278
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
14279
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
13920
14280
  -webkit-box-orient: vertical;
13921
14281
  -webkit-line-clamp: 2;
13922
14282
  word-break: break-word;
@@ -13987,11 +14347,15 @@ a.cds--side-nav__link--current::before {
13987
14347
  .c4p--tearsheet .c4p--tearsheet__main {
13988
14348
  display: flex;
13989
14349
  flex-direction: row;
13990
- background-color: var(--cds-layer);
14350
+ background-color: var(--cds-background, #ffffff);
13991
14351
  grid-column: 1/-1;
13992
14352
  grid-row: 1/-1;
13993
14353
  }
13994
14354
 
14355
+ .c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__main {
14356
+ background-color: var(--cds-layer);
14357
+ }
14358
+
13995
14359
  .c4p--tearsheet .c4p--tearsheet__main .c4p--tearsheet__influencer {
13996
14360
  border-right: none;
13997
14361
  border-left: 1px solid var(--cds-border-subtle-01, #c6c6c6);
@@ -14187,19 +14551,19 @@ a.cds--side-nav__link--current::before {
14187
14551
 
14188
14552
  .c4p--tearsheet-edit .c4p--tearsheet-edit__section--subtitle,
14189
14553
  .c4p--tearsheet-edit .c4p--tearsheet-edit__form--subtitle {
14190
- font-size: var(--cds-productive-heading-01-font-size, 0.875rem);
14191
- font-weight: var(--cds-productive-heading-01-font-weight, 600);
14192
- line-height: var(--cds-productive-heading-01-line-height, 1.28572);
14193
- letter-spacing: var(--cds-productive-heading-01-letter-spacing, 0.16px);
14554
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
14555
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
14556
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
14557
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
14194
14558
  margin-bottom: 0.5rem;
14195
14559
  }
14196
14560
 
14197
14561
  .c4p--tearsheet-edit .c4p--tearsheet-edit__section--description,
14198
14562
  .c4p--tearsheet-edit .c4p--tearsheet-edit__form--description {
14199
- font-size: var(--cds-body-long-01-font-size, 0.875rem);
14200
- font-weight: var(--cds-body-long-01-font-weight, 400);
14201
- line-height: var(--cds-body-long-01-line-height, 1.42857);
14202
- letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
14563
+ font-size: var(--cds-body-01-font-size, 0.875rem);
14564
+ font-weight: var(--cds-body-01-font-weight, 400);
14565
+ line-height: var(--cds-body-01-line-height, 1.42857);
14566
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
14203
14567
  margin-bottom: 1.5rem;
14204
14568
  }
14205
14569