@cloudscape-design/components-themeable 3.0.1222 → 3.0.1224
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/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/typography/mixins.scss +1 -0
- package/lib/internal/scss/prompt-input/styles.scss +1 -0
- package/lib/internal/scss/table/styles.scss +1 -3
- package/lib/internal/template/app-layout/interfaces.d.ts +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +192 -192
- package/lib/internal/template/box/styles.scoped.css +239 -237
- package/lib/internal/template/box/styles.selectors.js +192 -192
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +68 -67
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/internal/base-component/styles.scoped.css +2 -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 +1 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +13 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.js +13 -0
- package/lib/internal/template/link/interfaces.d.ts +6 -6
- package/lib/internal/template/link/interfaces.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +72 -71
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/popover/styles.css.js +57 -57
- package/lib/internal/template/popover/styles.scoped.css +91 -89
- package/lib/internal/template/popover/styles.selectors.js +57 -57
- package/lib/internal/template/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +40 -39
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- package/lib/internal/template/table/styles.css.js +34 -34
- package/lib/internal/template/table/styles.scoped.css +42 -44
- package/lib/internal/template/table/styles.selectors.js +34 -34
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +61 -60
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/package.json +1 -1
|
@@ -2,197 +2,197 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"box": "
|
|
6
|
-
"p-variant": "awsui_p-
|
|
7
|
-
"color-default": "awsui_color-
|
|
8
|
-
"b-variant": "awsui_b-
|
|
9
|
-
"strong-variant": "awsui_strong-
|
|
10
|
-
"code-variant": "awsui_code-
|
|
11
|
-
"pre-variant": "awsui_pre-
|
|
12
|
-
"samp-variant": "awsui_samp-
|
|
13
|
-
"h1-variant": "awsui_h1-
|
|
14
|
-
"h2-variant": "awsui_h2-
|
|
15
|
-
"h3-variant": "awsui_h3-
|
|
16
|
-
"h4-variant": "awsui_h4-
|
|
17
|
-
"h5-variant": "awsui_h5-
|
|
18
|
-
"small-variant": "awsui_small-
|
|
19
|
-
"a-variant": "awsui_a-
|
|
20
|
-
"font-size-default": "awsui_font-size-
|
|
21
|
-
"font-weight-default": "awsui_font-weight-
|
|
22
|
-
"key-label-variant": "awsui_key-label-
|
|
23
|
-
"gen-ai-label-variant": "awsui_gen-ai-label-
|
|
24
|
-
"value-large-variant": "awsui_value-large-
|
|
25
|
-
"inline-code-variant": "awsui_inline-code-
|
|
26
|
-
"font-weight-heavy": "awsui_font-weight-
|
|
27
|
-
"color-inverted": "awsui_color-
|
|
28
|
-
"color-text-label": "awsui_color-text-
|
|
29
|
-
"color-text-body-secondary": "awsui_color-text-body-
|
|
30
|
-
"color-text-status-error": "awsui_color-text-status-
|
|
31
|
-
"color-text-status-success": "awsui_color-text-status-
|
|
32
|
-
"color-text-status-info": "awsui_color-text-status-
|
|
33
|
-
"color-text-status-inactive": "awsui_color-text-status-
|
|
34
|
-
"color-text-status-warning": "awsui_color-text-status-
|
|
35
|
-
"color-inherit": "awsui_color-
|
|
36
|
-
"font-size-body-s": "awsui_font-size-body-
|
|
37
|
-
"font-size-body-m": "awsui_font-size-body-
|
|
38
|
-
"font-size-heading-xs": "awsui_font-size-heading-
|
|
39
|
-
"font-size-heading-s": "awsui_font-size-heading-
|
|
40
|
-
"font-size-heading-m": "awsui_font-size-heading-
|
|
41
|
-
"font-size-heading-l": "awsui_font-size-heading-
|
|
42
|
-
"font-size-heading-xl": "awsui_font-size-heading-
|
|
43
|
-
"font-size-display-l": "awsui_font-size-display-
|
|
44
|
-
"font-weight-light": "awsui_font-weight-
|
|
45
|
-
"font-weight-normal": "awsui_font-weight-
|
|
46
|
-
"font-weight-bold": "awsui_font-weight-
|
|
47
|
-
"t-left": "awsui_t-
|
|
48
|
-
"t-right": "awsui_t-
|
|
49
|
-
"t-center": "awsui_t-
|
|
50
|
-
"p-n": "awsui_p-
|
|
51
|
-
"p-top-n": "awsui_p-top-
|
|
52
|
-
"p-vertical-n": "awsui_p-vertical-
|
|
53
|
-
"p-right-n": "awsui_p-right-
|
|
54
|
-
"p-horizontal-n": "awsui_p-horizontal-
|
|
55
|
-
"p-bottom-n": "awsui_p-bottom-
|
|
56
|
-
"p-left-n": "awsui_p-left-
|
|
57
|
-
"p-xxxs": "awsui_p-
|
|
58
|
-
"p-top-xxxs": "awsui_p-top-
|
|
59
|
-
"p-vertical-xxxs": "awsui_p-vertical-
|
|
60
|
-
"p-right-xxxs": "awsui_p-right-
|
|
61
|
-
"p-horizontal-xxxs": "awsui_p-horizontal-
|
|
62
|
-
"p-bottom-xxxs": "awsui_p-bottom-
|
|
63
|
-
"p-left-xxxs": "awsui_p-left-
|
|
64
|
-
"p-xxs": "awsui_p-
|
|
65
|
-
"p-top-xxs": "awsui_p-top-
|
|
66
|
-
"p-vertical-xxs": "awsui_p-vertical-
|
|
67
|
-
"p-right-xxs": "awsui_p-right-
|
|
68
|
-
"p-horizontal-xxs": "awsui_p-horizontal-
|
|
69
|
-
"p-bottom-xxs": "awsui_p-bottom-
|
|
70
|
-
"p-left-xxs": "awsui_p-left-
|
|
71
|
-
"p-xs": "awsui_p-
|
|
72
|
-
"p-top-xs": "awsui_p-top-
|
|
73
|
-
"p-vertical-xs": "awsui_p-vertical-
|
|
74
|
-
"p-right-xs": "awsui_p-right-
|
|
75
|
-
"p-horizontal-xs": "awsui_p-horizontal-
|
|
76
|
-
"p-bottom-xs": "awsui_p-bottom-
|
|
77
|
-
"p-left-xs": "awsui_p-left-
|
|
78
|
-
"p-s": "awsui_p-
|
|
79
|
-
"p-top-s": "awsui_p-top-
|
|
80
|
-
"p-vertical-s": "awsui_p-vertical-
|
|
81
|
-
"p-right-s": "awsui_p-right-
|
|
82
|
-
"p-horizontal-s": "awsui_p-horizontal-
|
|
83
|
-
"p-bottom-s": "awsui_p-bottom-
|
|
84
|
-
"p-left-s": "awsui_p-left-
|
|
85
|
-
"p-m": "awsui_p-
|
|
86
|
-
"p-top-m": "awsui_p-top-
|
|
87
|
-
"p-vertical-m": "awsui_p-vertical-
|
|
88
|
-
"p-right-m": "awsui_p-right-
|
|
89
|
-
"p-horizontal-m": "awsui_p-horizontal-
|
|
90
|
-
"p-bottom-m": "awsui_p-bottom-
|
|
91
|
-
"p-left-m": "awsui_p-left-
|
|
92
|
-
"p-l": "awsui_p-
|
|
93
|
-
"p-top-l": "awsui_p-top-
|
|
94
|
-
"p-vertical-l": "awsui_p-vertical-
|
|
95
|
-
"p-right-l": "awsui_p-right-
|
|
96
|
-
"p-horizontal-l": "awsui_p-horizontal-
|
|
97
|
-
"p-bottom-l": "awsui_p-bottom-
|
|
98
|
-
"p-left-l": "awsui_p-left-
|
|
99
|
-
"p-xl": "awsui_p-
|
|
100
|
-
"p-top-xl": "awsui_p-top-
|
|
101
|
-
"p-vertical-xl": "awsui_p-vertical-
|
|
102
|
-
"p-right-xl": "awsui_p-right-
|
|
103
|
-
"p-horizontal-xl": "awsui_p-horizontal-
|
|
104
|
-
"p-bottom-xl": "awsui_p-bottom-
|
|
105
|
-
"p-left-xl": "awsui_p-left-
|
|
106
|
-
"p-xxl": "awsui_p-
|
|
107
|
-
"p-top-xxl": "awsui_p-top-
|
|
108
|
-
"p-vertical-xxl": "awsui_p-vertical-
|
|
109
|
-
"p-right-xxl": "awsui_p-right-
|
|
110
|
-
"p-horizontal-xxl": "awsui_p-horizontal-
|
|
111
|
-
"p-bottom-xxl": "awsui_p-bottom-
|
|
112
|
-
"p-left-xxl": "awsui_p-left-
|
|
113
|
-
"p-xxxl": "awsui_p-
|
|
114
|
-
"p-top-xxxl": "awsui_p-top-
|
|
115
|
-
"p-vertical-xxxl": "awsui_p-vertical-
|
|
116
|
-
"p-right-xxxl": "awsui_p-right-
|
|
117
|
-
"p-horizontal-xxxl": "awsui_p-horizontal-
|
|
118
|
-
"p-bottom-xxxl": "awsui_p-bottom-
|
|
119
|
-
"p-left-xxxl": "awsui_p-left-
|
|
120
|
-
"m-n": "awsui_m-
|
|
121
|
-
"m-top-n": "awsui_m-top-
|
|
122
|
-
"m-vertical-n": "awsui_m-vertical-
|
|
123
|
-
"m-right-n": "awsui_m-right-
|
|
124
|
-
"m-horizontal-n": "awsui_m-horizontal-
|
|
125
|
-
"m-bottom-n": "awsui_m-bottom-
|
|
126
|
-
"m-left-n": "awsui_m-left-
|
|
127
|
-
"m-xxxs": "awsui_m-
|
|
128
|
-
"m-top-xxxs": "awsui_m-top-
|
|
129
|
-
"m-vertical-xxxs": "awsui_m-vertical-
|
|
130
|
-
"m-right-xxxs": "awsui_m-right-
|
|
131
|
-
"m-horizontal-xxxs": "awsui_m-horizontal-
|
|
132
|
-
"m-bottom-xxxs": "awsui_m-bottom-
|
|
133
|
-
"m-left-xxxs": "awsui_m-left-
|
|
134
|
-
"m-xxs": "awsui_m-
|
|
135
|
-
"m-top-xxs": "awsui_m-top-
|
|
136
|
-
"m-vertical-xxs": "awsui_m-vertical-
|
|
137
|
-
"m-right-xxs": "awsui_m-right-
|
|
138
|
-
"m-horizontal-xxs": "awsui_m-horizontal-
|
|
139
|
-
"m-bottom-xxs": "awsui_m-bottom-
|
|
140
|
-
"m-left-xxs": "awsui_m-left-
|
|
141
|
-
"m-xs": "awsui_m-
|
|
142
|
-
"m-top-xs": "awsui_m-top-
|
|
143
|
-
"m-vertical-xs": "awsui_m-vertical-
|
|
144
|
-
"m-right-xs": "awsui_m-right-
|
|
145
|
-
"m-horizontal-xs": "awsui_m-horizontal-
|
|
146
|
-
"m-bottom-xs": "awsui_m-bottom-
|
|
147
|
-
"m-left-xs": "awsui_m-left-
|
|
148
|
-
"m-s": "awsui_m-
|
|
149
|
-
"m-top-s": "awsui_m-top-
|
|
150
|
-
"m-vertical-s": "awsui_m-vertical-
|
|
151
|
-
"m-right-s": "awsui_m-right-
|
|
152
|
-
"m-horizontal-s": "awsui_m-horizontal-
|
|
153
|
-
"m-bottom-s": "awsui_m-bottom-
|
|
154
|
-
"m-left-s": "awsui_m-left-
|
|
155
|
-
"m-m": "awsui_m-
|
|
156
|
-
"m-top-m": "awsui_m-top-
|
|
157
|
-
"m-vertical-m": "awsui_m-vertical-
|
|
158
|
-
"m-right-m": "awsui_m-right-
|
|
159
|
-
"m-horizontal-m": "awsui_m-horizontal-
|
|
160
|
-
"m-bottom-m": "awsui_m-bottom-
|
|
161
|
-
"m-left-m": "awsui_m-left-
|
|
162
|
-
"m-l": "awsui_m-
|
|
163
|
-
"m-top-l": "awsui_m-top-
|
|
164
|
-
"m-vertical-l": "awsui_m-vertical-
|
|
165
|
-
"m-right-l": "awsui_m-right-
|
|
166
|
-
"m-horizontal-l": "awsui_m-horizontal-
|
|
167
|
-
"m-bottom-l": "awsui_m-bottom-
|
|
168
|
-
"m-left-l": "awsui_m-left-
|
|
169
|
-
"m-xl": "awsui_m-
|
|
170
|
-
"m-top-xl": "awsui_m-top-
|
|
171
|
-
"m-vertical-xl": "awsui_m-vertical-
|
|
172
|
-
"m-right-xl": "awsui_m-right-
|
|
173
|
-
"m-horizontal-xl": "awsui_m-horizontal-
|
|
174
|
-
"m-bottom-xl": "awsui_m-bottom-
|
|
175
|
-
"m-left-xl": "awsui_m-left-
|
|
176
|
-
"m-xxl": "awsui_m-
|
|
177
|
-
"m-top-xxl": "awsui_m-top-
|
|
178
|
-
"m-vertical-xxl": "awsui_m-vertical-
|
|
179
|
-
"m-right-xxl": "awsui_m-right-
|
|
180
|
-
"m-horizontal-xxl": "awsui_m-horizontal-
|
|
181
|
-
"m-bottom-xxl": "awsui_m-bottom-
|
|
182
|
-
"m-left-xxl": "awsui_m-left-
|
|
183
|
-
"m-xxxl": "awsui_m-
|
|
184
|
-
"m-top-xxxl": "awsui_m-top-
|
|
185
|
-
"m-vertical-xxxl": "awsui_m-vertical-
|
|
186
|
-
"m-right-xxxl": "awsui_m-right-
|
|
187
|
-
"m-horizontal-xxxl": "awsui_m-horizontal-
|
|
188
|
-
"m-bottom-xxxl": "awsui_m-bottom-
|
|
189
|
-
"m-left-xxxl": "awsui_m-left-
|
|
190
|
-
"d-block": "awsui_d-
|
|
191
|
-
"d-inline": "awsui_d-
|
|
192
|
-
"d-inline-block": "awsui_d-inline-
|
|
193
|
-
"d-none": "awsui_d-
|
|
194
|
-
"f-left": "awsui_f-
|
|
195
|
-
"f-right": "awsui_f-
|
|
196
|
-
"root": "
|
|
5
|
+
"box": "awsui_box_18wu0_1q0fz_172",
|
|
6
|
+
"p-variant": "awsui_p-variant_18wu0_1q0fz_172",
|
|
7
|
+
"color-default": "awsui_color-default_18wu0_1q0fz_172",
|
|
8
|
+
"b-variant": "awsui_b-variant_18wu0_1q0fz_172",
|
|
9
|
+
"strong-variant": "awsui_strong-variant_18wu0_1q0fz_172",
|
|
10
|
+
"code-variant": "awsui_code-variant_18wu0_1q0fz_172",
|
|
11
|
+
"pre-variant": "awsui_pre-variant_18wu0_1q0fz_172",
|
|
12
|
+
"samp-variant": "awsui_samp-variant_18wu0_1q0fz_172",
|
|
13
|
+
"h1-variant": "awsui_h1-variant_18wu0_1q0fz_176",
|
|
14
|
+
"h2-variant": "awsui_h2-variant_18wu0_1q0fz_176",
|
|
15
|
+
"h3-variant": "awsui_h3-variant_18wu0_1q0fz_176",
|
|
16
|
+
"h4-variant": "awsui_h4-variant_18wu0_1q0fz_176",
|
|
17
|
+
"h5-variant": "awsui_h5-variant_18wu0_1q0fz_176",
|
|
18
|
+
"small-variant": "awsui_small-variant_18wu0_1q0fz_180",
|
|
19
|
+
"a-variant": "awsui_a-variant_18wu0_1q0fz_184",
|
|
20
|
+
"font-size-default": "awsui_font-size-default_18wu0_1q0fz_188",
|
|
21
|
+
"font-weight-default": "awsui_font-weight-default_18wu0_1q0fz_229",
|
|
22
|
+
"key-label-variant": "awsui_key-label-variant_18wu0_1q0fz_271",
|
|
23
|
+
"gen-ai-label-variant": "awsui_gen-ai-label-variant_18wu0_1q0fz_278",
|
|
24
|
+
"value-large-variant": "awsui_value-large-variant_18wu0_1q0fz_285",
|
|
25
|
+
"inline-code-variant": "awsui_inline-code-variant_18wu0_1q0fz_292",
|
|
26
|
+
"font-weight-heavy": "awsui_font-weight-heavy_18wu0_1q0fz_306",
|
|
27
|
+
"color-inverted": "awsui_color-inverted_18wu0_1q0fz_311",
|
|
28
|
+
"color-text-label": "awsui_color-text-label_18wu0_1q0fz_314",
|
|
29
|
+
"color-text-body-secondary": "awsui_color-text-body-secondary_18wu0_1q0fz_317",
|
|
30
|
+
"color-text-status-error": "awsui_color-text-status-error_18wu0_1q0fz_320",
|
|
31
|
+
"color-text-status-success": "awsui_color-text-status-success_18wu0_1q0fz_323",
|
|
32
|
+
"color-text-status-info": "awsui_color-text-status-info_18wu0_1q0fz_326",
|
|
33
|
+
"color-text-status-inactive": "awsui_color-text-status-inactive_18wu0_1q0fz_329",
|
|
34
|
+
"color-text-status-warning": "awsui_color-text-status-warning_18wu0_1q0fz_332",
|
|
35
|
+
"color-inherit": "awsui_color-inherit_18wu0_1q0fz_335",
|
|
36
|
+
"font-size-body-s": "awsui_font-size-body-s_18wu0_1q0fz_338",
|
|
37
|
+
"font-size-body-m": "awsui_font-size-body-m_18wu0_1q0fz_343",
|
|
38
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_18wu0_1q0fz_347",
|
|
39
|
+
"font-size-heading-s": "awsui_font-size-heading-s_18wu0_1q0fz_352",
|
|
40
|
+
"font-size-heading-m": "awsui_font-size-heading-m_18wu0_1q0fz_357",
|
|
41
|
+
"font-size-heading-l": "awsui_font-size-heading-l_18wu0_1q0fz_362",
|
|
42
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_18wu0_1q0fz_367",
|
|
43
|
+
"font-size-display-l": "awsui_font-size-display-l_18wu0_1q0fz_372",
|
|
44
|
+
"font-weight-light": "awsui_font-weight-light_18wu0_1q0fz_377",
|
|
45
|
+
"font-weight-normal": "awsui_font-weight-normal_18wu0_1q0fz_380",
|
|
46
|
+
"font-weight-bold": "awsui_font-weight-bold_18wu0_1q0fz_383",
|
|
47
|
+
"t-left": "awsui_t-left_18wu0_1q0fz_390",
|
|
48
|
+
"t-right": "awsui_t-right_18wu0_1q0fz_394",
|
|
49
|
+
"t-center": "awsui_t-center_18wu0_1q0fz_398",
|
|
50
|
+
"p-n": "awsui_p-n_18wu0_1q0fz_415",
|
|
51
|
+
"p-top-n": "awsui_p-top-n_18wu0_1q0fz_420",
|
|
52
|
+
"p-vertical-n": "awsui_p-vertical-n_18wu0_1q0fz_421",
|
|
53
|
+
"p-right-n": "awsui_p-right-n_18wu0_1q0fz_425",
|
|
54
|
+
"p-horizontal-n": "awsui_p-horizontal-n_18wu0_1q0fz_426",
|
|
55
|
+
"p-bottom-n": "awsui_p-bottom-n_18wu0_1q0fz_430",
|
|
56
|
+
"p-left-n": "awsui_p-left-n_18wu0_1q0fz_435",
|
|
57
|
+
"p-xxxs": "awsui_p-xxxs_18wu0_1q0fz_440",
|
|
58
|
+
"p-top-xxxs": "awsui_p-top-xxxs_18wu0_1q0fz_445",
|
|
59
|
+
"p-vertical-xxxs": "awsui_p-vertical-xxxs_18wu0_1q0fz_446",
|
|
60
|
+
"p-right-xxxs": "awsui_p-right-xxxs_18wu0_1q0fz_450",
|
|
61
|
+
"p-horizontal-xxxs": "awsui_p-horizontal-xxxs_18wu0_1q0fz_451",
|
|
62
|
+
"p-bottom-xxxs": "awsui_p-bottom-xxxs_18wu0_1q0fz_455",
|
|
63
|
+
"p-left-xxxs": "awsui_p-left-xxxs_18wu0_1q0fz_460",
|
|
64
|
+
"p-xxs": "awsui_p-xxs_18wu0_1q0fz_465",
|
|
65
|
+
"p-top-xxs": "awsui_p-top-xxs_18wu0_1q0fz_470",
|
|
66
|
+
"p-vertical-xxs": "awsui_p-vertical-xxs_18wu0_1q0fz_471",
|
|
67
|
+
"p-right-xxs": "awsui_p-right-xxs_18wu0_1q0fz_475",
|
|
68
|
+
"p-horizontal-xxs": "awsui_p-horizontal-xxs_18wu0_1q0fz_476",
|
|
69
|
+
"p-bottom-xxs": "awsui_p-bottom-xxs_18wu0_1q0fz_480",
|
|
70
|
+
"p-left-xxs": "awsui_p-left-xxs_18wu0_1q0fz_485",
|
|
71
|
+
"p-xs": "awsui_p-xs_18wu0_1q0fz_490",
|
|
72
|
+
"p-top-xs": "awsui_p-top-xs_18wu0_1q0fz_495",
|
|
73
|
+
"p-vertical-xs": "awsui_p-vertical-xs_18wu0_1q0fz_496",
|
|
74
|
+
"p-right-xs": "awsui_p-right-xs_18wu0_1q0fz_500",
|
|
75
|
+
"p-horizontal-xs": "awsui_p-horizontal-xs_18wu0_1q0fz_501",
|
|
76
|
+
"p-bottom-xs": "awsui_p-bottom-xs_18wu0_1q0fz_505",
|
|
77
|
+
"p-left-xs": "awsui_p-left-xs_18wu0_1q0fz_510",
|
|
78
|
+
"p-s": "awsui_p-s_18wu0_1q0fz_515",
|
|
79
|
+
"p-top-s": "awsui_p-top-s_18wu0_1q0fz_520",
|
|
80
|
+
"p-vertical-s": "awsui_p-vertical-s_18wu0_1q0fz_521",
|
|
81
|
+
"p-right-s": "awsui_p-right-s_18wu0_1q0fz_525",
|
|
82
|
+
"p-horizontal-s": "awsui_p-horizontal-s_18wu0_1q0fz_526",
|
|
83
|
+
"p-bottom-s": "awsui_p-bottom-s_18wu0_1q0fz_530",
|
|
84
|
+
"p-left-s": "awsui_p-left-s_18wu0_1q0fz_535",
|
|
85
|
+
"p-m": "awsui_p-m_18wu0_1q0fz_540",
|
|
86
|
+
"p-top-m": "awsui_p-top-m_18wu0_1q0fz_545",
|
|
87
|
+
"p-vertical-m": "awsui_p-vertical-m_18wu0_1q0fz_546",
|
|
88
|
+
"p-right-m": "awsui_p-right-m_18wu0_1q0fz_550",
|
|
89
|
+
"p-horizontal-m": "awsui_p-horizontal-m_18wu0_1q0fz_551",
|
|
90
|
+
"p-bottom-m": "awsui_p-bottom-m_18wu0_1q0fz_555",
|
|
91
|
+
"p-left-m": "awsui_p-left-m_18wu0_1q0fz_560",
|
|
92
|
+
"p-l": "awsui_p-l_18wu0_1q0fz_435",
|
|
93
|
+
"p-top-l": "awsui_p-top-l_18wu0_1q0fz_570",
|
|
94
|
+
"p-vertical-l": "awsui_p-vertical-l_18wu0_1q0fz_571",
|
|
95
|
+
"p-right-l": "awsui_p-right-l_18wu0_1q0fz_575",
|
|
96
|
+
"p-horizontal-l": "awsui_p-horizontal-l_18wu0_1q0fz_576",
|
|
97
|
+
"p-bottom-l": "awsui_p-bottom-l_18wu0_1q0fz_580",
|
|
98
|
+
"p-left-l": "awsui_p-left-l_18wu0_1q0fz_585",
|
|
99
|
+
"p-xl": "awsui_p-xl_18wu0_1q0fz_590",
|
|
100
|
+
"p-top-xl": "awsui_p-top-xl_18wu0_1q0fz_595",
|
|
101
|
+
"p-vertical-xl": "awsui_p-vertical-xl_18wu0_1q0fz_596",
|
|
102
|
+
"p-right-xl": "awsui_p-right-xl_18wu0_1q0fz_600",
|
|
103
|
+
"p-horizontal-xl": "awsui_p-horizontal-xl_18wu0_1q0fz_601",
|
|
104
|
+
"p-bottom-xl": "awsui_p-bottom-xl_18wu0_1q0fz_605",
|
|
105
|
+
"p-left-xl": "awsui_p-left-xl_18wu0_1q0fz_610",
|
|
106
|
+
"p-xxl": "awsui_p-xxl_18wu0_1q0fz_615",
|
|
107
|
+
"p-top-xxl": "awsui_p-top-xxl_18wu0_1q0fz_620",
|
|
108
|
+
"p-vertical-xxl": "awsui_p-vertical-xxl_18wu0_1q0fz_621",
|
|
109
|
+
"p-right-xxl": "awsui_p-right-xxl_18wu0_1q0fz_625",
|
|
110
|
+
"p-horizontal-xxl": "awsui_p-horizontal-xxl_18wu0_1q0fz_626",
|
|
111
|
+
"p-bottom-xxl": "awsui_p-bottom-xxl_18wu0_1q0fz_630",
|
|
112
|
+
"p-left-xxl": "awsui_p-left-xxl_18wu0_1q0fz_635",
|
|
113
|
+
"p-xxxl": "awsui_p-xxxl_18wu0_1q0fz_640",
|
|
114
|
+
"p-top-xxxl": "awsui_p-top-xxxl_18wu0_1q0fz_645",
|
|
115
|
+
"p-vertical-xxxl": "awsui_p-vertical-xxxl_18wu0_1q0fz_646",
|
|
116
|
+
"p-right-xxxl": "awsui_p-right-xxxl_18wu0_1q0fz_650",
|
|
117
|
+
"p-horizontal-xxxl": "awsui_p-horizontal-xxxl_18wu0_1q0fz_651",
|
|
118
|
+
"p-bottom-xxxl": "awsui_p-bottom-xxxl_18wu0_1q0fz_655",
|
|
119
|
+
"p-left-xxxl": "awsui_p-left-xxxl_18wu0_1q0fz_660",
|
|
120
|
+
"m-n": "awsui_m-n_18wu0_1q0fz_665",
|
|
121
|
+
"m-top-n": "awsui_m-top-n_18wu0_1q0fz_670",
|
|
122
|
+
"m-vertical-n": "awsui_m-vertical-n_18wu0_1q0fz_671",
|
|
123
|
+
"m-right-n": "awsui_m-right-n_18wu0_1q0fz_675",
|
|
124
|
+
"m-horizontal-n": "awsui_m-horizontal-n_18wu0_1q0fz_676",
|
|
125
|
+
"m-bottom-n": "awsui_m-bottom-n_18wu0_1q0fz_680",
|
|
126
|
+
"m-left-n": "awsui_m-left-n_18wu0_1q0fz_685",
|
|
127
|
+
"m-xxxs": "awsui_m-xxxs_18wu0_1q0fz_690",
|
|
128
|
+
"m-top-xxxs": "awsui_m-top-xxxs_18wu0_1q0fz_695",
|
|
129
|
+
"m-vertical-xxxs": "awsui_m-vertical-xxxs_18wu0_1q0fz_696",
|
|
130
|
+
"m-right-xxxs": "awsui_m-right-xxxs_18wu0_1q0fz_700",
|
|
131
|
+
"m-horizontal-xxxs": "awsui_m-horizontal-xxxs_18wu0_1q0fz_701",
|
|
132
|
+
"m-bottom-xxxs": "awsui_m-bottom-xxxs_18wu0_1q0fz_705",
|
|
133
|
+
"m-left-xxxs": "awsui_m-left-xxxs_18wu0_1q0fz_710",
|
|
134
|
+
"m-xxs": "awsui_m-xxs_18wu0_1q0fz_715",
|
|
135
|
+
"m-top-xxs": "awsui_m-top-xxs_18wu0_1q0fz_720",
|
|
136
|
+
"m-vertical-xxs": "awsui_m-vertical-xxs_18wu0_1q0fz_721",
|
|
137
|
+
"m-right-xxs": "awsui_m-right-xxs_18wu0_1q0fz_725",
|
|
138
|
+
"m-horizontal-xxs": "awsui_m-horizontal-xxs_18wu0_1q0fz_726",
|
|
139
|
+
"m-bottom-xxs": "awsui_m-bottom-xxs_18wu0_1q0fz_730",
|
|
140
|
+
"m-left-xxs": "awsui_m-left-xxs_18wu0_1q0fz_735",
|
|
141
|
+
"m-xs": "awsui_m-xs_18wu0_1q0fz_740",
|
|
142
|
+
"m-top-xs": "awsui_m-top-xs_18wu0_1q0fz_745",
|
|
143
|
+
"m-vertical-xs": "awsui_m-vertical-xs_18wu0_1q0fz_746",
|
|
144
|
+
"m-right-xs": "awsui_m-right-xs_18wu0_1q0fz_750",
|
|
145
|
+
"m-horizontal-xs": "awsui_m-horizontal-xs_18wu0_1q0fz_751",
|
|
146
|
+
"m-bottom-xs": "awsui_m-bottom-xs_18wu0_1q0fz_755",
|
|
147
|
+
"m-left-xs": "awsui_m-left-xs_18wu0_1q0fz_760",
|
|
148
|
+
"m-s": "awsui_m-s_18wu0_1q0fz_765",
|
|
149
|
+
"m-top-s": "awsui_m-top-s_18wu0_1q0fz_770",
|
|
150
|
+
"m-vertical-s": "awsui_m-vertical-s_18wu0_1q0fz_771",
|
|
151
|
+
"m-right-s": "awsui_m-right-s_18wu0_1q0fz_775",
|
|
152
|
+
"m-horizontal-s": "awsui_m-horizontal-s_18wu0_1q0fz_776",
|
|
153
|
+
"m-bottom-s": "awsui_m-bottom-s_18wu0_1q0fz_780",
|
|
154
|
+
"m-left-s": "awsui_m-left-s_18wu0_1q0fz_785",
|
|
155
|
+
"m-m": "awsui_m-m_18wu0_1q0fz_790",
|
|
156
|
+
"m-top-m": "awsui_m-top-m_18wu0_1q0fz_795",
|
|
157
|
+
"m-vertical-m": "awsui_m-vertical-m_18wu0_1q0fz_796",
|
|
158
|
+
"m-right-m": "awsui_m-right-m_18wu0_1q0fz_800",
|
|
159
|
+
"m-horizontal-m": "awsui_m-horizontal-m_18wu0_1q0fz_801",
|
|
160
|
+
"m-bottom-m": "awsui_m-bottom-m_18wu0_1q0fz_805",
|
|
161
|
+
"m-left-m": "awsui_m-left-m_18wu0_1q0fz_810",
|
|
162
|
+
"m-l": "awsui_m-l_18wu0_1q0fz_685",
|
|
163
|
+
"m-top-l": "awsui_m-top-l_18wu0_1q0fz_820",
|
|
164
|
+
"m-vertical-l": "awsui_m-vertical-l_18wu0_1q0fz_821",
|
|
165
|
+
"m-right-l": "awsui_m-right-l_18wu0_1q0fz_825",
|
|
166
|
+
"m-horizontal-l": "awsui_m-horizontal-l_18wu0_1q0fz_826",
|
|
167
|
+
"m-bottom-l": "awsui_m-bottom-l_18wu0_1q0fz_830",
|
|
168
|
+
"m-left-l": "awsui_m-left-l_18wu0_1q0fz_835",
|
|
169
|
+
"m-xl": "awsui_m-xl_18wu0_1q0fz_840",
|
|
170
|
+
"m-top-xl": "awsui_m-top-xl_18wu0_1q0fz_845",
|
|
171
|
+
"m-vertical-xl": "awsui_m-vertical-xl_18wu0_1q0fz_846",
|
|
172
|
+
"m-right-xl": "awsui_m-right-xl_18wu0_1q0fz_850",
|
|
173
|
+
"m-horizontal-xl": "awsui_m-horizontal-xl_18wu0_1q0fz_851",
|
|
174
|
+
"m-bottom-xl": "awsui_m-bottom-xl_18wu0_1q0fz_855",
|
|
175
|
+
"m-left-xl": "awsui_m-left-xl_18wu0_1q0fz_860",
|
|
176
|
+
"m-xxl": "awsui_m-xxl_18wu0_1q0fz_865",
|
|
177
|
+
"m-top-xxl": "awsui_m-top-xxl_18wu0_1q0fz_870",
|
|
178
|
+
"m-vertical-xxl": "awsui_m-vertical-xxl_18wu0_1q0fz_871",
|
|
179
|
+
"m-right-xxl": "awsui_m-right-xxl_18wu0_1q0fz_875",
|
|
180
|
+
"m-horizontal-xxl": "awsui_m-horizontal-xxl_18wu0_1q0fz_876",
|
|
181
|
+
"m-bottom-xxl": "awsui_m-bottom-xxl_18wu0_1q0fz_880",
|
|
182
|
+
"m-left-xxl": "awsui_m-left-xxl_18wu0_1q0fz_885",
|
|
183
|
+
"m-xxxl": "awsui_m-xxxl_18wu0_1q0fz_890",
|
|
184
|
+
"m-top-xxxl": "awsui_m-top-xxxl_18wu0_1q0fz_895",
|
|
185
|
+
"m-vertical-xxxl": "awsui_m-vertical-xxxl_18wu0_1q0fz_896",
|
|
186
|
+
"m-right-xxxl": "awsui_m-right-xxxl_18wu0_1q0fz_900",
|
|
187
|
+
"m-horizontal-xxxl": "awsui_m-horizontal-xxxl_18wu0_1q0fz_901",
|
|
188
|
+
"m-bottom-xxxl": "awsui_m-bottom-xxxl_18wu0_1q0fz_905",
|
|
189
|
+
"m-left-xxxl": "awsui_m-left-xxxl_18wu0_1q0fz_910",
|
|
190
|
+
"d-block": "awsui_d-block_18wu0_1q0fz_915",
|
|
191
|
+
"d-inline": "awsui_d-inline_18wu0_1q0fz_918",
|
|
192
|
+
"d-inline-block": "awsui_d-inline-block_18wu0_1q0fz_921",
|
|
193
|
+
"d-none": "awsui_d-none_18wu0_1q0fz_924",
|
|
194
|
+
"f-left": "awsui_f-left_18wu0_1q0fz_928",
|
|
195
|
+
"f-right": "awsui_f-right_18wu0_1q0fz_932",
|
|
196
|
+
"root": "awsui_root_18wu0_1q0fz_936"
|
|
197
197
|
};
|
|
198
198
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"help-panel": "awsui_help-
|
|
5
|
-
"loading": "
|
|
6
|
-
"header": "
|
|
7
|
-
"with-toolbar": "awsui_with-
|
|
8
|
-
"content": "
|
|
9
|
-
"footer": "
|
|
4
|
+
"help-panel": "awsui_help-panel_1d237_1x4v0_181",
|
|
5
|
+
"loading": "awsui_loading_1d237_1x4v0_354",
|
|
6
|
+
"header": "awsui_header_1d237_1x4v0_359",
|
|
7
|
+
"with-toolbar": "awsui_with-toolbar_1d237_1x4v0_377",
|
|
8
|
+
"content": "awsui_content_1d237_1x4v0_396",
|
|
9
|
+
"footer": "awsui_footer_1d237_1x4v0_447"
|
|
10
10
|
};
|
|
11
11
|
|