@carbon/ibm-products 2.21.0 → 2.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. package/README.md +8 -4
  2. package/css/index-full-carbon.css +559 -357
  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 +227 -267
  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 +271 -295
  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 +251 -298
  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/Datagrid/Datagrid/DatagridContent.js +8 -3
  19. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +14 -4
  20. package/es/components/Datagrid/Datagrid/DatagridRow.js +6 -1
  21. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +6 -3
  22. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +2 -2
  23. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +30 -72
  24. package/es/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.js +26 -0
  25. package/es/components/Datagrid/useDefaultStringRenderer.js +3 -3
  26. package/es/components/Datagrid/useRowIsMouseOver.js +3 -1
  27. package/es/components/Datagrid/useSortableColumns.js +15 -5
  28. package/es/components/DelimitedList/DelimitedList.docs-page.js +15 -0
  29. package/es/components/DelimitedList/DelimitedList.js +73 -0
  30. package/es/components/DelimitedList/index.js +8 -0
  31. package/es/components/FilterSummary/FilterSummary.js +100 -19
  32. package/es/components/SidePanel/SidePanel.js +145 -189
  33. package/es/components/TagSet/TagSet.js +31 -7
  34. package/es/components/TagSet/TagSetOverflow.js +13 -8
  35. package/es/components/index.js +2 -1
  36. package/es/global/js/hooks/useResizeObserver.js +5 -2
  37. package/es/global/js/package-settings.js +1 -0
  38. package/lib/components/Datagrid/Datagrid/DatagridContent.js +8 -3
  39. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +14 -4
  40. package/lib/components/Datagrid/Datagrid/DatagridRow.js +6 -1
  41. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +6 -3
  42. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +2 -2
  43. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +30 -72
  44. package/lib/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.js +36 -0
  45. package/lib/components/Datagrid/useDefaultStringRenderer.js +3 -3
  46. package/lib/components/Datagrid/useRowIsMouseOver.js +3 -1
  47. package/lib/components/Datagrid/useSortableColumns.js +15 -5
  48. package/lib/components/DelimitedList/DelimitedList.docs-page.js +25 -0
  49. package/lib/components/DelimitedList/DelimitedList.js +78 -0
  50. package/lib/components/DelimitedList/index.js +12 -0
  51. package/lib/components/FilterSummary/FilterSummary.js +103 -23
  52. package/lib/components/SidePanel/SidePanel.js +145 -189
  53. package/lib/components/TagSet/TagSet.js +31 -7
  54. package/lib/components/TagSet/TagSetOverflow.js +12 -7
  55. package/lib/components/index.js +8 -1
  56. package/lib/global/js/hooks/useResizeObserver.js +5 -2
  57. package/lib/global/js/package-settings.js +1 -0
  58. package/package.json +9 -8
  59. package/scss/components/CreateSidePanel/_create-side-panel.scss +1 -38
  60. package/scss/components/Datagrid/_datagrid.scss +4 -0
  61. package/scss/components/Datagrid/styles/_datagrid.scss +24 -1
  62. package/scss/components/Datagrid/styles/_useStickyColumn.scss +2 -0
  63. package/scss/components/DelimitedList/_carbon-imports.scss +9 -0
  64. package/scss/components/DelimitedList/_delimited-list.scss +27 -0
  65. package/scss/components/DelimitedList/_index-with-carbon.scss +9 -0
  66. package/scss/components/DelimitedList/_index.scss +8 -0
  67. package/scss/components/EditSidePanel/_edit-side-panel.scss +0 -18
  68. package/scss/components/FilterSummary/_filter-summary.scss +22 -1
  69. package/scss/components/SidePanel/_side-panel-variables.scss +5 -1
  70. package/scss/components/SidePanel/_side-panel.scss +155 -187
  71. package/scss/components/_index-with-carbon.scss +1 -0
  72. package/scss/components/_index.scss +1 -0
  73. package/telemetry.yml +790 -0
@@ -2152,6 +2152,10 @@ p.c4p--about-modal__copyright-text:first-child {
2152
2152
  margin-bottom: 0;
2153
2153
  }
2154
2154
 
2155
+ /* One or two values
2156
+ * - width (first value)
2157
+ * - min-width (optional second value)
2158
+ */
2155
2159
  @keyframes hide-feedback {
2156
2160
  0% {
2157
2161
  opacity: 1;
@@ -2378,76 +2382,90 @@ p.c4p--about-modal__copyright-text:first-child {
2378
2382
  white-space: nowrap;
2379
2383
  }
2380
2384
 
2385
+ .c4p--side-panel--scrolls {
2386
+ overflow: auto;
2387
+ overflow-x: hidden;
2388
+ }
2389
+
2381
2390
  .c4p--side-panel__container {
2382
- --c4p--side-panel--subtitle-opacity: 1;
2383
- --c4p--side-panel--title-container-height: 0;
2384
- --c4p--side-panel--title-text-height: 0;
2385
- --c4p--side-panel--subtitle-container-height: 0;
2386
- --c4p--side-panel--action-bar-container-height: 0;
2387
- --c4p--side-panel--divider-opacity: 0;
2388
- --c4p--side-panel--title-y-position: 0;
2389
- --c4p--side-panel--content-bottom-padding: 4rem;
2390
- --c4p--side-panel--collapsed-title-y-position: 1rem;
2391
- --c4p--side-panel--label-text-height: 0;
2392
- --c4p--side-panel--title-padding-right: 3rem;
2391
+ --c4p--side-panel--title-stop: 1rem;
2392
+ --c4p--side-panel--scroll-animation-progress: 0;
2393
+ --c4p--side-panel--title-padding-right: 2rem;
2394
+ --c4p--side-panel--actions-height: 4rem;
2393
2395
  position: fixed;
2394
2396
  z-index: 9000;
2395
2397
  top: 3rem;
2398
+ display: grid;
2396
2399
  height: calc(100% - 3rem);
2397
2400
  box-sizing: border-box;
2398
2401
  background-color: var(--cds-layer-01, #f4f4f4);
2399
2402
  color: var(--cds-text-primary, #161616);
2403
+ grid-template-rows: 1fr auto; /* titles and content */
2400
2404
  }
2401
2405
  .c4p--side-panel__container.c4p--side-panel__container--xs {
2406
+ /* any value is single value list */
2402
2407
  width: 16rem;
2403
2408
  max-width: 100%;
2404
2409
  }
2405
- .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
2406
- .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
2407
- .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2410
+ .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
2411
+ .c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2412
+ /* any value is single value list */
2408
2413
  width: 16rem;
2409
2414
  max-width: 100%;
2410
2415
  }
2411
2416
  .c4p--side-panel__container.c4p--side-panel__container--sm {
2417
+ /* any value is single value list */
2412
2418
  width: 20rem;
2413
2419
  max-width: 100%;
2414
2420
  }
2415
- .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
2416
- .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
2417
- .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2421
+ .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
2422
+ .c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2423
+ /* any value is single value list */
2418
2424
  width: 20rem;
2419
2425
  max-width: 100%;
2420
2426
  }
2421
2427
  .c4p--side-panel__container.c4p--side-panel__container--md {
2428
+ /* any value is single value list */
2422
2429
  width: 30rem;
2423
2430
  max-width: 100%;
2424
2431
  }
2425
- .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
2426
- .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
2427
- .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2432
+ .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
2433
+ .c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2434
+ /* any value is single value list */
2428
2435
  width: 30rem;
2429
2436
  max-width: 100%;
2430
2437
  }
2431
2438
  .c4p--side-panel__container.c4p--side-panel__container--lg {
2439
+ /* any value is single value list */
2432
2440
  width: 40rem;
2433
2441
  max-width: 100%;
2434
2442
  }
2435
- .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
2436
- .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
2437
- .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2443
+ .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
2444
+ .c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2445
+ /* any value is single value list */
2438
2446
  width: 40rem;
2439
2447
  max-width: 100%;
2440
2448
  }
