@carbon/ibm-products-styles 2.75.0 → 2.76.0-rc.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.
- package/css/index-full-carbon.css +186 -80
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +147 -61
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +147 -61
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +150 -66
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/package.json +8 -8
- package/scss/components/Tearsheet/_tearsheet.scss +11 -6
- package/scss/components/Tearsheet/_tearsheet_next.scss +218 -96
|
@@ -3928,16 +3928,19 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
3928
3928
|
*/
|
|
3929
3929
|
.c4p--tearsheet__next .c4p--tearsheet__next__container {
|
|
3930
3930
|
align-self: flex-end;
|
|
3931
|
+
border: 1px solid var(--cds-border-subtle-01, #c6c6c6);
|
|
3931
3932
|
block-size: 100%;
|
|
3932
3933
|
inset-block-start: auto;
|
|
3933
|
-
max-block-size: calc(100% - 3rem);
|
|
3934
|
-
transform: translate3d(0, min(95vh, 500px), 0);
|
|
3934
|
+
max-block-size: calc(100% - var(--tearsheet-vertical-gap, 3rem));
|
|
3935
3935
|
}
|
|
3936
3936
|
@media (max-width: 41.98rem) {
|
|
3937
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__container {
|
|
3937
|
+
.c4p--tearsheet__next:not(.c4p--tearsheet__next--stack-activated.is-visible) .c4p--tearsheet__next__container {
|
|
3938
3938
|
max-block-size: none;
|
|
3939
3939
|
}
|
|
3940
3940
|
}
|
|
3941
|
+
.c4p--tearsheet__next:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
|
|
3942
|
+
transform: translate3d(0, min(95vh, 500px), 0);
|
|
3943
|
+
}
|
|
3941
3944
|
.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__container {
|
|
3942
3945
|
border: 1px solid transparent;
|
|
3943
3946
|
/* override carbon ai removing background gradient */
|
|
@@ -3945,8 +3948,13 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
3945
3948
|
border-block-end: 0;
|
|
3946
3949
|
box-shadow: 0 4px 10px 2px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.1));
|
|
3947
3950
|
}
|
|
3951
|
+
.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__main-content {
|
|
3952
|
+
position: relative;
|
|
3953
|
+
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;
|
|
3954
|
+
box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1));
|
|
3955
|
+
}
|
|
3948
3956
|
.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container {
|
|
3949
|
-
transition: transform 240ms cubic-bezier(0, 0, 0.3, 1), max-
|
|
3957
|
+
transition: transform 240ms cubic-bezier(0, 0, 0.3, 1), max-block-size 240ms cubic-bezier(0, 0, 0.3, 1);
|
|
3950
3958
|
}
|
|
3951
3959
|
@media (min-width: 42rem) {
|
|
3952
3960
|
.c4p--tearsheet__next.c4p--tearsheet__next--wide .c4p--tearsheet__next__container {
|
|
@@ -3984,7 +3992,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
3984
3992
|
display: grid;
|
|
3985
3993
|
flex-basis: unset;
|
|
3986
3994
|
gap: 1rem;
|
|
3987
|
-
grid-template-columns: auto minmax(var(--tearsheet-header-title-grid-width, 0), 1fr);
|
|
3995
|
+
grid-template-columns: minmax(auto, 40rem) minmax(var(--tearsheet-header-title-grid-width, 0), 1fr);
|
|
3988
3996
|
inline-size: calc(100% - var(--tearsheet-header-action-offset));
|
|
3989
3997
|
}
|
|
3990
3998
|
@media (max-width: 41.98rem) {
|
|
@@ -4002,6 +4010,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4002
4010
|
font-weight: var(--cds-label-01-font-weight, 400);
|
|
4003
4011
|
line-height: var(--cds-label-01-line-height, 1.33333);
|
|
4004
4012
|
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
|
4013
|
+
color: var(--cds-text-secondary, #525252);
|
|
4005
4014
|
margin-block-end: 0.25rem;
|
|
4006
4015
|
}
|
|
4007
4016
|
.c4p--tearsheet__next .c4p--tearsheet__next__header-title {
|
|
@@ -4026,17 +4035,10 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4026
4035
|
.c4p--tearsheet__next .c4p--tearsheet__next__header-title svg {
|
|
4027
4036
|
flex-shrink: 0;
|
|
4028
4037
|
}
|
|
4029
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__header-title.c4p--
|
|
4030
|
-
flex-direction: row;
|
|
4031
|
-
}
|
|
4032
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__header-title.c4p--tearsheet__next__leading-icon svg {
|
|
4038
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-start {
|
|
4033
4039
|
margin-inline-end: 1rem;
|
|
4034
4040
|
}
|
|
4035
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__header-title.c4p--
|
|
4036
|
-
flex-direction: row-reverse;
|
|
4037
|
-
justify-content: flex-end;
|
|
4038
|
-
}
|
|
4039
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__header-title.c4p--tearsheet__next__trailing-icon svg {
|
|
4041
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end {
|
|
4040
4042
|
margin-inline-start: 1rem;
|
|
4041
4043
|
}
|
|
4042
4044
|
.c4p--tearsheet__next .c4p--tearsheet__next__header-description {
|
|
@@ -4048,9 +4050,6 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4048
4050
|
.c4p--tearsheet__next .c4p--tearsheet__next__header--no-close-icon {
|
|
4049
4051
|
display: none;
|
|
4050
4052
|
}
|
|
4051
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__header-content {
|
|
4052
|
-
max-inline-size: 40rem;
|
|
4053
|
-
}
|
|
4054
4053
|
.c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar {
|
|
4055
4054
|
position: relative;
|
|
4056
4055
|
display: flex;
|
|
@@ -4062,8 +4061,8 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4062
4061
|
}
|
|
4063
4062
|
.c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar .c4p--tearsheet__next__scroller-container {
|
|
4064
4063
|
position: absolute;
|
|
4065
|
-
inset-
|
|
4066
|
-
|
|
4064
|
+
inset-block-end: 0.125rem;
|
|
4065
|
+
inset-inline-end: calc(-2rem + 0.125rem);
|
|
4067
4066
|
}
|
|
4068
4067
|
@media (max-width: 41.98rem) {
|
|
4069
4068
|
.c4p--tearsheet__next .c4p--tearsheet__next__navigation-bar .c4p--tearsheet__next__scroller-container {
|
|
@@ -4090,8 +4089,14 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4090
4089
|
inline-size: 100%;
|
|
4091
4090
|
margin-block-start: -14px;
|
|
4092
4091
|
}
|
|
4093
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions >
|
|
4094
|
-
|
|
4092
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions > *.c4p--tearsheet__next__header-action-item:not([data-hidden=true]) {
|
|
4093
|
+
margin-inline-end: 0.5rem; /* space between visible items */
|
|
4094
|
+
}
|
|
4095
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions {
|
|
4096
|
+
/* Remove margin on the last visible item */
|
|
4097
|
+
}
|
|
4098
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions > *.c4p--tearsheet__next__header-action-item:not([data-hidden=true]):nth-last-child(2) {
|
|
4099
|
+
margin-inline-end: 0;
|
|
4095
4100
|
}
|
|
4096
4101
|
.c4p--tearsheet__next .c4p--tearsheet__next__content__header-actions > * {
|
|
4097
4102
|
flex-shrink: 0;
|
|
@@ -4102,43 +4107,121 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4102
4107
|
margin-inline-end: 0;
|
|
4103
4108
|
}
|
|
4104
4109
|
}
|
|
4105
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__header {
|
|
4106
|
-
|
|
4110
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header {
|
|
4111
|
+
padding-inline: 1rem;
|
|
4112
|
+
}
|
|
4113
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions {
|
|
4114
|
+
display: none;
|
|
4115
|
+
}
|
|
4116
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-content-wrapper {
|
|
4117
|
+
display: flex;
|
|
4118
|
+
flex-direction: column;
|
|
4119
|
+
}
|
|
4120
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-title {
|
|
4121
|
+
font-size: var(--cds-heading-03-font-size, 1.25rem);
|
|
4122
|
+
font-weight: var(--cds-heading-03-font-weight, 400);
|
|
4123
|
+
line-height: var(--cds-heading-03-line-height, 1.4);
|
|
4124
|
+
letter-spacing: var(--cds-heading-03-letter-spacing, 0);
|
|
4125
|
+
}
|
|
4126
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__content__header-actions {
|
|
4127
|
+
justify-content: flex-start;
|
|
4128
|
+
margin-inline-end: 0;
|
|
4129
|
+
}
|
|
4130
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__body {
|
|
4131
|
+
grid-template-columns: 1fr 0;
|
|
4132
|
+
}
|
|
4133
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),
|
|
4134
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),
|
|
4135
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--narrow .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush) {
|
|
4136
|
+
padding-inline: 1rem;
|
|
4107
4137
|
}
|
|
4108
4138
|
.c4p--tearsheet__next .c4p--tearsheet__next__header > *:not(.c4p--tearsheet__next__navigation-bar,
|
|
4109
4139
|
.c4p--tearsheet__next__header-content-wrapper,
|
|
4110
|
-
.cds--modal-close-button
|
|
4111
|
-
.
|
|
4140
|
+
.cds--modal-close-button,
|
|
4141
|
+
.excludeFromCollapse) {
|
|
4112
4142
|
overflow: hidden;
|
|
4113
4143
|
max-block-size: 50vh;
|
|
4114
4144
|
opacity: 1;
|
|
4115
|
-
transition:
|
|
4145
|
+
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);
|
|
4146
|
+
}
|
|
4147
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-actions,
|
|
4148
|
+
.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,
|
|
4149
|
+
.c4p--tearsheet__next__header-label) {
|
|
4150
|
+
opacity: 1;
|
|
4151
|
+
transition: all 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1);
|
|
4152
|
+
}
|
|
4153
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed {
|
|
4154
|
+
padding-block-start: 0.75rem;
|
|
4155
|
+
transition: padding 240ms cubic-bezier(0, 0, 0.3, 1);
|
|
4116
4156
|
}
|
|
4117
4157
|
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed > *:not(.c4p--tearsheet__next__navigation-bar,
|
|
4118
4158
|
.c4p--tearsheet__next__header-content-wrapper,
|
|
4119
4159
|
.cds--modal-close-button,
|
|
4120
4160
|
.excludeFromCollapse),
|
|
4121
4161
|
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions > *:not(.c4p--tearsheet__next__content__header-actions),
|
|
4122
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content
|
|
4162
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content > *:not(.c4p--tearsheet__next__content__title-wrapper),
|
|
4123
4163
|
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed > *:not(.c4p--tearsheet__next__navigation-bar,
|
|
4124
4164
|
.c4p--tearsheet__next__header-content-wrapper,
|
|
4125
4165
|
.cds--modal-close-button,
|
|
4126
|
-
.excludeFromCollapse)
|
|
4166
|
+
.excludeFromCollapse) *,
|
|
4167
|
+
.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) * {
|
|
4127
4168
|
overflow: hidden;
|
|
4128
4169
|
padding: 0;
|
|
4129
4170
|
margin: 0;
|
|
4130
4171
|
max-block-size: 0;
|
|
4131
|
-
min-block-size: 0;
|
|
4132
4172
|
opacity: 0;
|
|
4133
|
-
|
|
4134
|
-
|
|
4173
|
+
pointer-events: none;
|
|
4174
|
+
transition: all 240ms cubic-bezier(0, 0, 0.3, 1);
|
|
4175
|
+
}
|
|
4176
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title {
|
|
4177
|
+
font-size: var(--cds-label-02-font-size, 0.875rem);
|
|
4178
|
+
font-weight: var(--cds-label-02-font-weight, 400);
|
|
4179
|
+
line-height: var(--cds-label-02-line-height, 1.28572);
|
|
4180
|
+
letter-spacing: var(--cds-label-02-letter-spacing, 0.16px);
|
|
4181
|
+
align-items: center;
|
|
4182
|
+
margin-block-start: 0.25rem;
|
|
4183
|
+
transition: all 240ms cubic-bezier(0, 0, 0.3, 1);
|
|
4184
|
+
}
|
|
4185
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title > span {
|
|
4186
|
+
display: flex;
|
|
4187
|
+
align-items: center;
|
|
4188
|
+
block-size: 1.5rem;
|
|
4189
|
+
}
|
|
4190
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content {
|
|
4191
|
+
align-self: center;
|
|
4192
|
+
margin-block-end: 0;
|
|
4193
|
+
}
|
|
4194
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__header-actions {
|
|
4195
|
+
margin-block-start: -0.125rem;
|
|
4196
|
+
}
|
|
4197
|
+
@media (max-width: 41.98rem) {
|
|
4198
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions {
|
|
4199
|
+
display: none;
|
|
4200
|
+
}
|
|
4135
4201
|
}
|
|
4136
4202
|
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper,
|
|
4137
4203
|
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content,
|
|
4138
4204
|
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__title-wrapper,
|
|
4139
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions
|
|
4205
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions,
|
|
4206
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title {
|
|
4140
4207
|
margin-block: 0;
|
|
4141
|
-
transition:
|
|
4208
|
+
transition: margin-block 240ms ease;
|
|
4209
|
+
}
|
|
4210
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper {
|
|
4211
|
+
min-block-size: 2.5rem;
|
|
4212
|
+
padding-block-end: 0.75rem;
|
|
4213
|
+
}
|
|
4214
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__navigation-bar::before {
|
|
4215
|
+
position: absolute;
|
|
4216
|
+
z-index: 1;
|
|
4217
|
+
background: rgba(0, 0, 0, 0.12);
|
|
4218
|
+
block-size: 1px;
|
|
4219
|
+
content: "";
|
|
4220
|
+
inline-size: 100vw;
|
|
4221
|
+
inset-block-start: -0.25rem;
|
|
4222
|
+
inset-inline-start: 50%;
|
|
4223
|
+
pointer-events: none;
|
|
4224
|
+
transform: translateX(-50%);
|
|
4142
4225
|
}
|
|
4143
4226
|
.c4p--tearsheet__next .c4p--tearsheet__next__body-layout {
|
|
4144
4227
|
display: grid;
|
|
@@ -4157,6 +4240,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4157
4240
|
/* Assign components to their named grid areas */
|
|
4158
4241
|
}
|
|
4159
4242
|
.c4p--tearsheet__next .c4p--tearsheet__next__influencer {
|
|
4243
|
+
border-inline-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
|
|
4160
4244
|
grid-area: influencer;
|
|
4161
4245
|
}
|
|
4162
4246
|
.c4p--tearsheet__next .c4p--tearsheet__next__body {
|
|
@@ -4182,19 +4266,21 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4182
4266
|
.c4p--tearsheet__next .c4p--tearsheet__next__main-content,
|
|
4183
4267
|
.c4p--tearsheet__next .c4p--tearsheet__next__summary-content {
|
|
4184
4268
|
overflow: auto;
|
|
4269
|
+
}
|
|
4270
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),
|
|
4271
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),
|
|
4272
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush) {
|
|
4185
4273
|
padding-inline: 2rem;
|
|
4186
4274
|
}
|
|
4187
4275
|
@media (max-width: 41.98rem) {
|
|
4188
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__influencer,
|
|
4189
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__main-content,
|
|
4190
|
-
.c4p--tearsheet__next .c4p--tearsheet__next__summary-content {
|
|
4276
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),
|
|
4277
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),
|
|
4278
|
+
.c4p--tearsheet__next .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush) {
|
|
4191
4279
|
padding-inline: 1rem;
|
|
4192
4280
|
}
|
|
4193
4281
|
}
|
|
4194
4282
|
.c4p--tearsheet__next .c4p--tearsheet__next__main-content {
|
|
4195
4283
|
position: relative;
|
|
4196
|
-
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;
|
|
4197
|
-
box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1));
|
|
4198
4284
|
}
|
|
4199
4285
|
.c4p--tearsheet__next .c4p--side-panel {
|
|
4200
4286
|
position: absolute;
|
|
@@ -4207,31 +4293,29 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4207
4293
|
.c4p--tearsheet__next .c4p--side-panel .c4p--side-panel__header {
|
|
4208
4294
|
min-block-size: 0;
|
|
4209
4295
|
}
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
display: flex;
|
|
4216
|
-
flex-direction: column;
|
|
4217
|
-
}
|
|
4218
|
-
.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-title {
|
|
4219
|
-
font-size: var(--cds-heading-03-font-size, 1.25rem);
|
|
4220
|
-
font-weight: var(--cds-heading-03-font-weight, 400);
|
|
4221
|
-
line-height: var(--cds-heading-03-line-height, 1.4);
|
|
4222
|
-
letter-spacing: var(--cds-heading-03-letter-spacing, 0);
|
|
4296
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible {
|
|
4297
|
+
--overlay-color: var(--cds-overlay, rgba(22, 22, 22, 0.5));
|
|
4298
|
+
--overlay-alpha: 0.5;
|
|
4299
|
+
z-index: calc(9000 - var(--stack-depth, 0));
|
|
4300
|
+
background-color: initial;
|
|
4223
4301
|
}
|
|
4224
|
-
.c4p--tearsheet__next
|
|
4225
|
-
|
|
4226
|
-
|
|
4302
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible::before {
|
|
4303
|
+
position: absolute;
|
|
4304
|
+
display: block;
|
|
4305
|
+
background: var(--overlay-color);
|
|
4306
|
+
content: "";
|
|
4307
|
+
inset: 0;
|
|
4308
|
+
opacity: calc(var(--overlay-alpha) - var(--stack-depth) * 0.1);
|
|
4309
|
+
transition: background-color 240ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);
|
|
4227
4310
|
}
|
|
4228
|
-
|
|
4229
|
-
|
|
4311
|
+
@media (prefers-reduced-motion: reduce) {
|
|
4312
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible::before {
|
|
4313
|
+
transition: none;
|
|
4314
|
+
}
|
|
4230
4315
|
}
|
|
4231
|
-
.c4p--tearsheet__next--
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
padding-inline: 1rem;
|
|
4316
|
+
.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible.is-visible .c4p--tearsheet__next__container {
|
|
4317
|
+
max-block-size: calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));
|
|
4318
|
+
transform: scaleX(var(--scale-factor));
|
|
4235
4319
|
}
|
|
4236
4320
|
|
|
4237
4321
|
.c4p--tearsheet.c4p--tearsheet {
|
|
@@ -4252,6 +4336,9 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4252
4336
|
transition: none;
|
|
4253
4337
|
}
|
|
4254
4338
|
}
|
|
4339
|
+
.c4p--tearsheet.c4p--tearsheet:not(.is-visible).c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__container {
|
|
4340
|
+
transform: translate3d(0, min(95vh, 500px), 0);
|
|
4341
|
+
}
|
|
4255
4342
|
.c4p--tearsheet.c4p--tearsheet.c4p--tearsheet.c4p--tearsheet {
|
|
4256
4343
|
/* tearsheet uses --overlay-color and --overlay-opacity in ::before */
|
|
4257
4344
|
background: initial;
|
|
@@ -4293,7 +4380,6 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4293
4380
|
block-size: 100%;
|
|
4294
4381
|
inset-block-start: auto;
|
|
4295
4382
|
max-block-size: calc(100% - 3rem);
|
|
4296
|
-
transform: translate3d(0, min(95vh, 500px), 0);
|
|
4297
4383
|
}
|
|
4298
4384
|
.c4p--tearsheet.c4p--tearsheet.c4p--tearsheet.c4p--tearsheet.c4p--tearsheet--has-slug .c4p--tearsheet__container, .c4p--tearsheet.c4p--tearsheet.c4p--tearsheet.c4p--tearsheet.c4p--tearsheet--has-ai-label .c4p--tearsheet__container {
|
|
4299
4385
|
border: 1px solid transparent;
|
|
@@ -21582,7 +21668,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
21582
21668
|
filter: var(--cds-popover-drop-shadow, drop-shadow(0 0.125rem 0.125rem rgba(0, 0, 0, 0.2)));
|
|
21583
21669
|
}
|
|
21584
21670
|
|
|
21585
|
-
.cds--popover--border .cds--popover > .cds--popover-content {
|
|
21671
|
+
.cds--popover--border > .cds--popover > .cds--popover-content {
|
|
21586
21672
|
outline: 1px solid var(--cds-popover-border-color, var(--cds-border-subtle));
|
|
21587
21673
|
outline-offset: -1px;
|
|
21588
21674
|
}
|
|
@@ -21646,7 +21732,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
21646
21732
|
display: block;
|
|
21647
21733
|
}
|
|
21648
21734
|
|
|
21649
|
-
.cds--popover--background-token__background .cds--popover-content {
|
|
21735
|
+
.cds--popover--background-token__background > .cds--popover > .cds--popover-content {
|
|
21650
21736
|
background-color: var(--cds-background, #ffffff);
|
|
21651
21737
|
}
|
|
21652
21738
|
|
|
@@ -21682,7 +21768,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
21682
21768
|
content: "";
|
|
21683
21769
|
}
|
|
21684
21770
|
|
|
21685
|
-
.cds--popover--background-token__background .cds--popover-caret::after {
|
|
21771
|
+
.cds--popover--background-token__background > .cds--popover > .cds--popover-caret::after {
|
|
21686
21772
|
background-color: var(--cds-background, #ffffff);
|
|
21687
21773
|
}
|
|
21688
21774
|
|
|
@@ -23143,7 +23229,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
23143
23229
|
.cds--ai-label__text,
|
|
23144
23230
|
.cds--slug__text {
|
|
23145
23231
|
position: relative;
|
|
23146
|
-
z-index: 1;
|
|
23147
23232
|
}
|
|
23148
23233
|
|
|
23149
23234
|
.cds--ai-label .cds--ai-label__button--inline,
|
|
@@ -27783,7 +27868,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
27783
27868
|
}
|
|
27784
27869
|
|
|
27785
27870
|
.cds--list-box__field .cds--text-input {
|
|
27786
|
-
padding-inline-end:
|
|
27871
|
+
padding-inline-end: 4.375rem;
|
|
27787
27872
|
}
|
|
27788
27873
|
|
|
27789
27874
|
.cds--list-box[data-invalid] .cds--list-box__field .cds--text-input,
|
|
@@ -28337,12 +28422,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
28337
28422
|
transform: translateY(-50%);
|
|
28338
28423
|
}
|
|
28339
28424
|
|
|
28425
|
+
.cds--list-box__wrapper--decorator:has(.cds--list-box__invalid-icon) .cds--list-box__inner-wrapper--decorator > *::before,
|
|
28426
|
+
.cds--list-box__wrapper--slug:has(.cds--list-box__invalid-icon) .cds--ai-label::before,
|
|
28427
|
+
.cds--list-box__wrapper--slug:has(.cds--list-box__invalid-icon) .cds--slug::before,
|
|
28340
28428
|
.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::after,
|
|
28341
|
-
.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::before,
|
|
28342
28429
|
.cds--list-box__wrapper--slug .cds--ai-label::after,
|
|
28343
|
-
.cds--list-box__wrapper--slug .cds--
|
|
28344
|
-
.cds--list-box__wrapper--slug .cds--slug::after,
|
|
28345
|
-
.cds--list-box__wrapper--slug .cds--slug::before {
|
|
28430
|
+
.cds--list-box__wrapper--slug .cds--slug::after {
|
|
28346
28431
|
position: absolute;
|
|
28347
28432
|
background-color: var(--cds-border-subtle-01, #c6c6c6);
|
|
28348
28433
|
block-size: 1rem;
|
|
@@ -28357,14 +28442,23 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
28357
28442
|
inset-inline-start: -0.5625rem;
|
|
28358
28443
|
}
|
|
28359
28444
|
|
|
28445
|
+
.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::before,
|
|
28446
|
+
.cds--list-box__wrapper--slug .cds--ai-label::before,
|
|
28447
|
+
.cds--list-box__wrapper--slug .cds--slug::before,
|
|
28448
|
+
.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator .cds--ai-label--revert::before,
|
|
28449
|
+
.cds--list-box__wrapper--slug .cds--ai-label--revert::before,
|
|
28450
|
+
.cds--list-box__wrapper--slug .cds--slug--revert::before,
|
|
28360
28451
|
.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::after,
|
|
28361
28452
|
.cds--list-box__wrapper--slug .cds--ai-label::after,
|
|
28362
28453
|
.cds--list-box__wrapper--slug .cds--slug::after {
|
|
28363
28454
|
display: block;
|
|
28364
|
-
inset-block-start: 0;
|
|
28455
|
+
inset-block-start: 0.0625rem;
|
|
28365
28456
|
inset-inline-end: -0.5625rem;
|
|
28366
28457
|
}
|
|
28367
28458
|
|
|
28459
|
+
.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator .cds--ai-label--revert::before,
|
|
28460
|
+
.cds--list-box__wrapper--slug .cds--ai-label--revert::before,
|
|
28461
|
+
.cds--list-box__wrapper--slug .cds--slug--revert::before,
|
|
28368
28462
|
.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator .cds--ai-label--revert::after,
|
|
28369
28463
|
.cds--list-box__wrapper--slug .cds--ai-label--revert::after,
|
|
28370
28464
|
.cds--list-box__wrapper--slug .cds--slug--revert::after {
|
|
@@ -28393,7 +28487,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
28393
28487
|
|
|
28394
28488
|
.cds--list-box__wrapper--decorator .cds--text-input:not(.cds--text-input--empty),
|
|
28395
28489
|
.cds--list-box__wrapper--slug .cds--text-input:not(.cds--text-input--empty) {
|
|
28396
|
-
padding-inline-end:
|
|
28490
|
+
padding-inline-end: 6.5625rem;
|
|
28397
28491
|
}
|
|
28398
28492
|
|
|
28399
28493
|
.cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--text-input--empty,
|
|
@@ -28411,7 +28505,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
28411
28505
|
.cds--list-box__wrapper--decorator .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty),
|
|
28412
28506
|
.cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--text-input:not(.cds--text-input--empty),
|
|
28413
28507
|
.cds--list-box__wrapper--slug .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty) {
|
|
28414
|
-
padding-inline-end: 8.
|
|
28508
|
+
padding-inline-end: 8.5625rem;
|
|
28415
28509
|
}
|
|
28416
28510
|
|
|
28417
28511
|
.cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--text-input--empty + .cds--list-box__invalid-icon,
|
|
@@ -28420,7 +28514,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
28420
28514
|
.cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--text-input--empty + .cds--list-box__invalid-icon,
|
|
28421
28515
|
.cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--list-box__invalid-icon,
|
|
28422
28516
|
.cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__invalid-icon.cds--list-box__invalid-icon--warning {
|
|
28423
|
-
inset-inline-end: 5.
|
|
28517
|
+
inset-inline-end: 5.0625rem;
|
|
28424
28518
|
}
|
|
28425
28519
|
|
|
28426
28520
|
.cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] > *::before,
|
|
@@ -28443,10 +28537,19 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
28443
28537
|
inset-inline-end: calc(4rem + 18px);
|
|
28444
28538
|
}
|
|
28445
28539
|
|
|
28540
|
+
.cds--list-box__wrapper--decorator .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--list-box__inner-wrapper--decorator > * {
|
|
28541
|
+
inset-inline-end: calc(4rem + 18px);
|
|
28542
|
+
}
|
|
28543
|
+
|
|
28446
28544
|
.cds--list-box__wrapper--decorator .cds--list-box--invalid .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
|
|
28447
28545
|
.cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
|
|
28448
28546
|
.cds--list-box__wrapper--slug .cds--list-box--invalid .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
|
|
28449
28547
|
.cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon {
|
|
28548
|
+
inset-inline-end: 7.125rem;
|
|
28549
|
+
}
|
|
28550
|
+
|
|
28551
|
+
.cds--list-box__wrapper--decorator .cds--list-box--invalid .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--list-box__inner-wrapper--decorator > *,
|
|
28552
|
+
.cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--list-box__inner-wrapper--decorator > * {
|
|
28450
28553
|
inset-inline-end: 7.25rem;
|
|
28451
28554
|
}
|
|
28452
28555
|
|
|
@@ -28595,6 +28698,14 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
28595
28698
|
visibility: hidden;
|
|
28596
28699
|
}
|
|
28597
28700
|
|
|
28701
|
+
.cds--menu--border {
|
|
28702
|
+
outline: 1px solid var(--cds-border-subtle);
|
|
28703
|
+
}
|
|
28704
|
+
|
|
28705
|
+
.cds--menu--background-token__background {
|
|
28706
|
+
background-color: var(--cds-background, #ffffff);
|
|
28707
|
+
}
|
|
28708
|
+
|
|
28598
28709
|
.cds--menu--with-icons {
|
|
28599
28710
|
min-inline-size: 12rem;
|
|
28600
28711
|
}
|
|
@@ -38374,7 +38485,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
38374
38485
|
position: fixed;
|
|
38375
38486
|
display: grid;
|
|
38376
38487
|
background-color: var(--cds-layer);
|
|
38377
|
-
block-size: 100%;
|
|
38378
38488
|
grid-template-columns: 100%;
|
|
38379
38489
|
grid-template-rows: auto 1fr auto;
|
|
38380
38490
|
inline-size: 100%;
|
|
@@ -38387,7 +38497,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
38387
38497
|
@media (min-width: 42rem) {
|
|
38388
38498
|
.cds--modal-container {
|
|
38389
38499
|
position: relative;
|
|
38390
|
-
block-size: auto;
|
|
38391
38500
|
inline-size: 84%;
|
|
38392
38501
|
max-block-size: 90%;
|
|
38393
38502
|
}
|
|
@@ -40006,6 +40115,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
40006
40115
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
|
40007
40116
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
40008
40117
|
display: flex;
|
|
40118
|
+
overflow: initial;
|
|
40009
40119
|
align-items: center;
|
|
40010
40120
|
justify-content: space-between;
|
|
40011
40121
|
background-color: var(--cds-layer);
|
|
@@ -40014,12 +40124,8 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
40014
40124
|
container-type: inline-size;
|
|
40015
40125
|
inline-size: calc(100% - 1px);
|
|
40016
40126
|
min-block-size: 2.5rem;
|
|
40017
|
-
overflow-x: auto;
|
|
40018
40127
|
}
|
|
40019
40128
|
@container pagination (min-width: 42rem) {
|
|
40020
|
-
.cds--pagination {
|
|
40021
|
-
overflow: initial;
|
|
40022
|
-
}
|
|
40023
40129
|
.cds--pagination .cds--pagination__control-buttons {
|
|
40024
40130
|
display: flex;
|
|
40025
40131
|
}
|