@cloudscape-design/components-themeable 3.0.1312 → 3.0.1314
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/action-card/styles.scss +4 -0
- package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +4 -3
- package/lib/internal/scss/app-layout/visual-refresh/tools.scss +2 -1
- package/lib/internal/scss/breadcrumb-group/item/styles.scss +7 -0
- package/lib/internal/scss/breadcrumb-group/styles.scss +7 -0
- package/lib/internal/scss/button-dropdown/category-elements/styles.scss +6 -0
- package/lib/internal/scss/button-dropdown/styles.scss +16 -1
- package/lib/internal/scss/expandable-section/styles.scss +3 -2
- package/lib/internal/scss/internal/components/button-trigger/styles.scss +3 -2
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/utils/theming.scss +6 -0
- package/lib/internal/scss/segmented-control/styles.scss +2 -2
- package/lib/internal/scss/status-indicator/styles.scss +13 -4
- package/lib/internal/scss/steps/styles.scss +39 -0
- package/lib/internal/scss/table/header-cell/styles.scss +13 -2
- package/lib/internal/scss/table/resizer/styles.scss +9 -1
- package/lib/internal/scss/toggle/styles.scss +1 -1
- package/lib/internal/scss/toggle-button/styles.scss +7 -1
- package/lib/internal/scss/token/mixins.scss +4 -4
- package/lib/internal/scss/token/styles.scss +7 -0
- package/lib/internal/scss/tree-view/tree-item/styles.scss +2 -1
- package/lib/internal/template/action-card/styles.css.js +17 -17
- package/lib/internal/template/action-card/styles.scoped.css +94 -91
- package/lib/internal/template/action-card/styles.selectors.js +17 -17
- package/lib/internal/template/app-layout/visual-refresh/drawers.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/drawers.js +0 -3
- package/lib/internal/template/app-layout/visual-refresh/drawers.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -87
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +167 -167
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -87
- package/lib/internal/template/app-layout/visual-refresh/tools.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/tools.js +0 -2
- package/lib/internal/template/app-layout/visual-refresh/tools.js.map +1 -1
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +29 -25
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +27 -24
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js +3 -1
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js +3 -1
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -18
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +32 -28
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
- package/lib/internal/template/button-dropdown/index.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/index.js +4 -3
- package/lib/internal/template/button-dropdown/index.js.map +1 -1
- package/lib/internal/template/button-dropdown/interfaces.d.ts +22 -0
- package/lib/internal/template/button-dropdown/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/interfaces.js.map +1 -1
- package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal.js +14 -6
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/button-dropdown/styles.css.js +22 -22
- package/lib/internal/template/button-dropdown/styles.scoped.css +36 -30
- package/lib/internal/template/button-dropdown/styles.selectors.js +22 -22
- package/lib/internal/template/button-group/interfaces.d.ts +12 -1
- package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-group/interfaces.js.map +1 -1
- package/lib/internal/template/button-group/menu-dropdown-item.d.ts.map +1 -1
- package/lib/internal/template/button-group/menu-dropdown-item.js +2 -1
- package/lib/internal/template/button-group/menu-dropdown-item.js.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js +3 -3
- package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +35 -36
- package/lib/internal/template/expandable-section/styles.scoped.css +70 -70
- package/lib/internal/template/expandable-section/styles.selectors.js +35 -36
- package/lib/internal/template/internal/base-component/styles.scoped.css +64 -1
- package/lib/internal/template/internal/components/button-trigger/index.js +1 -1
- package/lib/internal/template/internal/components/button-trigger/index.js.map +1 -1
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -15
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +31 -31
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -15
- package/lib/internal/template/internal/components/checkbox-icon/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/checkbox-icon/index.js +11 -2
- package/lib/internal/template/internal/components/checkbox-icon/index.js.map +1 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +8 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +8 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +236 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +72 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +72 -0
- package/lib/internal/template/internal/generated/theming/index.js +236 -0
- package/lib/internal/template/internal/utils/throttle.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/throttle.js +3 -1
- package/lib/internal/template/internal/utils/throttle.js.map +1 -1
- package/lib/internal/template/progress-bar/index.d.ts.map +1 -1
- package/lib/internal/template/progress-bar/index.js +1 -0
- package/lib/internal/template/progress-bar/index.js.map +1 -1
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +34 -34
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
- package/lib/internal/template/status-indicator/internal.js +2 -2
- package/lib/internal/template/status-indicator/internal.js.map +1 -1
- package/lib/internal/template/status-indicator/styles.css.js +24 -25
- package/lib/internal/template/status-indicator/styles.scoped.css +55 -50
- package/lib/internal/template/status-indicator/styles.selectors.js +24 -25
- package/lib/internal/template/steps/internal.d.ts.map +1 -1
- package/lib/internal/template/steps/internal.js +20 -6
- package/lib/internal/template/steps/internal.js.map +1 -1
- package/lib/internal/template/steps/styles.css.js +12 -9
- package/lib/internal/template/steps/styles.scoped.css +43 -15
- package/lib/internal/template/steps/styles.selectors.js +12 -9
- package/lib/internal/template/table/header-cell/group-header-cell.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/group-header-cell.js +1 -1
- package/lib/internal/template/table/header-cell/group-header-cell.js.map +1 -1
- package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/index.js +2 -1
- package/lib/internal/template/table/header-cell/index.js.map +1 -1
- package/lib/internal/template/table/header-cell/styles.css.js +33 -33
- package/lib/internal/template/table/header-cell/styles.scoped.css +81 -74
- package/lib/internal/template/table/header-cell/styles.selectors.js +33 -33
- package/lib/internal/template/table/resizer/index.d.ts +4 -2
- package/lib/internal/template/table/resizer/index.d.ts.map +1 -1
- package/lib/internal/template/table/resizer/index.js +4 -4
- package/lib/internal/template/table/resizer/index.js.map +1 -1
- package/lib/internal/template/table/resizer/styles.css.js +17 -16
- package/lib/internal/template/table/resizer/styles.scoped.css +32 -24
- package/lib/internal/template/table/resizer/styles.selectors.js +17 -16
- package/lib/internal/template/table/selection/selection-cell.d.ts +2 -1
- package/lib/internal/template/table/selection/selection-cell.d.ts.map +1 -1
- package/lib/internal/template/table/selection/selection-cell.js +2 -2
- package/lib/internal/template/table/selection/selection-cell.js.map +1 -1
- package/lib/internal/template/table/thead.d.ts.map +1 -1
- package/lib/internal/template/table/thead.js +1 -1
- package/lib/internal/template/table/thead.js.map +1 -1
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +18 -18
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/lib/internal/template/toggle-button/internal.d.ts.map +1 -1
- package/lib/internal/template/toggle-button/internal.js +3 -1
- package/lib/internal/template/toggle-button/internal.js.map +1 -1
- package/lib/internal/template/toggle-button/styles.css.js +4 -3
- package/lib/internal/template/toggle-button/styles.scoped.css +8 -3
- package/lib/internal/template/toggle-button/styles.selectors.js +4 -3
- package/lib/internal/template/token/dismiss-button.d.ts.map +1 -1
- package/lib/internal/template/token/dismiss-button.js +3 -1
- package/lib/internal/template/token/dismiss-button.js.map +1 -1
- package/lib/internal/template/token/internal.d.ts.map +1 -1
- package/lib/internal/template/token/internal.js +11 -3
- package/lib/internal/template/token/internal.js.map +1 -1
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.scoped.css +33 -30
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/lib/internal/template/tree-view/tree-item/index.d.ts.map +1 -1
- package/lib/internal/template/tree-view/tree-item/index.js +1 -2
- package/lib/internal/template/tree-view/tree-item/index.js.map +1 -1
- package/lib/internal/template/tree-view/tree-item/styles.css.js +9 -10
- package/lib/internal/template/tree-view/tree-item/styles.scoped.css +18 -14
- package/lib/internal/template/tree-view/tree-item/styles.selectors.js +9 -10
- package/package.json +1 -1
|
@@ -158,10 +158,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
158
158
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
159
159
|
SPDX-License-Identifier: Apache-2.0
|
|
160
160
|
*/
|
|
161
|
-
.awsui_content-
|
|
162
|
-
animation: awsui_awsui-motion-fade-
|
|
161
|
+
.awsui_content-enter_gwq0h_5b4xu_161:not(#\9) {
|
|
162
|
+
animation: awsui_awsui-motion-fade-in_gwq0h_5b4xu_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
|
|
163
163
|
}
|
|
164
|
-
@keyframes awsui_awsui-motion-fade-
|
|
164
|
+
@keyframes awsui_awsui-motion-fade-in_gwq0h_5b4xu_1 {
|
|
165
165
|
from {
|
|
166
166
|
opacity: 0.2;
|
|
167
167
|
}
|
|
@@ -170,45 +170,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
@media (prefers-reduced-motion: reduce) {
|
|
173
|
-
.awsui_content-
|
|
173
|
+
.awsui_content-enter_gwq0h_5b4xu_161:not(#\9) {
|
|
174
174
|
animation: none;
|
|
175
175
|
transition: none;
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
|
-
.awsui-motion-disabled .awsui_content-
|
|
178
|
+
.awsui-motion-disabled .awsui_content-enter_gwq0h_5b4xu_161:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_5b4xu_161:not(#\9) {
|
|
179
179
|
animation: none;
|
|
180
180
|
transition: none;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
.awsui_trigger-
|
|
183
|
+
.awsui_trigger-expanded_gwq0h_5b4xu_183:not(#\9) {
|
|
184
184
|
transition: border-bottom-color var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
|
|
185
185
|
}
|
|
186
186
|
@media (prefers-reduced-motion: reduce) {
|
|
187
|
-
.awsui_trigger-
|
|
187
|
+
.awsui_trigger-expanded_gwq0h_5b4xu_183:not(#\9) {
|
|
188
188
|
animation: none;
|
|
189
189
|
transition: none;
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
|
-
.awsui-motion-disabled .awsui_trigger-
|
|
192
|
+
.awsui-motion-disabled .awsui_trigger-expanded_gwq0h_5b4xu_183:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_5b4xu_183:not(#\9) {
|
|
193
193
|
animation: none;
|
|
194
194
|
transition: none;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.
|
|
197
|
+
.awsui_icon_gwq0h_5b4xu_197:not(#\9) {
|
|
198
198
|
transition: transform var(--motion-duration-rotate-90-f1ulnu, 135ms) var(--motion-easing-rotate-90-jekue3, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
199
199
|
}
|
|
200
200
|
@media (prefers-reduced-motion: reduce) {
|
|
201
|
-
.
|
|
201
|
+
.awsui_icon_gwq0h_5b4xu_197:not(#\9) {
|
|
202
202
|
animation: none;
|
|
203
203
|
transition: none;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
|
-
.awsui-motion-disabled .
|
|
206
|
+
.awsui-motion-disabled .awsui_icon_gwq0h_5b4xu_197:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_5b4xu_197:not(#\9) {
|
|
207
207
|
animation: none;
|
|
208
208
|
transition: none;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
.
|
|
211
|
+
.awsui_root_gwq0h_5b4xu_211:not(#\9) {
|
|
212
212
|
border-collapse: separate;
|
|
213
213
|
border-spacing: 0;
|
|
214
214
|
box-sizing: border-box;
|
|
@@ -243,48 +243,48 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
243
243
|
display: block;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
.awsui_expand-
|
|
246
|
+
.awsui_expand-button_gwq0h_5b4xu_246:not(#\9) {
|
|
247
247
|
outline: none;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.
|
|
250
|
+
.awsui_icon_gwq0h_5b4xu_197:not(#\9) {
|
|
251
251
|
transform: rotate(-90deg);
|
|
252
252
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
253
253
|
}
|
|
254
|
-
.
|
|
254
|
+
.awsui_icon_gwq0h_5b4xu_197.awsui_expanded_gwq0h_5b4xu_254:not(#\9) {
|
|
255
255
|
transform: rotate(0deg);
|
|
256
256
|
}
|
|
257
|
-
.
|
|
257
|
+
.awsui_icon_gwq0h_5b4xu_197:not(#\9):dir(rtl) {
|
|
258
258
|
transform: rotate(90deg);
|
|
259
259
|
}
|
|
260
|
-
.
|
|
260
|
+
.awsui_icon_gwq0h_5b4xu_197:not(#\9):dir(rtl).awsui_expanded_gwq0h_5b4xu_254 {
|
|
261
261
|
transform: rotate(0deg);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.awsui_icon-
|
|
264
|
+
.awsui_icon-container_gwq0h_5b4xu_264:not(#\9) {
|
|
265
265
|
position: relative;
|
|
266
266
|
margin-inline: calc((var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2) calc(var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px));
|
|
267
267
|
}
|
|
268
|
-
.awsui_icon-container-
|
|
268
|
+
.awsui_icon-container-container_gwq0h_5b4xu_268:not(#\9) {
|
|
269
269
|
margin-inline-end: var(--space-xs-kw7k3v, 8px);
|
|
270
270
|
}
|
|
271
|
-
.awsui_icon-container-
|
|
271
|
+
.awsui-one-theme .awsui_icon-container-container_gwq0h_5b4xu_268:not(#\9) {
|
|
272
272
|
margin-inline-end: calc(var(--space-xs-kw7k3v, 8px) + var(--space-xxs-jnczic, 4px));
|
|
273
273
|
inset-block-start: var(--space-xxxs-3w1kr2, 2px);
|
|
274
274
|
}
|
|
275
|
-
.awsui_icon-container-
|
|
275
|
+
.awsui-one-theme .awsui_icon-container-container_gwq0h_5b4xu_268 > .awsui_icon_gwq0h_5b4xu_197:not(#\9) {
|
|
276
276
|
inset-block-start: calc(var(--space-xxxs-3w1kr2, 2px) * 3);
|
|
277
277
|
}
|
|
278
|
-
.
|
|
278
|
+
.awsui-one-theme .awsui_icon-container_gwq0h_5b4xu_264:not(#\9) {
|
|
279
279
|
display: inline-flex;
|
|
280
280
|
align-items: flex-start;
|
|
281
281
|
margin-inline-end: calc(var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px) + var(--space-xxs-jnczic, 4px));
|
|
282
282
|
}
|
|
283
|
-
.
|
|
283
|
+
.awsui-one-theme .awsui_icon-container_gwq0h_5b4xu_264 > .awsui_icon_gwq0h_5b4xu_197:not(#\9) {
|
|
284
284
|
inset-block-start: var(--space-xxxs-3w1kr2, 2px);
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.
|
|
287
|
+
.awsui_wrapper_gwq0h_5b4xu_287:not(#\9) {
|
|
288
288
|
box-sizing: border-box;
|
|
289
289
|
border-block: none;
|
|
290
290
|
border-inline: none;
|
|
@@ -292,81 +292,81 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
292
292
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
293
293
|
text-align: start;
|
|
294
294
|
}
|
|
295
|
-
.awsui_wrapper-
|
|
295
|
+
.awsui_wrapper-default_gwq0h_5b4xu_295:not(#\9), .awsui_wrapper-inline_gwq0h_5b4xu_295:not(#\9), .awsui_wrapper-footer_gwq0h_5b4xu_295:not(#\9) {
|
|
296
296
|
border-block: var(--border-divider-section-width-sznrdy, 1px) solid transparent;
|
|
297
297
|
border-inline: var(--border-divider-section-width-sznrdy, 1px) solid transparent;
|
|
298
298
|
}
|
|
299
|
-
.awsui_wrapper-
|
|
299
|
+
.awsui_wrapper-navigation_gwq0h_5b4xu_299:not(#\9) {
|
|
300
300
|
border-inline-start: var(--border-divider-section-width-sznrdy, 1px) solid transparent;
|
|
301
301
|
}
|
|
302
|
-
.awsui_wrapper-
|
|
302
|
+
.awsui_wrapper-navigation_gwq0h_5b4xu_299:not(#\9), .awsui_wrapper-container_gwq0h_5b4xu_302:not(#\9) {
|
|
303
303
|
display: flex;
|
|
304
304
|
font-weight: var(--font-weight-heading-s-qxvrar, 700);
|
|
305
305
|
}
|
|
306
|
-
.awsui_wrapper-
|
|
306
|
+
.awsui_wrapper-default_gwq0h_5b4xu_295:not(#\9), .awsui_wrapper-inline_gwq0h_5b4xu_295:not(#\9), .awsui_wrapper-navigation_gwq0h_5b4xu_299:not(#\9), .awsui_wrapper-footer_gwq0h_5b4xu_295:not(#\9), .awsui_wrapper-compact_gwq0h_5b4xu_306:not(#\9) {
|
|
307
307
|
color: var(--color-text-expandable-section-default-7zwicj, #545b64);
|
|
308
308
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
309
309
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
310
310
|
}
|
|
311
|
-
.awsui_wrapper-
|
|
311
|
+
.awsui_wrapper-default_gwq0h_5b4xu_295:not(#\9), .awsui_wrapper-inline_gwq0h_5b4xu_295:not(#\9), .awsui_wrapper-navigation_gwq0h_5b4xu_299:not(#\9), .awsui_wrapper-footer_gwq0h_5b4xu_295:not(#\9) {
|
|
312
312
|
font-size: var(--font-size-expandable-heading-i8x3r3, 14px);
|
|
313
313
|
letter-spacing: var(--letter-spacing-heading-s-696sxe, normal);
|
|
314
314
|
}
|
|
315
|
-
.awsui_wrapper-
|
|
315
|
+
.awsui_wrapper-default_gwq0h_5b4xu_295:not(#\9) {
|
|
316
316
|
padding-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
317
317
|
padding-inline-end: var(--space-xxs-jnczic, 4px);
|
|
318
318
|
}
|
|
319
|
-
.awsui_wrapper-
|
|
319
|
+
.awsui_wrapper-default_gwq0h_5b4xu_295.awsui_header-deprecated_gwq0h_5b4xu_319:not(#\9) {
|
|
320
320
|
padding-inline-start: var(--space-xxs-jnczic, 4px);
|
|
321
321
|
}
|
|
322
|
-
.awsui_wrapper-
|
|
322
|
+
.awsui_wrapper-default_gwq0h_5b4xu_295:not(#\9):not(.awsui_header-deprecated_gwq0h_5b4xu_319), .awsui_wrapper-inline_gwq0h_5b4xu_295:not(#\9):not(.awsui_header-deprecated_gwq0h_5b4xu_319) {
|
|
323
323
|
padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px));
|
|
324
324
|
}
|
|
325
|
-
.awsui_wrapper-
|
|
325
|
+
.awsui_wrapper-default_gwq0h_5b4xu_295.awsui_wrapper-expanded_gwq0h_5b4xu_325:not(#\9), .awsui_wrapper-inline_gwq0h_5b4xu_295.awsui_wrapper-expanded_gwq0h_5b4xu_325:not(#\9) {
|
|
326
326
|
padding-block-end: var(--space-scaled-xxs-jatbiv, 4px);
|
|
327
327
|
border-block-end-color: var(--color-border-expandable-section-default-7ch7o8, #eaeded);
|
|
328
328
|
}
|
|
329
|
-
.awsui_wrapper-
|
|
329
|
+
.awsui_wrapper-footer_gwq0h_5b4xu_295:not(#\9) {
|
|
330
330
|
padding-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
331
331
|
}
|
|
332
|
-
.awsui_wrapper-
|
|
332
|
+
.awsui_wrapper-footer_gwq0h_5b4xu_295:not(#\9), .awsui_wrapper-compact_gwq0h_5b4xu_306:not(#\9) {
|
|
333
333
|
padding-inline-end: 0;
|
|
334
334
|
}
|
|
335
|
-
.awsui_wrapper-
|
|
335
|
+
.awsui_wrapper-footer_gwq0h_5b4xu_295.awsui_header-deprecated_gwq0h_5b4xu_319:not(#\9), .awsui_wrapper-compact_gwq0h_5b4xu_306.awsui_header-deprecated_gwq0h_5b4xu_319:not(#\9) {
|
|
336
336
|
padding-inline-start: 0;
|
|
337
337
|
}
|
|
338
|
-
.awsui_wrapper-
|
|
338
|
+
.awsui_wrapper-footer_gwq0h_5b4xu_295:not(#\9):not(.awsui_header-deprecated_gwq0h_5b4xu_319), .awsui_wrapper-compact_gwq0h_5b4xu_306:not(#\9):not(.awsui_header-deprecated_gwq0h_5b4xu_319) {
|
|
339
339
|
padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px));
|
|
340
340
|
}
|
|
341
|
-
.awsui_wrapper-
|
|
341
|
+
.awsui_wrapper-container_gwq0h_5b4xu_302:not(#\9) {
|
|
342
342
|
padding-block: var(--space-container-header-top-3cfni8, 12px) var(--space-container-header-bottom-rbnprk, 12px);
|
|
343
343
|
padding-inline-end: var(--space-container-horizontal-ipmk0e, 20px);
|
|
344
344
|
}
|
|
345
|
-
.awsui_wrapper-
|
|
345
|
+
.awsui_wrapper-container_gwq0h_5b4xu_302:not(#\9):not(.awsui_wrapper-expanded_gwq0h_5b4xu_325) {
|
|
346
346
|
padding-block-end: var(--space-container-header-top-3cfni8, 12px);
|
|
347
347
|
}
|
|
348
|
-
.awsui_wrapper-
|
|
348
|
+
.awsui_wrapper-container_gwq0h_5b4xu_302.awsui_wrapper-not-expanded-without-actions_gwq0h_5b4xu_348:not(#\9) {
|
|
349
349
|
padding-block-end: calc(var(--space-container-header-top-3cfni8, 12px) + var(--space-scaled-xxs-jatbiv, 4px));
|
|
350
350
|
}
|
|
351
|
-
.awsui_wrapper-
|
|
351
|
+
.awsui_wrapper-container_gwq0h_5b4xu_302.awsui_header-deprecated_gwq0h_5b4xu_319:not(#\9) {
|
|
352
352
|
padding-inline-start: var(--space-container-horizontal-ipmk0e, 20px);
|
|
353
353
|
}
|
|
354
|
-
.awsui_wrapper-
|
|
354
|
+
.awsui_wrapper-container_gwq0h_5b4xu_302:not(#\9):not(.awsui_header-deprecated_gwq0h_5b4xu_319) {
|
|
355
355
|
padding-inline-start: calc(var(--space-container-horizontal-ipmk0e, 20px) + calc(var(--size-icon-medium-3ovt3t, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xs-kw7k3v, 8px)));
|
|
356
356
|
}
|
|
357
|
-
body[data-awsui-focus-visible=true] .awsui_wrapper-
|
|
357
|
+
body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_5b4xu_302:not(#\9):focus {
|
|
358
358
|
padding-block: calc(var(--space-scaled-s-gjhvjd, 12px) - var(--border-divider-section-width-sznrdy, 1px));
|
|
359
359
|
padding-inline: calc(var(--space-l-3cws6j, 20px) - var(--border-divider-section-width-sznrdy, 1px));
|
|
360
360
|
}
|
|
361
361
|
|
|
362
|
-
.
|
|
362
|
+
.awsui_header_gwq0h_5b4xu_319:not(#\9) {
|
|
363
363
|
/* used in test-utils */
|
|
364
364
|
}
|
|
365
|
-
.awsui_header-
|
|
365
|
+
.awsui_header-wrapper_gwq0h_5b4xu_365:not(#\9), .awsui_header-deprecated_gwq0h_5b4xu_319:not(#\9) {
|
|
366
366
|
display: flex;
|
|
367
367
|
font-weight: var(--font-weight-heading-s-qxvrar, 700);
|
|
368
368
|
}
|
|
369
|
-
.awsui_header-
|
|
369
|
+
.awsui_header-wrapper_gwq0h_5b4xu_365:not(#\9) {
|
|
370
370
|
font-size: inherit;
|
|
371
371
|
letter-spacing: inherit;
|
|
372
372
|
margin-block: 0;
|
|
@@ -374,20 +374,20 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_ism9q_302:not
|
|
|
374
374
|
padding-block: 0;
|
|
375
375
|
padding-inline: 0;
|
|
376
376
|
}
|
|
377
|
-
.awsui_header-actions-
|
|
377
|
+
.awsui_header-actions-wrapper_gwq0h_5b4xu_377:not(#\9) {
|
|
378
378
|
display: flex;
|
|
379
379
|
flex-direction: row;
|
|
380
380
|
justify-content: space-between;
|
|
381
381
|
align-items: center;
|
|
382
382
|
}
|
|
383
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
383
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_5b4xu_383:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_5b4xu_383:not(#\9):focus {
|
|
384
384
|
position: relative;
|
|
385
385
|
}
|
|
386
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
386
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_5b4xu_383:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_5b4xu_383:not(#\9):focus {
|
|
387
387
|
outline: 2px dotted transparent;
|
|
388
388
|
outline-offset: calc(0px - 1px);
|
|
389
389
|
}
|
|
390
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
390
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_5b4xu_383:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_5b4xu_383:not(#\9):focus::before {
|
|
391
391
|
content: " ";
|
|
392
392
|
display: block;
|
|
393
393
|
position: absolute;
|
|
@@ -401,21 +401,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ism9q_383:not(#\9
|
|
|
401
401
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
402
402
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
403
403
|
}
|
|
404
|
-
.awsui_header-
|
|
404
|
+
.awsui_header-button_gwq0h_5b4xu_383:not(#\9) {
|
|
405
405
|
box-sizing: border-box;
|
|
406
406
|
display: flex;
|
|
407
407
|
margin-inline-start: calc(-1 * calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px)));
|
|
408
408
|
}
|
|
409
|
-
.awsui_header-container-
|
|
409
|
+
.awsui_header-container-button_gwq0h_5b4xu_383:not(#\9) {
|
|
410
410
|
margin-inline-start: calc(-1 * calc(var(--size-icon-medium-3ovt3t, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xs-kw7k3v, 8px)));
|
|
411
411
|
}
|
|
412
|
-
.awsui_header-
|
|
412
|
+
.awsui_header-container_gwq0h_5b4xu_383:not(#\9) {
|
|
413
413
|
inline-size: 100%;
|
|
414
414
|
}
|
|
415
|
-
.awsui_header-
|
|
415
|
+
.awsui_header-container_gwq0h_5b4xu_383 > .awsui_icon-container_gwq0h_5b4xu_264:not(#\9) {
|
|
416
416
|
margin-block-start: var(--space-expandable-section-icon-offset-top-zxpo99, 8px);
|
|
417
417
|
}
|
|
418
|
-
.awsui_header-
|
|
418
|
+
.awsui_header-navigation_gwq0h_5b4xu_418 > .awsui_icon-container_gwq0h_5b4xu_264:not(#\9) {
|
|
419
419
|
display: inline-flex;
|
|
420
420
|
cursor: pointer;
|
|
421
421
|
color: var(--color-text-expandable-section-navigation-icon-default-h9rszh, #879596);
|
|
@@ -428,17 +428,17 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ism9q_383:not(#\9
|
|
|
428
428
|
text-decoration: none;
|
|
429
429
|
flex-direction: column;
|
|
430
430
|
}
|
|
431
|
-
.awsui_header-
|
|
431
|
+
.awsui_header-navigation_gwq0h_5b4xu_418 > .awsui_icon-container_gwq0h_5b4xu_264:not(#\9):hover {
|
|
432
432
|
color: var(--color-text-expandable-section-hover-8k6nu3, #16191f);
|
|
433
433
|
}
|
|
434
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
434
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_5b4xu_418 > .awsui_icon-container_gwq0h_5b4xu_264:not(#\9):focus {
|
|
435
435
|
position: relative;
|
|
436
436
|
}
|
|
437
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
437
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_5b4xu_418 > .awsui_icon-container_gwq0h_5b4xu_264:not(#\9):focus {
|
|
438
438
|
outline: 2px dotted transparent;
|
|
439
439
|
outline-offset: calc(2px - 1px);
|
|
440
440
|
}
|
|
441
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
441
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_5b4xu_418 > .awsui_icon-container_gwq0h_5b4xu_264:not(#\9):focus::before {
|
|
442
442
|
content: " ";
|
|
443
443
|
display: block;
|
|
444
444
|
position: absolute;
|
|
@@ -452,39 +452,39 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_ism9q_418 > .
|
|
|
452
452
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
453
453
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
454
454
|
}
|
|
455
|
-
.awsui_header-
|
|
455
|
+
.awsui_header-text_gwq0h_5b4xu_455:not(#\9) {
|
|
456
456
|
/* used in test-utils */
|
|
457
457
|
}
|
|
458
458
|
|
|
459
|
-
:not(#\9):not(.awsui_wrapper-
|
|
459
|
+
:not(#\9):not(.awsui_wrapper-compact_gwq0h_5b4xu_306) > .awsui_header-actions-wrapper_gwq0h_5b4xu_377 {
|
|
460
460
|
flex-wrap: wrap;
|
|
461
461
|
column-gap: var(--space-xs-kw7k3v, 8px);
|
|
462
462
|
row-gap: var(--space-scaled-xxxs-prgw5k, 2px);
|
|
463
463
|
}
|
|
464
464
|
|
|
465
|
-
.
|
|
465
|
+
.awsui_content_gwq0h_5b4xu_161:not(#\9) {
|
|
466
466
|
display: none;
|
|
467
467
|
}
|
|
468
|
-
.awsui_content-
|
|
468
|
+
.awsui_content-default_gwq0h_5b4xu_468:not(#\9), .awsui_content-inline_gwq0h_5b4xu_468:not(#\9) {
|
|
469
469
|
padding-block: var(--space-scaled-xs-sppte9, 8px);
|
|
470
470
|
padding-inline: 0;
|
|
471
471
|
}
|
|
472
|
-
.awsui_content-
|
|
472
|
+
.awsui_content-footer_gwq0h_5b4xu_472:not(#\9) {
|
|
473
473
|
padding-block: var(--space-xs-kw7k3v, 8px);
|
|
474
474
|
padding-inline: 0;
|
|
475
475
|
}
|
|
476
|
-
.awsui_content-
|
|
476
|
+
.awsui_content-expanded_gwq0h_5b4xu_476:not(#\9) {
|
|
477
477
|
display: block;
|
|
478
478
|
}
|
|
479
|
-
.awsui_content-
|
|
479
|
+
.awsui_content-compact_gwq0h_5b4xu_479:not(#\9) {
|
|
480
480
|
padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px));
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
.
|
|
483
|
+
.awsui_focusable_gwq0h_5b4xu_483:not(#\9):focus {
|
|
484
484
|
outline: none;
|
|
485
485
|
text-decoration: none;
|
|
486
486
|
}
|
|
487
|
-
body[data-awsui-focus-visible=true] .
|
|
487
|
+
body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_5b4xu_483:not(#\9):focus {
|
|
488
488
|
outline: 2px dotted transparent;
|
|
489
489
|
border-block: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
490
490
|
border-inline: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
@@ -495,9 +495,9 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_ism9q_483:not(#\9):fo
|
|
|
495
495
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-ql2vj7, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
-
.awsui_click-
|
|
498
|
+
.awsui_click-target_gwq0h_5b4xu_498:not(#\9) {
|
|
499
499
|
cursor: pointer;
|
|
500
500
|
}
|
|
501
|
-
.awsui_click-
|
|
501
|
+
.awsui_click-target_gwq0h_5b4xu_498:not(#\9):not(.awsui_wrapper-container_gwq0h_5b4xu_302):not(.awsui_header-container-button_gwq0h_5b4xu_383):hover {
|
|
502
502
|
color: var(--color-text-expandable-section-hover-8k6nu3, #16191f);
|
|
503
503
|
}
|
|
@@ -2,41 +2,40 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"content-enter": "awsui_content-
|
|
6
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
7
|
-
"trigger-expanded": "awsui_trigger-
|
|
8
|
-
"icon": "
|
|
9
|
-
"root": "
|
|
10
|
-
"expand-button": "awsui_expand-
|
|
11
|
-
"expanded": "
|
|
12
|
-
"icon-container": "awsui_icon-
|
|
13
|
-
"icon-container-container": "awsui_icon-container-
|
|
14
|
-
"
|
|
15
|
-
"wrapper": "
|
|
16
|
-
"wrapper-
|
|
17
|
-
"wrapper-
|
|
18
|
-
"wrapper-
|
|
19
|
-
"wrapper-
|
|
20
|
-
"wrapper-
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"wrapper-expanded": "awsui_wrapper-
|
|
24
|
-
"
|
|
25
|
-
"header": "
|
|
26
|
-
"header-wrapper": "awsui_header-
|
|
27
|
-
"header-
|
|
28
|
-
"header-button": "awsui_header-
|
|
29
|
-
"header-container
|
|
30
|
-
"header-
|
|
31
|
-
"header-
|
|
32
|
-
"
|
|
33
|
-
"content": "
|
|
34
|
-
"content-
|
|
35
|
-
"content-
|
|
36
|
-
"content-
|
|
37
|
-
"content-
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"click-target": "awsui_click-target_gwq0h_ism9q_498"
|
|
5
|
+
"content-enter": "awsui_content-enter_gwq0h_5b4xu_161",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_5b4xu_1",
|
|
7
|
+
"trigger-expanded": "awsui_trigger-expanded_gwq0h_5b4xu_183",
|
|
8
|
+
"icon": "awsui_icon_gwq0h_5b4xu_197",
|
|
9
|
+
"root": "awsui_root_gwq0h_5b4xu_211",
|
|
10
|
+
"expand-button": "awsui_expand-button_gwq0h_5b4xu_246",
|
|
11
|
+
"expanded": "awsui_expanded_gwq0h_5b4xu_254",
|
|
12
|
+
"icon-container": "awsui_icon-container_gwq0h_5b4xu_264",
|
|
13
|
+
"icon-container-container": "awsui_icon-container-container_gwq0h_5b4xu_268",
|
|
14
|
+
"wrapper": "awsui_wrapper_gwq0h_5b4xu_287",
|
|
15
|
+
"wrapper-default": "awsui_wrapper-default_gwq0h_5b4xu_295",
|
|
16
|
+
"wrapper-inline": "awsui_wrapper-inline_gwq0h_5b4xu_295",
|
|
17
|
+
"wrapper-footer": "awsui_wrapper-footer_gwq0h_5b4xu_295",
|
|
18
|
+
"wrapper-navigation": "awsui_wrapper-navigation_gwq0h_5b4xu_299",
|
|
19
|
+
"wrapper-container": "awsui_wrapper-container_gwq0h_5b4xu_302",
|
|
20
|
+
"wrapper-compact": "awsui_wrapper-compact_gwq0h_5b4xu_306",
|
|
21
|
+
"header-deprecated": "awsui_header-deprecated_gwq0h_5b4xu_319",
|
|
22
|
+
"wrapper-expanded": "awsui_wrapper-expanded_gwq0h_5b4xu_325",
|
|
23
|
+
"wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_5b4xu_348",
|
|
24
|
+
"header": "awsui_header_gwq0h_5b4xu_319",
|
|
25
|
+
"header-wrapper": "awsui_header-wrapper_gwq0h_5b4xu_365",
|
|
26
|
+
"header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_5b4xu_377",
|
|
27
|
+
"header-button": "awsui_header-button_gwq0h_5b4xu_383",
|
|
28
|
+
"header-container-button": "awsui_header-container-button_gwq0h_5b4xu_383",
|
|
29
|
+
"header-container": "awsui_header-container_gwq0h_5b4xu_383",
|
|
30
|
+
"header-navigation": "awsui_header-navigation_gwq0h_5b4xu_418",
|
|
31
|
+
"header-text": "awsui_header-text_gwq0h_5b4xu_455",
|
|
32
|
+
"content": "awsui_content_gwq0h_5b4xu_161",
|
|
33
|
+
"content-default": "awsui_content-default_gwq0h_5b4xu_468",
|
|
34
|
+
"content-inline": "awsui_content-inline_gwq0h_5b4xu_468",
|
|
35
|
+
"content-footer": "awsui_content-footer_gwq0h_5b4xu_472",
|
|
36
|
+
"content-expanded": "awsui_content-expanded_gwq0h_5b4xu_476",
|
|
37
|
+
"content-compact": "awsui_content-compact_gwq0h_5b4xu_479",
|
|
38
|
+
"focusable": "awsui_focusable_gwq0h_5b4xu_483",
|
|
39
|
+
"click-target": "awsui_click-target_gwq0h_5b4xu_498"
|
|
41
40
|
};
|
|
42
41
|
|