@carbon/ibm-products 2.85.0 → 2.86.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 (74) hide show
  1. package/css/carbon.css +55 -2
  2. package/css/carbon.css.map +1 -1
  3. package/css/index-full-carbon.css +615 -410
  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 +3225 -3081
  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 +2958 -2806
  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 +2202 -2011
  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/ActionSet/ActionSet.d.ts +6 -0
  20. package/es/components/ActionSet/ActionSet.js +20 -10
  21. package/es/components/Coachmark/next/Coachmark/ContentBody.js +1 -1
  22. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +2 -2
  23. package/es/components/EditInPlace/EditInPlace.d.ts +2 -3
  24. package/es/components/OptionsTile/OptionsTile.js +35 -12
  25. package/es/components/PageHeader/next/context.js +1 -1
  26. package/es/components/PageHeader/next/index.js +3 -3
  27. package/es/components/StringFormatter/StringFormatter.js +1 -1
  28. package/es/components/TagSet/TagSet.js +1 -1
  29. package/es/components/Tearsheet/next/StackContext.d.ts +1 -1
  30. package/es/components/Tearsheet/next/Tearsheet.d.ts +19 -5
  31. package/es/components/Tearsheet/next/Tearsheet.js +90 -31
  32. package/es/components/Tearsheet/next/TearsheetBody.js +2 -2
  33. package/es/components/Tearsheet/next/TearsheetFooter.d.ts +31 -0
  34. package/es/components/Tearsheet/next/TearsheetFooter.js +39 -0
  35. package/es/components/Tearsheet/next/TearsheetHeader.d.ts +1 -1
  36. package/es/components/Tearsheet/next/index.d.ts +2 -1
  37. package/es/components/index.d.ts +1 -1
  38. package/es/global/js/hooks/index.d.ts +1 -0
  39. package/es/global/js/utils/devtools.js +1 -1
  40. package/es/index.js +8 -8
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +1184 -1110
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1337 -1334
  43. package/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +2 -2
  44. package/lib/components/ActionSet/ActionSet.d.ts +6 -0
  45. package/lib/components/ActionSet/ActionSet.js +20 -10
  46. package/lib/components/Coachmark/next/Coachmark/ContentBody.js +0 -3
  47. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +2 -2
  48. package/lib/components/EditInPlace/EditInPlace.d.ts +2 -3
  49. package/lib/components/OptionsTile/OptionsTile.js +35 -12
  50. package/lib/components/PageHeader/next/index.js +6 -6
  51. package/lib/components/TagSet/TagSet.js +0 -3
  52. package/lib/components/Tearsheet/next/StackContext.d.ts +1 -1
  53. package/lib/components/Tearsheet/next/Tearsheet.d.ts +19 -5
  54. package/lib/components/Tearsheet/next/Tearsheet.js +90 -31
  55. package/lib/components/Tearsheet/next/TearsheetBody.js +2 -2
  56. package/lib/components/Tearsheet/next/TearsheetFooter.d.ts +31 -0
  57. package/lib/components/Tearsheet/next/TearsheetFooter.js +43 -0
  58. package/lib/components/Tearsheet/next/TearsheetHeader.d.ts +1 -1
  59. package/lib/components/Tearsheet/next/index.d.ts +2 -1
  60. package/lib/components/index.d.ts +1 -1
  61. package/lib/global/js/hooks/index.d.ts +1 -0
  62. package/lib/index.js +50 -50
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +1204 -1130
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1351 -1348
  65. package/package.json +14 -18
  66. package/scss/components/NotificationsPanel/_notifications-panel.scss +3 -0
  67. package/scss/components/OptionsTile/_options-tile.scss +28 -7
  68. package/scss/components/PageHeader/_page-header.scss +14 -4
  69. package/scss/components/SidePanel/_side-panel.scss +0 -2
  70. package/scss/components/Tearsheet/_index-with-carbon.scss +2 -1
  71. package/scss/components/Tearsheet/_index.scss +1 -0
  72. package/scss/components/Tearsheet/_tearsheet.scss +0 -2
  73. package/scss/components/Tearsheet/_tearsheet_next.scss +351 -229
  74. package/telemetry.yml +4 -1
@@ -3824,9 +3824,6 @@ p.c4p--about-modal__copyright-text:first-child {
3824
3824
  inline-size: 25%;
3825
3825
  }
3826
3826
  }
3827
- .c4p--side-panel .c4p--side-panel__actions-container.c4p--action-set--2xl {
3828
- flex-direction: column;
3829
- }
3830
3827
  .c4p--side-panel .c4p--side-panel__actions-container .c4p--action-set__action-button.c4p--action-set__action-button {
3831
3828
  block-size: var(--c4p--side-panel--actions-height);
3832
3829
  }
