@cloudscape-design/components 3.0.1155 → 3.0.1156
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/anchor-navigation/styles.css.js +8 -8
- package/anchor-navigation/styles.scoped.css +21 -21
- package/anchor-navigation/styles.selectors.js +8 -8
- package/app-layout/visual-refresh/styles.css.js +86 -86
- package/app-layout/visual-refresh/styles.scoped.css +164 -163
- package/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
- package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -81
- package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js +1 -1
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js.map +1 -1
- package/attribute-editor/styles.css.js +15 -15
- package/attribute-editor/styles.scoped.css +28 -28
- package/attribute-editor/styles.selectors.js +15 -15
- package/box/styles.css.js +192 -192
- package/box/styles.scoped.css +241 -241
- package/box/styles.selectors.js +192 -192
- package/breadcrumb-group/item/styles.css.js +7 -7
- package/breadcrumb-group/item/styles.scoped.css +28 -28
- package/breadcrumb-group/item/styles.selectors.js +7 -7
- package/button/styles.css.js +22 -22
- package/button/styles.scoped.css +78 -78
- package/button/styles.selectors.js +22 -22
- package/button-dropdown/item-element/styles.css.js +20 -20
- package/button-dropdown/item-element/styles.scoped.css +35 -35
- package/button-dropdown/item-element/styles.selectors.js +20 -20
- package/cards/styles.css.js +39 -39
- package/cards/styles.scoped.css +51 -51
- package/cards/styles.selectors.js +39 -39
- package/code-editor/styles.css.js +33 -33
- package/code-editor/styles.scoped.css +139 -139
- package/code-editor/styles.selectors.js +33 -33
- package/drawer/implementation.d.ts +1 -0
- package/drawer/implementation.d.ts.map +1 -1
- package/drawer/implementation.js +13 -4
- package/drawer/implementation.js.map +1 -1
- package/drawer/interfaces.d.ts +7 -0
- package/drawer/interfaces.d.ts.map +1 -1
- package/drawer/interfaces.js.map +1 -1
- package/drawer/styles.css.js +12 -8
- package/drawer/styles.scoped.css +35 -13
- package/drawer/styles.selectors.js +12 -8
- package/drawer/use-sticky-footer.d.ts +11 -0
- package/drawer/use-sticky-footer.d.ts.map +1 -0
- package/drawer/use-sticky-footer.js +35 -0
- package/drawer/use-sticky-footer.js.map +1 -0
- package/help-panel/styles.css.js +6 -6
- package/help-panel/styles.scoped.css +75 -75
- package/help-panel/styles.selectors.js +6 -6
- package/icon/styles.css.js +39 -39
- package/icon/styles.scoped.css +87 -87
- package/icon/styles.selectors.js +39 -39
- package/internal/base-component/styles.scoped.css +62 -50
- package/internal/components/button-trigger/styles.css.js +13 -13
- package/internal/components/button-trigger/styles.scoped.css +29 -29
- package/internal/components/button-trigger/styles.selectors.js +13 -13
- package/internal/components/cartesian-chart/styles.css.js +28 -28
- package/internal/components/cartesian-chart/styles.scoped.css +33 -33
- package/internal/components/cartesian-chart/styles.selectors.js +28 -28
- package/internal/components/token-list/styles.css.js +10 -10
- package/internal/components/token-list/styles.scoped.css +25 -25
- package/internal/components/token-list/styles.selectors.js +10 -10
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.js +8 -8
- package/internal/generated/theming/index.cjs +24 -24
- package/internal/generated/theming/index.js +24 -24
- package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -1
- package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
- package/internal/hooks/use-portal-mode-classes/index.js +2 -2
- package/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/key-value-pairs/styles.css.js +8 -8
- package/key-value-pairs/styles.scoped.css +10 -10
- package/key-value-pairs/styles.selectors.js +8 -8
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +91 -91
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/popover/internal.js +1 -1
- package/popover/internal.js.map +1 -1
- package/popover/styles.css.js +57 -57
- package/popover/styles.scoped.css +87 -87
- package/popover/styles.selectors.js +57 -57
- package/progress-bar/styles.css.js +19 -19
- package/progress-bar/styles.scoped.css +31 -31
- package/progress-bar/styles.selectors.js +19 -19
- package/side-navigation/styles.css.js +30 -30
- package/side-navigation/styles.scoped.css +47 -47
- package/side-navigation/styles.selectors.js +30 -30
- package/split-panel/icons/styles.css.js +22 -22
- package/split-panel/icons/styles.scoped.css +25 -25
- package/split-panel/icons/styles.selectors.js +22 -22
- package/tag-editor/styles.css.js +3 -3
- package/tag-editor/styles.scoped.css +13 -13
- package/tag-editor/styles.selectors.js +3 -3
- package/test-utils/dom/drawer/index.d.ts +1 -0
- package/test-utils/dom/drawer/index.js +3 -0
- package/test-utils/dom/drawer/index.js.map +1 -1
- package/test-utils/selectors/drawer/index.d.ts +1 -0
- package/test-utils/selectors/drawer/index.js +3 -0
- package/test-utils/selectors/drawer/index.js.map +1 -1
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +66 -66
- package/text-content/styles.selectors.js +1 -1
- package/token/styles.css.js +14 -14
- package/token/styles.scoped.css +29 -29
- package/token/styles.selectors.js +14 -14
- package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +28 -28
- package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"anchor-list": "awsui_anchor-
|
|
6
|
-
"anchor-item": "awsui_anchor-
|
|
7
|
-
"anchor-item--active": "awsui_anchor-item--
|
|
8
|
-
"anchor-link": "awsui_anchor-
|
|
9
|
-
"anchor-link--active": "awsui_anchor-link--
|
|
10
|
-
"anchor-link-text": "awsui_anchor-link-
|
|
11
|
-
"anchor-link-info": "awsui_anchor-link-
|
|
4
|
+
"root": "awsui_root_swimc_1c22e_189",
|
|
5
|
+
"anchor-list": "awsui_anchor-list_swimc_1c22e_221",
|
|
6
|
+
"anchor-item": "awsui_anchor-item_swimc_1c22e_244",
|
|
7
|
+
"anchor-item--active": "awsui_anchor-item--active_swimc_1c22e_264",
|
|
8
|
+
"anchor-link": "awsui_anchor-link_swimc_1c22e_281",
|
|
9
|
+
"anchor-link--active": "awsui_anchor-link--active_swimc_1c22e_323",
|
|
10
|
+
"anchor-link-text": "awsui_anchor-link-text_swimc_1c22e_330",
|
|
11
|
+
"anchor-link-info": "awsui_anchor-link-info_swimc_1c22e_334"
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -186,7 +186,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
186
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
187
187
|
SPDX-License-Identifier: Apache-2.0
|
|
188
188
|
*/
|
|
189
|
-
.
|
|
189
|
+
.awsui_root_swimc_1c22e_189:not(#\9) {
|
|
190
190
|
border-collapse: separate;
|
|
191
191
|
border-spacing: 0;
|
|
192
192
|
box-sizing: border-box;
|
|
@@ -218,7 +218,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
218
218
|
-moz-osx-font-smoothing: auto;
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
-
.awsui_anchor-
|
|
221
|
+
.awsui_anchor-list_swimc_1c22e_221:not(#\9) {
|
|
222
222
|
list-style: none;
|
|
223
223
|
margin-block: 0;
|
|
224
224
|
margin-inline: 0;
|
|
@@ -227,7 +227,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
227
227
|
position: relative;
|
|
228
228
|
text-indent: 0;
|
|
229
229
|
}
|
|
230
|
-
.awsui_anchor-
|
|
230
|
+
.awsui_anchor-list_swimc_1c22e_221:not(#\9)::before {
|
|
231
231
|
content: "";
|
|
232
232
|
background-color: var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
233
233
|
border-start-start-radius: var(--border-radius-tabs-focus-ring-o4qku1, 20px);
|
|
@@ -241,10 +241,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
241
241
|
inline-size: 2px;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
.awsui_anchor-
|
|
244
|
+
.awsui_anchor-item_swimc_1c22e_244:not(#\9) {
|
|
245
245
|
font-size: var(--font-size-body-m-a7nh2n, 14px);
|
|
246
246
|
line-height: var(--line-height-body-m-2mh3ke, 20px);
|
|
247
|
-
color: var(--color-text-body-secondary-
|
|
247
|
+
color: var(--color-text-body-secondary-yna5sb, #424650);
|
|
248
248
|
font-weight: 400;
|
|
249
249
|
margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
|
|
250
250
|
margin-inline: 0;
|
|
@@ -252,19 +252,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
252
252
|
transition-property: all;
|
|
253
253
|
}
|
|
254
254
|
@media (prefers-reduced-motion: reduce) {
|
|
255
|
-
.awsui_anchor-
|
|
255
|
+
.awsui_anchor-item_swimc_1c22e_244:not(#\9) {
|
|
256
256
|
animation: none;
|
|
257
257
|
transition: none;
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
|
-
.awsui-motion-disabled .awsui_anchor-
|
|
260
|
+
.awsui-motion-disabled .awsui_anchor-item_swimc_1c22e_244:not(#\9), .awsui-mode-entering .awsui_anchor-item_swimc_1c22e_244:not(#\9) {
|
|
261
261
|
animation: none;
|
|
262
262
|
transition: none;
|
|
263
263
|
}
|
|
264
|
-
.awsui_anchor-item--
|
|
264
|
+
.awsui_anchor-item--active_swimc_1c22e_264:not(#\9) {
|
|
265
265
|
position: relative;
|
|
266
266
|
}
|
|
267
|
-
.awsui_anchor-item--
|
|
267
|
+
.awsui_anchor-item--active_swimc_1c22e_264:not(#\9)::before {
|
|
268
268
|
content: "";
|
|
269
269
|
background-color: var(--color-text-accent-n1kmht, #006ce0);
|
|
270
270
|
border-start-start-radius: var(--border-radius-tabs-focus-ring-o4qku1, 20px);
|
|
@@ -278,11 +278,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
278
278
|
inline-size: 2px;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.awsui_anchor-
|
|
281
|
+
.awsui_anchor-link_swimc_1c22e_281:not(#\9) {
|
|
282
282
|
font-size: var(--font-size-body-m-a7nh2n, 14px);
|
|
283
283
|
line-height: var(--line-height-body-m-2mh3ke, 20px);
|
|
284
284
|
align-items: baseline;
|
|
285
|
-
color: var(--color-text-body-secondary-
|
|
285
|
+
color: var(--color-text-body-secondary-yna5sb, #424650);
|
|
286
286
|
display: flex;
|
|
287
287
|
flex-direction: row;
|
|
288
288
|
font-weight: 400;
|
|
@@ -291,16 +291,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
291
291
|
transition-property: all;
|
|
292
292
|
}
|
|
293
293
|
@media (prefers-reduced-motion: reduce) {
|
|
294
|
-
.awsui_anchor-
|
|
294
|
+
.awsui_anchor-link_swimc_1c22e_281:not(#\9) {
|
|
295
295
|
animation: none;
|
|
296
296
|
transition: none;
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
.awsui-motion-disabled .awsui_anchor-
|
|
299
|
+
.awsui-motion-disabled .awsui_anchor-link_swimc_1c22e_281:not(#\9), .awsui-mode-entering .awsui_anchor-link_swimc_1c22e_281:not(#\9) {
|
|
300
300
|
animation: none;
|
|
301
301
|
transition: none;
|
|
302
302
|
}
|
|
303
|
-
body[data-awsui-focus-visible=true] .awsui_anchor-
|
|
303
|
+
body[data-awsui-focus-visible=true] .awsui_anchor-link_swimc_1c22e_281:not(#\9):focus {
|
|
304
304
|
outline: thin dotted;
|
|
305
305
|
outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
|
|
306
306
|
outline-offset: 2px;
|
|
@@ -311,27 +311,27 @@ body[data-awsui-focus-visible=true] .awsui_anchor-link_swimc_bhjn1_281:not(#\9):
|
|
|
311
311
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
|
|
312
312
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-39uvxr, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
|
|
313
313
|
}
|
|
314
|
-
.awsui_anchor-
|
|
314
|
+
.awsui_anchor-link_swimc_1c22e_281:not(#\9):hover {
|
|
315
315
|
color: var(--color-text-accent-n1kmht, #006ce0);
|
|
316
316
|
}
|
|
317
|
-
.awsui_anchor-
|
|
317
|
+
.awsui_anchor-link_swimc_1c22e_281:not(#\9):focus {
|
|
318
318
|
outline: none;
|
|
319
319
|
}
|
|
320
|
-
.awsui_anchor-
|
|
320
|
+
.awsui_anchor-link_swimc_1c22e_281:not(#\9):hover, .awsui_anchor-link_swimc_1c22e_281:not(#\9):focus {
|
|
321
321
|
text-decoration: none;
|
|
322
322
|
}
|
|
323
|
-
.awsui_anchor-link--
|
|
323
|
+
.awsui_anchor-link--active_swimc_1c22e_323:not(#\9) {
|
|
324
324
|
font-weight: var(--font-wayfinding-link-active-weight-ny4hup, 700);
|
|
325
325
|
-webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
|
|
326
326
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
|
|
327
327
|
color: var(--color-text-accent-n1kmht, #006ce0);
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
.awsui_anchor-link-
|
|
330
|
+
.awsui_anchor-link-text_swimc_1c22e_330:not(#\9) {
|
|
331
331
|
display: block;
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
-
.awsui_anchor-link-
|
|
334
|
+
.awsui_anchor-link-info_swimc_1c22e_334:not(#\9) {
|
|
335
335
|
margin-inline-start: var(--space-xs-ymlm0b, 8px);
|
|
336
336
|
font-size: var(--font-size-body-s-smc8cv, 12px);
|
|
337
337
|
line-height: var(--line-height-body-s-nu5hx1, 16px);
|
|
@@ -340,5 +340,5 @@ body[data-awsui-focus-visible=true] .awsui_anchor-link_swimc_bhjn1_281:not(#\9):
|
|
|
340
340
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
|
|
341
341
|
font-weight: 700;
|
|
342
342
|
letter-spacing: 0.005em;
|
|
343
|
-
color: var(--color-text-link-default-
|
|
343
|
+
color: var(--color-text-link-default-hude44, #006ce0);
|
|
344
344
|
}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"anchor-list": "awsui_anchor-
|
|
7
|
-
"anchor-item": "awsui_anchor-
|
|
8
|
-
"anchor-item--active": "awsui_anchor-item--
|
|
9
|
-
"anchor-link": "awsui_anchor-
|
|
10
|
-
"anchor-link--active": "awsui_anchor-link--
|
|
11
|
-
"anchor-link-text": "awsui_anchor-link-
|
|
12
|
-
"anchor-link-info": "awsui_anchor-link-
|
|
5
|
+
"root": "awsui_root_swimc_1c22e_189",
|
|
6
|
+
"anchor-list": "awsui_anchor-list_swimc_1c22e_221",
|
|
7
|
+
"anchor-item": "awsui_anchor-item_swimc_1c22e_244",
|
|
8
|
+
"anchor-item--active": "awsui_anchor-item--active_swimc_1c22e_264",
|
|
9
|
+
"anchor-link": "awsui_anchor-link_swimc_1c22e_281",
|
|
10
|
+
"anchor-link--active": "awsui_anchor-link--active_swimc_1c22e_323",
|
|
11
|
+
"anchor-link-text": "awsui_anchor-link-text_swimc_1c22e_330",
|
|
12
|
+
"anchor-link-info": "awsui_anchor-link-info_swimc_1c22e_334"
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -1,91 +1,91 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"background": "
|
|
5
|
-
"scrolling-background": "awsui_scrolling-
|
|
6
|
-
"breadcrumbs": "
|
|
7
|
-
"drawers-container": "awsui_drawers-
|
|
8
|
-
"has-open-drawer": "awsui_has-open-
|
|
9
|
-
"disable-body-scroll": "awsui_disable-body-
|
|
10
|
-
"drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-
|
|
11
|
-
"has-multiple-triggers": "awsui_has-multiple-
|
|
12
|
-
"drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-
|
|
13
|
-
"drawers-trigger-content": "awsui_drawers-trigger-
|
|
14
|
-
"drawers-trigger-overflow": "awsui_drawers-trigger-
|
|
15
|
-
"drawers-trigger": "awsui_drawers-
|
|
16
|
-
"drawer": "
|
|
17
|
-
"drawer-content-container": "awsui_drawer-content-
|
|
18
|
-
"drawer-close-button": "awsui_drawer-close-
|
|
19
|
-
"drawer-content": "awsui_drawer-
|
|
20
|
-
"drawer-content-hidden": "awsui_drawer-content-
|
|
21
|
-
"drawer-slider": "awsui_drawer-
|
|
22
|
-
"is-drawer-open": "awsui_is-drawer-
|
|
23
|
-
"content": "
|
|
24
|
-
"layout": "
|
|
25
|
-
"has-max-content-width": "awsui_has-max-content-
|
|
26
|
-
"content-type-dashboard": "awsui_content-type-
|
|
27
|
-
"content-type-table": "awsui_content-type-
|
|
28
|
-
"content-type-cards": "awsui_content-type-
|
|
29
|
-
"is-overlap-disabled": "awsui_is-overlap-
|
|
30
|
-
"is-hide-mobile-toolbar": "awsui_is-hide-mobile-
|
|
31
|
-
"has-content-gap-left": "awsui_has-content-gap-
|
|
32
|
-
"has-content-gap-right": "awsui_has-content-gap-
|
|
33
|
-
"has-breadcrumbs": "awsui_has-
|
|
34
|
-
"content-first-child-header": "awsui_content-first-child-
|
|
35
|
-
"content-first-child-notifications": "awsui_content-first-child-
|
|
36
|
-
"has-header": "awsui_has-
|
|
37
|
-
"content-first-child-main": "awsui_content-first-child-
|
|
38
|
-
"disable-content-paddings": "awsui_disable-content-
|
|
39
|
-
"has-left-toggles-gutter": "awsui_has-left-toggles-
|
|
40
|
-
"has-right-toggles-gutter": "awsui_has-right-toggles-
|
|
41
|
-
"has-split-panel": "awsui_has-split-
|
|
42
|
-
"split-panel-position-bottom": "awsui_split-panel-position-
|
|
43
|
-
"block-body-scroll": "awsui_block-body-
|
|
44
|
-
"unfocusable": "
|
|
45
|
-
"container": "
|
|
46
|
-
"is-navigation-open": "awsui_is-navigation-
|
|
47
|
-
"is-tools-open": "awsui_is-tools-
|
|
48
|
-
"is-split-panel-open": "awsui_is-split-panel-
|
|
49
|
-
"split-panel-position-side": "awsui_split-panel-position-
|
|
50
|
-
"has-active-drawer": "awsui_has-active-
|
|
51
|
-
"mobile-toolbar": "awsui_mobile-
|
|
52
|
-
"remove-high-contrast-header": "awsui_remove-high-contrast-
|
|
53
|
-
"mobile-toolbar-nav": "awsui_mobile-toolbar-
|
|
54
|
-
"mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-
|
|
55
|
-
"mobile-toolbar-tools": "awsui_mobile-toolbar-
|
|
56
|
-
"navigation-container": "awsui_navigation-
|
|
57
|
-
"show-navigation": "awsui_show-
|
|
58
|
-
"animating": "
|
|
59
|
-
"showButtons": "
|
|
60
|
-
"navigation": "
|
|
61
|
-
"openNavigation": "
|
|
62
|
-
"animated-content": "awsui_animated-
|
|
63
|
-
"content-container": "awsui_content-
|
|
64
|
-
"hide-navigation": "awsui_hide-
|
|
65
|
-
"notifications": "
|
|
66
|
-
"has-notification-content": "awsui_has-notification-
|
|
67
|
-
"sticky-notifications": "awsui_sticky-
|
|
68
|
-
"high-contrast": "awsui_high-
|
|
69
|
-
"split-panel-bottom": "awsui_split-panel-
|
|
70
|
-
"position-bottom": "awsui_position-
|
|
71
|
-
"openSplitPanelBottom": "
|
|
72
|
-
"split-panel-side": "awsui_split-panel-
|
|
73
|
-
"position-side": "awsui_position-
|
|
74
|
-
"tools-container": "awsui_tools-
|
|
75
|
-
"tools": "
|
|
76
|
-
"openTools": "
|
|
77
|
-
"has-tools-form-persistence": "awsui_has-tools-form-
|
|
78
|
-
"hide-tools": "awsui_hide-
|
|
79
|
-
"show-tools": "awsui_show-
|
|
80
|
-
"has-tools-form": "awsui_has-tools-
|
|
81
|
-
"trigger-button-styles": "awsui_trigger-button-
|
|
82
|
-
"trigger-badge-wrapper": "awsui_trigger-badge-
|
|
83
|
-
"trigger": "
|
|
84
|
-
"selected": "
|
|
85
|
-
"badge": "
|
|
86
|
-
"trigger-wrapper": "awsui_trigger-
|
|
87
|
-
"trigger-wrapper-tooltip-visible": "awsui_trigger-wrapper-tooltip-
|
|
88
|
-
"dot": "
|
|
89
|
-
"trigger-tooltip": "awsui_trigger-
|
|
4
|
+
"background": "awsui_background_hyvsj_1xiee_149",
|
|
5
|
+
"scrolling-background": "awsui_scrolling-background_hyvsj_1xiee_152",
|
|
6
|
+
"breadcrumbs": "awsui_breadcrumbs_hyvsj_1xiee_163",
|
|
7
|
+
"drawers-container": "awsui_drawers-container_hyvsj_1xiee_176",
|
|
8
|
+
"has-open-drawer": "awsui_has-open-drawer_hyvsj_1xiee_187",
|
|
9
|
+
"disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1xiee_208",
|
|
10
|
+
"drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1xiee_213",
|
|
11
|
+
"has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1xiee_251",
|
|
12
|
+
"drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1xiee_261",
|
|
13
|
+
"drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1xiee_266",
|
|
14
|
+
"drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1xiee_280",
|
|
15
|
+
"drawers-trigger": "awsui_drawers-trigger_hyvsj_1xiee_266",
|
|
16
|
+
"drawer": "awsui_drawer_hyvsj_1xiee_176",
|
|
17
|
+
"drawer-content-container": "awsui_drawer-content-container_hyvsj_1xiee_311",
|
|
18
|
+
"drawer-close-button": "awsui_drawer-close-button_hyvsj_1xiee_320",
|
|
19
|
+
"drawer-content": "awsui_drawer-content_hyvsj_1xiee_311",
|
|
20
|
+
"drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1xiee_329",
|
|
21
|
+
"drawer-slider": "awsui_drawer-slider_hyvsj_1xiee_332",
|
|
22
|
+
"is-drawer-open": "awsui_is-drawer-open_hyvsj_1xiee_340",
|
|
23
|
+
"content": "awsui_content_hyvsj_1xiee_366",
|
|
24
|
+
"layout": "awsui_layout_hyvsj_1xiee_391",
|
|
25
|
+
"has-max-content-width": "awsui_has-max-content-width_hyvsj_1xiee_463",
|
|
26
|
+
"content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1xiee_478",
|
|
27
|
+
"content-type-table": "awsui_content-type-table_hyvsj_1xiee_492",
|
|
28
|
+
"content-type-cards": "awsui_content-type-cards_hyvsj_1xiee_492",
|
|
29
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1xiee_498",
|
|
30
|
+
"is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1xiee_501",
|
|
31
|
+
"has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1xiee_515",
|
|
32
|
+
"has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1xiee_518",
|
|
33
|
+
"has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1xiee_528",
|
|
34
|
+
"content-first-child-header": "awsui_content-first-child-header_hyvsj_1xiee_531",
|
|
35
|
+
"content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1xiee_531",
|
|
36
|
+
"has-header": "awsui_has-header_hyvsj_1xiee_531",
|
|
37
|
+
"content-first-child-main": "awsui_content-first-child-main_hyvsj_1xiee_546",
|
|
38
|
+
"disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1xiee_546",
|
|
39
|
+
"has-left-toggles-gutter": "awsui_has-left-toggles-gutter_hyvsj_1xiee_566",
|
|
40
|
+
"has-right-toggles-gutter": "awsui_has-right-toggles-gutter_hyvsj_1xiee_569",
|
|
41
|
+
"has-split-panel": "awsui_has-split-panel_hyvsj_1xiee_589",
|
|
42
|
+
"split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1xiee_589",
|
|
43
|
+
"block-body-scroll": "awsui_block-body-scroll_hyvsj_1xiee_597",
|
|
44
|
+
"unfocusable": "awsui_unfocusable_hyvsj_1xiee_602",
|
|
45
|
+
"container": "awsui_container_hyvsj_1xiee_612",
|
|
46
|
+
"is-navigation-open": "awsui_is-navigation-open_hyvsj_1xiee_638",
|
|
47
|
+
"is-tools-open": "awsui_is-tools-open_hyvsj_1xiee_641",
|
|
48
|
+
"is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1xiee_641",
|
|
49
|
+
"split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1xiee_641",
|
|
50
|
+
"has-active-drawer": "awsui_has-active-drawer_hyvsj_1xiee_641",
|
|
51
|
+
"mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1xiee_654",
|
|
52
|
+
"remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1xiee_671",
|
|
53
|
+
"mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1xiee_675",
|
|
54
|
+
"mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1xiee_679",
|
|
55
|
+
"mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1xiee_683",
|
|
56
|
+
"navigation-container": "awsui_navigation-container_hyvsj_1xiee_692",
|
|
57
|
+
"show-navigation": "awsui_show-navigation_hyvsj_1xiee_730",
|
|
58
|
+
"animating": "awsui_animating_hyvsj_1xiee_753",
|
|
59
|
+
"showButtons": "awsui_showButtons_hyvsj_1xiee_1",
|
|
60
|
+
"navigation": "awsui_navigation_hyvsj_1xiee_692",
|
|
61
|
+
"openNavigation": "awsui_openNavigation_hyvsj_1xiee_1",
|
|
62
|
+
"animated-content": "awsui_animated-content_hyvsj_1xiee_817",
|
|
63
|
+
"content-container": "awsui_content-container_hyvsj_1xiee_820",
|
|
64
|
+
"hide-navigation": "awsui_hide-navigation_hyvsj_1xiee_829",
|
|
65
|
+
"notifications": "awsui_notifications_hyvsj_1xiee_839",
|
|
66
|
+
"has-notification-content": "awsui_has-notification-content_hyvsj_1xiee_844",
|
|
67
|
+
"sticky-notifications": "awsui_sticky-notifications_hyvsj_1xiee_848",
|
|
68
|
+
"high-contrast": "awsui_high-contrast_hyvsj_1xiee_853",
|
|
69
|
+
"split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1xiee_871",
|
|
70
|
+
"position-bottom": "awsui_position-bottom_hyvsj_1xiee_918",
|
|
71
|
+
"openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1xiee_1",
|
|
72
|
+
"split-panel-side": "awsui_split-panel-side_hyvsj_1xiee_947",
|
|
73
|
+
"position-side": "awsui_position-side_hyvsj_1xiee_960",
|
|
74
|
+
"tools-container": "awsui_tools-container_hyvsj_1xiee_982",
|
|
75
|
+
"tools": "awsui_tools_hyvsj_1xiee_982",
|
|
76
|
+
"openTools": "awsui_openTools_hyvsj_1xiee_1",
|
|
77
|
+
"has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1xiee_1071",
|
|
78
|
+
"hide-tools": "awsui_hide-tools_hyvsj_1xiee_1081",
|
|
79
|
+
"show-tools": "awsui_show-tools_hyvsj_1xiee_1093",
|
|
80
|
+
"has-tools-form": "awsui_has-tools-form_hyvsj_1xiee_1071",
|
|
81
|
+
"trigger-button-styles": "awsui_trigger-button-styles_hyvsj_1xiee_1173",
|
|
82
|
+
"trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1xiee_1189",
|
|
83
|
+
"trigger": "awsui_trigger_hyvsj_1xiee_1173",
|
|
84
|
+
"selected": "awsui_selected_hyvsj_1xiee_1241",
|
|
85
|
+
"badge": "awsui_badge_hyvsj_1xiee_1261",
|
|
86
|
+
"trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1xiee_1265",
|
|
87
|
+
"trigger-wrapper-tooltip-visible": "awsui_trigger-wrapper-tooltip-visible_hyvsj_1xiee_1276",
|
|
88
|
+
"dot": "awsui_dot_hyvsj_1xiee_1280",
|
|
89
|
+
"trigger-tooltip": "awsui_trigger-tooltip_hyvsj_1xiee_1293"
|
|
90
90
|
};
|
|
91
91
|
|