@carbon/ibm-products 2.0.0-rc.2 → 2.0.0-rc.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (256) hide show
  1. package/css/index-full-carbon.css +946 -327
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +4 -8
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +785 -168
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +4 -8
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +720 -232
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +4 -8
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +742 -244
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +4 -8
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/APIKeyModal/APIKeyModal.js +1 -1
  18. package/es/components/AddSelect/AddSelect.js +0 -3
  19. package/es/components/AddSelect/AddSelectBody.js +22 -5
  20. package/es/components/AddSelect/AddSelectBreadcrumbs.js +11 -3
  21. package/es/components/AddSelect/AddSelectColumn.js +5 -5
  22. package/es/components/AddSelect/AddSelectFilter.js +5 -4
  23. package/es/components/AddSelect/AddSelectList.js +61 -27
  24. package/es/components/AddSelect/AddSelectMetaPanel.js +1 -1
  25. package/es/components/AddSelect/AddSelectSort.js +1 -1
  26. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +4 -6
  27. package/es/components/Card/Card.js +16 -6
  28. package/es/components/Card/CardFooter.js +3 -1
  29. package/es/components/Card/CardHeader.js +20 -1
  30. package/es/components/ComboButton/ComboButton.js +1 -1
  31. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +2 -2
  32. package/es/components/DataSpreadsheet/DataSpreadsheet.js +63 -11
  33. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +2 -1
  34. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +7 -0
  35. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +6 -5
  36. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +31 -0
  37. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +1 -1
  38. package/es/components/Datagrid/Datagrid/Datagrid.js +10 -38
  39. package/es/components/Datagrid/Datagrid/DatagridContent.js +154 -0
  40. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +9 -1
  41. package/es/components/Datagrid/Datagrid/DatagridRow.js +10 -2
  42. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +10 -3
  43. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +13 -4
  44. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +5 -4
  45. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +2 -1
  46. package/es/components/Datagrid/Datagrid/DraggableElement.js +6 -2
  47. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +5 -45
  48. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +4 -1
  49. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +36 -10
  50. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsModal.js +62 -26
  51. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ModalWrapper.js +3 -2
  52. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +60 -0
  53. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.js +1 -0
  54. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +534 -0
  55. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.js +1 -0
  56. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +112 -0
  57. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +27 -0
  58. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.js +1 -0
  59. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +39 -0
  60. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +19 -0
  61. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +263 -0
  62. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +87 -0
  63. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +17 -14
  64. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +13 -36
  65. package/es/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/CustomizeColumnStory.js +0 -0
  66. package/es/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/LeftPanelStory.js +0 -0
  67. package/es/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/RowSizeDropdownStory.js +0 -0
  68. package/es/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/SelectAllWithToggleStory.js +0 -0
  69. package/es/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/StickyActionsColumnStory.js +0 -0
  70. package/es/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/common.js +0 -0
  71. package/es/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/index.js +0 -0
  72. package/es/components/Datagrid/index.js +3 -1
  73. package/es/components/Datagrid/useActionsColumn.js +28 -12
  74. package/es/components/Datagrid/useColumnOrder.js +8 -0
  75. package/es/components/Datagrid/useCustomizeColumns.js +5 -0
  76. package/es/components/Datagrid/useDisableSelectRows.js +6 -2
  77. package/es/components/Datagrid/useExpandedRow.js +0 -1
  78. package/es/components/Datagrid/useInfiniteScroll.js +5 -2
  79. package/es/components/Datagrid/useInlineEdit.js +71 -0
  80. package/es/components/Datagrid/useNestedRowExpander.js +42 -0
  81. package/es/components/Datagrid/useNestedRows.js +2 -2
  82. package/es/components/Datagrid/useRowExpander.js +1 -1
  83. package/es/components/Datagrid/useRowSize.js +17 -6
  84. package/es/components/Datagrid/useSelectAllToggle.js +17 -4
  85. package/es/components/Datagrid/useSelectRows.js +12 -2
  86. package/es/components/Datagrid/useSortableColumns.js +1 -1
  87. package/es/components/Datagrid/useStickyColumn.js +11 -0
  88. package/es/components/Datagrid/utils/DatagridActions.js +152 -0
  89. package/es/components/Datagrid/utils/DatagridPagination.js +33 -0
  90. package/es/components/Datagrid/utils/Wrapper.js +21 -0
  91. package/es/components/Datagrid/utils/getArgTypes.js +89 -0
  92. package/es/components/Datagrid/utils/getInlineEditColumns.js +153 -0
  93. package/es/components/Datagrid/utils/makeData.js +46 -1
  94. package/es/components/EditUpdateCards/EditUpdateCards.js +144 -0
  95. package/es/components/EditUpdateCards/index.js +7 -0
  96. package/es/components/ExportModal/ExportModal.js +1 -1
  97. package/es/components/ImportModal/ImportModal.js +3 -3
  98. package/es/components/InlineEdit/InlineEdit.js +11 -9
  99. package/es/components/ModifiedTabs/ModifiedTabLabelNew.js +1 -1
  100. package/es/components/ModifiedTabs/ModifiedTabLabelWithClose.js +1 -1
  101. package/es/components/NotificationsPanel/NotificationsPanel.js +1 -1
  102. package/es/components/OptionsTile/OptionsTile.js +1 -1
  103. package/es/components/PageHeader/PageHeader.js +1 -1
  104. package/es/components/PageHeader/PageHeaderTitle.js +3 -1
  105. package/es/components/ProductiveCard/ProductiveCard.js +5 -0
  106. package/es/components/Saving/Saving.js +1 -1
  107. package/es/components/SidePanel/SidePanel.js +45 -52
  108. package/es/components/SidePanel/motion/variants.js +45 -0
  109. package/es/components/StatusIcon/StatusIcon.js +1 -1
  110. package/es/components/UserProfileImage/UserProfileImage.js +1 -1
  111. package/es/components/WebTerminal/WebTerminal.js +1 -1
  112. package/es/components/WebTerminal/preview-components/Navigation.js +1 -1
  113. package/es/components/index.js +3 -2
  114. package/es/global/js/hooks/useClickOutside.js +1 -1
  115. package/es/global/js/package-settings.js +5 -4
  116. package/es/global/js/utils/getBezierValues.js +20 -0
  117. package/es/global/js/utils/motionConstants.js +45 -0
  118. package/es/global/js/utils/rangeWithCallback.js +13 -0
  119. package/es/global/js/utils/story-helper.js +5 -1
  120. package/es/global/js/utils/uuidv4.spec.js +4 -0
  121. package/lib/components/APIKeyModal/APIKeyModal.js +4 -4
  122. package/lib/components/AddSelect/AddSelect.js +0 -4
  123. package/lib/components/AddSelect/AddSelectBody.js +22 -5
  124. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +14 -3
  125. package/lib/components/AddSelect/AddSelectColumn.js +5 -5
  126. package/lib/components/AddSelect/AddSelectFilter.js +5 -4
  127. package/lib/components/AddSelect/AddSelectList.js +62 -28
  128. package/lib/components/AddSelect/AddSelectMetaPanel.js +2 -2
  129. package/lib/components/AddSelect/AddSelectSort.js +4 -4
  130. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +6 -6
  131. package/lib/components/Card/Card.js +16 -6
  132. package/lib/components/Card/CardFooter.js +3 -1
  133. package/lib/components/Card/CardHeader.js +21 -1
  134. package/lib/components/ComboButton/ComboButton.js +3 -3
  135. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +2 -2
  136. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +63 -10
  137. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +2 -1
  138. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +7 -0
  139. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +6 -5
  140. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +42 -0
  141. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +1 -1
  142. package/lib/components/Datagrid/Datagrid/Datagrid.js +12 -45
  143. package/lib/components/Datagrid/Datagrid/DatagridContent.js +188 -0
  144. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +9 -1
  145. package/lib/components/Datagrid/Datagrid/DatagridRow.js +19 -2
  146. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +12 -3
  147. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +16 -5
  148. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +6 -5
  149. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +2 -1
  150. package/lib/components/Datagrid/Datagrid/DraggableElement.js +7 -3
  151. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +12 -47
  152. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +5 -2
  153. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +48 -25
  154. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsModal.js +60 -25
  155. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ModalWrapper.js +3 -2
  156. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +76 -0
  157. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.js +13 -0
  158. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +558 -0
  159. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.js +13 -0
  160. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +129 -0
  161. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +36 -0
  162. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.js +19 -0
  163. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +45 -0
  164. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +28 -0
  165. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +272 -0
  166. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +100 -0
  167. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +17 -13
  168. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +13 -35
  169. package/lib/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/CustomizeColumnStory.js +0 -0
  170. package/lib/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/LeftPanelStory.js +0 -0
  171. package/lib/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/RowSizeDropdownStory.js +0 -0
  172. package/lib/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/SelectAllWithToggleStory.js +0 -0
  173. package/lib/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/StickyActionsColumnStory.js +0 -0
  174. package/lib/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/common.js +0 -0
  175. package/lib/components/Datagrid/{Datagrid.stories-helpers → Datagrid.stories}/index.js +0 -0
  176. package/lib/components/Datagrid/index.js +17 -1
  177. package/lib/components/Datagrid/useActionsColumn.js +28 -13
  178. package/lib/components/Datagrid/useColumnOrder.js +17 -0
  179. package/lib/components/Datagrid/useCustomizeColumns.js +5 -0
  180. package/lib/components/Datagrid/useDisableSelectRows.js +6 -2
  181. package/lib/components/Datagrid/useExpandedRow.js +0 -1
  182. package/lib/components/Datagrid/useInfiniteScroll.js +5 -2
  183. package/lib/components/Datagrid/useInlineEdit.js +85 -0
  184. package/lib/components/Datagrid/useNestedRowExpander.js +57 -0
  185. package/lib/components/Datagrid/useNestedRows.js +3 -3
  186. package/lib/components/Datagrid/useRowExpander.js +3 -3
  187. package/lib/components/Datagrid/useRowSize.js +18 -13
  188. package/lib/components/Datagrid/useSelectAllToggle.js +18 -4
  189. package/lib/components/Datagrid/useSelectRows.js +12 -2
  190. package/lib/components/Datagrid/useSortableColumns.js +5 -5
  191. package/lib/components/Datagrid/useStickyColumn.js +11 -0
  192. package/lib/components/Datagrid/utils/DatagridActions.js +170 -0
  193. package/lib/components/Datagrid/utils/DatagridPagination.js +46 -0
  194. package/lib/components/Datagrid/utils/Wrapper.js +33 -0
  195. package/lib/components/Datagrid/utils/getArgTypes.js +97 -0
  196. package/lib/components/Datagrid/utils/getInlineEditColumns.js +168 -0
  197. package/lib/components/Datagrid/utils/makeData.js +47 -1
  198. package/lib/components/EditUpdateCards/EditUpdateCards.js +152 -0
  199. package/lib/components/EditUpdateCards/index.js +13 -0
  200. package/lib/components/ExportModal/ExportModal.js +3 -3
  201. package/lib/components/ImportModal/ImportModal.js +4 -4
  202. package/lib/components/InlineEdit/InlineEdit.js +16 -14
  203. package/lib/components/ModifiedTabs/ModifiedTabLabelNew.js +2 -2
  204. package/lib/components/ModifiedTabs/ModifiedTabLabelWithClose.js +3 -3
  205. package/lib/components/NotificationsPanel/NotificationsPanel.js +8 -8
  206. package/lib/components/OptionsTile/OptionsTile.js +6 -6
  207. package/lib/components/PageHeader/PageHeader.js +2 -2
  208. package/lib/components/PageHeader/PageHeaderTitle.js +3 -1
  209. package/lib/components/ProductiveCard/ProductiveCard.js +5 -0
  210. package/lib/components/Saving/Saving.js +5 -5
  211. package/lib/components/SidePanel/SidePanel.js +48 -53
  212. package/lib/components/SidePanel/motion/variants.js +55 -0
  213. package/lib/components/StatusIcon/StatusIcon.js +45 -45
  214. package/lib/components/UserProfileImage/UserProfileImage.js +7 -7
  215. package/lib/components/WebTerminal/WebTerminal.js +3 -3
  216. package/lib/components/WebTerminal/preview-components/Navigation.js +4 -4
  217. package/lib/components/index.js +21 -1
  218. package/lib/global/js/hooks/useClickOutside.js +1 -1
  219. package/lib/global/js/package-settings.js +5 -4
  220. package/lib/global/js/utils/getBezierValues.js +29 -0
  221. package/lib/global/js/utils/motionConstants.js +55 -0
  222. package/lib/global/js/utils/rangeWithCallback.js +22 -0
  223. package/lib/global/js/utils/story-helper.js +5 -1
  224. package/lib/global/js/utils/uuidv4.spec.js +4 -0
  225. package/package.json +18 -16
  226. package/scss/components/AddSelect/_add-select.scss +129 -30
  227. package/scss/components/Card/_card.scss +1 -0
  228. package/scss/components/Cascade/_cascade.scss +1 -1
  229. package/scss/components/CreateTearsheet/_create-tearsheet.scss +2 -0
  230. package/scss/components/Datagrid/_datagrid.scss +7 -0
  231. package/scss/components/Datagrid/_storybook-styles.scss +12 -5
  232. package/scss/components/Datagrid/styles/_datagrid.scss +31 -15
  233. package/scss/components/Datagrid/styles/_draggableElement.scss +26 -9
  234. package/scss/components/Datagrid/styles/_index.scss +1 -0
  235. package/scss/components/Datagrid/styles/_useActionsColumn.scss +14 -0
  236. package/scss/components/Datagrid/styles/_useExpandedRow.scss +37 -9
  237. package/scss/components/Datagrid/styles/_useInlineEdit.scss +419 -0
  238. package/scss/components/Datagrid/styles/_useNestedRows.scss +16 -1
  239. package/scss/components/Datagrid/styles/_useStickyColumn.scss +31 -2
  240. package/scss/components/Datagrid/styles/addons/_CustomizeColumnsModal.scss +47 -6
  241. package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +9 -1
  242. package/scss/components/EditUpdateCards/_carbon-imports.scss +9 -0
  243. package/scss/components/EditUpdateCards/_edit-update-cards.scss +85 -0
  244. package/scss/components/EditUpdateCards/_index-with-carbon.scss +9 -0
  245. package/scss/components/EditUpdateCards/_index.scss +8 -0
  246. package/scss/components/EditUpdateCards/_storybook-styles.scss +55 -0
  247. package/scss/components/InlineEdit/_inline-edit.scss +4 -2
  248. package/scss/components/NotificationsPanel/_notifications-panel.scss +3 -6
  249. package/scss/components/PageHeader/_page-header.scss +4 -0
  250. package/scss/components/RemoveModal/_remove-modal.scss +0 -4
  251. package/scss/components/SidePanel/_side-panel.scss +3 -82
  252. package/scss/components/SidePanel/_storybook-styles.scss +6 -1
  253. package/scss/components/Tearsheet/_tearsheet.scss +2 -2
  254. package/scss/components/_index-released-only.scss +1 -0
  255. package/scss/components/_index-with-carbon.scss +1 -0
  256. package/scss/components/_index.scss +1 -0
