@carbon/ibm-products 2.78.0 → 2.79.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/css/carbon.css +1762 -1036
  2. package/css/carbon.css.map +1 -1
  3. package/css/index-full-carbon.css +2342 -1239
  4. package/css/index-full-carbon.css.map +1 -1
  5. package/css/index-full-carbon.min.css +1 -1
  6. package/css/index-full-carbon.min.css.map +1 -1
  7. package/css/index-without-carbon-released-only.css +450 -98
  8. package/css/index-without-carbon-released-only.css.map +1 -1
  9. package/css/index-without-carbon-released-only.min.css +1 -1
  10. package/css/index-without-carbon-released-only.min.css.map +1 -1
  11. package/css/index-without-carbon.css +624 -247
  12. package/css/index-without-carbon.css.map +1 -1
  13. package/css/index-without-carbon.min.css +1 -1
  14. package/css/index-without-carbon.min.css.map +1 -1
  15. package/css/index.css +1759 -873
  16. package/css/index.css.map +1 -1
  17. package/css/index.min.css +1 -1
  18. package/css/index.min.css.map +1 -1
  19. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +111 -108
  20. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +1 -1
  21. package/es/components/InterstitialScreen/InterstitialScreenBody.js +15 -8
  22. package/es/components/InterstitialScreen/InterstitialScreenFooter.js +6 -1
  23. package/es/components/InterstitialScreen/InterstitialScreenHeader.d.ts +1 -1
  24. package/es/components/InterstitialScreen/InterstitialScreenHeader.js +1 -1
  25. package/es/components/InterstitialScreen/{_story-assets/InterstitialScreenView/InterstitialScreenView.d.ts → InterstitialScreenView.d.ts} +2 -3
  26. package/es/components/InterstitialScreen/InterstitialScreenView.js +60 -0
  27. package/es/components/InterstitialScreen/index.d.ts +1 -0
  28. package/es/components/Tearsheet/next/Tearsheet.d.ts +85 -0
  29. package/es/components/Tearsheet/next/Tearsheet.js +129 -0
  30. package/es/components/Tearsheet/next/TearsheetBody.d.ts +67 -0
  31. package/es/components/Tearsheet/next/TearsheetBody.js +121 -0
  32. package/es/components/Tearsheet/next/TearsheetHeader.d.ts +65 -0
  33. package/es/components/Tearsheet/next/TearsheetHeader.js +121 -0
  34. package/es/components/Tearsheet/next/TearsheetHeaderActions.d.ts +54 -0
  35. package/es/components/Tearsheet/next/TearsheetHeaderActions.js +101 -0
  36. package/es/components/Tearsheet/next/TearsheetHeaderContent.d.ts +28 -0
  37. package/es/components/Tearsheet/next/TearsheetHeaderContent.js +67 -0
  38. package/es/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts +22 -0
  39. package/es/components/Tearsheet/next/context.d.ts +26 -0
  40. package/es/components/Tearsheet/next/context.js +26 -0
  41. package/es/components/Tearsheet/next/index.d.ts +12 -0
  42. package/es/components/Tearsheet/next/index.js +8 -0
  43. package/es/components/Toolbar/Toolbar.js +1 -5
  44. package/es/components/TruncatedText/TruncatedText.d.ts +2 -3
  45. package/es/components/TruncatedText/TruncatedText.js +1 -2
  46. package/es/components/TruncatedText/index.d.ts +1 -0
  47. package/es/components/index.d.ts +2 -1
  48. package/es/global/js/hooks/useCollapsible.d.ts +19 -0
  49. package/es/global/js/hooks/useCollapsible.js +68 -0
  50. package/es/global/js/hooks/useMatchMedia.d.ts +13 -0
  51. package/es/global/js/hooks/useMatchMedia.js +33 -0
  52. package/es/index.js +4 -1
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +845 -805
  54. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +476 -476
  55. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +111 -108
  56. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +1 -1
  57. package/lib/components/InterstitialScreen/InterstitialScreenBody.js +15 -8
  58. package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +6 -1
  59. package/lib/components/InterstitialScreen/InterstitialScreenHeader.d.ts +1 -1
  60. package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +1 -1
  61. package/lib/components/InterstitialScreen/{_story-assets/InterstitialScreenView/InterstitialScreenView.d.ts → InterstitialScreenView.d.ts} +2 -3
  62. package/lib/components/InterstitialScreen/InterstitialScreenView.js +62 -0
  63. package/lib/components/InterstitialScreen/index.d.ts +1 -0
  64. package/lib/components/Tearsheet/next/Tearsheet.d.ts +85 -0
  65. package/lib/components/Tearsheet/next/Tearsheet.js +131 -0
  66. package/lib/components/Tearsheet/next/TearsheetBody.d.ts +67 -0
  67. package/lib/components/Tearsheet/next/TearsheetBody.js +128 -0
  68. package/lib/components/Tearsheet/next/TearsheetHeader.d.ts +65 -0
  69. package/lib/components/Tearsheet/next/TearsheetHeader.js +127 -0
  70. package/lib/components/Tearsheet/next/TearsheetHeaderActions.d.ts +54 -0
  71. package/lib/components/Tearsheet/next/TearsheetHeaderActions.js +104 -0
  72. package/lib/components/Tearsheet/next/TearsheetHeaderContent.d.ts +28 -0
  73. package/lib/components/Tearsheet/next/TearsheetHeaderContent.js +71 -0
  74. package/lib/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts +22 -0
  75. package/lib/components/Tearsheet/next/context.d.ts +26 -0
  76. package/lib/components/Tearsheet/next/context.js +29 -0
  77. package/lib/components/Tearsheet/next/index.d.ts +12 -0
  78. package/lib/components/Tearsheet/next/index.js +14 -0
  79. package/lib/components/Toolbar/Toolbar.js +1 -5
  80. package/lib/components/TruncatedText/TruncatedText.d.ts +2 -3
  81. package/lib/components/TruncatedText/TruncatedText.js +4 -3
  82. package/lib/components/TruncatedText/index.d.ts +1 -0
  83. package/lib/components/index.d.ts +2 -1
  84. package/lib/global/js/hooks/useCollapsible.d.ts +19 -0
  85. package/lib/global/js/hooks/useCollapsible.js +70 -0
  86. package/lib/global/js/hooks/useMatchMedia.d.ts +13 -0
  87. package/lib/global/js/hooks/useMatchMedia.js +35 -0
  88. package/lib/index.js +15 -14
  89. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +863 -823
  90. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +477 -477
  91. package/package.json +16 -15
  92. package/scss/components/FilterSummary/_filter-summary.scss +1 -1
  93. package/scss/components/PageHeader/_page-header.scss +4 -0
  94. package/scss/components/SidePanel/_side-panel.scss +5 -5
  95. package/scss/components/TagOverflow/_tag-overflow.scss +38 -38
  96. package/scss/components/TagSet/_tag-set.scss +28 -12
  97. package/scss/components/Tearsheet/_tearsheet.scss +8 -1
  98. package/scss/components/Tearsheet/_tearsheet_next.scss +408 -0
  99. package/telemetry.yml +32 -6