@@ -3935,404 +3932,6 @@ p.c4p--about-modal__copyright-text:first-child {
3935
3932
  color: var(--cds-text-secondary, #525252);
3936
3933
  }
3937
3934
 
3938
- /**
3939
- * Copyright IBM Corp. 2025
3940
- *
3941
- * This source code is licensed under the Apache-2.0 license found in the
3942
- * LICENSE file in the root directory of this source tree.
3943
- */
3944
- .c4p--tearsheet__next .c4p--tearsheet__next__container {
3945
- align-self: flex-end;
3946
- border: 1px solid var(--cds-border-subtle-01, #c6c6c6);
3947
- block-size: 100%;
3948
- inset-block-start: auto;
3949
- max-block-size: calc(100% - var(--tearsheet-vertical-gap, 3rem));
3950
- }
3951
- @media (max-width: 41.98rem) {
3952
- .c4p--tearsheet__next:not(.c4p--tearsheet__next--stack-activated.is-visible) .c4p--tearsheet__next__container {
3953
- max-block-size: none;
3954
- }
3955
- }
3956
- .c4p--tearsheet__next:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
3957
- transform: translate3d(0, min(95vh, 500px), 0);
3958
- }
3959
- .c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__container {
3960
- border: 1px solid transparent;
3961
- /* override carbon ai removing background gradient */
3962
- 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;
3963
- border-block-end: 0;
3964
- box-shadow: 0 4px 10px 2px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.1));
3965
- }
3966
- .c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__main-content {
3967
- position: relative;
3968
- 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;
3969
- box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1));
3970
- }
3971
- .c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
3972
- transition: transform 240ms cubic-bezier(0, 0, 0.3, 1), max-block-size 240ms cubic-bezier(0, 0, 0.3, 1);
3973
- }
3974
- @media (min-width: 42rem) {
3975
- .c4p--tearsheet__next.c4p--tearsheet__next--wide .c4p--tearsheet__next__container {
3976
- inline-size: calc(100% - 2 * 4rem);
3977
- }
3978
- }
3979
- .c4p--tearsheet__next .c4p--tearsheet__next__header {
3980
- display: flex;
3981
- flex-wrap: wrap;
3982
- align-content: space-between;
3983
- border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
3984
- margin-block: 0;
3985
- max-block-size: 50vh;
3986
- padding-block-end: 0;
3987
- padding-block-start: 1.5rem;
3988
- padding-inline: 2rem;
3989
- }
3990
- .c4p--tearsheet__next .c4p--tearsheet__next__header > * {
3991
- flex-basis: 100%;
3992
- }
3993
- .c4p--tearsheet__next .c4p--tearsheet__next__header > *:not(.c4p--tearsheet__next__navigation-bar,
3994
- .c4p--tearsheet__next__header-content-wrapper,
3995
- .cds--modal-close-button) {
3996
- margin-block-end: 1.5rem;
3997
- }
3998
- @media (max-width: 41.98rem) {
3999
- .c4p--tearsheet__next .c4p--tearsheet__next__header {
4000
- padding-inline: 1rem;
4001
- }
4002
- }
4003
- .c4p--tearsheet__next .cds--modal-container--sm .cds--modal-header {
4004
- padding-inline-end: 2rem;
4005
- }
4006
- .c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper {
4007
- display: grid;
4008
- flex-basis: unset;
4009
- gap: 1rem;
4010
- grid-template-columns: minmax(auto, 40rem) minmax(var(--tearsheet-header-title-grid-width, 0), 1fr);
4011
- inline-size: calc(100% - var(--tearsheet-header-action-offset));
4012
- }
4013
- @media (max-width: 41.98rem) {
4014
- .c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper {
4015
- display: flex;
4016
- flex-direction: column;
4017
- }
4018
- }
4019
- .c4p--tearsheet__next .c4p--tearsheet__next__header-content,
4020
- .c4p--tearsheet__next .c4p--tearsheet__next__header-actions {
4021
- margin-block-end: 1.5rem;
4022
- }
4023
- .c4p--tearsheet__next .c4p--tearsheet__next__header-label {
4024
- font-size: var(--cds-label-01-font-size, 0.75rem);
4025
- font-weight: var(--cds-label-01-font-weight, 400);
4026
- line-height: var(--cds-label-01-line-height, 1.33333);
4027
- letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
4028
- color: var(--cds-text-secondary, #525252);
4029
- margin-block-end: 0.25rem;
4030
- }
4031
- .c4p--tearsheet__next .c4p--tearsheet__next__header-title {
4032
- font-size: var(--cds-heading-04-font-size, 1.75rem);
4033
- font-weight: var(--cds-heading-04-font-weight, 400);
4034
- line-height: var(--cds-heading-04-line-height, 1.28572);
4035
- letter-spacing: var(--cds-heading-04-letter-spacing, 0);
4036
- }
4037
- @media (max-width: 41.98rem) {
4038
- .c4p--tearsheet__next .c4p--tearsheet__next__header-title {
4039
- font-size: var(--cds-heading-03-font-size, 1.25rem);
4040
- font-weight: var(--cds-heading-03-font-weight, 400);
4041
- line-height: var(--cds-heading-03-line-height, 1.4);
4042
- letter-spacing: var(--cds-heading-03-letter-spacing, 0);
4043
- }
4044
- }
4045
- .c4p--tearsheet__next .c4p--tearsheet__next__header-title {
4046
- display: flex;
4047
- align-items: flex-start;
4048
- margin-block-end: 0.5rem;
4049
- }
4050
- .c4p--tearsheet__next .c4p--tearsheet__next__header-title svg {
4051
- flex-shrink: 0;
4052
- }
4053
- .c4p--tearsheet__next .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-start {
4054
- margin-inline-end: 1rem;
4055
- }
4056
- .c4p--tearsheet__next .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end {
4057
- margin-inline-start: 1rem;
4058
- }
4059
- .c4p--tearsheet__next .c4p--tearsheet__next__header-description {
4060
- font-size: var(--cds-body-compact-01-font-size, 0.875rem);
4061
- font-weight: var(--cds-body-compact-01-font-weight, 400);
4062
- line-height: var(--cds-body-compact-01-line-height, 1.28572);
4063
- letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
4064
- }
4065
- .c4p--tearsheet__next .c4p--tearsheet__next__header--no-close-icon {
4066
- display: none;
4067
- }
4068
- .c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar {
4069
- position: relative;
4070
- display: flex;
4071
- align-items: center;
4072
- justify-content: space-between;
4073
- gap: 4rem;
4074
- max-inline-size: 100%;
4075
- min-block-size: 2.5rem;
4076
- }
4077
- .c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar .c4p--tearsheet__next__scroller-container {
4078
- position: absolute;
4079
- inset-block-end: 0.125rem;
4080
- inset-inline-end: calc(-2rem + 0.125rem);
4081
- }
4082
- @media (max-width: 41.98rem) {
4083
- .c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar .c4p--tearsheet__next__scroller-container {
4084
- inset-inline-end: -1rem;
4085
- }
4086
- }
4087
- .c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar .c4p--tearsheet__next__scroller-container .c4p--tearsheet__next__scroller-button-icon-collapsed {
4088
- transform: rotate(-180deg);
4089
- }
4090
- .c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar .cds--tabs {
4091
- margin-inline-start: -1rem;
4092
- }
4093
- .c4p--tearsheet__next .c4p--tearsheet__next__header-actions {
4094
- display: flex;
4095
- justify-content: flex-end;
4096
- }
4097
- .c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions {
4098
- display: flex;
4099
- overflow: hidden;
4100
- flex: 0 0 auto;
4101
- align-items: center;
4102
- justify-content: flex-end;
4103
- block-size: 2rem;
4104
- inline-size: 100%;
4105
- margin-block-start: -14px;
4106
- }
4107
- .c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions > *.c4p--tearsheet__next__header-action-item:not([data-hidden=true]) {
4108
- margin-inline-end: 0.5rem; /* space between visible items */
4109
- }
4110
- .c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions {
4111
- /* Remove margin on the last visible item */
4112
- }
4113
- .c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions > *.c4p--tearsheet__next__header-action-item:not([data-hidden=true]):nth-last-child(2) {
4114
- margin-inline-end: 0;
4115
- }
4116
- .c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions > * {
4117
- flex-shrink: 0;
4118
- }
4119
- @media (max-width: 41.98rem) {
4120
- .c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions {
4121
- justify-content: flex-start;
4122
- margin-inline-end: 0;
4123
- }
4124
- }
4125
- .c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header {
4126
- padding-inline: 1rem;
4127
- }
4128
- .c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions {
4129
- display: none;
4130
- }
4131
- .c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-content-wrapper {
4132
- display: flex;
4133
- flex-direction: column;
4134
- }
4135
- .c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-title {
4136
- font-size: var(--cds-heading-03-font-size, 1.25rem);
4137
- font-weight: var(--cds-heading-03-font-weight, 400);
4138
- line-height: var(--cds-heading-03-line-height, 1.4);
4139
- letter-spacing: var(--cds-heading-03-letter-spacing, 0);
4140
- }
4141
- .c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__content__header-actions {
4142
- justify-content: flex-start;
4143
- margin-inline-end: 0;
4144
- }
4145
- .c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__body {
4146
- grid-template-columns: 1fr 0;
4147
- }
4148
- .c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),
4149
- .c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),
4150
- .c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush) {
4151
- padding-inline: 1rem;
4152
- }
4153
- .c4p--tearsheet__next .c4p--tearsheet__next__header > *:not(.c4p--tearsheet__next__navigation-bar,
4154
- .c4p--tearsheet__next__header-content-wrapper,
4155
- .cds--modal-close-button,
4156
- .excludeFromCollapse) {
4157
- overflow: hidden;
4158
- max-block-size: 50vh;
4159
- opacity: 1;
4160
- transition: max-block-size 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1), margin 240ms cubic-bezier(0, 0, 0.3, 1), padding 240ms cubic-bezier(0, 0, 0.3, 1);
4161
- }
4162
- .c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-actions,
4163
- .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,
4164
- .c4p--tearsheet__next__header-label) {
4165
- opacity: 1;
4166
- transition: all 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1);
4167
- }
4168
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed {
4169
- padding-block-start: 0.75rem;
4170
- transition: padding 240ms cubic-bezier(0, 0, 0.3, 1);
4171
- }
4172
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed > *:not(.c4p--tearsheet__next__navigation-bar,
4173
- .c4p--tearsheet__next__header-content-wrapper,
4174
- .cds--modal-close-button,
4175
- .excludeFromCollapse),
4176
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions > *:not(.c4p--tearsheet__next__content__header-actions),
4177
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content > *:not(.c4p--tearsheet__next__content__title-wrapper),
4178
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed > *:not(.c4p--tearsheet__next__navigation-bar,
4179
- .c4p--tearsheet__next__header-content-wrapper,
4180
- .cds--modal-close-button,
4181
- .excludeFromCollapse) *,
4182
- .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) * {
4183
- overflow: hidden;
4184
- padding: 0;
4185
- margin: 0;
4186
- max-block-size: 0;
4187
- opacity: 0;
4188
- pointer-events: none;
4189
- transition: all 240ms cubic-bezier(0, 0, 0.3, 1);
4190
- }
4191
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title {
4192
- font-size: var(--cds-label-02-font-size, 0.875rem);
4193
- font-weight: var(--cds-label-02-font-weight, 400);
4194
- line-height: var(--cds-label-02-line-height, 1.28572);
4195
- letter-spacing: var(--cds-label-02-letter-spacing, 0.16px);
4196
- align-items: center;
4197
- margin-block-start: 0.25rem;
4198
- transition: all 240ms cubic-bezier(0, 0, 0.3, 1);
4199
- }
4200
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title > span {
4201
- display: flex;
4202
- align-items: center;
4203
- block-size: 1.5rem;
4204
- }
4205
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content {
4206
- align-self: center;
4207
- margin-block-end: 0;
4208
- }
4209
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__header-actions {
4210
- margin-block-start: -0.125rem;
4211
- }
4212
- @media (max-width: 41.98rem) {
4213
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions {
4214
- display: none;
4215
- }
4216
- }
4217
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper,
4218
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content,
4219
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__title-wrapper,
4220
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions,
4221
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title {
4222
- margin-block: 0;
4223
- transition: margin-block 240ms ease;
4224
- }
4225
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper {
4226
- min-block-size: 2.5rem;
4227
- padding-block-end: 0.75rem;
4228
- }
4229
- .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__navigation-bar::before {
4230
- position: absolute;
4231
- z-index: 1;
4232
- background: rgba(0, 0, 0, 0.12);
4233
- block-size: 1px;
4234
- content: "";
4235
- inline-size: 100vw;
4236
- inset-block-start: -0.25rem;
4237
- inset-inline-start: 50%;
4238
- pointer-events: none;
4239
- transform: translateX(-50%);
4240
- }
4241
- .c4p--tearsheet__next .c4p--tearsheet__next__body-layout {
4242
- display: grid;
4243
- grid-template-areas: "influencer body" "influencer footer";
4244
- grid-template-columns: var(--tearsheet-influencer-width, 16rem) 1fr;
4245
- grid-template-rows: 1fr auto;
4246
- padding-block: 0;
4247
- padding-inline-end: 0;
4248
- /* Redefine grid when influencer is absent */
4249
- }
4250
- .c4p--tearsheet__next .c4p--tearsheet__next__body-layout:not(:has(> .c4p--tearsheet__next__influencer)) {
4251
- grid-template-areas: "body" "footer";
4252
- grid-template-columns: 1fr;
4253
- }
4254
- .c4p--tearsheet__next {
4255
- /* Assign components to their named grid areas */
4256
- }
4257
- .c4p--tearsheet__next .c4p--tearsheet__next__influencer {
4258
- border-inline-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
4259
- grid-area: influencer;
4260
- }
4261
- .c4p--tearsheet__next .c4p--tearsheet__next__body {
4262
- position: relative;
4263
- display: grid;
4264
- overflow: hidden;
4265
- grid-area: body;
4266
- grid-template-columns: 1fr var(--tearsheet-summary-content-width, 16rem);
4267
- }
4268
- @media (max-width: 41.98rem) {
4269
- .c4p--tearsheet__next .c4p--tearsheet__next__body {
4270
- grid-template-columns: 1fr 0;
4271
- }
4272
- }
4273
- .c4p--tearsheet__next .c4p--tearsheet__next__body > *:only-child {
4274
- grid-column: 1/-1;
4275
- }
4276
- .c4p--tearsheet__next .c4p--tearsheet__next__footer {
4277
- border-block-start: 1px solid var(--cds-border-subtle-01, #c6c6c6);
4278
- grid-area: footer;
4279
- }
4280
- .c4p--tearsheet__next .c4p--tearsheet__next__influencer,
4281
- .c4p--tearsheet__next .c4p--tearsheet__next__main-content,
4282
- .c4p--tearsheet__next .c4p--tearsheet__next__summary-content {
4283
- overflow: auto;
4284
- }
4285
- .c4p--tearsheet__next .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),
4286
- .c4p--tearsheet__next .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),
4287
- .c4p--tearsheet__next .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush) {
4288
- padding-inline: 2rem;
4289
- }
4290
- @media (max-width: 41.98rem) {
4291
- .c4p--tearsheet__next .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),
4292
- .c4p--tearsheet__next .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),
4293
- .c4p--tearsheet__next .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush) {
4294
- padding-inline: 1rem;
4295
- }
4296
- }
4297
- .c4p--tearsheet__next .c4p--tearsheet__next__main-content {
4298
- position: relative;
4299
- }
4300
- .c4p--tearsheet__next .c4p--side-panel {
4301
- position: absolute;
4302
- z-index: 9999;
4303
- block-size: 100%;
4304
- inline-size: 100%;
4305
- inset-block-start: 0;
4306
- max-inline-size: none;
4307
- }
4308
- .c4p--tearsheet__next .c4p--side-panel .c4p--side-panel__header {
4309
- min-block-size: 0;
4310
- }
4311
- .c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible {
4312
- --overlay-color: var(--cds-overlay, rgba(0, 0, 0, 0.6));
4313
- --overlay-alpha: 0.5;
4314
- z-index: calc(9000 - var(--stack-depth, 0));
4315
- background-color: initial;
4316
- }
4317
- .c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible::before {
4318
- position: absolute;
4319
- display: block;
4320
- background: var(--overlay-color);
4321
- content: "";
4322
- inset: 0;
4323
- opacity: calc(var(--overlay-alpha) - var(--stack-depth) * 0.1);
4324
- transition: background-color 240ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);
4325
- }
4326
- @media (prefers-reduced-motion: reduce) {
4327
- .c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible::before {
4328
- transition: none;
4329
- }
4330
- }
4331
- .c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible.is-visible .c4p--tearsheet__next__container {
4332
- max-block-size: calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));
4333
- transform: scaleX(var(--scale-factor));
4334
- }
4335
-
4336
3935
  .c4p--tearsheet.c4p--tearsheet {
4337
3936
  --overlay-color: var(--cds-overlay, rgba(0, 0, 0, 0.6));
4338
3937
  --overlay-opacity: 1;
@@ -6084,6 +5683,9 @@ button.c4p--add-select__global-filter-toggle--open {
6084
5683
  .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button:hover, .c4p--notifications-panel__container .c4p--notifications-panel__notification .c4p--notifications-panel__dismiss-single-button:focus {
6085
5684
  opacity: 1;
6086
5685
  }
5686
+ .c4p--notifications-panel__container .c4p--notifications-panel__notification:focus:before {
5687
+ display: none;
5688
+ }
6087
5689
  .c4p--notifications-panel__container .c4p--notifications-panel__notification-today:not(:first-of-type):before,
6088
5690
  .c4p--notifications-panel__container .c4p--notifications-panel__notification-yesterday:not(:first-of-type):before,
6089
5691
  .c4p--notifications-panel__container .c4p--notifications-panel__notification-previous:not(:first-of-type):before {
@@ -8460,19 +8062,31 @@ button.c4p--add-select__global-filter-toggle--open {
8460
8062
  }
8461
8063
  .c4p--page-header__next .c4p--page-header__breadcrumb__actions {
8462
8064
  display: inline-flex;
8065
+ flex: 1 1 0%;
8463
8066
  justify-content: flex-end;
8464
- inline-size: 100%;
8067
+ min-inline-size: 75%;
8068
+ }
8069
+ @media (min-width: 42rem) {
8070
+ .c4p--page-header__next .c4p--page-header__breadcrumb__actions {
8071
+ min-inline-size: 40%;
8072
+ }
8465
8073
  }
8466
8074
  .c4p--page-header__next .c4p--page-header__breadcrumb__content-actions {
8467
- inline-size: 100%;
8468
8075
  margin-inline-end: 0.75rem;
8469
8076
  }
8470
8077
  .c4p--page-header__next .c4p--page-header__breadcrumb-wrapper {
8471
8078
  display: inline-flex;
8472
- inline-size: 100%;
8079
+ flex: 1 1 auto;
8080
+ min-inline-size: 0;
8081
+ }
8082
+ @media (min-width: 42rem) {
8083
+ .c4p--page-header__next .c4p--page-header__breadcrumb-wrapper {
8084
+ min-inline-size: 60%;
8085
+ }
8473
8086
  }
8474
8087
  .c4p--page-header__next .c4p--page-header__breadcrumb-wrapper .c4p--page-header-breadcrumb-overflow {
8475
- inline-size: 100%;
8088
+ flex: 1 1 0%;
8089
+ min-inline-size: 0;
8476
8090
  }
8477
8091
  .c4p--page-header__next .c4p--page-header__breadcrumb-wrapper .c4p--page-header-breadcrumb-overflow .cds--breadcrumb {
8478
8092
  display: flex;
@@ -9449,6 +9063,511 @@ button.c4p--add-select__global-filter-toggle--open {
9449
9063
  }
9450
9064
  }
9451
9065
 
9066
+ /**
9067
+ * Copyright IBM Corp. 2025
9068
+ *
9069
+ * This source code is licensed under the Apache-2.0 license found in the
9070
+ * LICENSE file in the root directory of this source tree.
9071
+ */
9072
+ .c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted) {
9073
+ animation: c4p--tearsheet__next--presence-tearsheet__enter 240ms cubic-bezier(0, 0, 0.3, 1);
9074
+ opacity: 1;
9075
+ }
9076
+ .c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
9077
+ animation: c4p--tearsheet__next--presence-tearsheet--container__enter 240ms cubic-bezier(0, 0, 0.3, 1);
9078
+ transform: translate3d(0, 0, 0);
9079
+ }
9080
+ @media screen and (prefers-reduced-motion: reduce) {
9081
+ .c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
9082
+ animation: none;
9083
+ }
9084
+ }
9085
+ .c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next--stacked.is-visible .c4p--tearsheet__next__container {
9086
+ transform: scaleX(var(--scale-factor));
9087
+ }
9088
+ .c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting] {
9089
+ animation: c4p--tearsheet__next--presence-tearsheet__exit 240ms cubic-bezier(0.4, 0.14, 1, 1) forwards;
9090
+ }
9091
+ .c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting].c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
9092
+ animation: c4p--tearsheet__next--presence-tearsheet--container__exit 240ms cubic-bezier(0, 0, 0.3, 1) forwards;
9093
+ }
9094
+ @media screen and (prefers-reduced-motion: reduce) {
9095
+ .c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting].c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
9096
+ animation: none;
9097
+ }
9098
+ }
9099
+ .c4p--tearsheet__next.c4p--tearsheet__next--keep-mounted:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
9100
+ transform: translate3d(0, min(95vh, 500px), 0);
9101
+ }
9102
+ @keyframes c4p--tearsheet__next--presence-tearsheet__enter {
9103
+ from {
9104
+ opacity: 0;
9105
+ transition: none;
9106
+ }
9107
+ }
9108
+ @keyframes c4p--tearsheet__next--presence-tearsheet__exit {
9109
+ to {
9110
+ opacity: 0;
9111
+ }
9112
+ }
9113
+ @keyframes c4p--tearsheet__next--presence-tearsheet--container__enter {
9114
+ from {
9115
+ transform: translate3d(0, min(95vh, 500px), 0);
9116
+ transition: none;
9117
+ }
9118
+ }
9119
+ @keyframes c4p--tearsheet__next--presence-tearsheet--container__exit {
9120
+ to {
9121
+ transform: translate3d(0, min(95vh, 500px), 0);
9122
+ }
9123
+ }
9124
+ .c4p--tearsheet__next .c4p--tearsheet__next__container {
9125
+ align-self: flex-end;
9126
+ border: 1px solid var(--cds-border-subtle-01, #c6c6c6);
9127
+ block-size: 100%;
9128
+ inset-block-start: auto;
9129
+ max-block-size: calc(100% - var(--tearsheet-vertical-gap, 3rem));
9130
+ max-inline-size: var(--tearsheet-max-inline-size, 1312px);
9131
+ }
9132
+ @media (max-width: 41.98rem) {
9133
+ .c4p--tearsheet__next:not(.c4p--tearsheet__next--stack-activated.is-visible) .c4p--tearsheet__next__container {
9134
+ max-block-size: none;
9135
+ }
9136
+ }
9137
+ .c4p--tearsheet__next:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
9138
+ transform: translate3d(0, min(95vh, 500px), 0);
9139
+ }
9140
+ .c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__container {
9141
+ border: 1px solid transparent;
9142
+ /* override carbon ai removing background gradient */
9143
+ 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;
9144
+ border-block-end: 0;
9145
+ box-shadow: 0 4px 10px 2px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.1));
9146
+ }
9147
+ .c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__main-content {
9148
+ position: relative;
9149
+ 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;
9150
+ box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1));
9151
+ }
9152
+ .c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
9153
+ transition: transform 240ms cubic-bezier(0, 0, 0.3, 1), max-block-size 240ms cubic-bezier(0, 0, 0.3, 1);
9154
+ }
9155
+ @media screen and (prefers-reduced-motion: reduce) {
9156
+ .c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
9157
+ transition: none;
9158
+ }
9159
+ }
9160
+ .c4p--tearsheet__next .c4p--tearsheet__next__header {
9161
+ display: flex;
9162
+ flex-wrap: wrap;
9163
+ align-content: space-between;
9164
+ border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
9165
+ margin-block: 0;
9166
+ max-block-size: 50vh;
9167
+ padding-block-end: 0;
9168
+ padding-block-start: 1.5rem;
9169
+ padding-inline: 2rem;
9170
+ }
9171
+ .c4p--tearsheet__next .c4p--tearsheet__next__header > * {
9172
+ flex-basis: 100%;
9173
+ }
9174
+ .c4p--tearsheet__next .c4p--tearsheet__next__header > *:not(.c4p--tearsheet__next__navigation-bar,
9175
+ .c4p--tearsheet__next__header-content-wrapper,
9176
+ .cds--modal-close-button) {
9177
+ margin-block-end: 1.5rem;
9178
+ }
9179
+ @media (max-width: 41.98rem) {
9180
+ .c4p--tearsheet__next .c4p--tearsheet__next__header {
9181
+ padding-inline: 1rem;
9182
+ }
9183
+ }
9184
+ .c4p--tearsheet__next .cds--modal-container--sm .cds--modal-header {
9185
+ padding-inline-end: 2rem;
9186
+ }
9187
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper {
9188
+ display: grid;
9189
+ flex-basis: unset;
9190
+ gap: 1rem;
9191
+ grid-template-columns: minmax(auto, 40rem) minmax(var(--tearsheet-header-title-grid-width, 0), 1fr);
9192
+ inline-size: calc(100% - var(--tearsheet-header-action-offset));
9193
+ }
9194
+ @media (max-width: 41.98rem) {
9195
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper {
9196
+ display: flex;
9197
+ flex-direction: column;
9198
+ }
9199
+ }
9200
+ .c4p--tearsheet__next .c4p--tearsheet__next__header > *:not(.c4p--tearsheet__next__navigation-bar,
9201
+ .c4p--tearsheet__next__header-content-wrapper,
9202
+ .cds--modal-close-button,
9203
+ .excludeFromCollapse) {
9204
+ overflow: hidden;
9205
+ max-block-size: 50vh;
9206
+ opacity: 1;
9207
+ transition: max-block-size 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1), margin 240ms cubic-bezier(0, 0, 0.3, 1), padding 240ms cubic-bezier(0, 0, 0.3, 1);
9208
+ }
9209
+ .c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-actions,
9210
+ .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,
9211
+ .c4p--tearsheet__next__header-label) {
9212
+ opacity: 1;
9213
+ transition: all 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1);
9214
+ }
9215
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed {
9216
+ padding-block-start: 0.75rem;
9217
+ transition: padding 240ms cubic-bezier(0, 0, 0.3, 1);
9218
+ }
9219
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed > *:not(.c4p--tearsheet__next__navigation-bar,
9220
+ .c4p--tearsheet__next__header-content-wrapper,
9221
+ .cds--modal-close-button,
9222
+ .excludeFromCollapse),
9223
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions > *:not(.c4p--tearsheet__next__content__header-actions),
9224
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content > *:not(.c4p--tearsheet__next__content__title-wrapper),
9225
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed > *:not(.c4p--tearsheet__next__navigation-bar,
9226
+ .c4p--tearsheet__next__header-content-wrapper,
9227
+ .cds--modal-close-button,
9228
+ .excludeFromCollapse) *,
9229
+ .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) * {
9230
+ overflow: hidden;
9231
+ padding: 0;
9232
+ margin: 0;
9233
+ max-block-size: 0;
9234
+ opacity: 0;
9235
+ pointer-events: none;
9236
+ transition: all 240ms cubic-bezier(0, 0, 0.3, 1);
9237
+ }
9238
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title {
9239
+ font-size: var(--cds-label-02-font-size, 0.875rem);
9240
+ font-weight: var(--cds-label-02-font-weight, 400);
9241
+ line-height: var(--cds-label-02-line-height, 1.28572);
9242
+ letter-spacing: var(--cds-label-02-letter-spacing, 0.16px);
9243
+ align-items: center;
9244
+ margin-block-start: 0.25rem;
9245
+ transition: all 240ms cubic-bezier(0, 0, 0.3, 1);
9246
+ }
9247
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title > span {
9248
+ display: flex;
9249
+ align-items: center;
9250
+ block-size: 1.5rem;
9251
+ }
9252
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-start svg,
9253
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end svg {
9254
+ inline-size: 1rem;
9255
+ }
9256
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content {
9257
+ align-self: center;
9258
+ margin-block-end: 0;
9259
+ }
9260
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__header-actions {
9261
+ margin-block-start: -0.125rem;
9262
+ }
9263
+ @media (max-width: 41.98rem) {
9264
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions {
9265
+ display: none;
9266
+ }
9267
+ }
9268
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper,
9269
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content,
9270
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__title-wrapper,
9271
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions,
9272
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title {
9273
+ margin-block: 0;
9274
+ transition: margin-block 240ms ease;
9275
+ }
9276
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper {
9277
+ min-block-size: 2.5rem;
9278
+ padding-block-end: 0.75rem;
9279
+ }
9280
+ .c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__navigation-bar::before {
9281
+ position: absolute;
9282
+ z-index: 1;
9283
+ background: rgba(0, 0, 0, 0.12);
9284
+ block-size: 1px;
9285
+ content: "";
9286
+ inline-size: 100vw;
9287
+ inset-block-start: -0.25rem;
9288
+ inset-inline-start: 50%;
9289
+ pointer-events: none;
9290
+ transform: translateX(-50%);
9291
+ }
9292
+ .c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible {
9293
+ --overlay-color: var(--cds-overlay, rgba(0, 0, 0, 0.6));
9294
+ --overlay-alpha: 0.5;
9295
+ z-index: calc(9000 - var(--stack-depth, 0));
9296
+ background-color: initial;
9297
+ }
9298
+ .c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible::before {
9299
+ position: absolute;
9300
+ display: block;
9301
+ background: var(--overlay-color);
9302
+ content: "";
9303
+ inset: 0;
9304
+ opacity: calc(var(--overlay-alpha) - var(--stack-depth) * 0.1);
9305
+ transition: background-color 240ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);
9306
+ }
9307
+ @media (prefers-reduced-motion: reduce) {
9308
+ .c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible::before {
9309
+ transition: none;
9310
+ }
9311
+ }
9312
+ .c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible.is-visible .c4p--tearsheet__next__container {
9313
+ max-block-size: calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));
9314
+ transform: scaleX(var(--scale-factor));
9315
+ }
9316
+
9317
+ .c4p--tearsheet__next__header-label {
9318
+ font-size: var(--cds-label-01-font-size, 0.75rem);
9319
+ font-weight: var(--cds-label-01-font-weight, 400);
9320
+ line-height: var(--cds-label-01-line-height, 1.33333);
9321
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
9322
+ color: var(--cds-text-secondary, #525252);
9323
+ margin-block-end: 0.25rem;
9324
+ }
9325
+
9326
+ .c4p--tearsheet__next__header-title {
9327
+ font-size: var(--cds-heading-04-font-size, 1.75rem);
9328
+ font-weight: var(--cds-heading-04-font-weight, 400);
9329
+ line-height: var(--cds-heading-04-line-height, 1.28572);
9330
+ letter-spacing: var(--cds-heading-04-letter-spacing, 0);
9331
+ }
9332
+ @media (max-width: 41.98rem) {
9333
+ .c4p--tearsheet__next__header-title {
9334
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
9335
+ font-weight: var(--cds-heading-03-font-weight, 400);
9336
+ line-height: var(--cds-heading-03-line-height, 1.4);
9337
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
9338
+ }
9339
+ }
9340
+ .c4p--tearsheet__next__header-title {
9341
+ display: flex;
9342
+ align-items: flex-start;
9343
+ gap: 1rem;
9344
+ margin-block-end: 0.5rem;
9345
+ }
9346
+ .c4p--tearsheet__next__header-title svg {
9347
+ flex-shrink: 0;
9348
+ }
9349
+ .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end {
9350
+ margin-inline-start: 1rem;
9351
+ }
9352
+
9353
+ .c4p--tearsheet__next__header-description {
9354
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
9355
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
9356
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
9357
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
9358
+ }
9359
+
9360
+ .c4p--tearsheet__next__header--no-close-icon {
9361
+ display: none;
9362
+ }
9363
+
9364
+ .c4p--tearsheet__next__navigation-bar {
9365
+ position: relative;
9366
+ display: flex;
9367
+ align-items: center;
9368
+ justify-content: space-between;
9369
+ gap: 0.125rem;
9370
+ max-inline-size: calc(100% - 0.75rem);
9371
+ min-block-size: 2.5rem;
9372
+ }
9373
+ .c4p--tearsheet__next__navigation-bar .cds--tabs {
9374
+ margin-inline-start: -1rem;
9375
+ }
9376
+
9377
+ .c4p--tearsheet__next__scroller-container {
9378
+ position: absolute;
9379
+ inset-block-end: 0.125rem;
9380
+ inset-inline-end: -2.5rem;
9381
+ }
9382
+ @media (max-width: 41.98rem) {
9383
+ .c4p--tearsheet__next__scroller-container {
9384
+ inset-inline-end: -1.5rem;
9385
+ }
9386
+ }
9387
+ .c4p--tearsheet__next__scroller-container .c4p--tearsheet__next__scroller-button-icon-collapsed {
9388
+ transform: rotate(-180deg);
9389
+ }
9390
+
9391
+ .c4p--tearsheet__next__header-actions {
9392
+ display: flex;
9393
+ justify-content: flex-end;
9394
+ }
9395
+
9396
+ .c4p--tearsheet__next__content__header-actions {
9397
+ display: flex;
9398
+ overflow: hidden;
9399
+ flex: 0 0 auto;
9400
+ align-items: center;
9401
+ justify-content: flex-end;
9402
+ block-size: 2rem;
9403
+ inline-size: 100%;
9404
+ margin-block-start: -14px;
9405
+ }
9406
+ .c4p--tearsheet__next__content__header-actions > *.c4p--tearsheet__next__header-action-item:not([data-hidden=true]) {
9407
+ margin-inline-end: 0.5rem; /* space between visible items */
9408
+ }
9409
+ .c4p--tearsheet__next__content__header-actions {
9410
+ /* Remove margin on the last visible item */
9411
+ }
9412
+ .c4p--tearsheet__next__content__header-actions > *.c4p--tearsheet__next__header-action-item:not([data-hidden=true]):nth-last-child(2) {
9413
+ margin-inline-end: 0;
9414
+ }
9415
+ .c4p--tearsheet__next__content__header-actions > * {
9416
+ flex-shrink: 0;
9417
+ }
9418
+ @media (max-width: 41.98rem) {
9419
+ .c4p--tearsheet__next__content__header-actions {
9420
+ justify-content: flex-start;
9421
+ margin-inline-end: 0;
9422
+ }
9423
+ }
9424
+
9425
+ .c4p--tearsheet__next__header-content,
9426
+ .c4p--tearsheet__next__header-actions {
9427
+ margin-block-end: 1.5rem;
9428
+ }
9429
+
9430
+ @media (min-width: 42rem) {
9431
+ .c4p--tearsheet__next--wide .c4p--tearsheet__next__container {
9432
+ inline-size: calc(100% - 2 * 4rem);
9433
+ }
9434
+ }
9435
+ .c4p--tearsheet__next__body-layout {
9436
+ display: grid;
9437
+ grid-template-areas: "influencer body" "influencer footer";
9438
+ grid-template-columns: var(--tearsheet-influencer-width, 16rem) 1fr;
9439
+ grid-template-rows: 1fr auto;
9440
+ padding-block: 0;
9441
+ padding-inline-end: 0;
9442
+ /* Redefine grid when influencer is absent */
9443
+ }
9444
+ .c4p--tearsheet__next__body-layout:not(.c4p--tearsheet__next__body-layout--has-influencer) {
9445
+ grid-template-areas: "body" "footer";
9446
+ grid-template-columns: 1fr;
9447
+ }
9448
+
9449
+ /* Assign components to their named grid areas */
9450
+ .c4p--tearsheet__next__influencer {
9451
+ border-inline-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
9452
+ grid-area: influencer;
9453
+ }
9454
+
9455
+ .c4p--tearsheet__next__body {
9456
+ position: relative;
9457
+ display: grid;
9458
+ overflow: hidden;
9459
+ grid-area: body;
9460
+ grid-template-columns: 1fr var(--tearsheet-summary-content-width, 16rem);
9461
+ }
9462
+ @media (max-width: 41.98rem) {
9463
+ .c4p--tearsheet__next__body {
9464
+ grid-template-columns: 1fr 0;
9465
+ }
9466
+ }
9467
+ .c4p--tearsheet__next__body > *:only-child {
9468
+ grid-column: 1/-1;
9469
+ }
9470
+
9471
+ .c4p--tearsheet__next__footer {
9472
+ overflow: hidden;
9473
+ block-size: 5rem;
9474
+ border-block-start: 1px solid var(--cds-border-subtle-01, #c6c6c6);
9475
+ grid-area: footer;
9476
+ }
9477
+ @media (max-width: 41.98rem) {
9478
+ .c4p--tearsheet__next__footer {
9479
+ block-size: 4rem;
9480
+ }
9481
+ }
9482
+ @media (max-width: 19.98rem) {
9483
+ .c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--three-actions {
9484
+ overflow-x: auto;
9485
+ overflow-y: hidden;
9486
+ }
9487
+ .c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--three-actions .c4p--action-set {
9488
+ display: inline-flex;
9489
+ flex-shrink: 0;
9490
+ min-inline-size: max-content;
9491
+ }
9492
+ }
9493
+ @media (max-width: 41.98rem) {
9494
+ .c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--many-actions {
9495
+ overflow-x: auto;
9496
+ overflow-y: hidden;
9497
+ }
9498
+ .c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--many-actions .c4p--action-set {
9499
+ display: inline-flex;
9500
+ flex-shrink: 0;
9501
+ min-inline-size: max-content;
9502
+ }
9503
+ }
9504
+
9505
+ .c4p--tearsheet__next__influencer,
9506
+ .c4p--tearsheet__next__main-content,
9507
+ .c4p--tearsheet__next__summary-content {
9508
+ overflow: auto;
9509
+ }
9510
+ .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),
9511
+ .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),
9512
+ .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush) {
9513
+ padding-inline: 2rem;
9514
+ }
9515
+ @media (max-width: 41.98rem) {
9516
+ .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),
9517
+ .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),
9518
+ .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush) {
9519
+ padding-inline: 1rem;
9520
+ }
9521
+ }
9522
+
9523
+ .c4p--tearsheet__next__main-content {
9524
+ position: relative;
9525
+ }
9526
+
9527
+ .c4p--tearsheet__next__side-panel {
9528
+ position: absolute;
9529
+ z-index: 9999;
9530
+ block-size: 100%;
9531
+ inline-size: 100% !important; /* stylelint-disable-line declaration-no-important */
9532
+ inset-block-start: 0;
9533
+ max-inline-size: none;
9534
+ }
9535
+ .c4p--tearsheet__next__side-panel .c4p--side-panel__header {
9536
+ min-block-size: 0;
9537
+ }
9538
+
9539
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__header {
9540
+ padding-inline: 1rem;
9541
+ }
9542
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions {
9543
+ display: none;
9544
+ }
9545
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-content-wrapper {
9546
+ display: flex;
9547
+ flex-direction: column;
9548
+ }
9549
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-title {
9550
+ font-size: var(--cds-heading-03-font-size, 1.25rem);
9551
+ font-weight: var(--cds-heading-03-font-weight, 400);
9552
+ line-height: var(--cds-heading-03-line-height, 1.4);
9553
+ letter-spacing: var(--cds-heading-03-letter-spacing, 0);
9554
+ }
9555
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__content__header-actions {
9556
+ justify-content: flex-start;
9557
+ margin-inline-end: 0;
9558
+ }
9559
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__body {
9560
+ grid-template-columns: 1fr 0;
9561
+ }
9562
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),
9563
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),
9564
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush) {
9565
+ padding-inline: 1rem;
9566
+ }
9567
+ .c4p--tearsheet__next--narrow .c4p--tearsheet__next__footer {
9568
+ block-size: 4rem;
9569
+ }
9570
+
9452
9571
  @media (min-width: 66rem) {
9453
9572
  .c4p--toolbar {
9454
9573
  justify-content: flex-end;
@@ -9616,6 +9735,7 @@ button.c4p--add-select__global-filter-toggle--open {
9616
9735
  --cds-chat-prompt-border-start: #262626;
9617
9736
  --cds-chat-prompt-text: #f4f4f4;
9618
9737
  --cds-chat-shell-background: #262626;
9738
+ --cds-color-scheme: dark;
9619
9739
  --cds-field-01: #393939;
9620
9740
  --cds-field-02: #525252;
9621
9741
  --cds-field-03: #6f6f6f;
@@ -10036,6 +10156,7 @@ button.c4p--add-select__global-filter-toggle--open {
10036
10156
  --cds-fluid-display-04-font-weight: 300;
10037
10157
  --cds-fluid-display-04-line-height: 1.19;
10038
10158
  --cds-fluid-display-04-letter-spacing: 0;
10159
+ color-scheme: var(--cds-color-scheme, light);
10039
10160
  }
10040
10161
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
10041
10162
  .c4p--web-terminal {
@@ -10171,6 +10292,7 @@ button.c4p--add-select__global-filter-toggle--open {
10171
10292
  --cds-chat-prompt-border-start: #262626;
10172
10293
  --cds-chat-prompt-text: #f4f4f4;
10173
10294
  --cds-chat-shell-background: #262626;
10295
+ --cds-color-scheme: dark;
10174
10296
  --cds-field-01: #262626;
10175
10297
  --cds-field-02: #393939;
10176
10298
  --cds-field-03: #525252;
@@ -10591,6 +10713,7 @@ button.c4p--add-select__global-filter-toggle--open {
10591
10713
  --cds-fluid-display-04-font-weight: 300;
10592
10714
  --cds-fluid-display-04-line-height: 1.19;
10593
10715
  --cds-fluid-display-04-letter-spacing: 0;
10716
+ color-scheme: var(--cds-color-scheme, light);
10594
10717
  }
10595
10718
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
10596
10719
  .c4p--web-terminal__documentation-overflow {
@@ -10901,20 +11024,26 @@ button.c4p--add-select__global-filter-toggle--open {
10901
11024
 
10902
11025
  .c4p--options-tile {
10903
11026
  position: relative;
11027
+ display: flex;
11028
+ justify-content: space-between;
10904
11029
  background-color: var(--cds-layer);
10905
11030
  border-block-end: 1px solid var(--cds-border-subtle);
10906
11031
  }
10907
11032
 
10908
11033
  .c4p--options-tile__toggle-container {
10909
11034
  position: absolute;
11035
+ display: inline-flex;
11036
+ align-items: center;
11037
+ justify-content: center;
10910
11038
  inline-size: calc(1rem + 2rem + 1rem);
10911
11039
  inset-block: 0;
10912
11040
  inset-inline-end: 0;
11041
+ padding-inline-end: 1rem;
11042
+ padding-inline-start: 1rem;
10913
11043
  }
10914
11044
 
10915
11045
  .c4p--options-tile__toggle {
10916
11046
  position: absolute;
10917
- inset-inline-end: 1rem;
10918
11047
  }
10919
11048
 
10920
11049
  .c4p--options-tile__toggle .cds--toggle-input__label .cds--toggle__switch {
@@ -10934,20 +11063,31 @@ button.c4p--add-select__global-filter-toggle--open {
10934
11063
  white-space: nowrap;
10935
11064
  }
10936
11065
 
11066
+ .c4p--options-tile__details {
11067
+ display: inline-flex;
11068
+ flex-direction: column;
11069
+ flex-grow: 1;
11070
+ }
11071
+
10937
11072
  .c4p--options-tile__header,
10938
11073
  .c4p--options-tile__static-content {
10939
11074
  display: grid;
10940
11075
  box-sizing: border-box;
10941
11076
  align-items: center;
10942
- grid-template-columns: 3rem 1fr 2rem;
11077
+ grid-template-columns: 3rem 1fr 0;
10943
11078
  padding-inline-end: 1rem;
10944
11079
  }
10945
11080
 
10946
11081
  .c4p--options-tile__header {
11082
+ flex-grow: 1;
10947
11083
  background-color: transparent;
10948
11084
  cursor: pointer;
11085
+ inline-size: 100%;
10949
11086
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
10950
11087
  }
11088
+ .c4p--options-tile__header--has-toggle {
11089
+ inline-size: calc(100% - (1rem + 2rem + 1rem));
11090
+ }
10951
11091
 
10952
11092
  .c4p--options-tile__header::-webkit-details-marker {
10953
11093
  display: none;
@@ -10957,6 +11097,10 @@ button.c4p--add-select__global-filter-toggle--open {
10957
11097
  background-color: var(--cds-background-hover, rgba(141, 141, 141, 0.12));
10958
11098
  }
10959
11099
 
11100
+ .c4p--options-tile__header:has(.c4p--options-tile__toggle-container:hover) {
11101
+ background-color: transparent;
11102
+ }
11103
+
10960
11104
  .c4p--options-tile__header:focus {
10961
11105
  outline: 2px solid var(--cds-focus, #0f62fe);
10962
11106
  outline-offset: -2px;
@@ -11025,7 +11169,7 @@ button.c4p--add-select__global-filter-toggle--open {
11025
11169
  .c4p--options-tile__summary-text {
11026
11170
  overflow: hidden;
11027
11171
  block-size: max-content;
11028
- padding-inline-end: calc(1rem + 2rem);
11172
+ padding-inline-end: 1rem;
11029
11173
  text-overflow: ellipsis;
11030
11174
  white-space: nowrap;
11031
11175
  }
@@ -14100,6 +14244,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
14100
14244
  --cds-chat-prompt-border-start: #262626;
14101
14245
  --cds-chat-prompt-text: #f4f4f4;
14102
14246
  --cds-chat-shell-background: #262626;
14247
+ --cds-color-scheme: dark;
14103
14248
  --cds-field-01: #262626;
14104
14249
  --cds-field-02: #393939;
14105
14250
  --cds-field-03: #525252;
@@ -14521,6 +14666,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
14521
14666
  --cds-fluid-display-04-line-height: 1.19;
14522
14667
  --cds-fluid-display-04-letter-spacing: 0;
14523
14668
  --cds-true: ;
14669
+ color-scheme: var(--cds-color-scheme, light);
14524
14670
  }
14525
14671
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
14526
14672
  .c4p--guidebanner {
@@ -15023,6 +15169,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
15023
15169
  --cds-chat-prompt-border-start: #262626;
15024
15170
  --cds-chat-prompt-text: #f4f4f4;
15025
15171
  --cds-chat-shell-background: #262626;
15172
+ --cds-color-scheme: dark;
15026
15173
  --cds-field-01: #262626;
15027
15174
  --cds-field-02: #393939;
15028
15175
  --cds-field-03: #525252;
@@ -15444,6 +15591,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
15444
15591
  --cds-fluid-display-04-line-height: 1.19;
15445
15592
  --cds-fluid-display-04-letter-spacing: 0;
15446
15593
  --cds-true: ;
15594
+ color-scheme: var(--cds-color-scheme, light);
15447
15595
  }
15448
15596
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
15449
15597
  .c4p--non-linear-reading__dark {
@@ -15962,6 +16110,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
15962
16110
  --cds-chat-prompt-border-start: #f4f4f4;
15963
16111
  --cds-chat-prompt-text: #161616;
15964
16112
  --cds-chat-shell-background: #ffffff;
16113
+ --cds-color-scheme: light;
15965
16114
  --cds-field-01: #ffffff;
15966
16115
  --cds-field-02: #f4f4f4;
15967
16116
  --cds-field-03: #ffffff;
@@ -16383,6 +16532,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
16383
16532
  --cds-fluid-display-04-line-height: 1.19;
16384
16533
  --cds-fluid-display-04-letter-spacing: 0;
16385
16534
  --cds-true: ;
16535
+ color-scheme: var(--cds-color-scheme, light);
16386
16536
  }
16387
16537
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
16388
16538
  .c4p--decorator--light {
@@ -16493,6 +16643,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
16493
16643
  --cds-chat-prompt-border-start: #262626;
16494
16644
  --cds-chat-prompt-text: #f4f4f4;
16495
16645
  --cds-chat-shell-background: #262626;
16646
+ --cds-color-scheme: dark;
16496
16647
  --cds-field-01: #262626;
16497
16648
  --cds-field-02: #393939;
16498
16649
  --cds-field-03: #525252;
@@ -16914,6 +17065,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
16914
17065
  --cds-fluid-display-04-line-height: 1.19;
16915
17066
  --cds-fluid-display-04-letter-spacing: 0;
16916
17067
  --cds-true: ;
17068
+ color-scheme: var(--cds-color-scheme, light);
16917
17069
  }
16918
17070
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
16919
17071
  .c4p--decorator--dark {
@@ -20035,6 +20187,10 @@ textarea {
20035
20187
  font-family: inherit;
20036
20188
  }
20037
20189
 
20190
+ :root {
20191
+ color-scheme: var(--cds-color-scheme, light);
20192
+ }
20193
+
20038
20194
  /* HTML5 display-role reset for older browsers */
20039
20195
  article,
20040
20196
  aside,
@@ -21043,6 +21199,8 @@ em {
21043
21199
  --cds-chat-prompt-border-start: #f4f4f4;
21044
21200
  --cds-chat-prompt-text: #161616;
21045
21201
  --cds-chat-shell-background: #ffffff;
21202
+ --cds-color-scheme: light;
21203
+ color-scheme: var(--cds-color-scheme, light);
21046
21204
  --cds-field-01: #f4f4f4;
21047
21205
  --cds-field-02: #ffffff;
21048
21206
  --cds-field-03: #f4f4f4;
@@ -21372,6 +21530,8 @@ em {
21372
21530
  --cds-chat-prompt-border-start: #f4f4f4;
21373
21531
  --cds-chat-prompt-text: #161616;
21374
21532
  --cds-chat-shell-background: #ffffff;
21533
+ --cds-color-scheme: light;
21534
+ color-scheme: var(--cds-color-scheme, light);
21375
21535
  --cds-field-01: #ffffff;
21376
21536
  --cds-field-02: #f4f4f4;
21377
21537
  --cds-field-03: #ffffff;
@@ -21701,6 +21861,8 @@ em {
21701
21861
  --cds-chat-prompt-border-start: #262626;
21702
21862
  --cds-chat-prompt-text: #f4f4f4;
21703
21863
  --cds-chat-shell-background: #262626;
21864
+ --cds-color-scheme: dark;
21865
+ color-scheme: var(--cds-color-scheme, dark);
21704
21866
  --cds-field-01: #393939;
21705
21867
  --cds-field-02: #525252;
21706
21868
  --cds-field-03: #6f6f6f;
@@ -22029,6 +22191,8 @@ em {
22029
22191
  --cds-chat-prompt-border-start: #262626;
22030
22192
  --cds-chat-prompt-text: #f4f4f4;
22031
22193
  --cds-chat-shell-background: #262626;
22194
+ --cds-color-scheme: dark;
22195
+ color-scheme: var(--cds-color-scheme, dark);
22032
22196
  --cds-field-01: #262626;
22033
22197
  --cds-field-02: #393939;
22034
22198
  --cds-field-03: #525252;
@@ -22755,6 +22919,40 @@ li.cds--accordion__item--disabled:last-of-type {
22755
22919
  transform: translate(-50%, calc(100% + var(--cds-popover-offset, 0rem)));
22756
22920
  }
22757
22921
 
22922
+ .cds--popover--bottom:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content,
22923
+ .cds--popover--bottom-start:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content,
22924
+ .cds--popover--bottom-end:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content {
22925
+ inset-block-end: -0.25rem;
22926
+ }
22927
+
22928
+ .cds--popover--top:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content,
22929
+ .cds--popover--top-start:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content,
22930
+ .cds--popover--top-end:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content {
22931
+ inset-block-start: -0.25rem;
22932
+ }
22933
+
22934
+ .cds--popover--top-start:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content,
22935
+ .cds--popover--bottom-start:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content {
22936
+ inset-inline-start: calc(50% - var(--cds-popover-offset, 0rem) - 1rem);
22937
+ }
22938
+
22939
+ .cds--popover--top-end:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content,
22940
+ .cds--popover--bottom-end:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content {
22941
+ inset-inline-end: calc(50% - var(--cds-popover-offset, 0rem) - 1rem);
22942
+ }
22943
+
22944
+ .cds--popover--right:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content,
22945
+ .cds--popover--right-start:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content,
22946
+ .cds--popover--right-end:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content {
22947
+ inset-inline-start: calc(100% + 0.25rem);
22948
+ }
22949
+
22950
+ .cds--popover--left:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content,
22951
+ .cds--popover--left-start:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content,
22952
+ .cds--popover--left-end:not(.cds--popover--caret):not(.cds--popover--auto-align):not(.cds--popover--tab-tip) > .cds--popover > .cds--popover-content {
22953
+ inset-inline-end: calc(100% + 0.25rem);
22954
+ }
22955
+
22758
22956
  [dir=rtl] .cds--popover--bottom:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-content {
22759
22957
  transform: translate(50%, calc(100% + var(--cds-popover-offset, 0rem)));
22760
22958
  }
@@ -23697,6 +23895,10 @@ li.cds--accordion__item--disabled:last-of-type {
23697
23895
  .cds--btn--icon-only .cds--btn__icon {
23698
23896
  position: static;
23699
23897
  }
23898
+ .cds--btn--icon-only.cds--btn--ghost:focus {
23899
+ background-color: var(--cds-background-active, rgba(141, 141, 141, 0.5));
23900
+ box-shadow: inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
23901
+ }
23700
23902
  .cds--btn--icon-only.cds--btn--ghost .cds--btn__icon, .cds--btn--icon-only.cds--btn--danger--ghost .cds--btn__icon {
23701
23903
  margin: 0;
23702
23904
  }
@@ -42105,6 +42307,7 @@ span.cds--pagination__text.cds--pagination__items-count {
42105
42307
  font-weight: var(--cds-body-compact-01-font-weight, 400);
42106
42308
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
42107
42309
  letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
42310
+ display: block;
42108
42311
  overflow: hidden;
42109
42312
  margin: 0.5rem 0 0 0;
42110
42313
  color: var(--cds-text-primary, #161616);
@@ -42130,13 +42333,14 @@ span.cds--pagination__text.cds--pagination__items-count {
42130
42333
  max-inline-size: 100%;
42131
42334
  }
42132
42335
 
42133
- .cds--progress-step-button:not(.cds--progress-step-button--unclickable):focus {
42336
+ .cds--progress-step-button:focus {
42134
42337
  outline: none;
42135
42338
  }
42136
- .cds--progress-step-button:not(.cds--progress-step-button--unclickable):focus-visible .cds--progress-label {
42339
+ .cds--progress-step-button:focus-visible .cds--progress-label {
42137
42340
  color: var(--cds-focus, #0f62fe);
42138
42341
  outline: 0.0625rem solid var(--cds-focus, #0f62fe);
42139
42342
  }
42343
+
42140
42344
  .cds--progress-step-button:not(.cds--progress-step-button--unclickable) .cds--progress-label:active {
42141
42345
  box-shadow: 0 0.0625rem 0 0 var(--cds-text-primary, #161616);
42142
42346
  color: var(--cds-text-primary, #161616);
@@ -42189,6 +42393,7 @@ span.cds--pagination__text.cds--pagination__items-count {
42189
42393
  line-height: var(--cds-label-01-line-height, 1.33333);
42190
42394
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
42191
42395
  position: absolute;
42396
+ display: block;
42192
42397
  color: var(--cds-text-secondary, #525252);
42193
42398
  inset-inline-start: 0;
42194
42399
  margin-block-start: 1.75rem;