@@ -1722,7 +1722,7 @@
1722
1722
  @media (prefers-reduced-motion: no-preference) {
1723
1723
  .c4p--cascade__element,
1724
1724
  .c4p--cascade__col {
1725
- /* stylelint-disable-next-line carbon/motion-duration-use -- Carbon animation duration defined above in $animationProps */
1725
+ /* stylelint-disable-next-line carbon/motion-duration-use, carbon/motion-easing-use -- Carbon animation duration defined above in $animationProps */
1726
1726
  animation: 240ms cubic-bezier(0.2, 0, 0.38, 0.9) 0s 1 fade;
1727
1727
  animation-fill-mode: forwards;
1728
1728
  opacity: 0;
@@ -2133,26 +2133,6 @@
2133
2133
  white-space: nowrap;
2134
2134
  }
2135
2135
 
2136
- @keyframes side-panel-exit-left {
2137
- 0% {
2138
- opacity: 1;
2139
- transform: translateX(0);
2140
- }
2141
- 100% {
2142
- opacity: 0;
2143
- transform: translateX(calc(-1 * 30rem));
2144
- }
2145
- }
2146
- @keyframes side-panel-exit-right {
2147
- 0% {
2148
- opacity: 1;
2149
- transform: translateX(0);
2150
- }
2151
- 100% {
2152
- opacity: 0;
2153
- transform: translateX(30rem);
2154
- }
2155
- }
2156
2136
  .c4p--side-panel__container {
2157
2137
  --c4p--side-panel--subtitle-opacity: 1;
2158
2138
  --c4p--side-panel--title-container-height: 0;
@@ -2172,8 +2152,6 @@
2172
2152
  box-sizing: border-box;
2173
2153
  background-color: var(--cds-layer-01, #f4f4f4);
2174
2154
  color: var(--cds-text-primary, #161616);
2175
- transition: transform 240ms;
2176
- transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
2177
2155
  }
2178
2156
  .c4p--side-panel__container.c4p--side-panel__container--xs {
2179
2157
  width: 16rem;
@@ -2187,37 +2165,13 @@
2187
2165
  max-width: 100%;
2188
2166
  }
2189
2167
  .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--xs {
2190
- width: 16rem;
2191
- max-width: 100%;
2192
2168
  right: 0;
2193
2169
  border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2194
2170
  }
2195
- @keyframes side-panel-entrance-right {
2196
- 0% {
2197
- opacity: 0;
2198
- transform: translateX(16rem);
2199
- }
2200
- 100% {
2201
- opacity: 1;
2202
- transform: translateX(0);
2203
- }
2204
- }
2205
2171
  .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--xs {
2206
- width: 16rem;
2207
- max-width: 100%;
2208
2172
  left: 0;
2209
2173
  border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2210
2174
  }
2211
- @keyframes side-panel-entrance-left {
2212
- 0% {
2213
- opacity: 0;
2214
- transform: translateX(-16rem);
2215
- }
2216
- 100% {
2217
- opacity: 1;
2218
- transform: translateX(0);
2219
- }
2220
- }
2221
2175
  .c4p--side-panel__container.c4p--side-panel__container--sm {
2222
2176
  width: 20rem;
2223
2177
  max-width: 100%;
@@ -2230,37 +2184,13 @@
2230
2184
  max-width: 100%;
2231
2185
  }
2232
2186
  .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--sm {
2233
- width: 20rem;
2234
- max-width: 100%;
2235
2187
  right: 0;
2236
2188
  border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2237
2189
  }
2238
- @keyframes side-panel-entrance-right {
2239
- 0% {
2240
- opacity: 0;
2241
- transform: translateX(20rem);
2242
- }
2243
- 100% {
2244
- opacity: 1;
2245
- transform: translateX(0);
2246
- }
2247
- }
2248
2190
  .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--sm {
2249
- width: 20rem;
2250
- max-width: 100%;
2251
2191
  left: 0;
2252
2192
  border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2253
2193
  }
2254
- @keyframes side-panel-entrance-left {
2255
- 0% {
2256
- opacity: 0;
2257
- transform: translateX(-20rem);
2258
- }
2259
- 100% {
2260
- opacity: 1;
2261
- transform: translateX(0);
2262
- }
2263
- }
2264
2194
  .c4p--side-panel__container.c4p--side-panel__container--md {
2265
2195
  width: 30rem;
2266
2196
  max-width: 100%;
@@ -2273,37 +2203,13 @@
2273
2203
  max-width: 100%;
2274
2204
  }
2275
2205
  .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--md {
2276
- width: 30rem;
2277
- max-width: 100%;
2278
2206
  right: 0;
2279
2207
  border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2280
2208
  }
2281
- @keyframes side-panel-entrance-right {
2282
- 0% {
2283
- opacity: 0;
2284
- transform: translateX(30rem);
2285
- }
2286
- 100% {
2287
- opacity: 1;
2288
- transform: translateX(0);
2289
- }
2290
- }
2291
2209
  .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--md {
2292
- width: 30rem;
2293
- max-width: 100%;
2294
2210
  left: 0;
2295
2211
  border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2296
2212
  }
2297
- @keyframes side-panel-entrance-left {
2298
- 0% {
2299
- opacity: 0;
2300
- transform: translateX(-30rem);
2301
- }
2302
- 100% {
2303
- opacity: 1;
2304
- transform: translateX(0);
2305
- }
2306
- }
2307
2213
  .c4p--side-panel__container.c4p--side-panel__container--lg {
2308
2214
  width: 40rem;
2309
2215
  max-width: 100%;
@@ -2316,37 +2222,13 @@
2316
2222
  max-width: 100%;
2317
2223
  }
2318
2224
  .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--lg {
2319
- width: 40rem;
2320
- max-width: 100%;
2321
2225
  right: 0;
2322
2226
  border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2323
2227
  }
2324
- @keyframes side-panel-entrance-right {
2325
- 0% {
2326
- opacity: 0;
2327
- transform: translateX(40rem);
2328
- }
2329
- 100% {
2330
- opacity: 1;
2331
- transform: translateX(0);
2332
- }
2333
- }
2334
2228
  .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--lg {
2335
- width: 40rem;
2336
- max-width: 100%;
2337
2229
  left: 0;
2338
2230
  border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2339
2231
  }
2340
- @keyframes side-panel-entrance-left {
2341
- 0% {
2342
- opacity: 0;
2343
- transform: translateX(-40rem);
2344
- }
2345
- 100% {
2346
- opacity: 1;
2347
- transform: translateX(0);
2348
- }
2349
- }
2350
2232
  .c4p--side-panel__container.c4p--side-panel__container--2xl {
2351
2233
  width: 75%;
2352
2234
  max-width: 100%;
@@ -2359,37 +2241,13 @@
2359
2241
  max-width: 100%;
2360
2242
  }
2361
2243
  .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--2xl {
2362
- width: 75%;
2363
- max-width: 100%;
2364
2244
  right: 0;
2365
2245
  border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2366
2246
  }
2367
- @keyframes side-panel-entrance-right {
2368
- 0% {
2369
- opacity: 0;
2370
- transform: translateX(75%);
2371
- }
2372
- 100% {
2373
- opacity: 1;
2374
- transform: translateX(0);
2375
- }
2376
- }
2377
2247
  .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--2xl {
2378
- width: 75%;
2379
- max-width: 100%;
2380
2248
  left: 0;
2381
2249
  border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2382
2250
  }
2383
- @keyframes side-panel-entrance-left {
2384
- 0% {
2385
- opacity: 0;
2386
- transform: translateX(-75%);
2387
- }
2388
- 100% {
2389
- opacity: 1;
2390
- transform: translateX(0);
2391
- }
2392
- }
2393
2251
  .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__title-container {
2394
2252
  /* stylelint-disable-next-line max-nesting-depth */
2395
2253
  }
@@ -2522,10 +2380,7 @@
2522
2380
  .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation {
2523
2381
  position: fixed;
2524
2382
  z-index: 2;
2525
- top: calc(
2526
- var(--c4p--side-panel--title-text-height) +
2527
- var(--c4p--side-panel--label-text-height) + 3rem
2528
- );
2383
+ top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--label-text-height));
2529
2384
  background-color: var(--cds-layer-01, #f4f4f4);
2530
2385
  }
2531
2386
  .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation.c4p--side-panel__subtitle-text-is-animating {
@@ -2540,7 +2395,6 @@
2540
2395
  }
2541
2396
  .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation {
2542
2397
  position: fixed;
2543
- top: 3rem;
2544
2398
  height: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--label-text-height));
2545
2399
  }
