@carbon/ibm-products 2.20.0 → 2.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. package/README.md +8 -5
  2. package/css/index-full-carbon.css +548 -253
  3. package/css/index-full-carbon.css.map +1 -1
  4. package/css/index-full-carbon.min.css +1 -1
  5. package/css/index-full-carbon.min.css.map +1 -1
  6. package/css/index-without-carbon-released-only.css +208 -177
  7. package/css/index-without-carbon-released-only.css.map +1 -1
  8. package/css/index-without-carbon-released-only.min.css +1 -1
  9. package/css/index-without-carbon-released-only.min.css.map +1 -1
  10. package/css/index-without-carbon.css +252 -189
  11. package/css/index-without-carbon.css.map +1 -1
  12. package/css/index-without-carbon.min.css +1 -1
  13. package/css/index-without-carbon.min.css.map +1 -1
  14. package/css/index.css +233 -193
  15. package/css/index.css.map +1 -1
  16. package/css/index.min.css +1 -1
  17. package/css/index.min.css.map +1 -1
  18. package/es/components/ActionSet/ActionSet.js +3 -4
  19. package/es/components/AddSelect/AddSelectBody.js +2 -2
  20. package/es/components/AddSelect/AddSelectRow.js +2 -2
  21. package/es/components/Card/Card.js +1 -2
  22. package/es/components/Card/CardHeader.js +1 -2
  23. package/es/components/CreateFullPage/CreateFullPageStep.js +1 -2
  24. package/es/components/CreateTearsheet/CreateTearsheetStep.js +1 -2
  25. package/es/components/DataSpreadsheet/DataSpreadsheet.js +1 -2
  26. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +1 -2
  27. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +1 -2
  28. package/es/components/Datagrid/Datagrid/DatagridContent.js +10 -10
  29. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +6 -11
  30. package/es/components/Datagrid/Datagrid/DatagridRow.js +15 -11
  31. package/es/components/Datagrid/Datagrid/DraggableElement.js +1 -2
  32. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +21 -11
  33. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +22 -12
  34. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +31 -74
  35. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +2 -3
  36. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -5
  37. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +2 -3
  38. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +2 -2
  39. package/es/components/Datagrid/useActionsColumn.js +1 -2
  40. package/es/components/Datagrid/useDefaultStringRenderer.js +1 -2
  41. package/es/components/Datagrid/useFiltering.js +1 -0
  42. package/es/components/Datagrid/useNestedRowExpander.js +1 -2
  43. package/es/components/Datagrid/useNestedRows.js +49 -33
  44. package/es/components/Datagrid/useOnRowClick.js +1 -1
  45. package/es/components/Datagrid/useRowIsMouseOver.js +3 -1
  46. package/es/components/Datagrid/useSelectRows.js +1 -2
  47. package/es/components/Datagrid/useSortableColumns.js +1 -2
  48. package/es/components/Datagrid/useStickyColumn.js +3 -4
  49. package/es/components/Datagrid/utils/filterPropsForTesting.js +149 -0
  50. package/es/components/DelimitedList/DelimitedList.docs-page.js +15 -0
  51. package/es/components/DelimitedList/DelimitedList.js +73 -0
  52. package/es/components/DelimitedList/index.js +8 -0
  53. package/es/components/EditInPlace/EditInPlace.js +1 -2
  54. package/es/components/EditTearsheet/EditTearsheetForm.js +1 -2
  55. package/es/components/FilterSummary/FilterSummary.js +15 -12
  56. package/es/components/NotificationsPanel/NotificationsPanel.js +2 -3
  57. package/es/components/PageHeader/PageHeader.js +9 -11
  58. package/es/components/Saving/Saving.js +6 -6
  59. package/es/components/SidePanel/SidePanel.js +147 -191
  60. package/es/components/TagSet/TagSet.js +21 -5
  61. package/es/components/TagSet/TagSetOverflow.js +14 -10
  62. package/es/components/Tearsheet/Tearsheet.js +5 -0
  63. package/es/components/Tearsheet/TearsheetNarrow.js +5 -0
  64. package/es/components/Tearsheet/TearsheetShell.js +9 -9
  65. package/es/components/WebTerminal/WebTerminal.js +1 -2
  66. package/es/components/index.js +2 -1
  67. package/es/global/js/hooks/useResizeObserver.js +5 -2
  68. package/es/global/js/package-settings.js +1 -0
  69. package/lib/components/ActionSet/ActionSet.js +3 -4
  70. package/lib/components/AddSelect/AddSelectBody.js +2 -2
  71. package/lib/components/AddSelect/AddSelectRow.js +2 -2
  72. package/lib/components/Card/Card.js +1 -2
  73. package/lib/components/Card/CardHeader.js +1 -2
  74. package/lib/components/CreateFullPage/CreateFullPageStep.js +1 -2
  75. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +1 -2
  76. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +1 -2
  77. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +1 -2
  78. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +1 -2
  79. package/lib/components/Datagrid/Datagrid/DatagridContent.js +10 -10
  80. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +6 -11
  81. package/lib/components/Datagrid/Datagrid/DatagridRow.js +15 -11
  82. package/lib/components/Datagrid/Datagrid/DraggableElement.js +1 -2
  83. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +21 -11
  84. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +22 -12
  85. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +31 -74
  86. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +2 -3
  87. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -5
  88. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +2 -3
  89. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +2 -2
  90. package/lib/components/Datagrid/useActionsColumn.js +1 -2
  91. package/lib/components/Datagrid/useDefaultStringRenderer.js +1 -2
  92. package/lib/components/Datagrid/useFiltering.js +1 -0
  93. package/lib/components/Datagrid/useNestedRowExpander.js +1 -2
  94. package/lib/components/Datagrid/useNestedRows.js +49 -33
  95. package/lib/components/Datagrid/useOnRowClick.js +1 -1
  96. package/lib/components/Datagrid/useRowIsMouseOver.js +3 -1
  97. package/lib/components/Datagrid/useSelectRows.js +1 -2
  98. package/lib/components/Datagrid/useSortableColumns.js +1 -2
  99. package/lib/components/Datagrid/useStickyColumn.js +3 -4
  100. package/lib/components/Datagrid/utils/filterPropsForTesting.js +156 -0
  101. package/lib/components/DelimitedList/DelimitedList.docs-page.js +25 -0
  102. package/lib/components/DelimitedList/DelimitedList.js +78 -0
  103. package/lib/components/DelimitedList/index.js +12 -0
  104. package/lib/components/EditInPlace/EditInPlace.js +1 -2
  105. package/lib/components/EditTearsheet/EditTearsheetForm.js +1 -2
  106. package/lib/components/FilterSummary/FilterSummary.js +15 -12
  107. package/lib/components/NotificationsPanel/NotificationsPanel.js +2 -3
  108. package/lib/components/PageHeader/PageHeader.js +9 -11
  109. package/lib/components/Saving/Saving.js +6 -6
  110. package/lib/components/SidePanel/SidePanel.js +147 -191
  111. package/lib/components/TagSet/TagSet.js +21 -5
  112. package/lib/components/TagSet/TagSetOverflow.js +13 -9
  113. package/lib/components/Tearsheet/Tearsheet.js +5 -0
  114. package/lib/components/Tearsheet/TearsheetNarrow.js +5 -0
  115. package/lib/components/Tearsheet/TearsheetShell.js +9 -9
  116. package/lib/components/WebTerminal/WebTerminal.js +1 -2
  117. package/lib/components/index.js +8 -1
  118. package/lib/global/js/hooks/useResizeObserver.js +5 -2
  119. package/lib/global/js/package-settings.js +1 -0
  120. package/package.json +9 -8
  121. package/scss/components/Datagrid/_datagrid.scss +4 -0
  122. package/scss/components/Datagrid/styles/_datagrid.scss +9 -1
  123. package/scss/components/Datagrid/styles/_useStickyColumn.scss +2 -0
  124. package/scss/components/DelimitedList/_carbon-imports.scss +9 -0
  125. package/scss/components/DelimitedList/_delimited-list.scss +27 -0
  126. package/scss/components/DelimitedList/_index-with-carbon.scss +9 -0
  127. package/scss/components/DelimitedList/_index.scss +8 -0
  128. package/scss/components/Saving/_saving.scss +6 -0
  129. package/scss/components/SidePanel/_side-panel-variables.scss +5 -1
  130. package/scss/components/SidePanel/_side-panel.scss +158 -186
  131. package/scss/components/TagSet/_tag-set.scss +4 -1
  132. package/scss/components/_index-with-carbon.scss +1 -0
  133. package/scss/components/_index.scss +1 -0
  134. package/telemetry.yml +790 -0