@@ -2224,13 +2224,15 @@ p.c4p--about-modal__copyright-text:first-child {
2224
2224
  background-color: var(--cds-background, #ffffff);
2225
2225
  color: var(--cds-text-primary, #161616);
2226
2226
  overflow-x: hidden;
2227
- padding-block-start: 1.5rem;
2228
2227
  }
2229
2228
  @supports (overflow-inline: hidden) {
2230
2229
  .c4p--create-full-page .c4p--create-full-page__content {
2231
2230
  overflow-inline: hidden;
2232
2231
  }
2233
2232
  }
2233
+ .c4p--create-full-page .c4p--create-full-page__content {
2234
+ padding-block-start: 1.5rem;
2235
+ }
2234
2236
 
2235
2237
  .c4p--create-full-page .c4p--create-full-page__step {
2236
2238
  position: relative;
@@ -2248,13 +2250,15 @@ p.c4p--about-modal__copyright-text:first-child {
2248
2250
  grid-row: 1;
2249
2251
  inset-block-start: 0;
2250
2252
  overflow-x: auto;
2251
- padding-block-start: 0;
2252
2253
  }
2253
2254
  @supports (overflow-inline: auto) {
2254
2255
  .c4p--create-full-page .cds--side-nav--ux {
2255
2256
  overflow-inline: auto;
2256
2257
  }
2257
2258
  }
2259
+ .c4p--create-full-page .cds--side-nav--ux {
2260
+ padding-block-start: 0;
2261
+ }
2258
2262
 
2259
2263
  .c4p--create-full-page .c4p--create-full-page__section-divider {
2260
2264
  position: relative;
@@ -2784,13 +2788,9 @@ p.c4p--about-modal__copyright-text:first-child {
2784
2788
  inline-size: 100%;
2785
2789
  }
2786
2790
  .c4p--side-panel.c4p--side-panel--right-placement {
2787
- border-inline-start: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2791
+ border-inline-start: 1px solid var(--cds-border-subtle-01, #c6c6c6);
2788
2792
  inset-inline-end: 0;
2789
2793
  }
2790
- .c4p--side-panel.c4p--side-panel--left-placement {
2791
- border-inline-end: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2792
- inset-inline-start: 0;
2793
- }
2794
2794
  .c4p--side-panel.c4p--side-panel--left-placement .clabs__resizer {
2795
2795
  grid-column: 2;
2796
2796
  inset-inline-start: 0;
@@ -2806,6 +2806,10 @@ p.c4p--about-modal__copyright-text:first-child {
2806
2806
  transition: all 150ms linear;
2807
2807
  }
2808
2808
  }
2809
+ .c4p--side-panel.c4p--side-panel--left-placement {
2810
+ border-inline-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
2811
+ inset-inline-start: 0;
2812
+ }
2809
2813
  .c4p--side-panel.c4p--side-panel.c4p--side-panel--has-slug, .c4p--side-panel.c4p--side-panel.c4p--side-panel--has-ai-label, .c4p--side-panel.c4p--side-panel.c4p--side-panel--has-decorator {
2810
2814
  border-color: transparent;
2811
2815
  box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1)), 0 4px 10px 2px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.1));
@@ -2850,7 +2854,6 @@ p.c4p--about-modal__copyright-text:first-child {
2850
2854
  inset-block-start: calc(-1px * var(--c4p--side-panel--scroll-animation-distance));
2851
2855
  min-block-size: 2.5rem;
2852
2856
  padding-block-end: 0;
2853
- /* stylelint-disable-next-line max-nesting-depth */
2854
2857
  }
2855
2858
  .c4p--side-panel .c4p--side-panel__header.c4p--side-panel__header--has-title {
2856
2859
  min-block-size: auto;
@@ -2864,9 +2867,12 @@ p.c4p--about-modal__copyright-text:first-child {
2864
2867
  .c4p--side-panel .c4p--side-panel__header:has(.c4p--side-panel__navigation-back-button.cds--btn--md), .c4p--side-panel .c4p--side-panel__header.c4p--side-panel__header--has-navigation-back.cds--btn--md {
2865
2868
  padding-block-start: 2.5rem;
2866
2869
  }
2870
+ .c4p--side-panel .c4p--side-panel__header {
2871
+ /* stylelint-disable-next-line max-nesting-depth */
2872
+ }
2867
2873
  .c4p--side-panel .c4p--side-panel__header::before {
2868
2874
  position: absolute;
2869
- background-color: var(--cds-border-subtle-02, #e0e0e0);
2875
+ background-color: var(--cds-border-subtle-01, #c6c6c6);
2870
2876
  block-size: 1px;
2871
2877
  content: "";
2872
2878
  inline-size: 100%;
@@ -2884,7 +2890,7 @@ p.c4p--about-modal__copyright-text:first-child {
2884
2890
  }
2885
2891
  .c4p--side-panel .c4p--side-panel__header.c4p--side-panel__header--reduced-motion {
2886
2892
  z-index: 5;
2887
- border-block-end: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2893
+ border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
2888
2894
  margin-block-end: 1rem;
2889
2895
  }
2890
2896
  .c4p--side-panel .c4p--side-panel__header.c4p--side-panel__header--reduced-motion.c4p--side-panel__header--no-title-animation {
@@ -3057,12 +3063,9 @@ p.c4p--about-modal__copyright-text:first-child {
3057
3063
  .c4p--side-panel .c4p--side-panel__actions-container {
3058
3064
  position: sticky;
3059
3065
  background-color: var(--cds-layer-01, #f4f4f4);
3060
- border-block-start: 1px solid var(--cds-border-subtle-02, #e0e0e0);
3066
+ border-block-start: 1px solid var(--cds-border-subtle-01, #c6c6c6);
3061
3067
  inset-block-end: 0;
3062
3068
  }
3063
- .c4p--side-panel .c4p--side-panel__actions-container.c4p--action-set--2xl {
3064
- flex-direction: column;
3065
- }
3066
3069
  .c4p--side-panel .c4p--side-panel__actions-container.c4p--action-set--2xl .c4p--action-set__action-button {
3067
3070
  inline-size: 100%;
3068
3071
  max-inline-size: 100%;
@@ -3075,6 +3078,9 @@ p.c4p--about-modal__copyright-text:first-child {
3075
3078
  inline-size: 25%;
3076
3079
  }
3077
3080
  }
3081
+ .c4p--side-panel .c4p--side-panel__actions-container.c4p--action-set--2xl {
3082
+ flex-direction: column;
3083
+ }
3078
3084
  .c4p--side-panel .c4p--side-panel__actions-container .c4p--action-set__action-button.c4p--action-set__action-button {
3079
3085
  block-size: var(--c4p--side-panel--actions-height);
3080
3086
  }
@@ -3168,15 +3174,323 @@ p.c4p--about-modal__copyright-text:first-child {
3168
3174
  color: var(--cds-text-secondary, #525252);
3169
3175
  }
3170
3176
 
3177
+ /**
3178
+ * Copyright IBM Corp. 2025
3179
+ *
3180
+ * This source code is licensed under the Apache-2.0 license found in the
3181
+ * LICENSE file in the root directory of this source tree.
3182
+ */
3183
+ .c4p--tearsheet__next .c4p--tearsheet__next__container {
3184
+ align-self: flex-end;
3185
+ block-size: 100%;
3186
+ inset-block-start: auto;
3187
+ max-block-size: calc(100% - 3rem);
3188
+ transform: translate3d(0, min(95vh, 500px), 0);
3189
+ }
3190
+ @media (max-width: 41.98rem) {
3191
+ .c4p--tearsheet__next .c4p--tearsheet__next__container {
3192
+ max-block-size: none;
3193
+ }
3194
+ }
3195
+ .c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__container {
3196
+ border: 1px solid transparent;
3197
+ /* override carbon ai removing background gradient */
3198
+ background: linear-gradient(to top, var(--cds-layer), var(--cds-layer)) 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-layer), var(--cds-layer)) border-box;
3199
+ border-block-end: 0;
3200
+ box-shadow: 0 4px 10px 2px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.1));
3201
+ }
3202
+ .c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
3203
+ transition: transform 240ms cubic-bezier(0, 0, 0.3, 1), max-height 240ms cubic-bezier(0, 0, 0.3, 1);
3204
+ }
3205
+ @media (min-width: 42rem) {
3206
+ .c4p--tearsheet__next.c4p--tearsheet__next--wide .c4p--tearsheet__next__container {
3207
+ inline-size: calc(100% - 2 * 4rem);
3208
+ }
3209
+ }
3210
+ .c4p--tearsheet__next .c4p--tearsheet__next__header {
3211
+ display: flex;
3212
+ flex-wrap: wrap;
3213
+ align-content: space-between;
3214
+ border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
3215
+ margin-block: 0;
3216
+ max-block-size: 50vh;
3217
+ padding-block-end: 0;
3218
+ padding-block-start: 1.5rem;
3219
+ padding-inline: 2rem;
3220
+ }
3221
+ .c4p--tearsheet__next .c4p--tearsheet__next__header > * {
3222
+ flex-basis: 100%;
3223
+ }
3224
+ .c4p--tearsheet__next .c4p--tearsheet__next__header > *:not(.c4p--tearsheet__next__navigation-bar,
3225
+ .c4p--tearsheet__next__header-content-wrapper,
3226
+ .cds--modal-close-button) {
3227
+ margin-block-end: 1.5rem;
3228
+ }
3229
+ @media (max-width: 41.98rem) {
3230
+ .c4p--tearsheet__next .c4p--tearsheet__next__header {
3231
+ padding-inline: 1rem;
3232
+ }
3233
+ }
3234
+ .c4p--tearsheet__next .cds--modal-container--sm .cds--modal-header {
3235
+ padding-inline-end: 2rem;
3236
+ }
3237
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper {
3238
+ display: grid;
3239
+ flex-basis: unset;
3240
+ gap: 1rem;
3241
+ grid-template-columns: auto minmax(var(--tearsheet-header-title-grid-width, 0), 1fr);
3242
+ inline-size: calc(100% - var(--tearsheet-header-action-offset));
3243
+ }
3244
+ @media (max-width: 41.98rem) {
3245
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper {
3246
+ display: flex;
3247
+ flex-direction: column;
3248
+ }
3249
+ }
3250
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-content,
3251
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-actions {
3252
+ margin-block-end: 1.5rem;
3253
+ }
3254
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-label {
3255
+ font-size: var(--cds-label-01-font-size, 0.75rem);
3256
+ font-weight: var(--cds-label-01-font-weight, 400);
3257
+ line-height: var(--cds-label-01-line-height, 1.33333);
3258
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
3259
+ margin-block-end: 0.25rem;
3260
+ }
3261
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-title {
3262
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
3263
+ font-weight: var(--cds-heading-04-font-weight, 400);
3264
+ line-height: var(--cds-heading-04-line-height, 1.28572);
3265
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
3266
+ }
3267
+ @media (max-width: 41.98rem) {
3268
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-title {
3269
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
3270
+ font-weight: var(--cds-heading-03-font-weight, 400);
3271
+ line-height: var(--cds-heading-03-line-height, 1.4);
3272
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
3273
+ }
3274
+ }
3275
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-title {
3276
+ display: flex;
3277
+ align-items: flex-start;
3278
+ margin-block-end: 0.5rem;
3279
+ }
3280
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-title svg {
3281
+ flex-shrink: 0;
3282
+ }
3283
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-title.c4p--tearsheet__next__leading-icon {
3284
+ flex-direction: row;
3285
+ }
3286
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-title.c4p--tearsheet__next__leading-icon svg {
3287
+ margin-inline-end: 1rem;
3288
+ }
3289
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-title.c4p--tearsheet__next__trailing-icon {
3290
+ flex-direction: row-reverse;
3291
+ justify-content: flex-end;
3292
+ }
3293
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-title.c4p--tearsheet__next__trailing-icon svg {
3294
+ margin-inline-start: 1rem;
3295
+ }
3296
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-description {
3297
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
3298
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
3299
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
3300
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
3301
+ }
3302
+ .c4p--tearsheet__next .c4p--tearsheet__next__header--no-close-icon {
3303
+ display: none;
3304
+ }
3305
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-content {
3306
+ max-inline-size: 40rem;
3307
+ }
3308
+ .c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar {
3309
+ position: relative;
3310
+ display: flex;
3311
+ align-items: center;
3312
+ justify-content: space-between;
3313
+ gap: 4rem;
3314
+ max-inline-size: 100%;
3315
+ min-block-size: 2.5rem;
3316
+ }
3317
+ .c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar .c4p--tearsheet__next__scroller-container {
3318
+ position: absolute;
3319
+ inset-inline-end: -2rem;
3320
+ margin-inline-end: 1px;
3321
+ }
3322
+ @media (max-width: 41.98rem) {
3323
+ .c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar .c4p--tearsheet__next__scroller-container {
3324
+ inset-inline-end: -1rem;
3325
+ }
3326
+ }
3327
+ .c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar .c4p--tearsheet__next__scroller-container .c4p--tearsheet__next__scroller-button-icon-collapsed {
3328
+ transform: rotate(-180deg);
3329
+ }
3330
+ .c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar .cds--tabs {
3331
+ margin-inline-start: -1rem;
3332
+ }
3333
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-actions {
3334
+ display: flex;
3335
+ justify-content: flex-end;
3336
+ }
3337
+ .c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions {
3338
+ display: flex;
3339
+ overflow: hidden;
3340
+ flex: 0 0 auto;
3341
+ align-items: center;
3342
+ justify-content: flex-end;
3343
+ block-size: 2rem;
3344
+ inline-size: 100%;
3345
+ margin-block-start: -14px;
3346
+ }
3347
+ .c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions > *:not([hidden]) + *:not([hidden]) {
3348
+ padding-inline-start: 0.5rem;
3349
+ }
3350
+ .c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions > * {
3351
+ flex-shrink: 0;
3352
+ }
3353
+ @media (max-width: 41.98rem) {
3354
+ .c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions {
3355
+ justify-content: flex-start;
3356
+ margin-inline-end: 0;
3357
+ }
3358
+ }
3359
+ .c4p--tearsheet__next .c4p--tearsheet__next__header {
3360
+ opacity: 1;
3361
+ }
3362
+ .c4p--tearsheet__next .c4p--tearsheet__next__header > *:not(.c4p--tearsheet__next__navigation-bar,
3363
+ .c4p--tearsheet__next__header-content-wrapper,
3364
+ .cds--modal-close-button),
3365
+ .c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-content-wrapper .c4p--tearsheet__next__header-content > *:not(.c4p--tearsheet__next__content__title-wrapper) {
3366
+ overflow: hidden;
3367
+ max-block-size: 50vh;
3368
+ opacity: 1;
3369
+ transition: all 240ms cubic-bezier(0, 0, 0.3, 1);
3370
+ }
3371
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed > *:not(.c4p--tearsheet__next__navigation-bar,
3372
+ .c4p--tearsheet__next__header-content-wrapper,
3373
+ .cds--modal-close-button,
3374
+ .excludeFromCollapse),
3375
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions > *:not(.c4p--tearsheet__next__content__header-actions),
3376
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper .c4p--tearsheet__next__header-content > *:not(.c4p--tearsheet__next__content__title-wrapper),
3377
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed > *:not(.c4p--tearsheet__next__navigation-bar,
3378
+ .c4p--tearsheet__next__header-content-wrapper,
3379
+ .cds--modal-close-button,
3380
+ .excludeFromCollapse) * {
3381
+ overflow: hidden;
3382
+ padding: 0;
3383
+ margin: 0;
3384
+ max-block-size: 0;
3385
+ min-block-size: 0;
3386
+ opacity: 0;
3387
+ transition: all 240ms ease;
3388
+ visibility: hidden;
3389
+ }
3390
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper,
3391
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content,
3392
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__title-wrapper,
3393
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions .c4p--tearsheet__next__header-title {
3394
+ margin-block: 0;
3395
+ transition: all 240ms ease;
3396
+ }
3397
+ .c4p--tearsheet__next .c4p--tearsheet__next__body-layout {
3398
+ display: grid;
3399
+ grid-template-areas: "influencer body" "influencer footer";
3400
+ grid-template-columns: var(--tearsheet-influencer-width, 16rem) 1fr;
3401
+ grid-template-rows: 1fr auto;
3402
+ padding-block: 0;
3403
+ padding-inline-end: 0;
3404
+ /* Redefine grid when influencer is absent */
3405
+ }
3406
+ .c4p--tearsheet__next .c4p--tearsheet__next__body-layout:not(:has(> .c4p--tearsheet__next__influencer)) {
3407
+ grid-template-areas: "body" "footer";
3408
+ grid-template-columns: 1fr;
3409
+ }
3410
+ .c4p--tearsheet__next {
3411
+ /* Assign components to their named grid areas */
3412
+ }
3413
+ .c4p--tearsheet__next .c4p--tearsheet__next__influencer {
3414
+ grid-area: influencer;
3415
+ }
3416
+ .c4p--tearsheet__next .c4p--tearsheet__next__body {
3417
+ position: relative;
3418
+ display: grid;
3419
+ overflow: hidden;
3420
+ grid-area: body;
3421
+ grid-template-columns: 1fr var(--tearsheet-summary-content-width, 16rem);
3422
+ }
3423
+ @media (max-width: 41.98rem) {
3424
+ .c4p--tearsheet__next .c4p--tearsheet__next__body {
3425
+ grid-template-columns: 1fr 0;
3426
+ }
3427
+ }
3428
+ .c4p--tearsheet__next .c4p--tearsheet__next__body > *:only-child {
3429
+ grid-column: 1/-1;
3430
+ }
3431
+ .c4p--tearsheet__next .c4p--tearsheet__next__footer {
3432
+ border-block-start: 1px solid var(--cds-border-subtle-01, #c6c6c6);
3433
+ grid-area: footer;
3434
+ }
3435
+ .c4p--tearsheet__next .c4p--tearsheet__next__influencer,
3436
+ .c4p--tearsheet__next .c4p--tearsheet__next__main-content,
3437
+ .c4p--tearsheet__next .c4p--tearsheet__next__summary-content {
3438
+ overflow: auto;
3439
+ padding-inline: 2rem;
3440
+ }
3441
+ @media (max-width: 41.98rem) {
3442
+ .c4p--tearsheet__next .c4p--tearsheet__next__influencer,
3443
+ .c4p--tearsheet__next .c4p--tearsheet__next__main-content,
3444
+ .c4p--tearsheet__next .c4p--tearsheet__next__summary-content {
3445
+ padding-inline: 1rem;
3446
+ }
3447
+ }
3448
+ .c4p--tearsheet__next .c4p--tearsheet__next__main-content {
3449
+ position: relative;
3450
+ background: linear-gradient(to top, var(--cds-background, var(--cds-ai-popover-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, var(--cds-ai-popover-background, #ffffff)), var(--cds-background, var(--cds-ai-popover-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, rgba(166, 200, 255, 0.64)), var(--cds-ai-border-end, #78a9ff)) border-box, linear-gradient(to top, var(--cds-background, var(--cds-ai-popover-background, #ffffff)), var(--cds-background, var(--cds-ai-popover-background, #ffffff))) border-box;
3451
+ box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1));
3452
+ }
3453
+ .c4p--tearsheet__next .c4p--side-panel {
3454
+ position: absolute;
3455
+ z-index: 9999;
3456
+ block-size: 100%;
3457
+ inline-size: 100%;
3458
+ inset-block-start: 0;
3459
+ max-inline-size: none;
3460
+ }
3461
+ .c4p--tearsheet__next .c4p--side-panel .c4p--side-panel__header {
3462
+ min-block-size: 0;
3463
+ }
3464
+
3465
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__header {
3466
+ padding-inline: 1rem;
3467
+ }
3468
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-content-wrapper {
3469
+ display: flex;
3470
+ flex-direction: column;
3471
+ }
3472
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-title {
3473
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
3474
+ font-weight: var(--cds-heading-03-font-weight, 400);
3475
+ line-height: var(--cds-heading-03-line-height, 1.4);
3476
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
3477
+ }
3478
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__content__header-actions {
3479
+ justify-content: flex-start;
3480
+ margin-inline-end: 0;
3481
+ }
3482
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__body {
3483
+ grid-template-columns: 1fr 0;
3484
+ }
3485
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__influencer,
3486
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__main-content,
3487
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__summary-content {
3488
+ padding-inline: 1rem;
3489
+ }
3490
+
3171
3491
  .c4p--tearsheet.c4p--tearsheet {
3172
3492
  --overlay-color: var(--cds-overlay, rgba(22, 22, 22, 0.5));
3173
3493
  --overlay-opacity: 1;
3174
- z-index: 9001;
3175
- align-items: flex-end;
3176
- color: var(--cds-text-primary, #161616);
3177
- transition: visibility 0s linear 240ms, background-color 240ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);
3178
- --c4p--tearsheet--stacking-scale-factor-single: 0.95;
3179
- --c4p--tearsheet--stacking-scale-factor-double: 0.9;
3180
3494
  }
3181
3495
  .c4p--tearsheet.c4p--tearsheet::before {
3182
3496
  position: absolute;
@@ -3196,6 +3510,14 @@ p.c4p--about-modal__copyright-text:first-child {
3196
3510
  /* tearsheet uses --overlay-color and --overlay-opacity in ::before */
3197
3511
  background: initial;
3198
3512
  }
3513
+ .c4p--tearsheet.c4p--tearsheet {
3514
+ z-index: 9001;
3515
+ align-items: flex-end;
3516
+ color: var(--cds-text-primary, #161616);
3517
+ transition: visibility 0s linear 240ms, background-color 240ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);
3518
+ --c4p--tearsheet--stacking-scale-factor-single: 0.95;
3519
+ --c4p--tearsheet--stacking-scale-factor-double: 0.9;
3520
+ }
3199
3521
  .c4p--tearsheet.is-visible {
3200
3522
  z-index: 9000;
3201
3523
  align-items: flex-end;
@@ -3269,8 +3591,10 @@ p.c4p--about-modal__copyright-text:first-child {
3269
3591
  .c4p--tearsheet.c4p--tearsheet--stacked-1-of-3.is-visible .c4p--tearsheet__container {
3270
3592
  transform: scale(var(--c4p--tearsheet--stacking-scale-factor-double));
3271
3593
  }
3594
+ .c4p--tearsheet .c4p--tearsheet__header {
3595
+ min-block-size: fit-content;
3596
+ }
3272
3597
  .c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__header {
3273
- overflow: visible;
3274
3598
  padding: 1.5rem 2rem;
3275
3599
  margin: 0;
3276
3600
  background-color: var(--cds-layer);
@@ -3347,6 +3671,7 @@ p.c4p--about-modal__copyright-text:first-child {
3347
3671
  }
3348
3672
  .c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__body {
3349
3673
  display: flex;
3674
+ overflow: hidden;
3350
3675
  flex-direction: row;
3351
3676
  padding: 0;
3352
3677
  margin: 0;
@@ -3427,6 +3752,7 @@ p.c4p--about-modal__copyright-text:first-child {
3427
3752
  .c4p--tearsheet .c4p--tearsheet__button-container {
3428
3753
  grid-column: 1/-1;
3429
3754
  grid-row: -1/-1;
3755
+ min-block-size: fit-content;
3430
3756
  overflow-x: auto;
3431
3757
  }
3432
3758
  @supports (overflow-inline: auto) {
@@ -3546,13 +3872,15 @@ p.c4p--about-modal__copyright-text:first-child {
3546
3872
  .c4p--tearsheet-create .c4p--tearsheet-create__content {
3547
3873
  min-block-size: 100%;
3548
3874
  overflow-x: hidden;
3549
- padding-block: 1.5rem;
3550
3875
  }
3551
3876
  @supports (overflow-inline: hidden) {
3552
3877
  .c4p--tearsheet-create .c4p--tearsheet-create__content {
3553
3878
  overflow-inline: hidden;
3554
3879
  }
3555
3880
  }
3881
+ .c4p--tearsheet-create .c4p--tearsheet-create__content {
3882
+ padding-block: 1.5rem;
3883
+ }
3556
3884
 
3557
3885
  .c4p--tearsheet-create .c4p--tearsheet-create__content .cds--form {
3558
3886
  block-size: inherit;
@@ -4563,17 +4891,17 @@ p.c4p--about-modal__copyright-text:first-child {
4563
4891
  inline-size: calc(100% + 2rem);
4564
4892
  }
4565
4893
 
4566
- .c4p--datagrid__sortableColumn:hover,
4567
- .c4p--datagrid__sortableColumn:focus-within,
4568
- .c4p--datagrid__sortableColumn.c4p--datagrid__isSorted {
4569
- background-color: var(--cds-layer-selected-hover-01, #d1d1d1);
4570
- }
4571
4894
  .c4p--datagrid__sortableColumn:hover .cds--table-header-label .c4p--datagrid__sortable-icon,
4572
4895
  .c4p--datagrid__sortableColumn:focus-within .cds--table-header-label .c4p--datagrid__sortable-icon,
4573
4896
  .c4p--datagrid__sortableColumn.c4p--datagrid__isSorted .cds--table-header-label .c4p--datagrid__sortable-icon {
4574
4897
  opacity: 1;
4575
4898
  visibility: visible;
4576
4899
  }
4900
+ .c4p--datagrid__sortableColumn:hover,
4901
+ .c4p--datagrid__sortableColumn:focus-within,
4902
+ .c4p--datagrid__sortableColumn.c4p--datagrid__isSorted {
4903
+ background-color: var(--cds-layer-selected-hover-01, #d1d1d1);
4904
+ }
4577
4905
 
4578
4906
  /**
4579
4907
  * Copyright IBM Corp. 2024
@@ -5483,7 +5811,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
5483
5811
  inline-size: 100%;
5484
5812
  outline: 0;
5485
5813
  padding-inline-start: 1rem;
5486
- /* stylelint-disable-next-line */
5487
5814
  }
5488
5815
  .c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__label-icon {
5489
5816
  block-size: 1rem;
@@ -5506,6 +5833,9 @@ th.c4p--datagrid__select-all-toggle-on.button {
5506
5833
  .c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button .c4p--datagrid__inline-edit-button-icon {
5507
5834
  display: none;
5508
5835
  }
5836
+ .c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button {
5837
+ /* stylelint-disable-next-line */
5838
+ }
5509
5839
  .c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button:hover .c4p--datagrid__inline-edit-button-icon, .c4p--datagrid__inline-edit--outer-cell-button .c4p--datagrid__inline-edit-button.c4p--datagrid__inline-edit-button--active .c4p--datagrid__inline-edit-button-icon {
5510
5840
  display: block;
5511
5841
  }
@@ -5770,7 +6100,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
5770
6100
  }
5771
6101
  .c4p--filter-summary {
5772
6102
  display: flex;
5773
- align-items: flex-start;
6103
+ align-items: center;
5774
6104
  padding: 0.5rem;
5775
6105
  background: var(--cds-layer-01, #f4f4f4);
5776
6106
  /* stylelint-disable-next-line -- to-rem carbon replacement for rem */
@@ -9159,6 +9489,10 @@ button.c4p--add-select__global-filter-toggle--open {
9159
9489
  max-inline-size: 0;
9160
9490
  visibility: hidden;
9161
9491
  }
9492
+ .c4p--tag-set .cds--tag {
9493
+ margin-block-end: 0.5rem;
9494
+ margin-inline-end: 0.5rem;
9495
+ }
9162
9496
 
9163
9497
  .c4p--tag-set-modal.c4p--tag-set-modal {
9164
9498
  text-align: initial;
@@ -9177,6 +9511,10 @@ button.c4p--add-select__global-filter-toggle--open {
9177
9511
  margin-inline-end: 1rem;
9178
9512
  padding-inline-end: 0;
9179
9513
  }
9514
+ .c4p--tag-set-modal .c4p--tag-set-modal__body .cds--tag {
9515
+ margin-block-end: 0.5rem;
9516
+ margin-inline-end: 0.5rem;
9517
+ }
9180
9518
 
9181
9519
  .c4p--tag-set-overflow__tagset-popover.c4p--tag-set-overflow__tagset-popover {
9182
9520
  min-inline-size: initial;
@@ -9195,7 +9533,7 @@ button.c4p--add-select__global-filter-toggle--open {
9195
9533
  color: var(--cds-link-inverse, #78a9ff);
9196
9534
  margin-block-start: 0.5rem;
9197
9535
  }
9198
- .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__show-all-tags-link:hover {
9536
+ .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__show-all-tags-link:hover, .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__show-all-tags-link:visited:hover {
9199
9537
  color: var(--cds-link-inverse-hover, #a6c8ff);
9200
9538
  }
9201
9539
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__show-all-tags-link:focus {
@@ -9206,6 +9544,7 @@ button.c4p--add-select__global-filter-toggle--open {
9206
9544
  }
9207
9545
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item.c4p--tag-set-overflow__tag-item--tag .cds--tag {
9208
9546
  background-color: var(--cds-background-inverse-hover, #474747);
9547
+ margin-block-end: 0.125rem;
9209
9548
  }
9210
9549
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item.c4p--tag-set-overflow__tag-item--default,
9211
9550
  .c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__tag-item.c4p--tag-set-overflow__tag-item--default .cds--tag {
@@ -9888,13 +10227,6 @@ button.c4p--add-select__global-filter-toggle--open {
9888
10227
  padding: 1.5rem 0;
9889
10228
  background-color: var(--cds-layer);
9890
10229
  }
9891
- .c4p--page-header__next .c4p--page-header__content__title-wrapper {
9892
- display: grid;
9893
- gap: 1rem;
9894
- grid-template-columns: auto minmax(var(--page-header-title-grid-width, 0), 1fr);
9895
- margin-block-end: 1rem;
9896
- min-block-size: 2.5rem;
9897
- }
9898
10230
  @media (max-width: 41.98rem) {
9899
10231
  .c4p--page-header__next .c4p--page-header__content__title-wrapper {
9900
10232
  display: flex;
@@ -9902,6 +10234,13 @@ button.c4p--add-select__global-filter-toggle--open {
9902
10234
  grid-gap: 1rem;
9903
10235
  }
9904
10236
  }
10237
+ .c4p--page-header__next .c4p--page-header__content__title-wrapper {
10238
+ display: grid;
10239
+ gap: 1rem;
10240
+ grid-template-columns: auto minmax(var(--page-header-title-grid-width, 0), 1fr);
10241
+ margin-block-end: 1rem;
10242
+ min-block-size: 2.5rem;
10243
+ }
9905
10244
  .c4p--page-header__next .c4p--page-header__content__start {
9906
10245
  display: flex;
9907
10246
  flex-wrap: wrap;
@@ -10046,6 +10385,9 @@ button.c4p--add-select__global-filter-toggle--open {
10046
10385
  transform: translateX(2.5rem);
10047
10386
  }
10048
10387
  }
10388
+ .c4p--page-header__next .c4p--page-header--tag-overflow-container .cds--tag {
10389
+ margin-inline-end: 0.5rem;
10390
+ }
10049
10391
  .c4p--page-header__next .c4p--page-header--tag-overflow-popover__hidden {
10050
10392
  visibility: hidden;
10051
10393
  }
@@ -10176,8 +10518,6 @@ button.c4p--add-select__global-filter-toggle--open {
10176
10518
  min-block-size: 2rem;
10177
10519
  padding-inline: 0.625rem;
10178
10520
  /* stylelint-disable-next-line max-nesting-depth */
10179
- /* stylelint-disable-next-line max-nesting-depth */
10180
- /* stylelint-disable-next-line max-nesting-depth */
10181
10521
  }
10182
10522
  .c4p--card__productive .c4p--card__actions-header-ghost-button::before {
10183
10523
  position: absolute;
@@ -10188,6 +10528,9 @@ button.c4p--add-select__global-filter-toggle--open {
10188
10528
  inset-inline-start: 0;
10189
10529
  opacity: 1;
10190
10530
  }
10531
+ .c4p--card__productive .c4p--card__actions-header-ghost-button {
10532
+ /* stylelint-disable-next-line max-nesting-depth */
10533
+ }
10191
10534
  .c4p--card__productive .c4p--card__actions-header-ghost-button:hover {
10192
10535
  /* stylelint-disable-next-line max-nesting-depth */
10193
10536
  }
@@ -10200,6 +10543,9 @@ button.c4p--add-select__global-filter-toggle--open {
10200
10543
  .c4p--card__productive .c4p--card__actions-header-ghost-button:hover + .c4p--card__actions-header-ghost-button::before {
10201
10544
  opacity: 0;
10202
10545
  }
10546
+ .c4p--card__productive .c4p--card__actions-header-ghost-button {
10547
+ /* stylelint-disable-next-line max-nesting-depth */
10548
+ }
10203
10549
  .c4p--card__productive .c4p--card__actions-header-ghost-button:first-child:not(:last-child) {
10204
10550
  /* stylelint-disable-next-line max-nesting-depth */
10205
10551
  }
@@ -10498,12 +10844,6 @@ button.c4p--add-select__global-filter-toggle--open {
10498
10844
  }
10499
10845
  }
10500
10846
 
10501
- .cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-in-progress,
10502
- .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,
10503
- .c4p--status-icon--light.c4p--status-icon--light-in-progress {
10504
- animation: rotating 8000ms infinite linear;
10505
- fill: #0f62fe;
10506
- }
10507
10847
  @media (prefers-reduced-motion: reduce) {
10508
10848
  .cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-in-progress,
10509
10849
  .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,
@@ -10511,13 +10851,13 @@ button.c4p--add-select__global-filter-toggle--open {
10511
10851
  animation: none;
10512
10852
  }
10513
10853
  }
10514
-
10515
- .cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
10516
- .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
10517
- .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
10854
+ .cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-in-progress,
10855
+ .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-in-progress,
10856
+ .c4p--status-icon--light.c4p--status-icon--light-in-progress {
10518
10857
  animation: rotating 8000ms infinite linear;
10519
10858
  fill: #0f62fe;
10520
10859
  }
10860
+
10521
10861
  @media (prefers-reduced-motion: reduce) {
10522
10862
  .cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
10523
10863
  .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
@@ -10525,6 +10865,12 @@ button.c4p--add-select__global-filter-toggle--open {
10525
10865
  animation: none;
10526
10866
  }
10527
10867
  }
10868
+ .cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
10869
+ .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--dark-in-progress,
10870
+ .c4p--status-icon--light.c4p--status-icon--dark-in-progress {
10871
+ animation: rotating 8000ms infinite linear;
10872
+ fill: #0f62fe;
10873
+ }
10528
10874
 
10529
10875
  .cds--btn--ghost:not([disabled]) .c4p--status-icon--light.c4p--status-icon--light-running,
10530
10876
  .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--light.c4p--status-icon--light-running,
@@ -10772,12 +11118,6 @@ button.c4p--add-select__global-filter-toggle--open {
10772
11118
  }
10773
11119
  }
10774
11120
 
10775
- .cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
10776
- .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
10777
- .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
10778
- animation: rotating 8000ms infinite linear;
10779
- fill: #4589ff;
10780
- }
10781
11121
  @media (prefers-reduced-motion: reduce) {
10782
11122
  .cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
10783
11123
  .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
@@ -10785,13 +11125,13 @@ button.c4p--add-select__global-filter-toggle--open {
10785
11125
  animation: none;
10786
11126
  }
10787
11127
  }
10788
-
10789
- .cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
10790
- .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
10791
- .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
11128
+ .cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
11129
+ .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-in-progress,
11130
+ .c4p--status-icon--dark.c4p--status-icon--light-in-progress {
10792
11131
  animation: rotating 8000ms infinite linear;
10793
11132
  fill: #4589ff;
10794
11133
  }
11134
+
10795
11135
  @media (prefers-reduced-motion: reduce) {
10796
11136
  .cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
10797
11137
  .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
@@ -10799,6 +11139,12 @@ button.c4p--add-select__global-filter-toggle--open {
10799
11139
  animation: none;
10800
11140
  }
10801
11141
  }
11142
+ .cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
11143
+ .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--dark-in-progress,
11144
+ .c4p--status-icon--dark.c4p--status-icon--dark-in-progress {
11145
+ animation: rotating 8000ms infinite linear;
11146
+ fill: #4589ff;
11147
+ }
10802
11148
 
10803
11149
  .cds--btn--ghost:not([disabled]) .c4p--status-icon--dark.c4p--status-icon--light-running,
10804
11150
  .cds--btn.cds--btn--icon-only.cds--tooltip__trigger .c4p--status-icon--dark.c4p--status-icon--light-running,
@@ -11490,29 +11836,6 @@ button.c4p--add-select__global-filter-toggle--open {
11490
11836
  --cds-fluid-display-04-font-weight: 300;
11491
11837
  --cds-fluid-display-04-line-height: 1.19;
11492
11838
  --cds-fluid-display-04-letter-spacing: 0;
11493
- --cds-layer: var(--cds-layer-01, #f4f4f4);
11494
- --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
11495
- --cds-layer-background: var(--cds-layer-background-01, #ffffff);
11496
- --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
11497
- --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
11498
- --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
11499
- --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
11500
- --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
11501
- --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
11502
- --cds-field: var(--cds-field-01, #f4f4f4);
11503
- --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
11504
- --cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);
11505
- --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
11506
- --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
11507
- --cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
11508
- position: fixed;
11509
- block-size: calc(100vh - 3rem);
11510
- border-inline-start: 1px solid #262626;
11511
- color: var(--cds-text-primary, #161616);
11512
- inline-size: 100%;
11513
- inset-block-start: 3rem;
11514
- inset-inline-end: 0;
11515
- max-inline-size: 40rem;
11516
11839
  }
11517
11840
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
11518
11841
  .c4p--web-terminal {
@@ -11538,6 +11861,31 @@ button.c4p--add-select__global-filter-toggle--open {
11538
11861
  --cds-layer-selected-inverse: SelectedItem;
11539
11862
  }
11540
11863
  }
11864
+ .c4p--web-terminal {
11865
+ --cds-layer: var(--cds-layer-01, #f4f4f4);
11866
+ --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
11867
+ --cds-layer-background: var(--cds-layer-background-01, #ffffff);
11868
+ --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
11869
+ --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
11870
+ --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
11871
+ --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
11872
+ --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
11873
+ --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
11874
+ --cds-field: var(--cds-field-01, #f4f4f4);
11875
+ --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
11876
+ --cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);
11877
+ --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
11878
+ --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
11879
+ --cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
11880
+ position: fixed;
11881
+ block-size: calc(100vh - 3rem);
11882
+ border-inline-start: 1px solid #262626;
11883
+ color: var(--cds-text-primary, #161616);
11884
+ inline-size: 100%;
11885
+ inset-block-start: 3rem;
11886
+ inset-inline-end: 0;
11887
+ max-inline-size: 40rem;
11888
+ }
11541
11889
  @media (prefers-reduced-motion) {
11542
11890
  .c4p--web-terminal {
11543
11891
  animation: none;
@@ -11953,21 +12301,6 @@ button.c4p--add-select__global-filter-toggle--open {
11953
12301
  --cds-fluid-display-04-font-weight: 300;
11954
12302
  --cds-fluid-display-04-line-height: 1.19;
11955
12303
  --cds-fluid-display-04-letter-spacing: 0;
11956
- --cds-layer: var(--cds-layer-01, #f4f4f4);
11957
- --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
11958
- --cds-layer-background: var(--cds-layer-background-01, #ffffff);
11959
- --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
11960
- --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
11961
- --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
11962
- --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
11963
- --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
11964
- --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
11965
- --cds-field: var(--cds-field-01, #f4f4f4);
11966
- --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
11967
- --cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);
11968
- --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
11969
- --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
11970
- --cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
11971
12304
  }
11972
12305
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
11973
12306
  .c4p--web-terminal__documentation-overflow {
@@ -11993,6 +12326,23 @@ button.c4p--add-select__global-filter-toggle--open {
11993
12326
  --cds-layer-selected-inverse: SelectedItem;
11994
12327
  }
11995
12328
  }
12329
+ .c4p--web-terminal__documentation-overflow {
12330
+ --cds-layer: var(--cds-layer-01, #f4f4f4);
12331
+ --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
12332
+ --cds-layer-background: var(--cds-layer-background-01, #ffffff);
12333
+ --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
12334
+ --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
12335
+ --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
12336
+ --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
12337
+ --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
12338
+ --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
12339
+ --cds-field: var(--cds-field-01, #f4f4f4);
12340
+ --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
12341
+ --cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);
12342
+ --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
12343
+ --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
12344
+ --cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
12345
+ }
11996
12346
 
11997
12347
  .c4p--web-terminal__documentation-overflow .cds--overflow-menu-options__btn {
11998
12348
  text-decoration: none;
@@ -12279,7 +12629,6 @@ button.c4p--add-select__global-filter-toggle--open {
12279
12629
  -moz-user-select: none;
12280
12630
  -ms-user-select: none;
12281
12631
  user-select: none;
12282
- /* stylelint-disable-next-line max-nesting-depth */
12283
12632
  }
12284
12633
  .c4p--carousel__elements:focus {
12285
12634
  outline: 2px solid var(--cds-focus, #0f62fe);
@@ -12290,6 +12639,9 @@ button.c4p--add-select__global-filter-toggle--open {
12290
12639
  outline-style: dotted;
12291
12640
  }
12292
12641
  }
12642
+ .c4p--carousel__elements {
12643
+ /* stylelint-disable-next-line max-nesting-depth */
12644
+ }
12293
12645
  @media (prefers-reduced-motion) {
12294
12646
  .c4p--carousel__elements {
12295
12647
  scroll-behavior: auto;