2546
2400
  .c4p--side-panel__container .c4p--side-panel__inner-content {
@@ -2561,10 +2415,7 @@
2561
2415
  }
2562
2416
  .c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2563
2417
  position: fixed;
2564
- top: calc(
2565
- var(--c4p--side-panel--title-text-height) +
2566
- var(--c4p--side-panel--subtitle-container-height) + 3rem
2567
- );
2418
+ top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height));
2568
2419
  width: 100%;
2569
2420
  border-bottom: 1px solid var(--cds-layer-active-01, #c6c6c6);
2570
2421
  }
@@ -2589,8 +2440,7 @@
2589
2440
  padding: 0 1rem;
2590
2441
  margin-bottom: 0.5rem;
2591
2442
  background-color: var(--cds-layer-01, #f4f4f4);
2592
- transition: transform 150ms;
2593
- transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
2443
+ transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
2594
2444
  }
2595
2445
  .c4p--side-panel__container .c4p--side-panel__action-toolbar .c4p--side-panel__action-toolbar-button {
2596
2446
  min-width: 2rem;
@@ -2721,8 +2571,6 @@
2721
2571
  width: 100%;
2722
2572
  height: 100%;
2723
2573
  background-color: var(--cds-overlay, rgba(22, 22, 22, 0.5));
2724
- transition: background-color 240ms;
2725
- transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
2726
2574
  }
2727
2575
 
2728
2576
  .c4p--create-side-panel.c4p--side-panel__container .c4p--create-side-panel__content-text {
@@ -2869,7 +2717,7 @@
2869
2717
  /* stylelint-disable-next-line function-no-unknown */
2870
2718
  z-index: 9000;
2871
2719
  align-items: flex-end;
2872
- transition: visibility 0 linear, background-color 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1);
2720
+ transition: visibility 0s linear, background-color 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1);
2873
2721
  }