@@ -2058,6 +2058,10 @@ p.c4p--about-modal__copyright-text:first-child {
2058
2058
  border-top: 1px solid var(--cds-layer-accent-01, #e0e0e0);
2059
2059
  }
2060
2060
 
2061
+ /* One or two values
2062
+ * - width (first value)
2063
+ * - min-width (optional second value)
2064
+ */
2061
2065
  @keyframes hide-feedback {
2062
2066
  0% {
2063
2067
  opacity: 1;
@@ -2284,76 +2288,90 @@ p.c4p--about-modal__copyright-text:first-child {
2284
2288
  white-space: nowrap;
2285
2289
  }
2286
2290
 
2291
+ .c4p--side-panel--scrolls {
2292
+ overflow: auto;
2293
+ overflow-x: hidden;
2294
+ }
2295
+
2287
2296
  .c4p--side-panel__container {
2288
- --c4p--side-panel--subtitle-opacity: 1;
2289
- --c4p--side-panel--title-container-height: 0;
2290
- --c4p--side-panel--title-text-height: 0;
2291
- --c4p--side-panel--subtitle-container-height: 0;
2292
- --c4p--side-panel--action-bar-container-height: 0;
2293
- --c4p--side-panel--divider-opacity: 0;
2294
- --c4p--side-panel--title-y-position: 0;
2295
- --c4p--side-panel--content-bottom-padding: 4rem;
2296
- --c4p--side-panel--collapsed-title-y-position: 1rem;
2297
- --c4p--side-panel--label-text-height: 0;
2298
- --c4p--side-panel--title-padding-right: 3rem;
2297
+ --c4p--side-panel--title-stop: 1rem;
2298
+ --c4p--side-panel--scroll-animation-progress: 0;
2299
+ --c4p--side-panel--title-padding-right: 2rem;
2300
+ --c4p--side-panel--actions-height: 4rem;
2299
2301
  position: fixed;
2300
2302
  z-index: 9000;
2301
2303
  top: 3rem;
2304
+ display: grid;
2302
2305
  height: calc(100% - 3rem);
2303
2306
  box-sizing: border-box;
2304
2307
  background-color: var(--cds-layer-01, #f4f4f4);
2305
2308
  color: var(--cds-text-primary, #161616);
2309
+ grid-template-rows: 1fr auto; /* titles and content */
2306
2310
  }
2307
2311
  .c4p--side-panel__container.c4p--side-panel__container--xs {
2312
+ /* any value is single value list */
2308
2313
  width: 16rem;
2309
2314
  max-width: 100%;
2310
2315
  }
2311
- .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
2312
- .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
2313
- .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2316
+ .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
2317
+ .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2318
+ /* any value is single value list */
2314
2319
  width: 16rem;
2315
2320
  max-width: 100%;
2316
2321
  }
2317
2322
  .c4p--side-panel__container.c4p--side-panel__container--sm {
2323
+ /* any value is single value list */
2318
2324
  width: 20rem;
2319
2325
  max-width: 100%;
2320
2326
  }
2321
- .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
2322
- .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
2323
- .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2327
+ .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
2328
+ .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2329
+ /* any value is single value list */
2324
2330
  width: 20rem;
2325
2331
  max-width: 100%;
2326
2332
  }
2327
2333
  .c4p--side-panel__container.c4p--side-panel__container--md {
2334
+ /* any value is single value list */
2328
2335
  width: 30rem;
2329
2336
  max-width: 100%;
2330
2337
  }
2331
- .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
2332
- .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
2333
- .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2338
+ .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
2339
+ .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2340
+ /* any value is single value list */
2334
2341
  width: 30rem;
2335
2342
  max-width: 100%;
2336
2343
  }
2337
2344
  .c4p--side-panel__container.c4p--side-panel__container--lg {
2345
+ /* any value is single value list */
2338
2346
  width: 40rem;
2339
2347
  max-width: 100%;
2340
2348
  }
2341
- .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
2342
- .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
2343
- .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2349
+ .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
2350
+ .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2351
+ /* any value is single value list */
2344
2352
  width: 40rem;
2345
2353
  max-width: 100%;
2346
2354
  }
2347
2355
  .c4p--side-panel__container.c4p--side-panel__container--2xl {
2348
- width: 75%;
2356
+ /* any value is single value list */
2357
+ width: 40rem;
2358
+ min-width: 75%;
2349
2359
  max-width: 100%;
2350
2360
  }
2351
- .c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
2352
- .c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
2353
- .c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2354
- width: 75%;
2361
+ .c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
2362
+ .c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2363
+ /* any value is single value list */
2364
+ width: 40rem;
2365
+ min-width: 75%;
2355
2366
  max-width: 100%;
2356
2367
  }