2441
2449
  .c4p--side-panel__container.c4p--side-panel__container--2xl {
2442
- width: 75%;
2450
+ /* any value is single value list */
2451
+ width: 40rem;
2452
+ min-width: 75%;
2443
2453
  max-width: 100%;
2444
2454
  }
2445
- .c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation,
2446
- .c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation,
2447
- .c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2448
- width: 75%;
2455
+ .c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
2456
+ .c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2457
+ /* any value is single value list */
2458
+ width: 40rem;
2459
+ min-width: 75%;
2449
2460
  max-width: 100%;
2450
2461
  }
2462
+ .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 {
2463
+ /* if the title does not scroll then we have a child scrolling section. */
2464
+ grid-template-rows: auto 1fr auto; /* titles content actions */
2465
+ }
2466
+ .c4p--side-panel__container.c4p--side-panel__container--condensed-actions {
2467
+ --c4p--side-panel--actions-height: 3rem;
2468
+ }
2451
2469
  .c4p--side-panel__container .c4p--side-panel__actions-container {
2452
2470
  width: 100%;
2453
2471
  }
@@ -2459,46 +2477,30 @@ p.c4p--about-modal__copyright-text:first-child {
2459
2477
  left: 0;
2460
2478
  border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2461
2479
  }
2462
- .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__title-container {
2463
- /* stylelint-disable-next-line max-nesting-depth */
2464
- }
2465
- .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__title-container::before {
2466
- content: none;
2467
- }
2468
- .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__action-toolbar {
2469
- /* stylelint-disable-next-line max-nesting-depth */
2470
- }
2471
- .c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__action-toolbar::before {
2472
- position: absolute;
2473
- bottom: 0;
2474
- left: 0;
2475
- width: 100%;
2476
- height: 1px;
2477
- background-color: var(--cds-border-subtle-02, #e0e0e0);
2478
- content: "";
2479
- opacity: var(--c4p--side-panel--divider-opacity);
2480
- }
2481
- .c4p--side-panel__container.c4p--side-panel__container-without-overlay {
2480
+ .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 {
2482
2481
  box-shadow: 0 0.125rem 0.25rem var(--cds-overlay, rgba(22, 22, 22, 0.5));
2483
2482
  }
2484
- .c4p--side-panel__container .c4p--side-panel__title-container {
2483
+ .c4p--side-panel__container .c4p--side-panel__header {
2484
+ --c4p--side-panel--title-padding-bottom: 1rem;
2485
2485
  position: sticky;
2486
2486
  z-index: 4;
2487
- top: 0;
2487
+ /* stylelint-disable-next-line carbon/layout-token-use */
2488
+ top: calc(-1px * var(--c4p--side-panel--scroll-animation-distance));
2488
2489
  padding: 1rem;
2490
+ padding-bottom: 0;
2489
2491
  background-color: var(--cds-layer-01, #f4f4f4);
2490
2492
  /* stylelint-disable-next-line max-nesting-depth */
2491
2493
  }
2492
- .c4p--side-panel__container .c4p--side-panel__title-container:has(~ .c4p--side-panel__subtitle-text) {
2493
- padding-bottom: 0.5rem;
2494
+ .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 {
2495
+ --c4p--side-panel--title-padding-bottom: 0.5rem;
2494
2496
  }
2495
- .c4p--side-panel__container .c4p--side-panel__title-container:has(.c4p--side-panel__navigation-back-button) {
2497
+ .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 {
2496
2498
  padding-top: 2rem;
2497
2499
  }
2498
- .c4p--side-panel__container .c4p--side-panel__title-container:has(.c4p--side-panel__navigation-back-button.cds--btn--md) {
2500
+ .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 {
2499
2501
  padding-top: 2.5rem;
2500
2502
  }
2501
- .c4p--side-panel__container .c4p--side-panel__title-container::before {
2503
+ .c4p--side-panel__container .c4p--side-panel__header::before {
2502
2504
  position: absolute;
2503
2505
  bottom: 0;
2504
2506
  left: 0;
@@ -2506,47 +2508,56 @@ p.c4p--about-modal__copyright-text:first-child {
2506
2508
  height: 1px;
2507
2509
  background-color: var(--cds-border-subtle-02, #e0e0e0);
2508
2510
  content: "";
2509
- opacity: var(--c4p--side-panel--divider-opacity);
2511
+ opacity: var(--c4p--side-panel--scroll-animation-progress);
2512
+ z-index: 9;
2510
2513
  }
2511
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--reduced-motion {
2514
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--no-title-animation {
2515
+ position: relative;
2516
+ top: 0;
2517
+ }
2518
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--no-title-animation::before {
2519
+ opacity: 1;
2520
+ }
2521
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--reduced-motion {
2512
2522
  z-index: 5;
2513
2523
  border-bottom: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2514
2524
  margin-bottom: 1rem;
2515
2525
  }
2516
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--reduced-motion.c4p--side-panel__title-container--no-title-animation {
2526
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--reduced-motion.c4p--side-panel__header--no-title-animation {
2517
2527
  border-bottom: 0;
2518
2528
  margin-bottom: 0;
2519
2529
  }
2520
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__on-detail-step .c4p--side-panel__collapsed-title-text {
2521
- top: 2rem;
2522
- }
2523
- .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 {
2524
- top: 2.5rem;
2530
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel--on-detail-step .c4p--side-panel__collapsed-title-text {
2531
+ top: 1rem;
2525
2532
  }
2526
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title {
2527
- padding: 0;
2533
+ .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 {
2534
+ top: 1.5rem;
2528
2535
  }
2529
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title.c4p--side-panel__on-detail-step-without-title {
2536
+ .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel--on-detail-step:not(:has(.c4p--side-panel__title-text)) {
2530
2537
  height: calc(2.5rem + 0.25rem);
2531
2538
  padding: 1rem 1rem 0.5rem 1rem;
2532
2539
  }
2533
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title::before {
2540
+ .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 {
2534
2541
  background-color: transparent;
2535
2542
  }
2536
- .c4p--side-panel__container.c4p--side-panel__container--has-slug {
2537
- --c4p--side-panel--title-padding-right: 6rem;
2543
+ .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 {
2544
+ --c4p--side-panel--title-padding-right: 4rem;
2538
2545
  }
2539
- .c4p--side-panel__container.c4p--side-panel__container-is-animating {
2540
- pointer-events: none;
2546
+ .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 {
2547
+ --c4p--side-panel--title-padding-right: 5rem;
2541
2548
  }
2542
- .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation {
2543
- top: 0;
2544
- }
2545
- .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation {
2546
- top: var(--c4p--side-panel--title-text-height);
2549
+ .c4p--side-panel__container .c4p--side-panel__animated-scroll-wrapper {
2550
+ display: grid;
2551
+ grid-template-rows: auto 1fr;
2547
2552
  }
2548
- .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2549
- top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height));
2553
+ .c4p--side-panel__container .c4p--side-panel__title {
2554
+ position: sticky;
2555
+ z-index: 4;
2556
+ /* stylelint-disable-next-line carbon/layout-token-use */
2557
+ top: var(--c4p--side-panel--title-stop);
2558
+ /* border-bottom used instead of padding which wrapped text shows through */
2559
+ border-bottom: var(--c4p--side-panel--title-padding-bottom) solid transparent;
2560
+ background-color: var(--cds-layer-01, #f4f4f4);
2550
2561
  }
2551
2562
  .c4p--side-panel__container .c4p--side-panel__title-text {
2552
2563
  font-size: var(--cds-heading-03-font-size, 1.25rem);
@@ -2559,12 +2570,14 @@ p.c4p--about-modal__copyright-text:first-child {
2559
2570
  padding-right: var(--c4p--side-panel--title-padding-right);
2560
2571
  -webkit-box-orient: vertical;
2561
2572
  -webkit-line-clamp: 2;
2562
- position: inherit;
2563
- z-index: 4;
2564
- margin-bottom: calc(-1 * var(--c4p--side-panel--label-text-height));
2565
- background-color: var(--cds-layer-01, #f4f4f4);
2566
- opacity: var(--c4p--side-panel--subtitle-opacity);
2567
- transform: translateY(var(--c4p--side-panel--title-y-position));
2573
+ opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
2574
+ }
2575
+ .c4p--side-panel__container .c4p--side-panel__title--no-label .c4p--side-panel__title-text {
2576
+ /* stylelint-disable-next-line carbon/layout-token-use */
2577
+ transform: translateY(calc(-1 * 1rem * var(--c4p--side-panel--scroll-animation-progress)));
2578
+ }
2579
+ .c4p--side-panel__container .c4p--side-panel__header--no-title-animation .c4p--side-panel__title-text {
2580
+ position: static;
2568
2581
  }
2569
2582
  .c4p--side-panel__container .c4p--side-panel__label-text {
2570
2583
  font-size: var(--cds-label-01-font-size, 0.75rem);
@@ -2573,9 +2586,8 @@ p.c4p--about-modal__copyright-text:first-child {
2573
2586
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
2574
2587
  overflow: hidden;
2575
2588
  padding-right: var(--c4p--side-panel--title-padding-right);
2576
- opacity: var(--c4p--side-panel--subtitle-opacity);
2589
+ opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
2577
2590
  text-overflow: ellipsis;
2578
- transform: translateY(var(--c4p--side-panel--title-y-position));
2579
2591
  white-space: nowrap;
2580
2592
  }
2581
2593
  .c4p--side-panel__container .c4p--side-panel__collapsed-title-text {
@@ -2590,9 +2602,13 @@ p.c4p--about-modal__copyright-text:first-child {
2590
2602
  -webkit-box-orient: vertical;
2591
2603
  -webkit-line-clamp: 2;
2592
2604
  position: absolute;
2593
- top: 1rem;
2594
- opacity: var(--c4p--side-panel--divider-opacity);
2595
- transform: translateY(var(--c4p--side-panel--collapsed-title-y-position));
2605
+ /* stylelint-disable-next-line carbon/layout-token-use */
2606
+ top: 0;
2607
+ opacity: var(--c4p--side-panel--scroll-animation-progress);
2608
+ }
2609
+ .c4p--side-panel__container .c4p--side-panel__title--no-label .c4p--side-panel__collapsed-title-text {
2610
+ /* stylelint-disable-next-line carbon/layout-token-use */
2611
+ transform: translateY(calc(1rem * (1 - var(--c4p--side-panel--scroll-animation-progress))));
2596
2612
  }
2597
2613
  .c4p--side-panel__container .c4p--side-panel__subtitle-text {
2598
2614
  font-size: var(--cds-body-compact-01-font-size, 0.875rem);
@@ -2600,75 +2616,41 @@ p.c4p--about-modal__copyright-text:first-child {
2600
2616
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
2601
2617
  letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
2602
2618
  overflow: hidden;
2603
- padding: 0 3rem 1rem 1rem;
2619
+ padding-right: var(--c4p--side-panel--title-padding-right);
2620
+ padding-bottom: 1rem;
2604
2621
  -webkit-box-orient: vertical;
2605
2622
  -webkit-line-clamp: 3;
2606
- opacity: var(--c4p--side-panel--subtitle-opacity);
2623
+ opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
2607
2624
  }
2608
- .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation {
2609
- position: fixed;
2625
+ .c4p--side-panel__container .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
2610
2626
  z-index: 2;
2611
- top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--label-text-height));
2612
2627
  background-color: var(--cds-layer-01, #f4f4f4);
2613
2628
  }
2614
- .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation.c4p--side-panel__subtitle-text-is-animating {
2615
- top: var(--c4p--side-panel--title-text-height);
2616
- }
2617
- .c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-without-title {
2629
+ .c4p--side-panel__container .c4p--side-panel__title-text + .c4p--side-panel__subtitle-text {
2618
2630
  padding-top: 1rem;
2619
- padding-right: 3rem;
2620
- }
2621
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation.c4p--side-panel__title-container-is-animating {
2622
- top: 0;
2623
- }
2624
- .c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation {
2625
- position: fixed;
2626
- height: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--label-text-height));
2627
2631
  }
2628
2632
  .c4p--side-panel__container .c4p--side-panel__inner-content {
2629
- overflow: auto;
2630
- height: calc(100vh - 3rem);
2631
- 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));
2632
- overflow-x: hidden;
2633
+ padding: 1rem;
2634
+ padding-top: 0;
2633
2635
  }
2634
- .c4p--side-panel__container.c4p--side-panel__container--has-slug .c4p--side-panel__inner-content {
2635
- 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%);
2636
+ .c4p--side-panel__container .c4p--side-panel__header:has(.c4p--side-panel__action-toolbar) + .c4p--side-panel__inner-content,
2637
+ .c4p--side-panel__container .c4p--side-panel__header--has-action-toolbar + .c4p--side-panel__inner-content {
2638
+ padding-top: 0.5rem;
2636
2639
  }
2637
- .c4p--side-panel__container .c4p--side-panel__inner-content-with-actions {
2638
- height: calc(100vh - (var(--c4p--side-panel--content-bottom-padding) + 2rem));
2640
+ .c4p--side-panel__container.c4p--side-panel__container--has-slug .c4p--side-panel__inner-content {
2641
+ 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%);
2642
+ border-block-end-color: var(--cds-ai-border-strong, #4589ff);
2639
2643
  }
2640
- .c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__static-inner-content {
2641
- 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));
2644
+ .c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__inner-content--static {
2642
2645
  padding-top: 1rem;
2643
2646
  }
2644
- .c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__static-inner-content-no-actions {
2645
- 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)));
2646
- }
2647
- .c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
2648
- position: fixed;
2649
- top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height));
2650
- width: 100%;
2651
- border-bottom: 1px solid var(--cds-layer-active-01, #c6c6c6);
2652
- }
2653
- .c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation + .c4p--side-panel__body-content {
2654
- margin-top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + 3rem);
2655
- }
2656
- .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 {
2657
- border-bottom: 1px solid var(--cds-layer-active-01, #c6c6c6);
2658
- margin-bottom: 1rem;
2659
- }
2660
2647
  .c4p--side-panel__container .c4p--side-panel__action-toolbar {
2661
2648
  position: sticky;
2662
2649
  z-index: 4;
2663
- /* stylelint-disable-next-line carbon/layout-token-use */
2664
- top: var(--c4p--side-panel--title-height);
2665
2650
  display: flex;
2666
2651
  align-items: center;
2667
2652
  justify-content: flex-start;
2668
- padding: 0 1rem;
2669
- margin-bottom: 0.5rem;
2670
2653
  background-color: var(--cds-layer-01, #f4f4f4);
2671
- transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
2672
2654
  }
2673
2655
  .c4p--side-panel__container .c4p--side-panel__action-toolbar-leading-button {
2674
2656
  margin-right: 0.5rem;
@@ -2700,21 +2682,13 @@ p.c4p--about-modal__copyright-text:first-child {
2700
2682
  }
2701
2683
  .c4p--side-panel__container .c4p--side-panel__slug-and-close {
2702
2684
  position: fixed;
2703
- z-index: 5;
2685
+ z-index: 10; /* must be higher than title container border bottom */
2704
2686
  top: 0;
2705
2687
  right: 0;
2706
2688
  display: flex;
2707
2689
  }
2708
- .c4p--side-panel__container .c4p--side-panel__body-content {
2709
- padding: 1rem;
2710
- padding-top: 0;
2711
- }
2712
- .c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__actions-container.c4p--action-set--2xl {
2713
- width: 100%;
2714
- max-width: 100%;
2715
- }
2716
2690
  .c4p--side-panel__container .c4p--side-panel__actions-container {
2717
- position: fixed;
2691
+ position: sticky;
2718
2692
  bottom: 0;
2719
2693
  border-top: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2720
2694
  background-color: var(--cds-layer-01, #f4f4f4);
@@ -2734,13 +2708,11 @@ p.c4p--about-modal__copyright-text:first-child {
2734
2708
  width: 25%;
2735
2709
  }
2736
2710
  }
2737
- .c4p--side-panel__container .c4p--side-panel__actions-container .c4p--action-set__action-button {
2738
- height: 4rem;
2739
- }
2740
- .c4p--side-panel__container .c4p--side-panel__actions-container.c4p--side-panel__actions-container-condensed .c4p--action-set__action-button {
2741
- height: 3rem;
2711
+ .c4p--side-panel__container .c4p--side-panel__actions-container .c4p--action-set__action-button.c4p--action-set__action-button {
2712
+ height: var(--c4p--side-panel--actions-height);
2742
2713
  }
2743
2714
  .c4p--side-panel__container.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__actions-container.c4p--action-set--sm {
2715
+ /* any value is single value list */
2744
2716
  width: 16rem;
2745
2717
  max-width: 100%;
2746
2718
  }
@@ -2798,76 +2770,6 @@ p.c4p--about-modal__copyright-text:first-child {
2798
2770
  padding-right: calc(20% - 1rem);
2799
2771
  }
2800
2772
 
2801
- .c4p--create-side-panel.c4p--side-panel__container--xs .c4p--side-panel__title-text {
2802
- width: calc(16rem - 1rem);
2803
- padding-right: calc(16rem * 0.2 - 1rem);
2804
- margin-bottom: 0.25rem;
2805
- }
2806
-
2807
- .c4p--create-side-panel.c4p--side-panel__container--xs .c4p--side-panel__subtitle-text {
2808
- width: calc(16rem - 1rem);
2809
- padding-right: calc(16rem * 0.2 - 1rem);
2810
- padding-bottom: 1rem;
2811
- border-bottom: 1px solid var(--cds-layer-accent-01, #e0e0e0);
2812
- color: var(--cds-text-secondary, #525252);
2813
- }
2814
-
2815
- .c4p--create-side-panel.c4p--side-panel__container--sm .c4p--side-panel__title-text {
2816
- width: calc(20rem - 1rem);
2817
- padding-right: calc(20rem * 0.2 - 1rem);
2818
- margin-bottom: 0.25rem;
2819
- }
2820
-
2821
- .c4p--create-side-panel.c4p--side-panel__container--sm .c4p--side-panel__subtitle-text {
2822
- width: calc(20rem - 1rem);
2823
- padding-right: calc(20rem * 0.2 - 1rem);
2824
- padding-bottom: 1rem;
2825
- border-bottom: 1px solid var(--cds-layer-accent-01, #e0e0e0);
2826
- color: var(--cds-text-secondary, #525252);
2827
- }
2828
-
2829
- .c4p--create-side-panel.c4p--side-panel__container--md .c4p--side-panel__title-text {
2830
- width: calc(30rem - 1rem);
2831
- padding-right: calc(30rem * 0.2 - 1rem);
2832
- margin-bottom: 0.25rem;
2833
- }
2834
-
2835
- .c4p--create-side-panel.c4p--side-panel__container--md .c4p--side-panel__subtitle-text {
2836
- width: calc(30rem - 1rem);
2837
- padding-right: calc(30rem * 0.2 - 1rem);
2838
- padding-bottom: 1rem;
2839
- border-bottom: 1px solid var(--cds-layer-accent-01, #e0e0e0);
2840
- color: var(--cds-text-secondary, #525252);
2841
- }
2842
-
2843
- .c4p--create-side-panel.c4p--side-panel__container--lg .c4p--side-panel__title-text {
2844
- width: calc(40rem - 1rem);
2845
- padding-right: calc(40rem * 0.2 - 1rem);
2846
- margin-bottom: 0.25rem;
2847
- }
2848
-
2849
- .c4p--create-side-panel.c4p--side-panel__container--lg .c4p--side-panel__subtitle-text {
2850
- width: calc(40rem - 1rem);
2851
- padding-right: calc(40rem * 0.2 - 1rem);
2852
- padding-bottom: 1rem;
2853
- border-bottom: 1px solid var(--cds-layer-accent-01, #e0e0e0);
2854
- color: var(--cds-text-secondary, #525252);
2855
- }
2856
-
2857
- .c4p--create-side-panel.c4p--side-panel__container--2xl .c4p--side-panel__title-text {
2858
- width: calc(75% - 1rem);
2859
- padding-right: calc(75% * 0.2 - 1rem);
2860
- margin-bottom: 0.25rem;
2861
- }
2862
-
2863
- .c4p--create-side-panel.c4p--side-panel__container--2xl .c4p--side-panel__subtitle-text {
2864
- width: calc(75% - 1rem);
2865
- padding-right: calc(75% * 0.2 - 1rem);
2866
- padding-bottom: 1rem;
2867
- border-bottom: 1px solid var(--cds-layer-accent-01, #e0e0e0);
2868
- color: var(--cds-text-secondary, #525252);
2869
- }
2870
-
2871
2773
  .cds--form.c4p--create-side-panel__form {
2872
2774
  padding-top: 1rem;
2873
2775
  }
@@ -2899,32 +2801,10 @@ p.c4p--about-modal__copyright-text:first-child {
2899
2801
  display: none;
2900
2802
  }
2901
2803
 
2902
- .c4p--create-side-panel__title {
2903
- font-size: var(--cds-heading-03-font-size, 1.25rem);
2904
- font-weight: var(--cds-heading-03-font-weight, 400);
2905
- line-height: var(--cds-heading-03-line-height, 1.4);
2906
- letter-spacing: var(--cds-heading-03-letter-spacing, 0);
2907
- margin-bottom: 0.25rem;
2908
- }
2909
-
2910
- .c4p--create-side-panel__subtitle {
2911
- font-size: var(--cds-body-compact-01-font-size, 0.875rem);
2912
- font-weight: var(--cds-body-compact-01-font-weight, 400);
2913
- line-height: var(--cds-body-compact-01-line-height, 1.28572);
2914
- letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
2915
- margin-bottom: 0.5rem;
2804
+ .c4p--create-side-panel .c4p--side-panel__subtitle-text {
2916
2805
  color: var(--cds-text-secondary, #525252);
2917
2806
  }
2918
2807
 
2919
- .c4p--side-panel .c4p--create-side-panel__actions-container {
2920
- position: absolute;
2921
- z-index: 4;
2922
- right: 0;
2923
- bottom: 0;
2924
- width: 100%;
2925
- margin-bottom: 0;
2926
- }
2927
-
2928
2808
  .c4p--tearsheet.c4p--tearsheet {
2929
2809
  z-index: 9001;
2930
2810
  align-items: flex-end;
@@ -3554,7 +3434,7 @@ p.c4p--about-modal__copyright-text:first-child {
3554
3434
  }
3555
3435
 
3556
3436
  .c4p--card .cds--slug {
3557
- 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);
3437
+ 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;
3558
3438
  position: absolute;
3559
3439
  top: 1rem;
3560
3440
  right: 1rem;
@@ -3583,7 +3463,7 @@ p.c4p--about-modal__copyright-text:first-child {
3583
3463
  }
3584
3464
 
3585
3465
  .c4p--card--has-slug {
3586
- 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);
3466
+ 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;
3587
3467
  border: 1px solid var(--cds-border-tile);
3588
3468
  }
3589
3469
 
@@ -3629,16 +3509,34 @@ p.c4p--about-modal__copyright-text:first-child {
3629
3509
  width: 100%;
3630
3510
  /* stylelint-disable-next-line -- to-rem carbon replacement for rem */
3631
3511
  height: 3rem;
3632
- align-items: center;
3512
+ align-items: start;
3633
3513
  padding: 0.5rem;
3634
3514
  border-top: 1px solid var(--cds-border-subtle-01, #c6c6c6);
3635
3515
  background: var(--cds-layer-01, #f4f4f4);
3636
3516
  }
3517
+ .c4p--filter-summary.c4p--filter-summary__expanded {
3518
+ height: fit-content;
3519
+ }
3637
3520
 
3638
3521
  .c4p--filter-summary .c4p--tag-set.c4p--tag-set.c4p--filter-summary__clear-button-inline {
3639
3522
  width: auto;
3640
3523
  }
3641
3524
 
3525
+ .c4p--filter-summary__view-all--wrapper {
3526
+ position: absolute;
3527
+ top: 0.5rem;
3528
+ right: 0;
3529
+ }
3530
+
3531
+ .c4p--filter-summary__expanded .c4p--filter-summary__clear-all-button.cds--btn {
3532
+ margin-right: 2rem;
3533
+ }
3534
+
3535
+ .c4p--filter-summary__view-all--wrapper .c4p--filter-summary__view-all--chevron-multiline {
3536
+ transform: rotate(180deg);
3537
+ transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
3538
+ }
3539
+
3642
3540
  .c4p--http-errors .c4p--http-errors__content {
3643
3541
  position: fixed;
3644
3542
  z-index: 2;
@@ -4191,9 +4089,16 @@ button.c4p--add-select__global-filter-toggle--open {
4191
4089
  }
4192
4090
  }
4193
4091
  .c4p--notifications-panel__container {
4092
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
4093
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
4094
+ --cds-ai-border-end: rgba(166, 200, 255, 0.24);
4095
+ --cds-ai-border-start: #4589ff;
4096
+ --cds-ai-border-strong: #78a9ff;
4097
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
4194
4098
  --cds-ai-gradient-end: rgba(38, 38, 38, 0);
4195
4099
  --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
4196
4100
  --cds-ai-gradient-start-02: transparent;
4101
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
4197
4102
  --cds-background: #161616;
4198
4103
  --cds-background-active: rgba(141, 141, 141, 0.4);
4199
4104
  --cds-background-brand: #0f62fe;
@@ -4209,11 +4114,11 @@ button.c4p--add-select__global-filter-toggle--open {
4209
4114
  --cds-border-strong-02: #8d8d8d;
4210
4115
  --cds-border-strong-03: #a8a8a8;
4211
4116
  --cds-border-subtle-00: #393939;
4212
- --cds-border-subtle-01: #393939;
4213
- --cds-border-subtle-02: #525252;
4117
+ --cds-border-subtle-01: #525252;
4118
+ --cds-border-subtle-02: #6f6f6f;
4214
4119
  --cds-border-subtle-03: #6f6f6f;
4215
- --cds-border-subtle-selected-01: #525252;
4216
- --cds-border-subtle-selected-02: #6f6f6f;
4120
+ --cds-border-subtle-selected-01: #6f6f6f;
4121
+ --cds-border-subtle-selected-02: #8d8d8d;
4217
4122
  --cds-border-subtle-selected-03: #8d8d8d;
4218
4123
  --cds-border-tile-01: #525252;
4219
4124
  --cds-border-tile-02: #6f6f6f;
@@ -4275,20 +4180,26 @@ button.c4p--add-select__global-filter-toggle--open {
4275
4180
  --cds-skeleton-element: #393939;
4276
4181
  --cds-slug-background: #c6c6c6;
4277
4182
  --cds-slug-background-hover: #e0e0e0;
4278
- --cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
4183
+ --cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
4279
4184
  --cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
4280
4185
  --cds-slug-callout-aura-end-hover-02: transparent;
4281
4186
  --cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
4282
- --cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
4187
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
4283
4188
  --cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
4284
4189
  --cds-slug-callout-aura-start-hover-02: transparent;
4285
4190
  --cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
4191
+ --cds-slug-callout-caret-bottom: #3d4655;
4192
+ --cds-slug-callout-caret-bottom-background: #213250;
4193
+ --cds-slug-callout-caret-bottom-background-actions: #192436;
4194
+ --cds-slug-callout-caret-center: #3f68af;
4286
4195
  --cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
4287
4196
  --cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
4288
4197
  --cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
4289
4198
  --cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
4290
4199
  --cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
4291
4200
  --cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
4201
+ --cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
4202
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
4292
4203
  --cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
4293
4204
  --cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
4294
4205
  --cds-slug-hollow-hover: #b5b5b5;
@@ -7838,9 +7749,16 @@ button.c4p--add-select__global-filter-toggle--open {
7838
7749
  despite of which carbon theme the user has.
7839
7750
  */
7840
7751
  .c4p--web-terminal {
7752
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
7753
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
7754
+ --cds-ai-border-end: rgba(166, 200, 255, 0.24);
7755
+ --cds-ai-border-start: #4589ff;
7756
+ --cds-ai-border-strong: #78a9ff;
7757
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
7841
7758
  --cds-ai-gradient-end: rgba(38, 38, 38, 0);
7842
7759
  --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
7843
7760
  --cds-ai-gradient-start-02: transparent;
7761
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
7844
7762
  --cds-background: #262626;
7845
7763
  --cds-background-active: rgba(141, 141, 141, 0.4);
7846
7764
  --cds-background-brand: #0f62fe;
@@ -7856,11 +7774,11 @@ button.c4p--add-select__global-filter-toggle--open {
7856
7774
  --cds-border-strong-02: #a8a8a8;
7857
7775
  --cds-border-strong-03: #c6c6c6;
7858
7776
  --cds-border-subtle-00: #525252;
7859
- --cds-border-subtle-01: #525252;
7860
- --cds-border-subtle-02: #6f6f6f;
7777
+ --cds-border-subtle-01: #6f6f6f;
7778
+ --cds-border-subtle-02: #8d8d8d;
7861
7779
  --cds-border-subtle-03: #8d8d8d;
7862
- --cds-border-subtle-selected-01: #6f6f6f;
7863
- --cds-border-subtle-selected-02: #8d8d8d;
7780
+ --cds-border-subtle-selected-01: #8d8d8d;
7781
+ --cds-border-subtle-selected-02: #a8a8a8;
7864
7782
  --cds-border-subtle-selected-03: #a8a8a8;
7865
7783
  --cds-border-tile-01: #6f6f6f;
7866
7784
  --cds-border-tile-02: #8d8d8d;
@@ -7922,20 +7840,26 @@ button.c4p--add-select__global-filter-toggle--open {
7922
7840
  --cds-skeleton-element: #525252;
7923
7841
  --cds-slug-background: #c6c6c6;
7924
7842
  --cds-slug-background-hover: #e0e0e0;
7925
- --cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
7843
+ --cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
7926
7844
  --cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
7927
7845
  --cds-slug-callout-aura-end-hover-02: transparent;
7928
7846
  --cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
7929
- --cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
7847
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
7930
7848
  --cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
7931
7849
  --cds-slug-callout-aura-start-hover-02: transparent;
7932
7850
  --cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
7851
+ --cds-slug-callout-caret-bottom: #465060;
7852
+ --cds-slug-callout-caret-bottom-background: #2d3f5c;
7853
+ --cds-slug-callout-caret-bottom-background-actions: #253042;
7854
+ --cds-slug-callout-caret-center: #456fb5;
7933
7855
  --cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
7934
7856
  --cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
7935
7857
  --cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
7936
7858
  --cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
7937
7859
  --cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
7938
7860
  --cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
7861
+ --cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
7862
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
7939
7863
  --cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
7940
7864
  --cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
7941
7865
  --cds-slug-hollow-hover: #b5b5b5;
@@ -8252,9 +8176,16 @@ button.c4p--add-select__global-filter-toggle--open {
8252
8176
  }
8253
8177
 
8254
8178
  .c4p--web-terminal__documentation-overflow {
8179
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
8180
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
8181
+ --cds-ai-border-end: rgba(166, 200, 255, 0.24);
8182
+ --cds-ai-border-start: #4589ff;
8183
+ --cds-ai-border-strong: #78a9ff;
8184
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
8255
8185
  --cds-ai-gradient-end: rgba(38, 38, 38, 0);
8256
8186
  --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
8257
8187
  --cds-ai-gradient-start-02: transparent;
8188
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
8258
8189
  --cds-background: #161616;
8259
8190
  --cds-background-active: rgba(141, 141, 141, 0.4);
8260
8191
  --cds-background-brand: #0f62fe;
@@ -8270,11 +8201,11 @@ button.c4p--add-select__global-filter-toggle--open {
8270
8201
  --cds-border-strong-02: #8d8d8d;
8271
8202
  --cds-border-strong-03: #a8a8a8;
8272
8203
  --cds-border-subtle-00: #393939;
8273
- --cds-border-subtle-01: #393939;
8274
- --cds-border-subtle-02: #525252;
8204
+ --cds-border-subtle-01: #525252;
8205
+ --cds-border-subtle-02: #6f6f6f;
8275
8206
  --cds-border-subtle-03: #6f6f6f;
8276
- --cds-border-subtle-selected-01: #525252;
8277
- --cds-border-subtle-selected-02: #6f6f6f;
8207
+ --cds-border-subtle-selected-01: #6f6f6f;
8208
+ --cds-border-subtle-selected-02: #8d8d8d;
8278
8209
  --cds-border-subtle-selected-03: #8d8d8d;
8279
8210
  --cds-border-tile-01: #525252;
8280
8211
  --cds-border-tile-02: #6f6f6f;
@@ -8336,20 +8267,26 @@ button.c4p--add-select__global-filter-toggle--open {
8336
8267
  --cds-skeleton-element: #393939;
8337
8268
  --cds-slug-background: #c6c6c6;
8338
8269
  --cds-slug-background-hover: #e0e0e0;
8339
- --cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
8270
+ --cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
8340
8271
  --cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
8341
8272
  --cds-slug-callout-aura-end-hover-02: transparent;
8342
8273
  --cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
8343
- --cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
8274
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
8344
8275
  --cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
8345
8276
  --cds-slug-callout-aura-start-hover-02: transparent;
8346
8277
  --cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
8278
+ --cds-slug-callout-caret-bottom: #3d4655;
8279
+ --cds-slug-callout-caret-bottom-background: #213250;
8280
+ --cds-slug-callout-caret-bottom-background-actions: #192436;
8281
+ --cds-slug-callout-caret-center: #3f68af;
8347
8282
  --cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
8348
8283
  --cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
8349
8284
  --cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
8350
8285
  --cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
8351
8286
  --cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
8352
8287
  --cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
8288
+ --cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
8289
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
8353
8290
  --cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
8354
8291
  --cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
8355
8292
  --cds-slug-hollow-hover: #b5b5b5;
@@ -8908,22 +8845,6 @@ button.c4p--add-select__global-filter-toggle--open {
8908
8845
  .c4p--edit-side-panel.c4p--side-panel .cds--btn.c4p--side-panel__close-button {
8909
8846
  display: none;
8910
8847
  }
8911
- .c4p--edit-side-panel .c4p--side-panel .c4p--edit-side-panel__actions-container {
8912
- position: absolute;
8913
- z-index: 4;
8914
- bottom: 0;
8915
- left: 0;
8916
- width: 100%;
8917
- margin-bottom: 0;
8918
- }
8919
- .c4p--edit-side-panel .c4p--edit-side-panel__actions-container {
8920
- position: absolute;
8921
- z-index: 4;
8922
- right: 0;
8923
- bottom: 0;
8924
- width: 100%;
8925
- margin-bottom: 0;
8926
- }
8927
8848
 
8928
8849
  .c4p--options-tile {
8929
8850
  position: relative;
@@ -9554,6 +9475,7 @@ button.c4p--add-select__global-filter-toggle--open {
9554
9475
  position: sticky;
9555
9476
  z-index: 1;
9556
9477
  left: 0;
9478
+ background-color: var(--cds-layer-01, #f4f4f4);
9557
9479
  }
9558
9480
  .c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__cell {
9559
9481
  align-items: center;
@@ -9575,6 +9497,7 @@ button.c4p--add-select__global-filter-toggle--open {
9575
9497
  .c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.cds--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left {
9576
9498
  position: sticky;
9577
9499
  left: 0;
9500
+ background-color: var(--cds-layer-01, #f4f4f4);
9578
9501
  }
9579
9502
  .c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__checkbox-cell th.cds--table-column-checkbox {
9580
9503
  display: flex;
@@ -9625,6 +9548,15 @@ button.c4p--add-select__global-filter-toggle--open {
9625
9548
  background-color: var(--cds-background, #ffffff);
9626
9549
  }
9627
9550
 
9551
+ .c4p--datagrid th.c4p--datagrid__with-slug {
9552
+ background-image: linear-gradient(180deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 100%, transparent 100%);
9553
+ border-block-end-color: var(--cds-ai-border-strong, #4589ff);
9554
+ }
9555
+
9556
+ .c4p--datagrid th.c4p--datagrid__with-slug .cds--slug {
9557
+ margin-left: 0.5rem;
9558
+ }
9559
+
9628
9560
  .c4p--datagrid__grid-container {
9629
9561
  display: block;
9630
9562
  width: 100%;
@@ -9651,6 +9583,9 @@ button.c4p--add-select__global-filter-toggle--open {
9651
9583
  height: 100%;
9652
9584
  overflow-x: auto;
9653
9585
  }
9586
+ .c4p--datagrid__grid-container .c4p--datagrid-filter-panel + .c4p--datagrid__table-container-inner .cds--data-table-content {
9587
+ height: fit-content;
9588
+ }
9654
9589
  .c4p--datagrid__grid-container table.c4p--datagrid__table-simple {
9655
9590
  display: flex;
9656
9591
  overflow: auto;
@@ -9693,6 +9628,9 @@ button.c4p--add-select__global-filter-toggle--open {
9693
9628
  -webkit-line-clamp: 2;
9694
9629
  white-space: initial;
9695
9630
  }
9631
+ .c4p--datagrid__grid-container .c4p--datagrid__defaultStringRenderer.c4p--datagrid__defaultStringRenderer--slug {
9632
+ width: fit-content;
9633
+ }
9696
9634
  .c4p--datagrid__grid-container .c4p--datagrid__expanded-row {
9697
9635
  display: flex;
9698
9636
  overflow: hidden;
@@ -9788,7 +9726,7 @@ button.c4p--add-select__global-filter-toggle--open {
9788
9726
  }
9789
9727
 
9790
9728
  .c4p--datagrid__resizableColumn:hover {
9791
- background-color: var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32));
9729
+ background-color: var(--cds-layer-selected-hover);
9792
9730
  }
9793
9731
  .c4p--datagrid__resizableColumn:hover .c4p--datagrid__resizer {
9794
9732
  border-right: 0.125rem solid var(--cds-border-strong-01, #8d8d8d);
@@ -10335,6 +10273,7 @@ button.c4p--add-select__global-filter-toggle--open {
10335
10273
  display: flex;
10336
10274
  align-items: center;
10337
10275
  border-left: 1px solid var(--cds-layer-active-02, #c6c6c6);
10276
+ background-color: var(--cds-layer-01, #f4f4f4);
10338
10277
  }
10339
10278
 
10340
10279
  .c4p--datagrid__right-sticky-column-header {
@@ -10350,6 +10289,7 @@ button.c4p--add-select__global-filter-toggle--open {
10350
10289
  display: flex;
10351
10290
  align-items: center;
10352
10291
  border-right: 1px solid var(--cds-layer-active-02, #c6c6c6);
10292
+ background-color: var(--cds-layer-01, #f4f4f4);
10353
10293
  }
10354
10294
 
10355
10295
  .c4p--datagrid__left-sticky-column-header {
@@ -11344,6 +11284,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
11344
11284
  min-width: auto;
11345
11285
  }
11346
11286
 
11287
+ .c4p--datagrid .cds--pagination {
11288
+ background-color: var(--cds-layer-02, #ffffff);
11289
+ }
11290
+
11347
11291
  :root {
11348
11292
  --cds-grid-gutter: 2rem;
11349
11293
  --cds-grid-columns: 4;
@@ -14483,9 +14427,16 @@ a.cds--side-nav__link--current::before {
14483
14427
  /* stylelint-disable function-no-unknown */
14484
14428
  /* stylelint-disable max-nesting-depth */
14485
14429
  .c4p--guidebanner {
14430
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
14431
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
14432
+ --cds-ai-border-end: rgba(166, 200, 255, 0.24);
14433
+ --cds-ai-border-start: #4589ff;
14434
+ --cds-ai-border-strong: #78a9ff;
14435
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
14486
14436
  --cds-ai-gradient-end: rgba(38, 38, 38, 0);
14487
14437
  --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
14488
14438
  --cds-ai-gradient-start-02: transparent;
14439
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
14489
14440
  --cds-background: #161616;
14490
14441
  --cds-background-active: rgba(141, 141, 141, 0.4);
14491
14442
  --cds-background-brand: #0f62fe;
@@ -14501,11 +14452,11 @@ a.cds--side-nav__link--current::before {
14501
14452
  --cds-border-strong-02: #8d8d8d;
14502
14453
  --cds-border-strong-03: #a8a8a8;
14503
14454
  --cds-border-subtle-00: #393939;
14504
- --cds-border-subtle-01: #393939;
14505
- --cds-border-subtle-02: #525252;
14455
+ --cds-border-subtle-01: #525252;
14456
+ --cds-border-subtle-02: #6f6f6f;
14506
14457
  --cds-border-subtle-03: #6f6f6f;
14507
- --cds-border-subtle-selected-01: #525252;
14508
- --cds-border-subtle-selected-02: #6f6f6f;
14458
+ --cds-border-subtle-selected-01: #6f6f6f;
14459
+ --cds-border-subtle-selected-02: #8d8d8d;
14509
14460
  --cds-border-subtle-selected-03: #8d8d8d;
14510
14461
  --cds-border-tile-01: #525252;
14511
14462
  --cds-border-tile-02: #6f6f6f;
@@ -14567,20 +14518,26 @@ a.cds--side-nav__link--current::before {
14567
14518
  --cds-skeleton-element: #393939;
14568
14519
  --cds-slug-background: #c6c6c6;
14569
14520
  --cds-slug-background-hover: #e0e0e0;
14570
- --cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
14521
+ --cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
14571
14522
  --cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
14572
14523
  --cds-slug-callout-aura-end-hover-02: transparent;
14573
14524
  --cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
14574
- --cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
14525
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
14575
14526
  --cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
14576
14527
  --cds-slug-callout-aura-start-hover-02: transparent;
14577
14528
  --cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
14529
+ --cds-slug-callout-caret-bottom: #3d4655;
14530
+ --cds-slug-callout-caret-bottom-background: #213250;
14531
+ --cds-slug-callout-caret-bottom-background-actions: #192436;
14532
+ --cds-slug-callout-caret-center: #3f68af;
14578
14533
  --cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
14579
14534
  --cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
14580
14535
  --cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
14581
14536
  --cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
14582
14537
  --cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
14583
14538
  --cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
14539
+ --cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
14540
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
14584
14541
  --cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
14585
14542
  --cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
14586
14543
  --cds-slug-hollow-hover: #b5b5b5;
@@ -15271,9 +15228,16 @@ a.cds--side-nav__link--current::before {
15271
15228
  }
15272
15229
  }
15273
15230
  .c4p--non-linear-reading__dark {
15231
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
15232
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
15233
+ --cds-ai-border-end: rgba(166, 200, 255, 0.24);
15234
+ --cds-ai-border-start: #4589ff;
15235
+ --cds-ai-border-strong: #78a9ff;
15236
+ --cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
15274
15237
  --cds-ai-gradient-end: rgba(38, 38, 38, 0);
15275
15238
  --cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
15276
15239
  --cds-ai-gradient-start-02: transparent;
15240
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
15277
15241
  --cds-background: #161616;
15278
15242
  --cds-background-active: rgba(141, 141, 141, 0.4);
15279
15243
  --cds-background-brand: #0f62fe;
@@ -15289,11 +15253,11 @@ a.cds--side-nav__link--current::before {
15289
15253
  --cds-border-strong-02: #8d8d8d;
15290
15254
  --cds-border-strong-03: #a8a8a8;
15291
15255
  --cds-border-subtle-00: #393939;
15292
- --cds-border-subtle-01: #393939;
15293
- --cds-border-subtle-02: #525252;
15256
+ --cds-border-subtle-01: #525252;
15257
+ --cds-border-subtle-02: #6f6f6f;
15294
15258
  --cds-border-subtle-03: #6f6f6f;
15295
- --cds-border-subtle-selected-01: #525252;
15296
- --cds-border-subtle-selected-02: #6f6f6f;
15259
+ --cds-border-subtle-selected-01: #6f6f6f;
15260
+ --cds-border-subtle-selected-02: #8d8d8d;
15297
15261
  --cds-border-subtle-selected-03: #8d8d8d;
15298
15262
  --cds-border-tile-01: #525252;
15299
15263
  --cds-border-tile-02: #6f6f6f;
@@ -15355,20 +15319,26 @@ a.cds--side-nav__link--current::before {
15355
15319
  --cds-skeleton-element: #393939;
15356
15320
  --cds-slug-background: #c6c6c6;
15357
15321
  --cds-slug-background-hover: #e0e0e0;
15358
- --cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
15322
+ --cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
15359
15323
  --cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
15360
15324
  --cds-slug-callout-aura-end-hover-02: transparent;
15361
15325
  --cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
15362
- --cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
15326
+ --cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
15363
15327
  --cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
15364
15328
  --cds-slug-callout-aura-start-hover-02: transparent;
15365
15329
  --cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
15330
+ --cds-slug-callout-caret-bottom: #3d4655;
15331
+ --cds-slug-callout-caret-bottom-background: #213250;
15332
+ --cds-slug-callout-caret-bottom-background-actions: #192436;
15333
+ --cds-slug-callout-caret-center: #3f68af;
15366
15334
  --cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
15367
15335
  --cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
15368
15336
  --cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
15369
15337
  --cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
15370
15338
  --cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
15371
15339
  --cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
15340
+ --cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
15341
+ --cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
15372
15342
  --cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
15373
15343
  --cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
15374
15344
  --cds-slug-hollow-hover: #b5b5b5;
@@ -15744,4 +15714,10 @@ a.cds--side-nav__link--current::before {
15744
15714
  display: none;
15745
15715
  }
15746
15716
 
15717
+ .c4p--delimited-list-truncate {
15718
+ overflow: hidden;
15719
+ text-overflow: ellipsis;
15720
+ white-space: nowrap;
15721
+ }
15722
+
15747
15723
  /*# sourceMappingURL=index-without-carbon.css.map */