2874
2722
  @media (prefers-reduced-motion: reduce) {
2875
2723
  .c4p--tearsheet.is-visible {
@@ -3556,7 +3404,9 @@
3556
3404
  display: inline-block;
3557
3405
  overflow: hidden;
3558
3406
  width: calc(100% - var(--c4p--inline-edit--toolbar-width) - 1rem);
3559
- max-width: calc(100% - var(--c4p--inline-edit--toolbar-width) - 1rem);
3407
+ max-width: calc(
3408
+ 100% - var(--c4p--inline-edit--toolbar-width) - 1rem
3409
+ );
3560
3410
  min-height: var(--c4p--inline-edit--size);
3561
3411
  /* stylelint-disable-next-line carbon/layout-token-use */
3562
3412
  margin-right: var(--c4p--inline-edit--toolbar-width);
@@ -4210,8 +4060,7 @@
4210
4060
  max-height: 38.5rem;
4211
4061
  background-color: var(--cds-background, #ffffff);
4212
4062
  color: var(--cds-text-primary, #161616);
4213
- transition: transform 110ms;
4214
- transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
4063
+ transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
4215
4064
  }
4216
4065
  .c4p--notifications-panel__container .c4p--notifications-panel__header-container {
4217
4066
  position: sticky;
@@ -4285,8 +4134,7 @@
4285
4134
  background-color: var(--cds-background, #ffffff);
4286
4135
  cursor: pointer;
4287
4136
  text-align: left;
4288
- transition: background-color 240ms;
4289
- transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
4137
+ transition: background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9);
4290
4138
  }
4291
4139
  .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__notification-title {
4292
4140
  margin-bottom: 0.25rem;
@@ -4399,8 +4247,7 @@
4399
4247
  margin: 0 auto;
4400
4248
  background-color: var(--cds-layer-02, #ffffff);
4401
4249
  content: "";
4402
- transition: background-color 240ms;
4403
- transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
4250
+ transition: background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9);
4404
4251
  }
4405
4252
  .c4p--notifications-panel__container .c4p--notifications-panel__notification-today:hover + .c4p--notifications-panel__notification-today:not(:first-of-type):before,
4406
4253
  .c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:hover + .c4p--notifications-panel__notification-yesterday:not(:first-of-type):before,
@@ -6724,6 +6571,12 @@
6724
6571
  transform: translateY(-2px);
6725
6572
  vertical-align: middle;
6726
6573
  }
6574
+ .c4p--page-header .c4p--page-header__title-wrapper {
6575
+ font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
6576
+ font-weight: var(--cds-productive-heading-04-font-weight, 400);
6577
+ line-height: var(--cds-productive-heading-04-line-height, 1.28572);
6578
+ letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
6579
+ }
6727
6580
  .c4p--page-header .c4p--page-header__page-actions {
6728
6581
  flex: 0 0 100%;
6729
6582
  margin-top: 1rem;
@@ -6954,10 +6807,6 @@
6954
6807
  padding-right: 1rem;
6955
6808
  }
6956
6809
 
6957
- .c4p--remove-modal .cds--modal-close {
6958
- display: none;
6959
- }
6960
-
6961
6810
  .c4p--remove-modal__body {
6962
6811
  padding-right: 20%;
6963
6812
  margin-bottom: 1rem;
@@ -7780,4 +7629,772 @@
7780
7629
  font-weight: 600;
7781
7630
  }
7782
7631
 
7632
+ @keyframes web-terminal-entrance {
7633
+ from {
7634
+ opacity: 0;
7635
+ transform: translateX(40rem);
7636
+ }
7637
+ to {
7638
+ opacity: 1;
7639
+ transform: translateX(0);
7640
+ }
7641
+ }
7642
+ @keyframes web-terminal-exit {
7643
+ from {
7644
+ opacity: 1;
7645
+ transform: translateX(0);
7646
+ }
7647
+ to {
7648
+ opacity: 0;
7649
+ transform: translateX(40rem);
7650
+ }
7651
+ }
7652
+ /*
7653
+ The reason for not using theme tokens in the web terminal
7654
+ component is because we want these colors to always be the same
7655
+ despite of which carbon theme the user has.
7656
+ */
7657
+ .c4p--web-terminal {
7658
+ --cds-background: #262626;
7659
+ --cds-background-active: rgba(141, 141, 141, 0.4);
7660
+ --cds-background-brand: #0f62fe;
7661
+ --cds-background-hover: rgba(141, 141, 141, 0.16);
7662
+ --cds-background-inverse: #f4f4f4;
7663
+ --cds-background-inverse-hover: #e8e8e8;
7664
+ --cds-background-selected: rgba(141, 141, 141, 0.24);
7665
+ --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
7666
+ --cds-border-disabled: rgba(141, 141, 141, 0.5);
7667
+ --cds-border-interactive: #4589ff;
7668
+ --cds-border-inverse: #f4f4f4;
7669
+ --cds-border-strong-01: #8d8d8d;
7670
+ --cds-border-strong-02: #a8a8a8;
7671
+ --cds-border-strong-03: #c6c6c6;
7672
+ --cds-border-subtle-00: #525252;
7673
+ --cds-border-subtle-01: #525252;
7674
+ --cds-border-subtle-02: #6f6f6f;
7675
+ --cds-border-subtle-03: #8d8d8d;
7676
+ --cds-border-subtle-selected-01: #6f6f6f;
7677
+ --cds-border-subtle-selected-02: #8d8d8d;
7678
+ --cds-border-subtle-selected-03: #a8a8a8;
7679
+ --cds-field-01: #393939;
7680
+ --cds-field-02: #525252;
7681
+ --cds-field-03: #6f6f6f;
7682
+ --cds-field-hover-01: #474747;
7683
+ --cds-field-hover-02: #636363;
7684
+ --cds-field-hover-03: #5e5e5e;
7685
+ --cds-focus: #ffffff;
7686
+ --cds-focus-inset: #161616;
7687
+ --cds-focus-inverse: #0f62fe;
7688
+ --cds-highlight: #0043ce;
7689
+ --cds-icon-disabled: rgba(244, 244, 244, 0.25);
7690
+ --cds-icon-inverse: #161616;
7691
+ --cds-icon-on-color: #ffffff;
7692
+ --cds-icon-on-color-disabled: rgba(255, 255, 255, 0.25);
7693
+ --cds-icon-primary: #f4f4f4;
7694
+ --cds-icon-secondary: #c6c6c6;
7695
+ --cds-interactive: #4589ff;
7696
+ --cds-layer-01: #393939;
7697
+ --cds-layer-02: #525252;
7698
+ --cds-layer-03: #6f6f6f;
7699
+ --cds-layer-accent-01: #525252;
7700
+ --cds-layer-accent-02: #6f6f6f;
7701
+ --cds-layer-accent-03: #8d8d8d;
7702
+ --cds-layer-accent-active-01: #8d8d8d;
7703
+ --cds-layer-accent-active-02: #393939;
7704
+ --cds-layer-accent-active-03: #525252;
7705
+ --cds-layer-accent-hover-01: #636363;
7706
+ --cds-layer-accent-hover-02: #5e5e5e;
7707
+ --cds-layer-accent-hover-03: #7a7a7a;
7708
+ --cds-layer-active-01: #6f6f6f;
7709
+ --cds-layer-active-02: #8d8d8d;
7710
+ --cds-layer-active-03: #393939;
7711
+ --cds-layer-hover-01: #474747;
7712
+ --cds-layer-hover-02: #636363;
7713
+ --cds-layer-hover-03: #5e5e5e;
7714
+ --cds-layer-selected-01: #525252;
7715
+ --cds-layer-selected-02: #6f6f6f;
7716
+ --cds-layer-selected-03: #525252;
7717
+ --cds-layer-selected-disabled: #a8a8a8;
7718
+ --cds-layer-selected-hover-01: #636363;
7719
+ --cds-layer-selected-hover-02: #5e5e5e;
7720
+ --cds-layer-selected-hover-03: #636363;
7721
+ --cds-layer-selected-inverse: #f4f4f4;
7722
+ --cds-link-inverse: #0f62fe;
7723
+ --cds-link-inverse-active: #161616;
7724
+ --cds-link-inverse-hover: #0043ce;
7725
+ --cds-link-primary: #78a9ff;
7726
+ --cds-link-primary-hover: #a6c8ff;
7727
+ --cds-link-secondary: #a6c8ff;
7728
+ --cds-link-visited: #be95ff;
7729
+ --cds-overlay: rgba(0, 0, 0, 0.65);
7730
+ --cds-shadow: rgba(0, 0, 0, 0.8);
7731
+ --cds-skeleton-background: #333333;
7732
+ --cds-skeleton-element: #525252;
7733
+ --cds-support-caution-major: #ff832b;
7734
+ --cds-support-caution-minor: #f1c21b;
7735
+ --cds-support-caution-undefined: #a56eff;
7736
+ --cds-support-error: #ff8389;
7737
+ --cds-support-error-inverse: #da1e28;
7738
+ --cds-support-info: #4589ff;
7739
+ --cds-support-info-inverse: #0043ce;
7740
+ --cds-support-success: #42be65;
7741
+ --cds-support-success-inverse: #24a148;
7742
+ --cds-support-warning: #f1c21b;
7743
+ --cds-support-warning-inverse: #f1c21b;
7744
+ --cds-text-disabled: rgba(244, 244, 244, 0.25);
7745
+ --cds-text-error: #ffb3b8;
7746
+ --cds-text-helper: #c6c6c6;
7747
+ --cds-text-inverse: #161616;
7748
+ --cds-text-on-color: #ffffff;
7749
+ --cds-text-on-color-disabled: rgba(255, 255, 255, 0.25);
7750
+ --cds-text-placeholder: rgba(244, 244, 244, 0.4);
7751
+ --cds-text-primary: #f4f4f4;
7752
+ --cds-text-secondary: #c6c6c6;
7753
+ --cds-toggle-off: #8d8d8d;
7754
+ --cds-spacing-01: 0.125rem;
7755
+ --cds-spacing-02: 0.25rem;
7756
+ --cds-spacing-03: 0.5rem;
7757
+ --cds-spacing-04: 0.75rem;
7758
+ --cds-spacing-05: 1rem;
7759
+ --cds-spacing-06: 1.5rem;
7760
+ --cds-spacing-07: 2rem;
7761
+ --cds-spacing-08: 2.5rem;
7762
+ --cds-spacing-09: 3rem;
7763
+ --cds-spacing-10: 4rem;
7764
+ --cds-spacing-11: 5rem;
7765
+ --cds-spacing-12: 6rem;
7766
+ --cds-spacing-13: 10rem;
7767
+ --cds-fluid-spacing-01: 0;
7768
+ --cds-fluid-spacing-02: 2vw;
7769
+ --cds-fluid-spacing-03: 5vw;
7770
+ --cds-fluid-spacing-04: 10vw;
7771
+ --cds-label-01-font-size: 0.75rem;
7772
+ --cds-label-01-font-weight: 400;
7773
+ --cds-label-01-line-height: 1.33333;
7774
+ --cds-label-01-letter-spacing: 0.32px;
7775
+ --cds-helper-text-01-font-size: 0.75rem;
7776
+ --cds-helper-text-01-line-height: 1.33333;
7777
+ --cds-helper-text-01-letter-spacing: 0.32px;
7778
+ --cds-helper-text-02-font-size: carbon--type-scale(2);
7779
+ --cds-helper-text-02-font-weight: carbon--font-weight("regular");
7780
+ --cds-helper-text-02-line-height: 1.28572;
7781
+ --cds-helper-text-02-letter-spacing: 0.16px;
7782
+ --cds-body-short-01-font-size: 0.875rem;
7783
+ --cds-body-short-01-font-weight: 400;
7784
+ --cds-body-short-01-line-height: 1.28572;
7785
+ --cds-body-short-01-letter-spacing: 0.16px;
7786
+ --cds-body-short-02-font-size: 1rem;
7787
+ --cds-body-short-02-font-weight: 400;
7788
+ --cds-body-short-02-line-height: 1.375;
7789
+ --cds-body-short-02-letter-spacing: 0;
7790
+ --cds-body-long-01-font-size: 0.875rem;
7791
+ --cds-body-long-01-font-weight: 400;
7792
+ --cds-body-long-01-line-height: 1.42857;
7793
+ --cds-body-long-01-letter-spacing: 0.16px;
7794
+ --cds-body-long-02-font-size: 1rem;
7795
+ --cds-body-long-02-font-weight: 400;
7796
+ --cds-body-long-02-line-height: 1.5;
7797
+ --cds-body-long-02-letter-spacing: 0;
7798
+ --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
7799
+ --cds-code-01-font-size: 0.75rem;
7800
+ --cds-code-01-font-weight: 400;
7801
+ --cds-code-01-line-height: 1.33333;
7802
+ --cds-code-01-letter-spacing: 0.32px;
7803
+ --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
7804
+ --cds-code-02-font-size: 0.875rem;
7805
+ --cds-code-02-font-weight: 400;
7806
+ --cds-code-02-line-height: 1.42857;
7807
+ --cds-code-02-letter-spacing: 0.32px;
7808
+ --cds-heading-01-font-size: 0.875rem;
7809
+ --cds-heading-01-font-weight: 600;
7810
+ --cds-heading-01-line-height: 1.42857;
7811
+ --cds-heading-01-letter-spacing: 0.16px;
7812
+ --cds-heading-02-font-size: 1rem;
7813
+ --cds-heading-02-font-weight: 600;
7814
+ --cds-heading-02-line-height: 1.5;
7815
+ --cds-heading-02-letter-spacing: 0;
7816
+ --cds-productive-heading-01-font-size: 0.875rem;
7817
+ --cds-productive-heading-01-font-weight: 600;
7818
+ --cds-productive-heading-01-line-height: 1.28572;
7819
+ --cds-productive-heading-01-letter-spacing: 0.16px;
7820
+ --cds-productive-heading-02-font-size: 1rem;
7821
+ --cds-productive-heading-02-font-weight: 600;
7822
+ --cds-productive-heading-02-line-height: 1.375;
7823
+ --cds-productive-heading-02-letter-spacing: 0;
7824
+ --cds-productive-heading-03-font-size: 1.25rem;
7825
+ --cds-productive-heading-03-font-weight: 400;
7826
+ --cds-productive-heading-03-line-height: 1.4;
7827
+ --cds-productive-heading-03-letter-spacing: 0;
7828
+ --cds-productive-heading-04-font-size: 1.75rem;
7829
+ --cds-productive-heading-04-font-weight: 400;
7830
+ --cds-productive-heading-04-line-height: 1.28572;
7831
+ --cds-productive-heading-04-letter-spacing: 0;
7832
+ --cds-productive-heading-05-font-size: 2rem;
7833
+ --cds-productive-heading-05-font-weight: 400;
7834
+ --cds-productive-heading-05-line-height: 1.25;
7835
+ --cds-productive-heading-05-letter-spacing: 0;
7836
+ --cds-productive-heading-06-font-size: 2rem;
7837
+ --cds-productive-heading-06-font-weight: 300;
7838
+ --cds-productive-heading-06-line-height: 1.199;
7839
+ --cds-productive-heading-06-letter-spacing: 0;
7840
+ --cds-productive-heading-07-font-size: 2.625rem;
7841
+ --cds-productive-heading-07-font-weight: 300;
7842
+ --cds-productive-heading-07-line-height: 1.19;
7843
+ --cds-productive-heading-07-letter-spacing: 0;
7844
+ --cds-expressive-paragraph-01-font-size: 1.5rem;
7845
+ --cds-expressive-paragraph-01-font-weight: 300;
7846
+ --cds-expressive-paragraph-01-line-height: 1.334;
7847
+ --cds-expressive-paragraph-01-letter-spacing: 0;
7848
+ --cds-expressive-heading-01-font-size: 0.875rem;
7849
+ --cds-expressive-heading-01-font-weight: 600;
7850
+ --cds-expressive-heading-01-line-height: 1.42857;
7851
+ --cds-expressive-heading-01-letter-spacing: 0.16px;
7852
+ --cds-expressive-heading-02-font-size: 1rem;
7853
+ --cds-expressive-heading-02-font-weight: 600;
7854
+ --cds-expressive-heading-02-line-height: 1.5;
7855
+ --cds-expressive-heading-02-letter-spacing: 0;
7856
+ --cds-expressive-heading-03-font-size: 1.25rem;
7857
+ --cds-expressive-heading-03-font-weight: 400;
7858
+ --cds-expressive-heading-03-line-height: 1.4;
7859
+ --cds-expressive-heading-03-letter-spacing: 0;
7860
+ --cds-expressive-heading-04-font-size: 1.75rem;
7861
+ --cds-expressive-heading-04-font-weight: 400;
7862
+ --cds-expressive-heading-04-line-height: 1.28572;
7863
+ --cds-expressive-heading-04-letter-spacing: 0;
7864
+ --cds-expressive-heading-05-font-size: 2rem;
7865
+ --cds-expressive-heading-05-font-weight: 400;
7866
+ --cds-expressive-heading-05-line-height: 1.25;
7867
+ --cds-expressive-heading-05-letter-spacing: 0;
7868
+ --cds-expressive-heading-06-font-size: 2rem;
7869
+ --cds-expressive-heading-06-font-weight: 600;
7870
+ --cds-expressive-heading-06-line-height: 1.25;
7871
+ --cds-expressive-heading-06-letter-spacing: 0;
7872
+ --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
7873
+ --cds-quotation-01-font-size: 1.25rem;
7874
+ --cds-quotation-01-font-weight: 400;
7875
+ --cds-quotation-01-line-height: 1.3;
7876
+ --cds-quotation-01-letter-spacing: 0;
7877
+ --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
7878
+ --cds-quotation-02-font-size: 2rem;
7879
+ --cds-quotation-02-font-weight: 300;
7880
+ --cds-quotation-02-line-height: 1.25;
7881
+ --cds-quotation-02-letter-spacing: 0;
7882
+ --cds-display-01-font-size: 2.625rem;
7883
+ --cds-display-01-font-weight: 300;
7884
+ --cds-display-01-line-height: 1.19;
7885
+ --cds-display-01-letter-spacing: 0;
7886
+ --cds-display-02-font-size: 2.625rem;
7887
+ --cds-display-02-font-weight: 600;
7888
+ --cds-display-02-line-height: 1.19;
7889
+ --cds-display-02-letter-spacing: 0;
7890
+ --cds-display-03-font-size: 2.625rem;
7891
+ --cds-display-03-font-weight: 300;
7892
+ --cds-display-03-line-height: 1.19;
7893
+ --cds-display-03-letter-spacing: 0;
7894
+ --cds-display-04-font-size: 2.625rem;
7895
+ --cds-display-04-font-weight: 600;
7896
+ --cds-display-04-line-height: 1.19;
7897
+ --cds-display-04-letter-spacing: 0;
7898
+ --cds-legal-01-font-size: 0.75rem;
7899
+ --cds-legal-01-font-weight: 400;
7900
+ --cds-legal-01-line-height: 1.33333;
7901
+ --cds-legal-01-letter-spacing: 0.32px;
7902
+ --cds-legal-02-font-size: 0.875rem;
7903
+ --cds-legal-02-font-weight: 400;
7904
+ --cds-legal-02-line-height: 1.28572;
7905
+ --cds-legal-02-letter-spacing: 0.16px;
7906
+ --cds-body-compact-01-font-size: 0.875rem;
7907
+ --cds-body-compact-01-font-weight: 400;
7908
+ --cds-body-compact-01-line-height: 1.28572;
7909
+ --cds-body-compact-01-letter-spacing: 0.16px;
7910
+ --cds-body-compact-02-font-size: 1rem;
7911
+ --cds-body-compact-02-font-weight: 400;
7912
+ --cds-body-compact-02-line-height: 1.375;
7913
+ --cds-body-compact-02-letter-spacing: 0;
7914
+ --cds-heading-compact-01-font-size: 0.875rem;
7915
+ --cds-heading-compact-01-font-weight: 600;
7916
+ --cds-heading-compact-01-line-height: 1.28572;
7917
+ --cds-heading-compact-01-letter-spacing: 0.16px;
7918
+ --cds-heading-compact-02-font-size: 1rem;
7919
+ --cds-heading-compact-02-font-weight: 600;
7920
+ --cds-heading-compact-02-line-height: 1.375;
7921
+ --cds-heading-compact-02-letter-spacing: 0;
7922
+ --cds-body-01-font-size: 0.875rem;
7923
+ --cds-body-01-font-weight: 400;
7924
+ --cds-body-01-line-height: 1.42857;
7925
+ --cds-body-01-letter-spacing: 0.16px;
7926
+ --cds-body-02-font-size: 1rem;
7927
+ --cds-body-02-font-weight: 400;
7928
+ --cds-body-02-line-height: 1.5;
7929
+ --cds-body-02-letter-spacing: 0;
7930
+ --cds-heading-03-font-size: 1.25rem;
7931
+ --cds-heading-03-font-weight: 400;
7932
+ --cds-heading-03-line-height: 1.4;
7933
+ --cds-heading-03-letter-spacing: 0;
7934
+ --cds-heading-04-font-size: 1.75rem;
7935
+ --cds-heading-04-font-weight: 400;
7936
+ --cds-heading-04-line-height: 1.28572;
7937
+ --cds-heading-04-letter-spacing: 0;
7938
+ --cds-heading-05-font-size: 2rem;
7939
+ --cds-heading-05-font-weight: 400;
7940
+ --cds-heading-05-line-height: 1.25;
7941
+ --cds-heading-05-letter-spacing: 0;
7942
+ --cds-heading-06-font-size: 2rem;
7943
+ --cds-heading-06-font-weight: 300;
7944
+ --cds-heading-06-line-height: 1.199;
7945
+ --cds-heading-06-letter-spacing: 0;
7946
+ --cds-heading-07-font-size: 2.625rem;
7947
+ --cds-heading-07-font-weight: 300;
7948
+ --cds-heading-07-line-height: 1.19;
7949
+ --cds-heading-07-letter-spacing: 0;
7950
+ --cds-fluid-heading-03-font-size: 1.25rem;
7951
+ --cds-fluid-heading-03-font-weight: 400;
7952
+ --cds-fluid-heading-03-line-height: 1.4;
7953
+ --cds-fluid-heading-03-letter-spacing: 0;
7954
+ --cds-fluid-heading-04-font-size: 1.75rem;
7955
+ --cds-fluid-heading-04-font-weight: 400;
7956
+ --cds-fluid-heading-04-line-height: 1.28572;
7957
+ --cds-fluid-heading-04-letter-spacing: 0;
7958
+ --cds-fluid-heading-05-font-size: 2rem;
7959
+ --cds-fluid-heading-05-font-weight: 400;
7960
+ --cds-fluid-heading-05-line-height: 1.25;
7961
+ --cds-fluid-heading-05-letter-spacing: 0;
7962
+ --cds-fluid-heading-06-font-size: 2rem;
7963
+ --cds-fluid-heading-06-font-weight: 600;
7964
+ --cds-fluid-heading-06-line-height: 1.25;
7965
+ --cds-fluid-heading-06-letter-spacing: 0;
7966
+ --cds-fluid-paragraph-01-font-size: 1.5rem;
7967
+ --cds-fluid-paragraph-01-font-weight: 300;
7968
+ --cds-fluid-paragraph-01-line-height: 1.334;
7969
+ --cds-fluid-paragraph-01-letter-spacing: 0;
7970
+ --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
7971
+ --cds-fluid-quotation-01-font-size: 1.25rem;
7972
+ --cds-fluid-quotation-01-font-weight: 400;
7973
+ --cds-fluid-quotation-01-line-height: 1.3;
7974
+ --cds-fluid-quotation-01-letter-spacing: 0;
7975
+ --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
7976
+ --cds-fluid-quotation-02-font-size: 2rem;
7977
+ --cds-fluid-quotation-02-font-weight: 300;
7978
+ --cds-fluid-quotation-02-line-height: 1.25;
7979
+ --cds-fluid-quotation-02-letter-spacing: 0;
7980
+ --cds-fluid-display-01-font-size: 2.625rem;
7981
+ --cds-fluid-display-01-font-weight: 300;
7982
+ --cds-fluid-display-01-line-height: 1.19;
7983
+ --cds-fluid-display-01-letter-spacing: 0;
7984
+ --cds-fluid-display-02-font-size: 2.625rem;
7985
+ --cds-fluid-display-02-font-weight: 600;
7986
+ --cds-fluid-display-02-line-height: 1.19;
7987
+ --cds-fluid-display-02-letter-spacing: 0;
7988
+ --cds-fluid-display-03-font-size: 2.625rem;
7989
+ --cds-fluid-display-03-font-weight: 300;
7990
+ --cds-fluid-display-03-line-height: 1.19;
7991
+ --cds-fluid-display-03-letter-spacing: 0;
7992
+ --cds-fluid-display-04-font-size: 2.625rem;
7993
+ --cds-fluid-display-04-font-weight: 600;
7994
+ --cds-fluid-display-04-line-height: 1.19;
7995
+ --cds-fluid-display-04-letter-spacing: 0;
7996
+ --cds-layer: var(--cds-layer-01, #f4f4f4);
7997
+ --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
7998
+ --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
7999
+ --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
8000
+ --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
8001
+ --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
8002
+ --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
8003
+ --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
8004
+ --cds-field: var(--cds-field-01, #f4f4f4);
8005
+ --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
8006
+ --cds-border-subtle: var(--cds-border-subtle-01, #e0e0e0);
8007
+ --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
8008
+ --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
8009
+ position: fixed;
8010
+ top: 3rem;
8011
+ right: 0;
8012
+ width: 100%;
8013
+ max-width: 40rem;
8014
+ height: calc(100vh - 3rem);
8015
+ border-left: 1px solid #262626;
8016
+ color: var(--cds-text-primary, #161616);
8017
+ /* stylelint-disable-next-line */
8018
+ background-color: #161616;
8019
+ }
8020
+
8021
+ .c4p--web-terminal__bar {
8022
+ display: flex;
8023
+ height: 3rem;
8024
+ align-items: center;
8025
+ justify-content: space-between;
8026
+ background-color: var(--cds-background, #ffffff);
8027
+ }
8028
+
8029
+ .c4p--web-terminal__actions {
8030
+ display: flex;
8031
+ }
8032
+
8033
+ .c4p--web-terminal__documentation-overflow {
8034
+ --cds-background: #161616;
8035
+ --cds-background-active: rgba(141, 141, 141, 0.4);
8036
+ --cds-background-brand: #0f62fe;
8037
+ --cds-background-hover: rgba(141, 141, 141, 0.16);
8038
+ --cds-background-inverse: #f4f4f4;
8039
+ --cds-background-inverse-hover: #e8e8e8;
8040
+ --cds-background-selected: rgba(141, 141, 141, 0.24);
8041
+ --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
8042
+ --cds-border-disabled: rgba(141, 141, 141, 0.5);
8043
+ --cds-border-interactive: #4589ff;
8044
+ --cds-border-inverse: #f4f4f4;
8045
+ --cds-border-strong-01: #6f6f6f;
8046
+ --cds-border-strong-02: #8d8d8d;
8047
+ --cds-border-strong-03: #a8a8a8;
8048
+ --cds-border-subtle-00: #393939;
8049
+ --cds-border-subtle-01: #393939;
8050
+ --cds-border-subtle-02: #525252;
8051
+ --cds-border-subtle-03: #6f6f6f;
8052
+ --cds-border-subtle-selected-01: #525252;
8053
+ --cds-border-subtle-selected-02: #6f6f6f;
8054
+ --cds-border-subtle-selected-03: #8d8d8d;
8055
+ --cds-field-01: #262626;
8056
+ --cds-field-02: #393939;
8057
+ --cds-field-03: #525252;
8058
+ --cds-field-hover-01: #333333;
8059
+ --cds-field-hover-02: #474747;
8060
+ --cds-field-hover-03: #636363;
8061
+ --cds-focus: #ffffff;
8062
+ --cds-focus-inset: #161616;
8063
+ --cds-focus-inverse: #0f62fe;
8064
+ --cds-highlight: #002d9c;
8065
+ --cds-icon-disabled: rgba(244, 244, 244, 0.25);
8066
+ --cds-icon-inverse: #161616;
8067
+ --cds-icon-on-color: #ffffff;
8068
+ --cds-icon-on-color-disabled: rgba(255, 255, 255, 0.25);
8069
+ --cds-icon-primary: #f4f4f4;
8070
+ --cds-icon-secondary: #c6c6c6;
8071
+ --cds-interactive: #4589ff;
8072
+ --cds-layer-01: #262626;
8073
+ --cds-layer-02: #393939;
8074
+ --cds-layer-03: #525252;
8075
+ --cds-layer-accent-01: #393939;
8076
+ --cds-layer-accent-02: #525252;
8077
+ --cds-layer-accent-03: #6f6f6f;
8078
+ --cds-layer-accent-active-01: #6f6f6f;
8079
+ --cds-layer-accent-active-02: #8d8d8d;
8080
+ --cds-layer-accent-active-03: #393939;
8081
+ --cds-layer-accent-hover-01: #474747;
8082
+ --cds-layer-accent-hover-02: #636363;
8083
+ --cds-layer-accent-hover-03: #5e5e5e;
8084
+ --cds-layer-active-01: #525252;
8085
+ --cds-layer-active-02: #6f6f6f;
8086
+ --cds-layer-active-03: #8d8d8d;
8087
+ --cds-layer-hover-01: #333333;
8088
+ --cds-layer-hover-02: #474747;
8089
+ --cds-layer-hover-03: #636363;
8090
+ --cds-layer-selected-01: #393939;
8091
+ --cds-layer-selected-02: #525252;
8092
+ --cds-layer-selected-03: #6f6f6f;
8093
+ --cds-layer-selected-disabled: #a8a8a8;
8094
+ --cds-layer-selected-hover-01: #474747;
8095
+ --cds-layer-selected-hover-02: #636363;
8096
+ --cds-layer-selected-hover-03: #5e5e5e;
8097
+ --cds-layer-selected-inverse: #f4f4f4;
8098
+ --cds-link-inverse: #0f62fe;
8099
+ --cds-link-inverse-active: #161616;
8100
+ --cds-link-inverse-hover: #0043ce;
8101
+ --cds-link-primary: #78a9ff;
8102
+ --cds-link-primary-hover: #a6c8ff;
8103
+ --cds-link-secondary: #a6c8ff;
8104
+ --cds-link-visited: #be95ff;
8105
+ --cds-overlay: rgba(0, 0, 0, 0.65);
8106
+ --cds-shadow: rgba(0, 0, 0, 0.8);
8107
+ --cds-skeleton-background: #292929;
8108
+ --cds-skeleton-element: #393939;
8109
+ --cds-support-caution-major: #ff832b;
8110
+ --cds-support-caution-minor: #f1c21b;
8111
+ --cds-support-caution-undefined: #a56eff;
8112
+ --cds-support-error: #fa4d56;
8113
+ --cds-support-error-inverse: #da1e28;
8114
+ --cds-support-info: #4589ff;
8115
+ --cds-support-info-inverse: #0043ce;
8116
+ --cds-support-success: #42be65;
8117
+ --cds-support-success-inverse: #24a148;
8118
+ --cds-support-warning: #f1c21b;
8119
+ --cds-support-warning-inverse: #f1c21b;
8120
+ --cds-text-disabled: rgba(244, 244, 244, 0.25);
8121
+ --cds-text-error: #ff8389;
8122
+ --cds-text-helper: #a8a8a8;
8123
+ --cds-text-inverse: #161616;
8124
+ --cds-text-on-color: #ffffff;
8125
+ --cds-text-on-color-disabled: rgba(255, 255, 255, 0.25);
8126
+ --cds-text-placeholder: rgba(244, 244, 244, 0.4);
8127
+ --cds-text-primary: #f4f4f4;
8128
+ --cds-text-secondary: #c6c6c6;
8129
+ --cds-toggle-off: #6f6f6f;
8130
+ --cds-spacing-01: 0.125rem;
8131
+ --cds-spacing-02: 0.25rem;
8132
+ --cds-spacing-03: 0.5rem;
8133
+ --cds-spacing-04: 0.75rem;
8134
+ --cds-spacing-05: 1rem;
8135
+ --cds-spacing-06: 1.5rem;
8136
+ --cds-spacing-07: 2rem;
8137
+ --cds-spacing-08: 2.5rem;
8138
+ --cds-spacing-09: 3rem;
8139
+ --cds-spacing-10: 4rem;
8140
+ --cds-spacing-11: 5rem;
8141
+ --cds-spacing-12: 6rem;
8142
+ --cds-spacing-13: 10rem;
8143
+ --cds-fluid-spacing-01: 0;
8144
+ --cds-fluid-spacing-02: 2vw;
8145
+ --cds-fluid-spacing-03: 5vw;
8146
+ --cds-fluid-spacing-04: 10vw;
8147
+ --cds-label-01-font-size: 0.75rem;
8148
+ --cds-label-01-font-weight: 400;
8149
+ --cds-label-01-line-height: 1.33333;
8150
+ --cds-label-01-letter-spacing: 0.32px;
8151
+ --cds-helper-text-01-font-size: 0.75rem;
8152
+ --cds-helper-text-01-line-height: 1.33333;
8153
+ --cds-helper-text-01-letter-spacing: 0.32px;
8154
+ --cds-helper-text-02-font-size: carbon--type-scale(2);
8155
+ --cds-helper-text-02-font-weight: carbon--font-weight("regular");
8156
+ --cds-helper-text-02-line-height: 1.28572;
8157
+ --cds-helper-text-02-letter-spacing: 0.16px;
8158
+ --cds-body-short-01-font-size: 0.875rem;
8159
+ --cds-body-short-01-font-weight: 400;
8160
+ --cds-body-short-01-line-height: 1.28572;
8161
+ --cds-body-short-01-letter-spacing: 0.16px;
8162
+ --cds-body-short-02-font-size: 1rem;
8163
+ --cds-body-short-02-font-weight: 400;
8164
+ --cds-body-short-02-line-height: 1.375;
8165
+ --cds-body-short-02-letter-spacing: 0;
8166
+ --cds-body-long-01-font-size: 0.875rem;
8167
+ --cds-body-long-01-font-weight: 400;
8168
+ --cds-body-long-01-line-height: 1.42857;
8169
+ --cds-body-long-01-letter-spacing: 0.16px;
8170
+ --cds-body-long-02-font-size: 1rem;
8171
+ --cds-body-long-02-font-weight: 400;
8172
+ --cds-body-long-02-line-height: 1.5;
8173
+ --cds-body-long-02-letter-spacing: 0;
8174
+ --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
8175
+ --cds-code-01-font-size: 0.75rem;
8176
+ --cds-code-01-font-weight: 400;
8177
+ --cds-code-01-line-height: 1.33333;
8178
+ --cds-code-01-letter-spacing: 0.32px;
8179
+ --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
8180
+ --cds-code-02-font-size: 0.875rem;
8181
+ --cds-code-02-font-weight: 400;
8182
+ --cds-code-02-line-height: 1.42857;
8183
+ --cds-code-02-letter-spacing: 0.32px;
8184
+ --cds-heading-01-font-size: 0.875rem;
8185
+ --cds-heading-01-font-weight: 600;
8186
+ --cds-heading-01-line-height: 1.42857;
8187
+ --cds-heading-01-letter-spacing: 0.16px;
8188
+ --cds-heading-02-font-size: 1rem;
8189
+ --cds-heading-02-font-weight: 600;
8190
+ --cds-heading-02-line-height: 1.5;
8191
+ --cds-heading-02-letter-spacing: 0;
8192
+ --cds-productive-heading-01-font-size: 0.875rem;
8193
+ --cds-productive-heading-01-font-weight: 600;
8194
+ --cds-productive-heading-01-line-height: 1.28572;
8195
+ --cds-productive-heading-01-letter-spacing: 0.16px;
8196
+ --cds-productive-heading-02-font-size: 1rem;
8197
+ --cds-productive-heading-02-font-weight: 600;
8198
+ --cds-productive-heading-02-line-height: 1.375;
8199
+ --cds-productive-heading-02-letter-spacing: 0;
8200
+ --cds-productive-heading-03-font-size: 1.25rem;
8201
+ --cds-productive-heading-03-font-weight: 400;
8202
+ --cds-productive-heading-03-line-height: 1.4;
8203
+ --cds-productive-heading-03-letter-spacing: 0;
8204
+ --cds-productive-heading-04-font-size: 1.75rem;
8205
+ --cds-productive-heading-04-font-weight: 400;
8206
+ --cds-productive-heading-04-line-height: 1.28572;
8207
+ --cds-productive-heading-04-letter-spacing: 0;
8208
+ --cds-productive-heading-05-font-size: 2rem;
8209
+ --cds-productive-heading-05-font-weight: 400;
8210
+ --cds-productive-heading-05-line-height: 1.25;
8211
+ --cds-productive-heading-05-letter-spacing: 0;
8212
+ --cds-productive-heading-06-font-size: 2rem;
8213
+ --cds-productive-heading-06-font-weight: 300;
8214
+ --cds-productive-heading-06-line-height: 1.199;
8215
+ --cds-productive-heading-06-letter-spacing: 0;
8216
+ --cds-productive-heading-07-font-size: 2.625rem;
8217
+ --cds-productive-heading-07-font-weight: 300;
8218
+ --cds-productive-heading-07-line-height: 1.19;
8219
+ --cds-productive-heading-07-letter-spacing: 0;
8220
+ --cds-expressive-paragraph-01-font-size: 1.5rem;
8221
+ --cds-expressive-paragraph-01-font-weight: 300;
8222
+ --cds-expressive-paragraph-01-line-height: 1.334;
8223
+ --cds-expressive-paragraph-01-letter-spacing: 0;
8224
+ --cds-expressive-heading-01-font-size: 0.875rem;
8225
+ --cds-expressive-heading-01-font-weight: 600;
8226
+ --cds-expressive-heading-01-line-height: 1.42857;
8227
+ --cds-expressive-heading-01-letter-spacing: 0.16px;
8228
+ --cds-expressive-heading-02-font-size: 1rem;
8229
+ --cds-expressive-heading-02-font-weight: 600;
8230
+ --cds-expressive-heading-02-line-height: 1.5;
8231
+ --cds-expressive-heading-02-letter-spacing: 0;
8232
+ --cds-expressive-heading-03-font-size: 1.25rem;
8233
+ --cds-expressive-heading-03-font-weight: 400;
8234
+ --cds-expressive-heading-03-line-height: 1.4;
8235
+ --cds-expressive-heading-03-letter-spacing: 0;
8236
+ --cds-expressive-heading-04-font-size: 1.75rem;
8237
+ --cds-expressive-heading-04-font-weight: 400;
8238
+ --cds-expressive-heading-04-line-height: 1.28572;
8239
+ --cds-expressive-heading-04-letter-spacing: 0;
8240
+ --cds-expressive-heading-05-font-size: 2rem;
8241
+ --cds-expressive-heading-05-font-weight: 400;
8242
+ --cds-expressive-heading-05-line-height: 1.25;
8243
+ --cds-expressive-heading-05-letter-spacing: 0;
8244
+ --cds-expressive-heading-06-font-size: 2rem;
8245
+ --cds-expressive-heading-06-font-weight: 600;
8246
+ --cds-expressive-heading-06-line-height: 1.25;
8247
+ --cds-expressive-heading-06-letter-spacing: 0;
8248
+ --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
8249
+ --cds-quotation-01-font-size: 1.25rem;
8250
+ --cds-quotation-01-font-weight: 400;
8251
+ --cds-quotation-01-line-height: 1.3;
8252
+ --cds-quotation-01-letter-spacing: 0;
8253
+ --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
8254
+ --cds-quotation-02-font-size: 2rem;
8255
+ --cds-quotation-02-font-weight: 300;
8256
+ --cds-quotation-02-line-height: 1.25;
8257
+ --cds-quotation-02-letter-spacing: 0;
8258
+ --cds-display-01-font-size: 2.625rem;
8259
+ --cds-display-01-font-weight: 300;
8260
+ --cds-display-01-line-height: 1.19;
8261
+ --cds-display-01-letter-spacing: 0;
8262
+ --cds-display-02-font-size: 2.625rem;
8263
+ --cds-display-02-font-weight: 600;
8264
+ --cds-display-02-line-height: 1.19;
8265
+ --cds-display-02-letter-spacing: 0;
8266
+ --cds-display-03-font-size: 2.625rem;
8267
+ --cds-display-03-font-weight: 300;
8268
+ --cds-display-03-line-height: 1.19;
8269
+ --cds-display-03-letter-spacing: 0;
8270
+ --cds-display-04-font-size: 2.625rem;
8271
+ --cds-display-04-font-weight: 600;
8272
+ --cds-display-04-line-height: 1.19;
8273
+ --cds-display-04-letter-spacing: 0;
8274
+ --cds-legal-01-font-size: 0.75rem;
8275
+ --cds-legal-01-font-weight: 400;
8276
+ --cds-legal-01-line-height: 1.33333;
8277
+ --cds-legal-01-letter-spacing: 0.32px;
8278
+ --cds-legal-02-font-size: 0.875rem;
8279
+ --cds-legal-02-font-weight: 400;
8280
+ --cds-legal-02-line-height: 1.28572;
8281
+ --cds-legal-02-letter-spacing: 0.16px;
8282
+ --cds-body-compact-01-font-size: 0.875rem;
8283
+ --cds-body-compact-01-font-weight: 400;
8284
+ --cds-body-compact-01-line-height: 1.28572;
8285
+ --cds-body-compact-01-letter-spacing: 0.16px;
8286
+ --cds-body-compact-02-font-size: 1rem;
8287
+ --cds-body-compact-02-font-weight: 400;
8288
+ --cds-body-compact-02-line-height: 1.375;
8289
+ --cds-body-compact-02-letter-spacing: 0;
8290
+ --cds-heading-compact-01-font-size: 0.875rem;
8291
+ --cds-heading-compact-01-font-weight: 600;
8292
+ --cds-heading-compact-01-line-height: 1.28572;
8293
+ --cds-heading-compact-01-letter-spacing: 0.16px;
8294
+ --cds-heading-compact-02-font-size: 1rem;
8295
+ --cds-heading-compact-02-font-weight: 600;
8296
+ --cds-heading-compact-02-line-height: 1.375;
8297
+ --cds-heading-compact-02-letter-spacing: 0;
8298
+ --cds-body-01-font-size: 0.875rem;
8299
+ --cds-body-01-font-weight: 400;
8300
+ --cds-body-01-line-height: 1.42857;
8301
+ --cds-body-01-letter-spacing: 0.16px;
8302
+ --cds-body-02-font-size: 1rem;
8303
+ --cds-body-02-font-weight: 400;
8304
+ --cds-body-02-line-height: 1.5;
8305
+ --cds-body-02-letter-spacing: 0;
8306
+ --cds-heading-03-font-size: 1.25rem;
8307
+ --cds-heading-03-font-weight: 400;
8308
+ --cds-heading-03-line-height: 1.4;
8309
+ --cds-heading-03-letter-spacing: 0;
8310
+ --cds-heading-04-font-size: 1.75rem;
8311
+ --cds-heading-04-font-weight: 400;
8312
+ --cds-heading-04-line-height: 1.28572;
8313
+ --cds-heading-04-letter-spacing: 0;
8314
+ --cds-heading-05-font-size: 2rem;
8315
+ --cds-heading-05-font-weight: 400;
8316
+ --cds-heading-05-line-height: 1.25;
8317
+ --cds-heading-05-letter-spacing: 0;
8318
+ --cds-heading-06-font-size: 2rem;
8319
+ --cds-heading-06-font-weight: 300;
8320
+ --cds-heading-06-line-height: 1.199;
8321
+ --cds-heading-06-letter-spacing: 0;
8322
+ --cds-heading-07-font-size: 2.625rem;
8323
+ --cds-heading-07-font-weight: 300;
8324
+ --cds-heading-07-line-height: 1.19;
8325
+ --cds-heading-07-letter-spacing: 0;
8326
+ --cds-fluid-heading-03-font-size: 1.25rem;
8327
+ --cds-fluid-heading-03-font-weight: 400;
8328
+ --cds-fluid-heading-03-line-height: 1.4;
8329
+ --cds-fluid-heading-03-letter-spacing: 0;
8330
+ --cds-fluid-heading-04-font-size: 1.75rem;
8331
+ --cds-fluid-heading-04-font-weight: 400;
8332
+ --cds-fluid-heading-04-line-height: 1.28572;
8333
+ --cds-fluid-heading-04-letter-spacing: 0;
8334
+ --cds-fluid-heading-05-font-size: 2rem;
8335
+ --cds-fluid-heading-05-font-weight: 400;
8336
+ --cds-fluid-heading-05-line-height: 1.25;
8337
+ --cds-fluid-heading-05-letter-spacing: 0;
8338
+ --cds-fluid-heading-06-font-size: 2rem;
8339
+ --cds-fluid-heading-06-font-weight: 600;
8340
+ --cds-fluid-heading-06-line-height: 1.25;
8341
+ --cds-fluid-heading-06-letter-spacing: 0;
8342
+ --cds-fluid-paragraph-01-font-size: 1.5rem;
8343
+ --cds-fluid-paragraph-01-font-weight: 300;
8344
+ --cds-fluid-paragraph-01-line-height: 1.334;
8345
+ --cds-fluid-paragraph-01-letter-spacing: 0;
8346
+ --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
8347
+ --cds-fluid-quotation-01-font-size: 1.25rem;
8348
+ --cds-fluid-quotation-01-font-weight: 400;
8349
+ --cds-fluid-quotation-01-line-height: 1.3;
8350
+ --cds-fluid-quotation-01-letter-spacing: 0;
8351
+ --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
8352
+ --cds-fluid-quotation-02-font-size: 2rem;
8353
+ --cds-fluid-quotation-02-font-weight: 300;
8354
+ --cds-fluid-quotation-02-line-height: 1.25;
8355
+ --cds-fluid-quotation-02-letter-spacing: 0;
8356
+ --cds-fluid-display-01-font-size: 2.625rem;
8357
+ --cds-fluid-display-01-font-weight: 300;
8358
+ --cds-fluid-display-01-line-height: 1.19;
8359
+ --cds-fluid-display-01-letter-spacing: 0;
8360
+ --cds-fluid-display-02-font-size: 2.625rem;
8361
+ --cds-fluid-display-02-font-weight: 600;
8362
+ --cds-fluid-display-02-line-height: 1.19;
8363
+ --cds-fluid-display-02-letter-spacing: 0;
8364
+ --cds-fluid-display-03-font-size: 2.625rem;
8365
+ --cds-fluid-display-03-font-weight: 300;
8366
+ --cds-fluid-display-03-line-height: 1.19;
8367
+ --cds-fluid-display-03-letter-spacing: 0;
8368
+ --cds-fluid-display-04-font-size: 2.625rem;
8369
+ --cds-fluid-display-04-font-weight: 600;
8370
+ --cds-fluid-display-04-line-height: 1.19;
8371
+ --cds-fluid-display-04-letter-spacing: 0;
8372
+ --cds-layer: var(--cds-layer-01, #f4f4f4);
8373
+ --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
8374
+ --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
8375
+ --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
8376
+ --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
8377
+ --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
8378
+ --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
8379
+ --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
8380
+ --cds-field: var(--cds-field-01, #f4f4f4);
8381
+ --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
8382
+ --cds-border-subtle: var(--cds-border-subtle-01, #e0e0e0);
8383
+ --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
8384
+ --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
8385
+ }
8386
+
8387
+ .c4p--web-terminal__body {
8388
+ height: 100%;
8389
+ }
8390
+
8391
+ .c4p--web-terminal-content-wrapper {
8392
+ width: 100vw;
8393
+ height: 100%;
8394
+ }
8395
+
8396
+ .c4p--web-terminal-content-wrapper--open {
8397
+ width: calc(100vw - 40rem);
8398
+ }
8399
+
7783
8400
  /*# sourceMappingURL=index-without-carbon-released-only.css.map */