2368
+ .c4p--side-panel__container:not(:has(.c4p--side-panel__animated-scroll-wrapper)), .c4p--side-panel__container.c4p--side-panel__container--has-no-animated-scroll-wrapper {
2369
+ /* if the title does not scroll then we have a child scrolling section. */
2370
+ grid-template-rows: auto 1fr auto; /* titles content actions */
2371
+ }
2372
+ .c4p--side-panel__container.c4p--side-panel__container--condensed-actions {
2373
+ --c4p--side-panel--actions-height: 3rem;
2374
+ }
2357
2375
  .c4p--side-panel__container .c4p--side-panel__actions-container {
2358
2376
  width: 100%;
2359
2377
  }
@@ -2365,43 +2383,30 @@ p.c4p--about-modal__copyright-text:first-child {
2365
2383
  left: 0;
2366
2384
  border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2367
2385
  }
2368
- .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__title-container {
2369
- /* stylelint-disable-next-line max-nesting-depth */
2370
- }
2371
- .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__title-container::before {
2372
- content: none;
2373
- }
2374
- .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__action-toolbar {
2375
- /* stylelint-disable-next-line max-nesting-depth */
2376
- }
2377
- .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__action-toolbar::before {
2378
- position: absolute;
2379
- bottom: 0;
2380
- left: 0;
2381
- width: 100%;
2382
- height: 1px;
2383
- background-color: var(--cds-border-subtle-02, #e0e0e0);
2384
- content: "";
2385
- opacity: var(--c4p--side-panel--divider-opacity);
2386
- }
2387
- .c4p--side-panel__container.c4p--side-panel__container-without-overlay {
2386
+ .c4p--side-panel__container.c4p--side-panel__container--slide-in, .c4p--side-panel__container.c4p--side-panel__container:not(:has(+ .c4p--side-panel__overlay)), .c4p--side-panel__container.c4p--side-panel__container--has-no-overlay {
2388
2387
  box-shadow: 0 0.125rem 0.25rem var(--cds-overlay, rgba(22, 22, 22, 0.5));
2389
2388
  }
2390
- .c4p--side-panel__container .c4p--side-panel__title-container {
2389
+ .c4p--side-panel__container .c4p--side-panel__header {
2390
+ --c4p--side-panel--title-padding-bottom: 1rem;
2391
2391
  position: sticky;
2392
2392
  z-index: 4;
2393
- top: 0;
2394
- padding: 1rem 1rem 0.5rem 1rem;
2393
+ /* stylelint-disable-next-line carbon/layout-token-use */
2394
+ top: calc(-1px * var(--c4p--side-panel--scroll-animation-distance));
2395
+ padding: 1rem;
2396
+ padding-bottom: 0;
2395
2397
  background-color: var(--cds-layer-01, #f4f4f4);
2396
2398
  /* stylelint-disable-next-line max-nesting-depth */
2397
2399
  }
2398
- .c4p--side-panel__container .c4p--side-panel__title-container:has(.c4p--side-panel__navigation-back-button) {
2400
+ .c4p--side-panel__container .c4p--side-panel__header:has(.c4p--side-panel__subtitle-text), .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--has-subtitle {
2401
+ --c4p--side-panel--title-padding-bottom: 0.5rem;
2402
+ }
2403
+ .c4p--side-panel__container .c4p--side-panel__header:has(.c4p--side-panel__navigation-back-button), .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--has-navigation-back {
2399
2404
  padding-top: 2rem;
2400
2405
  }
2401
- .c4p--side-panel__container .c4p--side-panel__title-container:has(.c4p--side-panel__navigation-back-button.cds--btn--md) {
2406
+ .c4p--side-panel__container .c4p--side-panel__header:has(.c4p--side-panel__navigation-back-button.cds--btn--md), .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--has-navigation-back.cds--btn--md {
2402
2407
  padding-top: 2.5rem;
2403
2408
  }
2404
- .c4p--side-panel__container .c4p--side-panel__title-container::before {
2409
+ .c4p--side-panel__container .c4p--side-panel__header::before {
2405
2410
  position: absolute;
2406
2411
  bottom: 0;
2407
2412
  left: 0;
@@ -2409,47 +2414,56 @@ p.c4p--about-modal__copyright-text:first-child {
2409
2414
  height: 1px;
2410
2415
  background-color: var(--cds-border-subtle-02, #e0e0e0);
2411
2416
  content: "";
2412
- opacity: var(--c4p--side-panel--divider-opacity);
2417
+ opacity: var(--c4p--side-panel--scroll-animation-progress);
2418
+ z-index: 9;
2413
2419
  }
2414
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--reduced-motion {
2420
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--no-title-animation {
2421
+ position: relative;
2422
+ top: 0;
2423
+ }
2424
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--no-title-animation::before {
2425
+ opacity: 1;
2426
+ }
2427
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--reduced-motion {
2415
2428
  z-index: 5;
2416
2429
  border-bottom: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2417
2430
  margin-bottom: 1rem;
2418
2431
  }
2419
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--reduced-motion.c4p--side-panel__title-container--no-title-animation {
2432
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--reduced-motion.c4p--side-panel__header--no-title-animation {
2420
2433
  border-bottom: 0;
2421
2434
  margin-bottom: 0;
2422
2435
  }
2423
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__on-detail-step .c4p--side-panel__collapsed-title-text {
2424
- top: 2rem;
2425
- }
2426
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__on-detail-step .c4p--side-panel__navigation-back-button.cds--btn--md ~ .c4p--side-panel__collapsed-title-text {
2427
- top: 2.5rem;
2436
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel--on-detail-step .c4p--side-panel__collapsed-title-text {
2437
+ top: 1rem;
2428
2438
  }
2429
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title {
2430
- padding: 0;
2439
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel--on-detail-step .c4p--side-panel__navigation-back-button.cds--btn--md ~ .c4p--side-panel__collapsed-title-text {
2440
+ top: 1.5rem;
2431
2441
  }
2432
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title.c4p--side-panel__on-detail-step-without-title {
2442
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel--on-detail-step:not(:has(.c4p--side-panel__title-text)) {
2433
2443
  height: calc(2.5rem + 0.25rem);
2434
2444
  padding: 1rem 1rem 0.5rem 1rem;
2435
2445
  }
2436
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title::before {
2446
+ .c4p--side-panel__container .c4p--side-panel__header:not(:has(.c4p--side-panel__title-text))::before, .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--has-no-title::before {
2437
2447
  background-color: transparent;
2438
2448
  }
2439
- .c4p--side-panel__container.c4p--side-panel__container--has-slug {
2440
- --c4p--side-panel--title-padding-right: 6rem;
2449
+ .c4p--side-panel__container.c4p--side-panel__container:has(.c4p--side-panel__action-toolbar), .c4p--side-panel__container.c4p--side-panel__container--has-action-toolbar, .c4p--side-panel__container.c4p--side-panel__container--has-slug {
2450
+ --c4p--side-panel--title-padding-right: 4rem;
2441
2451
  }
2442
- .c4p--side-panel__container.c4p--side-panel__container-is-animating {
2443
- pointer-events: none;
2452
+ .c4p--side-panel__container.c4p--side-panel__container:has(.c4p--side-panel__action-toolbar).c4p--side-panel__container--has-slug, .c4p--side-panel__container.c4p--side-panel__container--has-action-toolbar.c4p--side-panel__container--has-slug {
2453
+ --c4p--side-panel--title-padding-right: 5rem;
2444
2454
  }
2445
- .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation {
2446
- top: 0;
2447
- }
2448
- .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation {
2449
- top: var(--c4p--side-panel--title-text-height);
2455
+ .c4p--side-panel__container .c4p--side-panel__animated-scroll-wrapper {
2456
+ display: grid;
2457
+ grid-template-rows: auto 1fr;
2450
2458
  }
2451
- .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2452
- top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height));
2459
+ .c4p--side-panel__container .c4p--side-panel__title {
2460
+ position: sticky;
2461
+ z-index: 4;
2462
+ /* stylelint-disable-next-line carbon/layout-token-use */
2463
+ top: var(--c4p--side-panel--title-stop);
2464
+ /* border-bottom used instead of padding which wrapped text shows through */
2465
+ border-bottom: var(--c4p--side-panel--title-padding-bottom) solid transparent;
2466
+ background-color: var(--cds-layer-01, #f4f4f4);
2453
2467
  }
2454
2468
  .c4p--side-panel__container .c4p--side-panel__title-text {
2455
2469
  font-size: var(--cds-heading-03-font-size, 1.25rem);
@@ -2462,12 +2476,14 @@ p.c4p--about-modal__copyright-text:first-child {
2462
2476
  padding-right: var(--c4p--side-panel--title-padding-right);
2463
2477
  -webkit-box-orient: vertical;
2464
2478
  -webkit-line-clamp: 2;
2465
- position: inherit;
2466
- z-index: 4;
2467
- margin-bottom: calc(-1 * var(--c4p--side-panel--label-text-height));
2468
- background-color: var(--cds-layer-01, #f4f4f4);
2469
- opacity: var(--c4p--side-panel--subtitle-opacity);
2470
- transform: translateY(var(--c4p--side-panel--title-y-position));
2479
+ opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
2480
+ }
2481
+ .c4p--side-panel__container .c4p--side-panel__title--no-label .c4p--side-panel__title-text {
2482
+ /* stylelint-disable-next-line carbon/layout-token-use */
2483
+ transform: translateY(calc(-1 * 1rem * var(--c4p--side-panel--scroll-animation-progress)));
2484
+ }
2485
+ .c4p--side-panel__container .c4p--side-panel__header--no-title-animation .c4p--side-panel__title-text {
2486
+ position: static;
2471
2487
  }
2472
2488
  .c4p--side-panel__container .c4p--side-panel__label-text {
2473
2489
  font-size: var(--cds-label-01-font-size, 0.75rem);
@@ -2476,9 +2492,8 @@ p.c4p--about-modal__copyright-text:first-child {
2476
2492
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
2477
2493
  overflow: hidden;
2478
2494
  padding-right: var(--c4p--side-panel--title-padding-right);
2479
- opacity: var(--c4p--side-panel--subtitle-opacity);
2495
+ opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
2480
2496
  text-overflow: ellipsis;
2481
- transform: translateY(var(--c4p--side-panel--title-y-position));
2482
2497
  white-space: nowrap;
2483
2498
  }
2484
2499
  .c4p--side-panel__container .c4p--side-panel__collapsed-title-text {
@@ -2493,9 +2508,13 @@ p.c4p--about-modal__copyright-text:first-child {
2493
2508
  -webkit-box-orient: vertical;
2494
2509
  -webkit-line-clamp: 2;
2495
2510
  position: absolute;
2496
- top: 1rem;
2497
- opacity: var(--c4p--side-panel--divider-opacity);
2498
- transform: translateY(var(--c4p--side-panel--collapsed-title-y-position));
2511
+ /* stylelint-disable-next-line carbon/layout-token-use */
2512
+ top: 0;
2513
+ opacity: var(--c4p--side-panel--scroll-animation-progress);
2514
+ }
2515
+ .c4p--side-panel__container .c4p--side-panel__title--no-label .c4p--side-panel__collapsed-title-text {
2516
+ /* stylelint-disable-next-line carbon/layout-token-use */
2517
+ transform: translateY(calc(1rem * (1 - var(--c4p--side-panel--scroll-animation-progress))));
2499
2518
  }
2500
2519
  .c4p--side-panel__container .c4p--side-panel__subtitle-text {
2501
2520
  font-size: var(--cds-body-compact-01-font-size, 0.875rem);
@@ -2503,75 +2522,41 @@ p.c4p--about-modal__copyright-text:first-child {
2503
2522
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
2504
2523
  letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
2505
2524
  overflow: hidden;
2506
- padding: 0 3rem 1rem 1rem;
2525
+ padding-right: var(--c4p--side-panel--title-padding-right);
2526
+ padding-bottom: 1rem;
2507
2527
  -webkit-box-orient: vertical;
2508
2528
  -webkit-line-clamp: 3;
2509
- opacity: var(--c4p--side-panel--subtitle-opacity);
2529
+ opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
2510
2530
  }
2511
- .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation {
2512
- position: fixed;
2531
+ .c4p--side-panel__container .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2513
2532
  z-index: 2;
2514
- top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--label-text-height));
2515
2533
  background-color: var(--cds-layer-01, #f4f4f4);
2516
2534
  }
2517
- .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation.c4p--side-panel__subtitle-text-is-animating {
2518
- top: var(--c4p--side-panel--title-text-height);
2519
- }
2520
- .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-without-title {
2535
+ .c4p--side-panel__container .c4p--side-panel__title-text + .c4p--side-panel__subtitle-text {
2521
2536
  padding-top: 1rem;
2522
- padding-right: 3rem;
2523
- }
2524
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation.c4p--side-panel__title-container-is-animating {
2525
- top: 0;
2526
- }
2527
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation {
2528
- position: fixed;
2529
- height: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--label-text-height));
2530
2537
  }
2531
2538
  .c4p--side-panel__container .c4p--side-panel__inner-content {
2532
- overflow: auto;
2533
- height: calc(100vh - 3rem);
2534
- margin-top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height) + var(--c4p--side-panel--label-text-height));
2535
- overflow-x: hidden;
2539
+ padding: 1rem;
2540
+ padding-top: 0;
2536
2541
  }
2537
- .c4p--side-panel__container.c4p--side-panel__container--has-slug .c4p--side-panel__inner-content {
2538
- background-image: linear-gradient(0deg, var(--cds-ai-gradient-start-01, rgba(242, 244, 248, 0.5)) 0%, var(--cds-ai-gradient-end, rgba(255, 255, 255, 0)) 33%, transparent 100%), linear-gradient(0deg, var(--cds-ai-gradient-start-02, rgba(237, 245, 255, 0.5)) 0%, var(--cds-ai-gradient-end, rgba(255, 255, 255, 0)) 33%, transparent 100%);
2542
+ .c4p--side-panel__container .c4p--side-panel__header:has(.c4p--side-panel__action-toolbar) + .c4p--side-panel__inner-content,
2543
+ .c4p--side-panel__container .c4p--side-panel__header--has-action-toolbar + .c4p--side-panel__inner-content {
2544
+ padding-top: 0.5rem;
2539
2545
  }
2540
- .c4p--side-panel__container .c4p--side-panel__inner-content-with-actions {
2541
- height: calc(100vh - (var(--c4p--side-panel--content-bottom-padding) + 2rem));
2546
+ .c4p--side-panel__container.c4p--side-panel__container--has-slug .c4p--side-panel__inner-content {
2547
+ background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
2548
+ border-block-end-color: var(--cds-ai-border-strong, #4589ff);
2542
2549
  }
2543
- .c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__static-inner-content {
2544
- height: calc(100vh - (var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height)) + -1 * (3rem + 4rem));
2550
+ .c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__inner-content--static {
2545
2551
  padding-top: 1rem;
2546
2552
  }
2547
- .c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__static-inner-content-no-actions {
2548
- height: calc(100vh - (var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height) + var(--c4p--side-panel--label-text-height)));
2549
- }
2550
- .c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2551
- position: fixed;
2552
- top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height));
2553
- width: 100%;
2554
- border-bottom: 1px solid var(--cds-layer-active-01, #c6c6c6);
2555
- }
2556
- .c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation + .c4p--side-panel__body-content {
2557
- margin-top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + 3rem);
2558
- }
2559
- .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation.c4p--side-panel__subtitle-text-no-animation-no-action-toolbar {
2560
- border-bottom: 1px solid var(--cds-layer-active-01, #c6c6c6);
2561
- margin-bottom: 1rem;
2562
- }
2563
2553
  .c4p--side-panel__container .c4p--side-panel__action-toolbar {
2564
2554
  position: sticky;
2565
2555
  z-index: 4;
2566
- /* stylelint-disable-next-line carbon/layout-token-use */
2567
- top: var(--c4p--side-panel--title-height);
2568
2556
  display: flex;
2569
2557
  align-items: center;
2570
2558
  justify-content: flex-start;
2571
- padding: 0 1rem;
2572
- margin-bottom: 0.5rem;
2573
2559
  background-color: var(--cds-layer-01, #f4f4f4);
2574
- transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
2575
2560
  }
2576
2561
  .c4p--side-panel__container .c4p--side-panel__action-toolbar-leading-button {
2577
2562
  margin-right: 0.5rem;
@@ -2603,21 +2588,13 @@ p.c4p--about-modal__copyright-text:first-child {
2603
2588
  }
2604
2589
  .c4p--side-panel__container .c4p--side-panel__slug-and-close {
2605
2590
  position: fixed;
2606
- z-index: 5;
2591
+ z-index: 10; /* must be higher than title container border bottom */
2607
2592
  top: 0;
2608
2593
  right: 0;
2609
2594
  display: flex;
2610
2595
  }
2611
- .c4p--side-panel__container .c4p--side-panel__body-content {
2612
- padding: 1rem;
2613
- padding-top: 0;
2614
- }
2615
- .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__actions-container.c4p--action-set--2xl {
2616
- width: 100%;
2617
- max-width: 100%;
2618
- }
2619
2596
  .c4p--side-panel__container .c4p--side-panel__actions-container {
2620
- position: fixed;
2597
+ position: sticky;
2621
2598
  bottom: 0;
2622
2599
  border-top: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2623
2600
  background-color: var(--cds-layer-01, #f4f4f4);
@@ -2637,13 +2614,11 @@ p.c4p--about-modal__copyright-text:first-child {
2637
2614
  width: 25%;
2638
2615
  }
2639
2616
  }
2640
- .c4p--side-panel__container .c4p--side-panel__actions-container .c4p--action-set__action-button {
2641
- height: 4rem;
2642
- }
2643
- .c4p--side-panel__container .c4p--side-panel__actions-container.c4p--side-panel__actions-container-condensed .c4p--action-set__action-button {
2644
- height: 3rem;
2617
+ .c4p--side-panel__container .c4p--side-panel__actions-container .c4p--action-set__action-button.c4p--action-set__action-button {
2618
+ height: var(--c4p--side-panel--actions-height);
2645
2619
  }
2646
2620
  .c4p--side-panel__container.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__actions-container.c4p--action-set--sm {
2621
+ /* any value is single value list */
2647
2622
  width: 16rem;
2648
2623
  max-width: 100%;
2649
2624
  }
@@ -2758,14 +2733,14 @@ p.c4p--about-modal__copyright-text:first-child {
2758
2733
  }
2759
2734
 
2760
2735
  .c4p--create-side-panel.c4p--side-panel__container--2xl .c4p--side-panel__title-text {
2761
- width: calc(75% - 1rem);
2762
- padding-right: calc(75% * 0.2 - 1rem);
2736
+ width: calc(40rem 75% - 1rem);
2737
+ padding-right: calc(40rem 75% * 0.2 - 1rem);
2763
2738
  margin-bottom: 0.25rem;
2764
2739
  }
2765
2740
 
2766
2741
  .c4p--create-side-panel.c4p--side-panel__container--2xl .c4p--side-panel__subtitle-text {
2767
- width: calc(75% - 1rem);
2768
- padding-right: calc(75% * 0.2 - 1rem);
2742
+ width: calc(40rem 75% - 1rem);
2743
+ padding-right: calc(40rem 75% * 0.2 - 1rem);
2769
2744
  padding-bottom: 1rem;
2770
2745
  border-bottom: 1px solid var(--cds-layer-accent-01, #e0e0e0);
2771
2746
  color: var(--cds-text-secondary, #525252);
@@ -3246,6 +3221,7 @@ p.c4p--about-modal__copyright-text:first-child {
3246
3221
  position: sticky;
3247
3222
  z-index: 1;
3248
3223
  left: 0;
3224
+ background-color: var(--cds-layer-01, #f4f4f4);
3249
3225
  }
3250
3226
  .c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__cell {
3251
3227
  align-items: center;
@@ -3267,6 +3243,7 @@ p.c4p--about-modal__copyright-text:first-child {
3267
3243
  .c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.cds--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left {
3268
3244
  position: sticky;
3269
3245
  left: 0;
3246
+ background-color: var(--cds-layer-01, #f4f4f4);
3270
3247
  }
3271
3248
  .c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__checkbox-cell th.cds--table-column-checkbox {
3272
3249
  display: flex;
@@ -3343,6 +3320,9 @@ p.c4p--about-modal__copyright-text:first-child {
3343
3320
  height: 100%;
3344
3321
  overflow-x: auto;
3345
3322
  }
3323
+ .c4p--datagrid__grid-container .c4p--datagrid-filter-panel + .c4p--datagrid__table-container-inner .cds--data-table-content {
3324
+ height: fit-content;
3325
+ }
3346
3326
  .c4p--datagrid__grid-container table.c4p--datagrid__table-simple {
3347
3327
  display: flex;
3348
3328
  overflow: auto;
@@ -3480,7 +3460,7 @@ p.c4p--about-modal__copyright-text:first-child {
3480
3460
  }
3481
3461
 
3482
3462
  .c4p--datagrid__resizableColumn:hover {
3483
- background-color: var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32));
3463
+ background-color: var(--cds-layer-selected-hover);
3484
3464
  }
3485
3465
  .c4p--datagrid__resizableColumn:hover .c4p--datagrid__resizer {
3486
3466
  border-right: 0.125rem solid var(--cds-border-strong-01, #8d8d8d);
@@ -4027,6 +4007,7 @@ p.c4p--about-modal__copyright-text:first-child {
4027
4007
  display: flex;
4028
4008
  align-items: center;
4029
4009
  border-left: 1px solid var(--cds-layer-active-02, #c6c6c6);
4010
+ background-color: var(--cds-layer-01, #f4f4f4);
4030
4011
  }
4031
4012
 
4032
4013
  .c4p--datagrid__right-sticky-column-header {
@@ -4042,6 +4023,7 @@ p.c4p--about-modal__copyright-text:first-child {
4042
4023
  display: flex;
4043
4024
  align-items: center;
4044
4025
  border-right: 1px solid var(--cds-layer-active-02, #c6c6c6);
4026
+ background-color: var(--cds-layer-01, #f4f4f4);
4045
4027
  }
4046
4028
 
4047
4029
  .c4p--datagrid__left-sticky-column-header {
@@ -5088,6 +5070,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
5088
5070
  min-width: auto;
5089
5071
  }
5090
5072
 
5073
+ .c4p--datagrid .cds--pagination {
5074
+ background-color: var(--cds-layer-02, #ffffff);
5075
+ }
5076
+
5091
5077
  .c4p--edit-in-place {
5092
5078
  --c4p--edit-in-place--size: 2rem;
5093
5079
  display: flex;
@@ -5462,7 +5448,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
5462
5448
  }
5463
5449
 
5464
5450
  .c4p--card .cds--slug {
5465
- background: linear-gradient(0deg, var(--cds-slug-callout-aura-start, rgba(237, 245, 255, 0.6)) 0%, var(--cds-slug-callout-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 50%), linear-gradient(180deg, var(--cds-slug-callout-gradient-top, rgba(244, 244, 244, 0.85)) 0%, var(--cds-slug-callout-gradient-bottom, rgba(224, 224, 224, 0.85)) 100%) rgba(0, 0, 0, 0.01);
5451
+ background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) border-box;
5466
5452
  position: absolute;
5467
5453
  top: 1rem;
5468
5454
  right: 1rem;
@@ -5491,7 +5477,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
5491
5477
  }
5492
5478
 
5493
5479
  .c4p--card--has-slug {
5494
- background: linear-gradient(0deg, var(--cds-slug-callout-aura-start, rgba(237, 245, 255, 0.6)) 0%, var(--cds-slug-callout-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 50%), linear-gradient(180deg, var(--cds-slug-callout-gradient-top, rgba(244, 244, 244, 0.85)) 0%, var(--cds-slug-callout-gradient-bottom, rgba(224, 224, 224, 0.85)) 100%) rgba(0, 0, 0, 0.01);
5480
+ background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) border-box;
5495
5481
  border: 1px solid var(--cds-border-tile);
5496
5482
  }
5497
5483
 
@@ -6084,9 +6070,16 @@ button.c4p--add-select__global-filter-toggle--open {
6084
6070
  }
6085
6071
  }
6086
6072
  .c4p--notifications-panel__container {
6073
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
6074
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
6075
+ --cds-ai-border-end: rgba(166, 200, 255, 0.24);
6076
+ --cds-ai-border-start: #4589ff;
6077
+ --cds-ai-border-strong: #78a9ff;
6078
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
6087
6079
  --cds-ai-gradient-end: rgba(38, 38, 38, 0);
6088
6080
  --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
6089
6081
  --cds-ai-gradient-start-02: transparent;
6082
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
6090
6083
  --cds-background: #161616;
6091
6084
  --cds-background-active: rgba(141, 141, 141, 0.4);
6092
6085
  --cds-background-brand: #0f62fe;
@@ -6102,11 +6095,11 @@ button.c4p--add-select__global-filter-toggle--open {
6102
6095
  --cds-border-strong-02: #8d8d8d;
6103
6096
  --cds-border-strong-03: #a8a8a8;
6104
6097
  --cds-border-subtle-00: #393939;
6105
- --cds-border-subtle-01: #393939;
6106
- --cds-border-subtle-02: #525252;
6098
+ --cds-border-subtle-01: #525252;
6099
+ --cds-border-subtle-02: #6f6f6f;
6107
6100
  --cds-border-subtle-03: #6f6f6f;
6108
- --cds-border-subtle-selected-01: #525252;
6109
- --cds-border-subtle-selected-02: #6f6f6f;
6101
+ --cds-border-subtle-selected-01: #6f6f6f;
6102
+ --cds-border-subtle-selected-02: #8d8d8d;
6110
6103
  --cds-border-subtle-selected-03: #8d8d8d;
6111
6104
  --cds-border-tile-01: #525252;
6112
6105
  --cds-border-tile-02: #6f6f6f;
@@ -6168,20 +6161,26 @@ button.c4p--add-select__global-filter-toggle--open {
6168
6161
  --cds-skeleton-element: #393939;
6169
6162
  --cds-slug-background: #c6c6c6;
6170
6163
  --cds-slug-background-hover: #e0e0e0;
6171
- --cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
6164
+ --cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
6172
6165
  --cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
6173
6166
  --cds-slug-callout-aura-end-hover-02: transparent;
6174
6167
  --cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
6175
- --cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
6168
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
6176
6169
  --cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
6177
6170
  --cds-slug-callout-aura-start-hover-02: transparent;
6178
6171
  --cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
6172
+ --cds-slug-callout-caret-bottom: #3d4655;
6173
+ --cds-slug-callout-caret-bottom-background: #213250;
6174
+ --cds-slug-callout-caret-bottom-background-actions: #192436;
6175
+ --cds-slug-callout-caret-center: #3f68af;
6179
6176
  --cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
6180
6177
  --cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
6181
6178
  --cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
6182
6179
  --cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
6183
6180
  --cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
6184
6181
  --cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
6182
+ --cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
6183
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
6185
6184
  --cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
6186
6185
  --cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
6187
6186
  --cds-slug-hollow-hover: #b5b5b5;
@@ -8373,7 +8372,9 @@ button.c4p--add-select__global-filter-toggle--open {
8373
8372
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-list {
8374
8373
  display: flex;
8375
8374
  flex-direction: column;
8376
- margin-bottom: 0.5rem;
8375
+ }
8376
+ .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__show-all-tags-link {
8377
+ margin-top: 0.5rem;
8377
8378
  }
8378
8379
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item.c4p--tag-set-overflow__tag-item--tag .cds--tag {
8379
8380
  background-color: var(--cds-background-inverse-hover, #474747);
@@ -9059,6 +9060,10 @@ button.c4p--add-select__global-filter-toggle--open {
9059
9060
  display: flex;
9060
9061
  }
9061
9062
 
9063
+ .c4p--saving__buttons .cds--btn .cds--inline-loading {
9064
+ min-block-size: auto;
9065
+ }
9066
+
9062
9067
  @keyframes rotating {
9063
9068
  0% {
9064
9069
  transform: scaleY(-1) rotate(360deg);
@@ -9880,9 +9885,16 @@ button.c4p--add-select__global-filter-toggle--open {
9880
9885
  despite of which carbon theme the user has.
9881
9886
  */
9882
9887
  .c4p--web-terminal {
9888
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
9889
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
9890
+ --cds-ai-border-end: rgba(166, 200, 255, 0.24);
9891
+ --cds-ai-border-start: #4589ff;
9892
+ --cds-ai-border-strong: #78a9ff;
9893
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
9883
9894
  --cds-ai-gradient-end: rgba(38, 38, 38, 0);
9884
9895
  --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
9885
9896
  --cds-ai-gradient-start-02: transparent;
9897
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
9886
9898
  --cds-background: #262626;
9887
9899
  --cds-background-active: rgba(141, 141, 141, 0.4);
9888
9900
  --cds-background-brand: #0f62fe;
@@ -9898,11 +9910,11 @@ button.c4p--add-select__global-filter-toggle--open {
9898
9910
  --cds-border-strong-02: #a8a8a8;
9899
9911
  --cds-border-strong-03: #c6c6c6;
9900
9912
  --cds-border-subtle-00: #525252;
9901
- --cds-border-subtle-01: #525252;
9902
- --cds-border-subtle-02: #6f6f6f;
9913
+ --cds-border-subtle-01: #6f6f6f;
9914
+ --cds-border-subtle-02: #8d8d8d;
9903
9915
  --cds-border-subtle-03: #8d8d8d;
9904
- --cds-border-subtle-selected-01: #6f6f6f;
9905
- --cds-border-subtle-selected-02: #8d8d8d;
9916
+ --cds-border-subtle-selected-01: #8d8d8d;
9917
+ --cds-border-subtle-selected-02: #a8a8a8;
9906
9918
  --cds-border-subtle-selected-03: #a8a8a8;
9907
9919
  --cds-border-tile-01: #6f6f6f;
9908
9920
  --cds-border-tile-02: #8d8d8d;
@@ -9964,20 +9976,26 @@ button.c4p--add-select__global-filter-toggle--open {
9964
9976
  --cds-skeleton-element: #525252;
9965
9977
  --cds-slug-background: #c6c6c6;
9966
9978
  --cds-slug-background-hover: #e0e0e0;
9967
- --cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
9979
+ --cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
9968
9980
  --cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
9969
9981
  --cds-slug-callout-aura-end-hover-02: transparent;
9970
9982
  --cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
9971
- --cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
9983
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
9972
9984
  --cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
9973
9985
  --cds-slug-callout-aura-start-hover-02: transparent;
9974
9986
  --cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
9987
+ --cds-slug-callout-caret-bottom: #465060;
9988
+ --cds-slug-callout-caret-bottom-background: #2d3f5c;
9989
+ --cds-slug-callout-caret-bottom-background-actions: #253042;
9990
+ --cds-slug-callout-caret-center: #456fb5;
9975
9991
  --cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
9976
9992
  --cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
9977
9993
  --cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
9978
9994
  --cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
9979
9995
  --cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
9980
9996
  --cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
9997
+ --cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
9998
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
9981
9999
  --cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
9982
10000
  --cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
9983
10001
  --cds-slug-hollow-hover: #b5b5b5;
@@ -10294,9 +10312,16 @@ button.c4p--add-select__global-filter-toggle--open {
10294
10312
  }
10295
10313
 
10296
10314
  .c4p--web-terminal__documentation-overflow {
10315
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
10316
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
10317
+ --cds-ai-border-end: rgba(166, 200, 255, 0.24);
10318
+ --cds-ai-border-start: #4589ff;
10319
+ --cds-ai-border-strong: #78a9ff;
10320
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
10297
10321
  --cds-ai-gradient-end: rgba(38, 38, 38, 0);
10298
10322
  --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
10299
10323
  --cds-ai-gradient-start-02: transparent;
10324
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
10300
10325
  --cds-background: #161616;
10301
10326
  --cds-background-active: rgba(141, 141, 141, 0.4);
10302
10327
  --cds-background-brand: #0f62fe;
@@ -10312,11 +10337,11 @@ button.c4p--add-select__global-filter-toggle--open {
10312
10337
  --cds-border-strong-02: #8d8d8d;
10313
10338
  --cds-border-strong-03: #a8a8a8;
10314
10339
  --cds-border-subtle-00: #393939;
10315
- --cds-border-subtle-01: #393939;
10316
- --cds-border-subtle-02: #525252;
10340
+ --cds-border-subtle-01: #525252;
10341
+ --cds-border-subtle-02: #6f6f6f;
10317
10342
  --cds-border-subtle-03: #6f6f6f;
10318
- --cds-border-subtle-selected-01: #525252;
10319
- --cds-border-subtle-selected-02: #6f6f6f;
10343
+ --cds-border-subtle-selected-01: #6f6f6f;
10344
+ --cds-border-subtle-selected-02: #8d8d8d;
10320
10345
  --cds-border-subtle-selected-03: #8d8d8d;
10321
10346
  --cds-border-tile-01: #525252;
10322
10347
  --cds-border-tile-02: #6f6f6f;
@@ -10378,20 +10403,26 @@ button.c4p--add-select__global-filter-toggle--open {
10378
10403
  --cds-skeleton-element: #393939;
10379
10404
  --cds-slug-background: #c6c6c6;
10380
10405
  --cds-slug-background-hover: #e0e0e0;
10381
- --cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
10406
+ --cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
10382
10407
  --cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
10383
10408
  --cds-slug-callout-aura-end-hover-02: transparent;
10384
10409
  --cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
10385
- --cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
10410
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
10386
10411
  --cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
10387
10412
  --cds-slug-callout-aura-start-hover-02: transparent;
10388
10413
  --cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
10414
+ --cds-slug-callout-caret-bottom: #3d4655;
10415
+ --cds-slug-callout-caret-bottom-background: #213250;
10416
+ --cds-slug-callout-caret-bottom-background-actions: #192436;
10417
+ --cds-slug-callout-caret-center: #3f68af;
10389
10418
  --cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
10390
10419
  --cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
10391
10420
  --cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
10392
10421
  --cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
10393
10422
  --cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
10394
10423
  --cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
10424
+ --cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
10425
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
10395
10426
  --cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
10396
10427
  --cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
10397
10428
  --cds-slug-hollow-hover: #b5b5b5;