@cloudscape-design/components-themeable 3.0.1348 → 3.0.1350
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/button-dropdown/styles.scss +9 -6
- package/lib/internal/scss/expandable-section/styles.scss +42 -10
- package/lib/internal/scss/header/styles.scss +1 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/utils/theming.scss +45 -2
- package/lib/internal/scss/spinner/mixins.scss +1 -1
- package/lib/internal/scss/tree-view/tree-item/styles.scss +10 -7
- package/lib/internal/template/action-card/styles.css.js +17 -17
- package/lib/internal/template/action-card/styles.scoped.css +95 -98
- package/lib/internal/template/action-card/styles.selectors.js +17 -17
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +163 -175
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +83 -98
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +31 -44
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +25 -28
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +25 -29
- 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 +24 -27
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
- package/lib/internal/template/button/icon-helper.js +1 -1
- package/lib/internal/template/button/icon-helper.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 +28 -32
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
- package/lib/internal/template/button-dropdown/styles.css.js +23 -23
- package/lib/internal/template/button-dropdown/styles.scoped.css +32 -39
- package/lib/internal/template/button-dropdown/styles.selectors.js +23 -23
- package/lib/internal/template/expandable-section/styles.css.js +43 -43
- package/lib/internal/template/expandable-section/styles.scoped.css +99 -164
- package/lib/internal/template/expandable-section/styles.selectors.js +43 -43
- package/lib/internal/template/header/styles.css.js +35 -35
- package/lib/internal/template/header/styles.scoped.css +54 -54
- package/lib/internal/template/header/styles.selectors.js +35 -35
- package/lib/internal/template/icon/generated/icons.js +202 -176
- package/lib/internal/template/icon/generated/icons.js.map +1 -1
- package/lib/internal/template/input/internal.js +1 -1
- package/lib/internal/template/input/internal.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +29 -35
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +72 -121
- package/lib/internal/template/link/styles.selectors.js +21 -21
- package/lib/internal/template/side-navigation/styles.css.js +64 -64
- package/lib/internal/template/side-navigation/styles.scoped.css +110 -400
- package/lib/internal/template/side-navigation/styles.selectors.js +64 -64
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +20 -20
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/status-indicator/styles.css.js +25 -25
- package/lib/internal/template/status-indicator/styles.scoped.css +47 -72
- package/lib/internal/template/status-indicator/styles.selectors.js +25 -25
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.scoped.css +26 -30
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/lib/internal/template/tree-view/tree-item/styles.css.js +10 -10
- package/lib/internal/template/tree-view/tree-item/styles.scoped.css +14 -24
- package/lib/internal/template/tree-view/tree-item/styles.selectors.js +10 -10
- package/package.json +1 -1
|
@@ -2,48 +2,48 @@
|
|
|
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
|
-
"expand-button": "awsui_expand-
|
|
7
|
-
"icon": "
|
|
8
|
-
"expanded": "
|
|
9
|
-
"icon-container": "awsui_icon-
|
|
10
|
-
"icon-container-container": "awsui_icon-container-
|
|
11
|
-
"wrapper": "
|
|
12
|
-
"wrapper-default": "awsui_wrapper-
|
|
13
|
-
"wrapper-inline": "awsui_wrapper-
|
|
14
|
-
"wrapper-footer": "awsui_wrapper-
|
|
15
|
-
"wrapper-navigation": "awsui_wrapper-
|
|
16
|
-
"wrapper-container": "awsui_wrapper-
|
|
17
|
-
"wrapper-compact": "awsui_wrapper-
|
|
18
|
-
"header-deprecated": "awsui_header-
|
|
19
|
-
"wrapper-expanded": "awsui_wrapper-
|
|
20
|
-
"wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-
|
|
21
|
-
"header": "
|
|
22
|
-
"header-wrapper": "awsui_header-
|
|
23
|
-
"header-actions-wrapper": "awsui_header-actions-
|
|
24
|
-
"header-button": "awsui_header-
|
|
25
|
-
"header-container-button": "awsui_header-container-
|
|
26
|
-
"header-container": "awsui_header-
|
|
27
|
-
"header-navigation": "awsui_header-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"content
|
|
31
|
-
"content-
|
|
32
|
-
"content-
|
|
33
|
-
"content-inner
|
|
34
|
-
"content-inner-
|
|
35
|
-
"content-inner-
|
|
36
|
-
"content-inner-body-
|
|
37
|
-
"content-inner-body-
|
|
38
|
-
"content-inner-body-
|
|
39
|
-
"
|
|
40
|
-
"disable-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"header-
|
|
45
|
-
"icon-
|
|
46
|
-
"header-content": "awsui_header-
|
|
47
|
-
"header-navigation-content": "awsui_header-navigation-
|
|
5
|
+
"root": "awsui_root_gwq0h_1jtt8_153",
|
|
6
|
+
"expand-button": "awsui_expand-button_gwq0h_1jtt8_188",
|
|
7
|
+
"icon": "awsui_icon_gwq0h_1jtt8_192",
|
|
8
|
+
"expanded": "awsui_expanded_gwq0h_1jtt8_207",
|
|
9
|
+
"icon-container": "awsui_icon-container_gwq0h_1jtt8_217",
|
|
10
|
+
"icon-container-container": "awsui_icon-container-container_gwq0h_1jtt8_221",
|
|
11
|
+
"wrapper": "awsui_wrapper_gwq0h_1jtt8_225",
|
|
12
|
+
"wrapper-default": "awsui_wrapper-default_gwq0h_1jtt8_233",
|
|
13
|
+
"wrapper-inline": "awsui_wrapper-inline_gwq0h_1jtt8_233",
|
|
14
|
+
"wrapper-footer": "awsui_wrapper-footer_gwq0h_1jtt8_233",
|
|
15
|
+
"wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1jtt8_237",
|
|
16
|
+
"wrapper-container": "awsui_wrapper-container_gwq0h_1jtt8_240",
|
|
17
|
+
"wrapper-compact": "awsui_wrapper-compact_gwq0h_1jtt8_244",
|
|
18
|
+
"header-deprecated": "awsui_header-deprecated_gwq0h_1jtt8_257",
|
|
19
|
+
"wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1jtt8_276",
|
|
20
|
+
"wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_1jtt8_321",
|
|
21
|
+
"header": "awsui_header_gwq0h_1jtt8_257",
|
|
22
|
+
"header-wrapper": "awsui_header-wrapper_gwq0h_1jtt8_338",
|
|
23
|
+
"header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_1jtt8_350",
|
|
24
|
+
"header-button": "awsui_header-button_gwq0h_1jtt8_358",
|
|
25
|
+
"header-container-button": "awsui_header-container-button_gwq0h_1jtt8_358",
|
|
26
|
+
"header-container": "awsui_header-container_gwq0h_1jtt8_358",
|
|
27
|
+
"header-navigation": "awsui_header-navigation_gwq0h_1jtt8_393",
|
|
28
|
+
"icon-container-end": "awsui_icon-container-end_gwq0h_1jtt8_406",
|
|
29
|
+
"header-text": "awsui_header-text_gwq0h_1jtt8_438",
|
|
30
|
+
"content": "awsui_content_gwq0h_1jtt8_448",
|
|
31
|
+
"content-expanded": "awsui_content-expanded_gwq0h_1jtt8_451",
|
|
32
|
+
"content-compact": "awsui_content-compact_gwq0h_1jtt8_454",
|
|
33
|
+
"content-inner": "awsui_content-inner_gwq0h_1jtt8_458",
|
|
34
|
+
"content-inner-expanded": "awsui_content-inner-expanded_gwq0h_1jtt8_462",
|
|
35
|
+
"content-inner-settled": "awsui_content-inner-settled_gwq0h_1jtt8_466",
|
|
36
|
+
"content-inner-body-default": "awsui_content-inner-body-default_gwq0h_1jtt8_470",
|
|
37
|
+
"content-inner-body-inline": "awsui_content-inner-body-inline_gwq0h_1jtt8_470",
|
|
38
|
+
"content-inner-body-footer": "awsui_content-inner-body-footer_gwq0h_1jtt8_473",
|
|
39
|
+
"content-inner-body-container": "awsui_content-inner-body-container_gwq0h_1jtt8_476",
|
|
40
|
+
"disable-header-paddings": "awsui_disable-header-paddings_gwq0h_1jtt8_481",
|
|
41
|
+
"disable-content-paddings": "awsui_disable-content-paddings_gwq0h_1jtt8_486",
|
|
42
|
+
"focusable": "awsui_focusable_gwq0h_1jtt8_491",
|
|
43
|
+
"click-target": "awsui_click-target_gwq0h_1jtt8_506",
|
|
44
|
+
"header-icon-end": "awsui_header-icon-end_gwq0h_1jtt8_513",
|
|
45
|
+
"header-button-icon-end": "awsui_header-button-icon-end_gwq0h_1jtt8_530",
|
|
46
|
+
"header-content": "awsui_header-content_gwq0h_1jtt8_584",
|
|
47
|
+
"header-navigation-content": "awsui_header-navigation-content_gwq0h_1jtt8_589"
|
|
48
48
|
};
|
|
49
49
|
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"refresh": "
|
|
6
|
-
"root-no-actions": "awsui_root-no-
|
|
7
|
-
"root-variant-h2": "awsui_root-variant-
|
|
8
|
-
"root-variant-h3": "awsui_root-variant-
|
|
9
|
-
"root-has-description": "awsui_root-has-
|
|
10
|
-
"root-variant-h1": "awsui_root-variant-
|
|
11
|
-
"main": "
|
|
12
|
-
"no-wrap": "awsui_no-
|
|
13
|
-
"main-variant-h1": "awsui_main-variant-
|
|
14
|
-
"actions": "
|
|
15
|
-
"actions-centered": "awsui_actions-
|
|
16
|
-
"actions-variant-h1": "awsui_actions-variant-
|
|
17
|
-
"actions-variant-h2": "awsui_actions-variant-
|
|
18
|
-
"actions-variant-h3": "awsui_actions-variant-
|
|
19
|
-
"title": "
|
|
20
|
-
"title-variant-h1": "awsui_title-variant-
|
|
21
|
-
"title-variant-h2": "awsui_title-variant-
|
|
22
|
-
"title-variant-h3": "awsui_title-variant-
|
|
23
|
-
"title-in-expandable-section": "awsui_title-in-expandable-
|
|
24
|
-
"virtual-space": "awsui_virtual-
|
|
25
|
-
"info": "
|
|
26
|
-
"description": "
|
|
27
|
-
"description-variant-h1": "awsui_description-variant-
|
|
28
|
-
"description-variant-h2": "awsui_description-variant-
|
|
29
|
-
"description-variant-h3": "awsui_description-variant-
|
|
30
|
-
"heading": "
|
|
31
|
-
"heading-variant-h1": "awsui_heading-variant-
|
|
32
|
-
"heading-variant-h2": "awsui_heading-variant-
|
|
33
|
-
"heading-variant-h3": "awsui_heading-variant-
|
|
34
|
-
"heading-text": "awsui_heading-
|
|
35
|
-
"heading-text-variant-h1": "awsui_heading-text-variant-
|
|
36
|
-
"heading-text-variant-h2": "awsui_heading-text-variant-
|
|
37
|
-
"heading-text-variant-h3": "awsui_heading-text-variant-
|
|
38
|
-
"counter": "
|
|
4
|
+
"root": "awsui_root_2qdw9_1hjd4_189",
|
|
5
|
+
"refresh": "awsui_refresh_2qdw9_1hjd4_225",
|
|
6
|
+
"root-no-actions": "awsui_root-no-actions_2qdw9_1hjd4_225",
|
|
7
|
+
"root-variant-h2": "awsui_root-variant-h2_2qdw9_1hjd4_228",
|
|
8
|
+
"root-variant-h3": "awsui_root-variant-h3_2qdw9_1hjd4_228",
|
|
9
|
+
"root-has-description": "awsui_root-has-description_2qdw9_1hjd4_228",
|
|
10
|
+
"root-variant-h1": "awsui_root-variant-h1_2qdw9_1hjd4_237",
|
|
11
|
+
"main": "awsui_main_2qdw9_1hjd4_247",
|
|
12
|
+
"no-wrap": "awsui_no-wrap_2qdw9_1hjd4_257",
|
|
13
|
+
"main-variant-h1": "awsui_main-variant-h1_2qdw9_1hjd4_263",
|
|
14
|
+
"actions": "awsui_actions_2qdw9_1hjd4_271",
|
|
15
|
+
"actions-centered": "awsui_actions-centered_2qdw9_1hjd4_276",
|
|
16
|
+
"actions-variant-h1": "awsui_actions-variant-h1_2qdw9_1hjd4_279",
|
|
17
|
+
"actions-variant-h2": "awsui_actions-variant-h2_2qdw9_1hjd4_283",
|
|
18
|
+
"actions-variant-h3": "awsui_actions-variant-h3_2qdw9_1hjd4_287",
|
|
19
|
+
"title": "awsui_title_2qdw9_1hjd4_303",
|
|
20
|
+
"title-variant-h1": "awsui_title-variant-h1_2qdw9_1hjd4_308",
|
|
21
|
+
"title-variant-h2": "awsui_title-variant-h2_2qdw9_1hjd4_315",
|
|
22
|
+
"title-variant-h3": "awsui_title-variant-h3_2qdw9_1hjd4_321",
|
|
23
|
+
"title-in-expandable-section": "awsui_title-in-expandable-section_2qdw9_1hjd4_334",
|
|
24
|
+
"virtual-space": "awsui_virtual-space_2qdw9_1hjd4_346",
|
|
25
|
+
"info": "awsui_info_2qdw9_1hjd4_352",
|
|
26
|
+
"description": "awsui_description_2qdw9_1hjd4_356",
|
|
27
|
+
"description-variant-h1": "awsui_description-variant-h1_2qdw9_1hjd4_363",
|
|
28
|
+
"description-variant-h2": "awsui_description-variant-h2_2qdw9_1hjd4_367",
|
|
29
|
+
"description-variant-h3": "awsui_description-variant-h3_2qdw9_1hjd4_374",
|
|
30
|
+
"heading": "awsui_heading_2qdw9_1hjd4_385",
|
|
31
|
+
"heading-variant-h1": "awsui_heading-variant-h1_2qdw9_1hjd4_410",
|
|
32
|
+
"heading-variant-h2": "awsui_heading-variant-h2_2qdw9_1hjd4_415",
|
|
33
|
+
"heading-variant-h3": "awsui_heading-variant-h3_2qdw9_1hjd4_420",
|
|
34
|
+
"heading-text": "awsui_heading-text_2qdw9_1hjd4_426",
|
|
35
|
+
"heading-text-variant-h1": "awsui_heading-text-variant-h1_2qdw9_1hjd4_429",
|
|
36
|
+
"heading-text-variant-h2": "awsui_heading-text-variant-h2_2qdw9_1hjd4_438",
|
|
37
|
+
"heading-text-variant-h3": "awsui_heading-text-variant-h3_2qdw9_1hjd4_447",
|
|
38
|
+
"counter": "awsui_counter_2qdw9_1hjd4_457"
|
|
39
39
|
};
|
|
40
40
|
|
|
@@ -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_2qdw9_1hjd4_189:not(#\9) {
|
|
190
190
|
border-collapse: separate;
|
|
191
191
|
border-spacing: 0;
|
|
192
192
|
box-sizing: border-box;
|
|
@@ -222,29 +222,29 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
222
222
|
flex-wrap: wrap;
|
|
223
223
|
justify-content: space-between;
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
.awsui_root_2qdw9_1hjd4_189.awsui_refresh_2qdw9_1hjd4_225:not(#\9), .awsui_root_2qdw9_1hjd4_189:not(#\9):not(.awsui_root-no-actions_2qdw9_1hjd4_225) {
|
|
226
226
|
row-gap: var(--space-scaled-xxs-j00t0m, 4px);
|
|
227
227
|
}
|
|
228
|
-
.awsui_root-no-
|
|
228
|
+
.awsui_root-no-actions_2qdw9_1hjd4_225.awsui_root-variant-h2_2qdw9_1hjd4_228:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225), .awsui_root-no-actions_2qdw9_1hjd4_225.awsui_root-variant-h3_2qdw9_1hjd4_228:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225), .awsui_root-has-description_2qdw9_1hjd4_228.awsui_root-variant-h2_2qdw9_1hjd4_228:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225), .awsui_root-has-description_2qdw9_1hjd4_228.awsui_root-variant-h3_2qdw9_1hjd4_228:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
229
229
|
padding-block-end: var(--space-scaled-xxs-j00t0m, 4px);
|
|
230
230
|
}
|
|
231
|
-
.awsui_root-no-
|
|
231
|
+
.awsui_root-no-actions_2qdw9_1hjd4_225:not(#\9):not(.awsui_root-has-description_2qdw9_1hjd4_228):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
232
232
|
padding-block-end: calc(var(--space-scaled-xs-pajbd1, 8px) + var(--space-xxxs-3ulqs3, 2px));
|
|
233
233
|
}
|
|
234
|
-
.awsui_root-no-
|
|
234
|
+
.awsui_root-no-actions_2qdw9_1hjd4_225.awsui_refresh_2qdw9_1hjd4_225.awsui_root-variant-h2_2qdw9_1hjd4_228:not(#\9), .awsui_root-no-actions_2qdw9_1hjd4_225.awsui_refresh_2qdw9_1hjd4_225.awsui_root-variant-h3_2qdw9_1hjd4_228:not(#\9) {
|
|
235
235
|
row-gap: var(--space-scaled-xxxs-n0ri6o, 2px);
|
|
236
236
|
}
|
|
237
|
-
.
|
|
237
|
+
.awsui_root_2qdw9_1hjd4_189.awsui_root-variant-h1_2qdw9_1hjd4_237:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
238
238
|
row-gap: var(--space-scaled-xxs-j00t0m, 4px);
|
|
239
239
|
}
|
|
240
|
-
.awsui_root-no-
|
|
240
|
+
.awsui_root-no-actions_2qdw9_1hjd4_225:not(#\9):not(.awsui_root-has-description_2qdw9_1hjd4_228).awsui_refresh_2qdw9_1hjd4_225.awsui_root-variant-h3_2qdw9_1hjd4_228 {
|
|
241
241
|
padding-block-end: var(--space-scaled-xs-pajbd1, 8px);
|
|
242
242
|
}
|
|
243
|
-
.
|
|
243
|
+
.awsui_root_2qdw9_1hjd4_189.awsui_root-variant-h1_2qdw9_1hjd4_237.awsui_root-has-description_2qdw9_1hjd4_228:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
244
244
|
padding-block-end: var(--space-scaled-2x-xxs-vru90o, 4px);
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.
|
|
247
|
+
.awsui_main_2qdw9_1hjd4_247:not(#\9) {
|
|
248
248
|
word-wrap: break-word;
|
|
249
249
|
max-inline-size: 100%;
|
|
250
250
|
display: flex;
|
|
@@ -254,149 +254,149 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
254
254
|
column-gap: var(--space-xs-m9b7jf, 8px);
|
|
255
255
|
row-gap: calc(var(--space-scaled-xxs-j00t0m, 4px) + var(--space-scaled-xxxs-n0ri6o, 2px));
|
|
256
256
|
}
|
|
257
|
-
.
|
|
257
|
+
.awsui_main_2qdw9_1hjd4_247.awsui_no-wrap_2qdw9_1hjd4_257:not(#\9) {
|
|
258
258
|
flex-wrap: nowrap;
|
|
259
259
|
}
|
|
260
|
-
.
|
|
260
|
+
.awsui_main_2qdw9_1hjd4_247.awsui_refresh_2qdw9_1hjd4_225:not(#\9) {
|
|
261
261
|
row-gap: var(--space-xxs-3o1yoq, 4px);
|
|
262
262
|
}
|
|
263
|
-
.awsui_main-variant-
|
|
263
|
+
.awsui_main-variant-h1_2qdw9_1hjd4_263:not(#\9) {
|
|
264
264
|
row-gap: var(--space-scaled-2x-xxs-vru90o, 4px);
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.awsui_root-has-
|
|
267
|
+
.awsui_root-has-description_2qdw9_1hjd4_228 > .awsui_main_2qdw9_1hjd4_247:not(#\9) {
|
|
268
268
|
row-gap: var(--space-scaled-2x-xxs-vru90o, 4px);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.
|
|
271
|
+
.awsui_actions_2qdw9_1hjd4_271:not(#\9) {
|
|
272
272
|
display: flex;
|
|
273
273
|
align-items: flex-start;
|
|
274
274
|
min-block-size: var(--size-vertical-input-5g8cy5, 32px);
|
|
275
275
|
}
|
|
276
|
-
.awsui_actions-
|
|
276
|
+
.awsui_actions-centered_2qdw9_1hjd4_276:not(#\9) {
|
|
277
277
|
align-items: center;
|
|
278
278
|
}
|
|
279
|
-
.awsui_actions-variant-
|
|
279
|
+
.awsui_actions-variant-h1_2qdw9_1hjd4_279.awsui_refresh_2qdw9_1hjd4_225:not(#\9) {
|
|
280
280
|
padding-block: calc((var(--line-height-heading-xl-pi61pg, 36px) - var(--size-vertical-input-5g8cy5, 32px)) / 2);
|
|
281
281
|
padding-inline: 0;
|
|
282
282
|
}
|
|
283
|
-
.awsui_actions-variant-
|
|
283
|
+
.awsui_actions-variant-h2_2qdw9_1hjd4_283.awsui_refresh_2qdw9_1hjd4_225:not(#\9) {
|
|
284
284
|
padding-block: calc((var(--line-height-heading-l-zmt48b, 22px) - var(--size-vertical-input-5g8cy5, 32px)) / 2);
|
|
285
285
|
padding-inline: 0;
|
|
286
286
|
}
|
|
287
|
-
.awsui_actions-variant-
|
|
287
|
+
.awsui_actions-variant-h3_2qdw9_1hjd4_287.awsui_refresh_2qdw9_1hjd4_225:not(#\9) {
|
|
288
288
|
padding-block: calc((var(--line-height-heading-m-d6lkzb, 22px) - var(--size-vertical-input-5g8cy5, 32px)) / 2);
|
|
289
289
|
padding-inline: 0;
|
|
290
290
|
}
|
|
291
|
-
.awsui_actions-variant-
|
|
291
|
+
.awsui_actions-variant-h1_2qdw9_1hjd4_279:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
292
292
|
padding-block: var(--space-scaled-xs-pajbd1, 8px);
|
|
293
293
|
padding-inline: 0;
|
|
294
294
|
}
|
|
295
|
-
.awsui_actions-variant-
|
|
295
|
+
.awsui_actions-variant-h2_2qdw9_1hjd4_283:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225), .awsui_actions-variant-h3_2qdw9_1hjd4_287:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
296
296
|
padding-block: var(--space-scaled-xxs-j00t0m, 4px);
|
|
297
297
|
padding-inline: 0;
|
|
298
298
|
}
|
|
299
|
-
.awsui_root-has-
|
|
299
|
+
.awsui_root-has-description_2qdw9_1hjd4_228 > .awsui_main_2qdw9_1hjd4_247 > .awsui_actions_2qdw9_1hjd4_271:not(#\9) {
|
|
300
300
|
padding-block-end: 0;
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
.
|
|
303
|
+
.awsui_title_2qdw9_1hjd4_303:not(#\9) {
|
|
304
304
|
min-inline-size: 0;
|
|
305
305
|
word-break: break-word;
|
|
306
306
|
color: var(--color-text-heading-default-e3tuze, #16191f);
|
|
307
307
|
}
|
|
308
|
-
.awsui_title-variant-
|
|
308
|
+
.awsui_title-variant-h1_2qdw9_1hjd4_308:not(#\9) {
|
|
309
309
|
font-size: var(--font-size-heading-xl-0tgqx0, 28px);
|
|
310
310
|
padding-block-start: var(--space-scaled-2x-xxs-vru90o, 4px);
|
|
311
311
|
}
|
|
312
|
-
.awsui_title-variant-
|
|
312
|
+
.awsui_title-variant-h1_2qdw9_1hjd4_308.awsui_refresh_2qdw9_1hjd4_225:not(#\9) {
|
|
313
313
|
padding-block-start: calc((var(--size-vertical-input-5g8cy5, 32px) - var(--line-height-heading-xl-pi61pg, 36px)) / 2);
|
|
314
314
|
}
|
|
315
|
-
.awsui_title-variant-
|
|
315
|
+
.awsui_title-variant-h2_2qdw9_1hjd4_315:not(#\9) {
|
|
316
316
|
font-size: var(--font-size-heading-l-cax9xk, 18px);
|
|
317
317
|
}
|
|
318
|
-
.awsui_title-variant-
|
|
318
|
+
.awsui_title-variant-h2_2qdw9_1hjd4_315.awsui_refresh_2qdw9_1hjd4_225:not(#\9) {
|
|
319
319
|
padding-block-start: calc((var(--size-vertical-input-5g8cy5, 32px) - var(--line-height-heading-l-zmt48b, 22px)) / 2);
|
|
320
320
|
}
|
|
321
|
-
.awsui_title-variant-
|
|
321
|
+
.awsui_title-variant-h3_2qdw9_1hjd4_321:not(#\9) {
|
|
322
322
|
font-size: var(--font-size-heading-m-cqvsuv, 18px);
|
|
323
323
|
}
|
|
324
|
-
.awsui_title-variant-
|
|
324
|
+
.awsui_title-variant-h3_2qdw9_1hjd4_321.awsui_refresh_2qdw9_1hjd4_225:not(#\9) {
|
|
325
325
|
padding-block-start: calc((var(--size-vertical-input-5g8cy5, 32px) - var(--line-height-heading-m-d6lkzb, 22px)) / 2);
|
|
326
326
|
}
|
|
327
|
-
.awsui_title-variant-
|
|
327
|
+
.awsui_title-variant-h2_2qdw9_1hjd4_315:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225), .awsui_title-variant-h3_2qdw9_1hjd4_321:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
328
328
|
padding-block-start: var(--space-scaled-xs-pajbd1, 8px);
|
|
329
329
|
}
|
|
330
|
-
.awsui_no-
|
|
330
|
+
.awsui_no-wrap_2qdw9_1hjd4_257 > .awsui_title_2qdw9_1hjd4_303:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
331
331
|
padding-block-end: calc(var(--space-scaled-xxs-j00t0m, 4px) + var(--space-scaled-xxxs-n0ri6o, 2px));
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
-
.
|
|
335
|
-
|
|
334
|
+
.awsui_title-variant-h2_2qdw9_1hjd4_315.awsui_title-in-expandable-section_2qdw9_1hjd4_334:not(#\9) {
|
|
335
|
+
/* this comment keeps the class in the style sheet */
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
.awsui_root-no-
|
|
338
|
+
.awsui_root-no-actions_2qdw9_1hjd4_225.awsui_root-has-description_2qdw9_1hjd4_228 > .awsui_main_2qdw9_1hjd4_247 > :not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225).awsui_title-variant-h2_2qdw9_1hjd4_315, .awsui_root-no-actions_2qdw9_1hjd4_225.awsui_root-has-description_2qdw9_1hjd4_228 > .awsui_main_2qdw9_1hjd4_247 > :not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225).awsui_title-variant-h3_2qdw9_1hjd4_321 {
|
|
339
339
|
padding-block-end: var(--space-scaled-xxs-j00t0m, 4px);
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
.awsui_root-variant-
|
|
342
|
+
.awsui_root-variant-h1_2qdw9_1hjd4_237.awsui_root-no-actions_2qdw9_1hjd4_225:not(#\9):not(.awsui_root-has-description_2qdw9_1hjd4_228):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
343
343
|
padding-block-end: var(--space-scaled-2x-xxs-vru90o, 4px);
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
.awsui_virtual-
|
|
346
|
+
.awsui_virtual-space_2qdw9_1hjd4_346:not(#\9) {
|
|
347
347
|
position: absolute !important;
|
|
348
348
|
inset-block-start: -9999px !important;
|
|
349
349
|
inset-inline-start: -9999px !important;
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
-
.
|
|
352
|
+
.awsui_info_2qdw9_1hjd4_352:not(#\9) {
|
|
353
353
|
padding-inline-end: var(--space-s-kll7oj, 12px);
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
.
|
|
356
|
+
.awsui_description_2qdw9_1hjd4_356:not(#\9) {
|
|
357
357
|
margin-block: 0;
|
|
358
358
|
margin-inline: 0;
|
|
359
359
|
padding-block: 0;
|
|
360
360
|
padding-inline: 0;
|
|
361
361
|
color: var(--color-text-heading-secondary-dsk9lp, #545b64);
|
|
362
362
|
}
|
|
363
|
-
.awsui_description-variant-
|
|
363
|
+
.awsui_description-variant-h1_2qdw9_1hjd4_363:not(#\9) {
|
|
364
364
|
font-size: var(--font-size-body-m-tq5a14, 14px);
|
|
365
365
|
line-height: var(--line-height-body-m-5xw6xo, 22px);
|
|
366
366
|
}
|
|
367
|
-
.awsui_description-variant-
|
|
367
|
+
.awsui_description-variant-h2_2qdw9_1hjd4_367:not(#\9) {
|
|
368
368
|
font-size: var(--font-header-h2-description-size-5e2ebv, 12px);
|
|
369
369
|
line-height: var(--font-header-h2-description-line-height-4twwjm, 16px);
|
|
370
370
|
}
|
|
371
|
-
.awsui_description-variant-
|
|
371
|
+
.awsui_description-variant-h2_2qdw9_1hjd4_367:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
372
372
|
padding-block-end: var(--space-scaled-xxs-j00t0m, 4px);
|
|
373
373
|
}
|
|
374
|
-
.awsui_description-variant-
|
|
374
|
+
.awsui_description-variant-h3_2qdw9_1hjd4_374:not(#\9) {
|
|
375
375
|
font-size: var(--font-size-body-m-tq5a14, 14px);
|
|
376
376
|
line-height: var(--line-height-body-m-5xw6xo, 22px);
|
|
377
377
|
}
|
|
378
|
-
.awsui_description-variant-
|
|
378
|
+
.awsui_description-variant-h3_2qdw9_1hjd4_374:not(#\9):not(.awsui_refresh_2qdw9_1hjd4_225) {
|
|
379
379
|
font-size: var(--font-size-body-s-89y7qg, 12px);
|
|
380
380
|
line-height: var(--line-height-body-s-gako33, 16px);
|
|
381
381
|
letter-spacing: var(--letter-spacing-body-s-dzcybc, normal);
|
|
382
382
|
padding-block-end: var(--space-scaled-xxs-j00t0m, 4px);
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
-
.
|
|
385
|
+
.awsui_heading_2qdw9_1hjd4_385:not(#\9) {
|
|
386
386
|
margin-block: 0;
|
|
387
387
|
margin-inline: 0;
|
|
388
388
|
display: inline;
|
|
389
389
|
font-size: inherit;
|
|
390
390
|
margin-inline-end: var(--space-xs-m9b7jf, 8px);
|
|
391
391
|
}
|
|
392
|
-
.
|
|
392
|
+
.awsui_heading_2qdw9_1hjd4_385:not(#\9):only-child {
|
|
393
393
|
margin-block: 0;
|
|
394
394
|
margin-inline: 0;
|
|
395
395
|
}
|
|
396
|
-
.
|
|
396
|
+
.awsui_heading_2qdw9_1hjd4_385:not(#\9):focus {
|
|
397
397
|
outline: none;
|
|
398
398
|
}
|
|
399
|
-
body[data-awsui-focus-visible=true] .
|
|
399
|
+
body[data-awsui-focus-visible=true] .awsui_heading_2qdw9_1hjd4_385:not(#\9):focus {
|
|
400
400
|
outline: thin dotted;
|
|
401
401
|
outline: var(--border-link-focus-ring-outline-wn9h6t, 5px auto Highlight);
|
|
402
402
|
outline-offset: 2px;
|
|
@@ -407,26 +407,26 @@ body[data-awsui-focus-visible=true] .awsui_heading_2qdw9_aup1y_385:not(#\9):focu
|
|
|
407
407
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
408
408
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-ggjunl, 0px) var(--color-border-item-focused-sewkzn, #0073bb);
|
|
409
409
|
}
|
|
410
|
-
.awsui_heading-variant-
|
|
410
|
+
.awsui_heading-variant-h1_2qdw9_1hjd4_410:not(#\9) {
|
|
411
411
|
font-size: var(--font-size-heading-xl-0tgqx0, 28px);
|
|
412
412
|
line-height: var(--line-height-heading-xl-pi61pg, 36px);
|
|
413
413
|
letter-spacing: var(--letter-spacing-heading-xl-hgjceo, normal);
|
|
414
414
|
}
|
|
415
|
-
.awsui_heading-variant-
|
|
415
|
+
.awsui_heading-variant-h2_2qdw9_1hjd4_415:not(#\9) {
|
|
416
416
|
font-size: var(--font-size-heading-l-cax9xk, 18px);
|
|
417
417
|
line-height: var(--line-height-heading-l-zmt48b, 22px);
|
|
418
418
|
letter-spacing: var(--letter-spacing-heading-l-no7j10, normal);
|
|
419
419
|
}
|
|
420
|
-
.awsui_heading-variant-
|
|
420
|
+
.awsui_heading-variant-h3_2qdw9_1hjd4_420:not(#\9) {
|
|
421
421
|
font-size: var(--font-size-heading-m-cqvsuv, 18px);
|
|
422
422
|
line-height: var(--line-height-heading-m-d6lkzb, 22px);
|
|
423
423
|
letter-spacing: var(--letter-spacing-heading-m-iab0ug, normal);
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
-
.awsui_heading-
|
|
426
|
+
.awsui_heading-text_2qdw9_1hjd4_426:not(#\9) {
|
|
427
427
|
/* used in test-utils */
|
|
428
428
|
}
|
|
429
|
-
.awsui_heading-text-variant-
|
|
429
|
+
.awsui_heading-text-variant-h1_2qdw9_1hjd4_429:not(#\9) {
|
|
430
430
|
font-family: var(--font-family-heading-f20kh9, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
431
431
|
font-size: var(--font-size-heading-xl-0tgqx0, 28px);
|
|
432
432
|
line-height: var(--line-height-heading-xl-pi61pg, 36px);
|
|
@@ -435,7 +435,7 @@ body[data-awsui-focus-visible=true] .awsui_heading_2qdw9_aup1y_385:not(#\9):focu
|
|
|
435
435
|
-webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
|
|
436
436
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
|
|
437
437
|
}
|
|
438
|
-
.awsui_heading-text-variant-
|
|
438
|
+
.awsui_heading-text-variant-h2_2qdw9_1hjd4_438:not(#\9) {
|
|
439
439
|
font-family: var(--font-family-heading-f20kh9, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
440
440
|
font-size: var(--font-size-heading-l-cax9xk, 18px);
|
|
441
441
|
line-height: var(--line-height-heading-l-zmt48b, 22px);
|
|
@@ -444,7 +444,7 @@ body[data-awsui-focus-visible=true] .awsui_heading_2qdw9_aup1y_385:not(#\9):focu
|
|
|
444
444
|
-webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
|
|
445
445
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
|
|
446
446
|
}
|
|
447
|
-
.awsui_heading-text-variant-
|
|
447
|
+
.awsui_heading-text-variant-h3_2qdw9_1hjd4_447:not(#\9) {
|
|
448
448
|
font-family: var(--font-family-heading-f20kh9, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
449
449
|
font-size: var(--font-size-heading-m-cqvsuv, 18px);
|
|
450
450
|
line-height: var(--line-height-heading-m-d6lkzb, 22px);
|
|
@@ -454,7 +454,7 @@ body[data-awsui-focus-visible=true] .awsui_heading_2qdw9_aup1y_385:not(#\9):focu
|
|
|
454
454
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
|
|
455
455
|
}
|
|
456
456
|
|
|
457
|
-
.
|
|
457
|
+
.awsui_counter_2qdw9_1hjd4_457:not(#\9) {
|
|
458
458
|
color: var(--color-text-counter-r03ks4, #687078);
|
|
459
459
|
font-weight: var(--font-weight-normal-fr92v6, 400);
|
|
460
460
|
}
|
|
@@ -2,40 +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
|
-
"root": "
|
|
6
|
-
"refresh": "
|
|
7
|
-
"root-no-actions": "awsui_root-no-
|
|
8
|
-
"root-variant-h2": "awsui_root-variant-
|
|
9
|
-
"root-variant-h3": "awsui_root-variant-
|
|
10
|
-
"root-has-description": "awsui_root-has-
|
|
11
|
-
"root-variant-h1": "awsui_root-variant-
|
|
12
|
-
"main": "
|
|
13
|
-
"no-wrap": "awsui_no-
|
|
14
|
-
"main-variant-h1": "awsui_main-variant-
|
|
15
|
-
"actions": "
|
|
16
|
-
"actions-centered": "awsui_actions-
|
|
17
|
-
"actions-variant-h1": "awsui_actions-variant-
|
|
18
|
-
"actions-variant-h2": "awsui_actions-variant-
|
|
19
|
-
"actions-variant-h3": "awsui_actions-variant-
|
|
20
|
-
"title": "
|
|
21
|
-
"title-variant-h1": "awsui_title-variant-
|
|
22
|
-
"title-variant-h2": "awsui_title-variant-
|
|
23
|
-
"title-variant-h3": "awsui_title-variant-
|
|
24
|
-
"title-in-expandable-section": "awsui_title-in-expandable-
|
|
25
|
-
"virtual-space": "awsui_virtual-
|
|
26
|
-
"info": "
|
|
27
|
-
"description": "
|
|
28
|
-
"description-variant-h1": "awsui_description-variant-
|
|
29
|
-
"description-variant-h2": "awsui_description-variant-
|
|
30
|
-
"description-variant-h3": "awsui_description-variant-
|
|
31
|
-
"heading": "
|
|
32
|
-
"heading-variant-h1": "awsui_heading-variant-
|
|
33
|
-
"heading-variant-h2": "awsui_heading-variant-
|
|
34
|
-
"heading-variant-h3": "awsui_heading-variant-
|
|
35
|
-
"heading-text": "awsui_heading-
|
|
36
|
-
"heading-text-variant-h1": "awsui_heading-text-variant-
|
|
37
|
-
"heading-text-variant-h2": "awsui_heading-text-variant-
|
|
38
|
-
"heading-text-variant-h3": "awsui_heading-text-variant-
|
|
39
|
-
"counter": "
|
|
5
|
+
"root": "awsui_root_2qdw9_1hjd4_189",
|
|
6
|
+
"refresh": "awsui_refresh_2qdw9_1hjd4_225",
|
|
7
|
+
"root-no-actions": "awsui_root-no-actions_2qdw9_1hjd4_225",
|
|
8
|
+
"root-variant-h2": "awsui_root-variant-h2_2qdw9_1hjd4_228",
|
|
9
|
+
"root-variant-h3": "awsui_root-variant-h3_2qdw9_1hjd4_228",
|
|
10
|
+
"root-has-description": "awsui_root-has-description_2qdw9_1hjd4_228",
|
|
11
|
+
"root-variant-h1": "awsui_root-variant-h1_2qdw9_1hjd4_237",
|
|
12
|
+
"main": "awsui_main_2qdw9_1hjd4_247",
|
|
13
|
+
"no-wrap": "awsui_no-wrap_2qdw9_1hjd4_257",
|
|
14
|
+
"main-variant-h1": "awsui_main-variant-h1_2qdw9_1hjd4_263",
|
|
15
|
+
"actions": "awsui_actions_2qdw9_1hjd4_271",
|
|
16
|
+
"actions-centered": "awsui_actions-centered_2qdw9_1hjd4_276",
|
|
17
|
+
"actions-variant-h1": "awsui_actions-variant-h1_2qdw9_1hjd4_279",
|
|
18
|
+
"actions-variant-h2": "awsui_actions-variant-h2_2qdw9_1hjd4_283",
|
|
19
|
+
"actions-variant-h3": "awsui_actions-variant-h3_2qdw9_1hjd4_287",
|
|
20
|
+
"title": "awsui_title_2qdw9_1hjd4_303",
|
|
21
|
+
"title-variant-h1": "awsui_title-variant-h1_2qdw9_1hjd4_308",
|
|
22
|
+
"title-variant-h2": "awsui_title-variant-h2_2qdw9_1hjd4_315",
|
|
23
|
+
"title-variant-h3": "awsui_title-variant-h3_2qdw9_1hjd4_321",
|
|
24
|
+
"title-in-expandable-section": "awsui_title-in-expandable-section_2qdw9_1hjd4_334",
|
|
25
|
+
"virtual-space": "awsui_virtual-space_2qdw9_1hjd4_346",
|
|
26
|
+
"info": "awsui_info_2qdw9_1hjd4_352",
|
|
27
|
+
"description": "awsui_description_2qdw9_1hjd4_356",
|
|
28
|
+
"description-variant-h1": "awsui_description-variant-h1_2qdw9_1hjd4_363",
|
|
29
|
+
"description-variant-h2": "awsui_description-variant-h2_2qdw9_1hjd4_367",
|
|
30
|
+
"description-variant-h3": "awsui_description-variant-h3_2qdw9_1hjd4_374",
|
|
31
|
+
"heading": "awsui_heading_2qdw9_1hjd4_385",
|
|
32
|
+
"heading-variant-h1": "awsui_heading-variant-h1_2qdw9_1hjd4_410",
|
|
33
|
+
"heading-variant-h2": "awsui_heading-variant-h2_2qdw9_1hjd4_415",
|
|
34
|
+
"heading-variant-h3": "awsui_heading-variant-h3_2qdw9_1hjd4_420",
|
|
35
|
+
"heading-text": "awsui_heading-text_2qdw9_1hjd4_426",
|
|
36
|
+
"heading-text-variant-h1": "awsui_heading-text-variant-h1_2qdw9_1hjd4_429",
|
|
37
|
+
"heading-text-variant-h2": "awsui_heading-text-variant-h2_2qdw9_1hjd4_438",
|
|
38
|
+
"heading-text-variant-h3": "awsui_heading-text-variant-h3_2qdw9_1hjd4_447",
|
|
39
|
+
"counter": "awsui_counter_2qdw9_1hjd4_457"
|
|
40
40
|
};
|
|
41
41
|
|