@cloudscape-design/components 3.0.1278 → 3.0.1280
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/box/styles.css.js +192 -192
- package/box/styles.scoped.css +240 -238
- package/box/styles.selectors.js +192 -192
- package/breadcrumb-group/interfaces.d.ts +1 -1
- package/breadcrumb-group/interfaces.js.map +1 -1
- package/internal/base-component/styles.scoped.css +2 -2
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +1 -0
- package/internal/generated/styles/tokens.js +1 -0
- package/internal/generated/theming/index.cjs +5 -0
- package/internal/generated/theming/index.cjs.d.ts +9 -0
- package/internal/generated/theming/index.d.ts +9 -0
- package/internal/generated/theming/index.js +5 -0
- package/internal/manifest.json +1 -1
- package/link/styles.css.js +21 -21
- package/link/styles.scoped.css +73 -73
- package/link/styles.selectors.js +21 -21
- package/package.json +1 -1
- package/prompt-input/core/caret-controller.d.ts.map +1 -1
- package/prompt-input/core/caret-controller.js +15 -2
- package/prompt-input/core/caret-controller.js.map +1 -1
- package/prompt-input/tokens/use-token-mode.d.ts.map +1 -1
- package/prompt-input/tokens/use-token-mode.js +4 -1
- package/prompt-input/tokens/use-token-mode.js.map +1 -1
- package/test-utils/dom/prompt-input/index.js +1 -1
- package/test-utils/dom/prompt-input/index.js.map +1 -1
- package/test-utils/selectors/prompt-input/index.js +1 -1
- package/test-utils/selectors/prompt-input/index.js.map +1 -1
package/box/styles.css.js
CHANGED
|
@@ -1,197 +1,197 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"box": "
|
|
5
|
-
"p-variant": "awsui_p-
|
|
6
|
-
"color-default": "awsui_color-
|
|
7
|
-
"b-variant": "awsui_b-
|
|
8
|
-
"strong-variant": "awsui_strong-
|
|
9
|
-
"code-variant": "awsui_code-
|
|
10
|
-
"pre-variant": "awsui_pre-
|
|
11
|
-
"samp-variant": "awsui_samp-
|
|
12
|
-
"h1-variant": "awsui_h1-
|
|
13
|
-
"h2-variant": "awsui_h2-
|
|
14
|
-
"h3-variant": "awsui_h3-
|
|
15
|
-
"h4-variant": "awsui_h4-
|
|
16
|
-
"h5-variant": "awsui_h5-
|
|
17
|
-
"small-variant": "awsui_small-
|
|
18
|
-
"a-variant": "awsui_a-
|
|
19
|
-
"font-size-default": "awsui_font-size-
|
|
20
|
-
"font-weight-default": "awsui_font-weight-
|
|
21
|
-
"key-label-variant": "awsui_key-label-
|
|
22
|
-
"gen-ai-label-variant": "awsui_gen-ai-label-
|
|
23
|
-
"value-large-variant": "awsui_value-large-
|
|
24
|
-
"inline-code-variant": "awsui_inline-code-
|
|
25
|
-
"font-weight-heavy": "awsui_font-weight-
|
|
26
|
-
"color-inverted": "awsui_color-
|
|
27
|
-
"color-text-label": "awsui_color-text-
|
|
28
|
-
"color-text-body-secondary": "awsui_color-text-body-
|
|
29
|
-
"color-text-status-error": "awsui_color-text-status-
|
|
30
|
-
"color-text-status-success": "awsui_color-text-status-
|
|
31
|
-
"color-text-status-info": "awsui_color-text-status-
|
|
32
|
-
"color-text-status-inactive": "awsui_color-text-status-
|
|
33
|
-
"color-text-status-warning": "awsui_color-text-status-
|
|
34
|
-
"color-inherit": "awsui_color-
|
|
35
|
-
"font-size-body-s": "awsui_font-size-body-
|
|
36
|
-
"font-size-body-m": "awsui_font-size-body-
|
|
37
|
-
"font-size-heading-xs": "awsui_font-size-heading-
|
|
38
|
-
"font-size-heading-s": "awsui_font-size-heading-
|
|
39
|
-
"font-size-heading-m": "awsui_font-size-heading-
|
|
40
|
-
"font-size-heading-l": "awsui_font-size-heading-
|
|
41
|
-
"font-size-heading-xl": "awsui_font-size-heading-
|
|
42
|
-
"font-size-display-l": "awsui_font-size-display-
|
|
43
|
-
"font-weight-light": "awsui_font-weight-
|
|
44
|
-
"font-weight-normal": "awsui_font-weight-
|
|
45
|
-
"font-weight-bold": "awsui_font-weight-
|
|
46
|
-
"t-left": "awsui_t-
|
|
47
|
-
"t-right": "awsui_t-
|
|
48
|
-
"t-center": "awsui_t-
|
|
49
|
-
"p-n": "awsui_p-
|
|
50
|
-
"p-top-n": "awsui_p-top-
|
|
51
|
-
"p-vertical-n": "awsui_p-vertical-
|
|
52
|
-
"p-right-n": "awsui_p-right-
|
|
53
|
-
"p-horizontal-n": "awsui_p-horizontal-
|
|
54
|
-
"p-bottom-n": "awsui_p-bottom-
|
|
55
|
-
"p-left-n": "awsui_p-left-
|
|
56
|
-
"p-xxxs": "awsui_p-
|
|
57
|
-
"p-top-xxxs": "awsui_p-top-
|
|
58
|
-
"p-vertical-xxxs": "awsui_p-vertical-
|
|
59
|
-
"p-right-xxxs": "awsui_p-right-
|
|
60
|
-
"p-horizontal-xxxs": "awsui_p-horizontal-
|
|
61
|
-
"p-bottom-xxxs": "awsui_p-bottom-
|
|
62
|
-
"p-left-xxxs": "awsui_p-left-
|
|
63
|
-
"p-xxs": "awsui_p-
|
|
64
|
-
"p-top-xxs": "awsui_p-top-
|
|
65
|
-
"p-vertical-xxs": "awsui_p-vertical-
|
|
66
|
-
"p-right-xxs": "awsui_p-right-
|
|
67
|
-
"p-horizontal-xxs": "awsui_p-horizontal-
|
|
68
|
-
"p-bottom-xxs": "awsui_p-bottom-
|
|
69
|
-
"p-left-xxs": "awsui_p-left-
|
|
70
|
-
"p-xs": "awsui_p-
|
|
71
|
-
"p-top-xs": "awsui_p-top-
|
|
72
|
-
"p-vertical-xs": "awsui_p-vertical-
|
|
73
|
-
"p-right-xs": "awsui_p-right-
|
|
74
|
-
"p-horizontal-xs": "awsui_p-horizontal-
|
|
75
|
-
"p-bottom-xs": "awsui_p-bottom-
|
|
76
|
-
"p-left-xs": "awsui_p-left-
|
|
77
|
-
"p-s": "awsui_p-
|
|
78
|
-
"p-top-s": "awsui_p-top-
|
|
79
|
-
"p-vertical-s": "awsui_p-vertical-
|
|
80
|
-
"p-right-s": "awsui_p-right-
|
|
81
|
-
"p-horizontal-s": "awsui_p-horizontal-
|
|
82
|
-
"p-bottom-s": "awsui_p-bottom-
|
|
83
|
-
"p-left-s": "awsui_p-left-
|
|
84
|
-
"p-m": "awsui_p-
|
|
85
|
-
"p-top-m": "awsui_p-top-
|
|
86
|
-
"p-vertical-m": "awsui_p-vertical-
|
|
87
|
-
"p-right-m": "awsui_p-right-
|
|
88
|
-
"p-horizontal-m": "awsui_p-horizontal-
|
|
89
|
-
"p-bottom-m": "awsui_p-bottom-
|
|
90
|
-
"p-left-m": "awsui_p-left-
|
|
91
|
-
"p-l": "awsui_p-
|
|
92
|
-
"p-top-l": "awsui_p-top-
|
|
93
|
-
"p-vertical-l": "awsui_p-vertical-
|
|
94
|
-
"p-right-l": "awsui_p-right-
|
|
95
|
-
"p-horizontal-l": "awsui_p-horizontal-
|
|
96
|
-
"p-bottom-l": "awsui_p-bottom-
|
|
97
|
-
"p-left-l": "awsui_p-left-
|
|
98
|
-
"p-xl": "awsui_p-
|
|
99
|
-
"p-top-xl": "awsui_p-top-
|
|
100
|
-
"p-vertical-xl": "awsui_p-vertical-
|
|
101
|
-
"p-right-xl": "awsui_p-right-
|
|
102
|
-
"p-horizontal-xl": "awsui_p-horizontal-
|
|
103
|
-
"p-bottom-xl": "awsui_p-bottom-
|
|
104
|
-
"p-left-xl": "awsui_p-left-
|
|
105
|
-
"p-xxl": "awsui_p-
|
|
106
|
-
"p-top-xxl": "awsui_p-top-
|
|
107
|
-
"p-vertical-xxl": "awsui_p-vertical-
|
|
108
|
-
"p-right-xxl": "awsui_p-right-
|
|
109
|
-
"p-horizontal-xxl": "awsui_p-horizontal-
|
|
110
|
-
"p-bottom-xxl": "awsui_p-bottom-
|
|
111
|
-
"p-left-xxl": "awsui_p-left-
|
|
112
|
-
"p-xxxl": "awsui_p-
|
|
113
|
-
"p-top-xxxl": "awsui_p-top-
|
|
114
|
-
"p-vertical-xxxl": "awsui_p-vertical-
|
|
115
|
-
"p-right-xxxl": "awsui_p-right-
|
|
116
|
-
"p-horizontal-xxxl": "awsui_p-horizontal-
|
|
117
|
-
"p-bottom-xxxl": "awsui_p-bottom-
|
|
118
|
-
"p-left-xxxl": "awsui_p-left-
|
|
119
|
-
"m-n": "awsui_m-
|
|
120
|
-
"m-top-n": "awsui_m-top-
|
|
121
|
-
"m-vertical-n": "awsui_m-vertical-
|
|
122
|
-
"m-right-n": "awsui_m-right-
|
|
123
|
-
"m-horizontal-n": "awsui_m-horizontal-
|
|
124
|
-
"m-bottom-n": "awsui_m-bottom-
|
|
125
|
-
"m-left-n": "awsui_m-left-
|
|
126
|
-
"m-xxxs": "awsui_m-
|
|
127
|
-
"m-top-xxxs": "awsui_m-top-
|
|
128
|
-
"m-vertical-xxxs": "awsui_m-vertical-
|
|
129
|
-
"m-right-xxxs": "awsui_m-right-
|
|
130
|
-
"m-horizontal-xxxs": "awsui_m-horizontal-
|
|
131
|
-
"m-bottom-xxxs": "awsui_m-bottom-
|
|
132
|
-
"m-left-xxxs": "awsui_m-left-
|
|
133
|
-
"m-xxs": "awsui_m-
|
|
134
|
-
"m-top-xxs": "awsui_m-top-
|
|
135
|
-
"m-vertical-xxs": "awsui_m-vertical-
|
|
136
|
-
"m-right-xxs": "awsui_m-right-
|
|
137
|
-
"m-horizontal-xxs": "awsui_m-horizontal-
|
|
138
|
-
"m-bottom-xxs": "awsui_m-bottom-
|
|
139
|
-
"m-left-xxs": "awsui_m-left-
|
|
140
|
-
"m-xs": "awsui_m-
|
|
141
|
-
"m-top-xs": "awsui_m-top-
|
|
142
|
-
"m-vertical-xs": "awsui_m-vertical-
|
|
143
|
-
"m-right-xs": "awsui_m-right-
|
|
144
|
-
"m-horizontal-xs": "awsui_m-horizontal-
|
|
145
|
-
"m-bottom-xs": "awsui_m-bottom-
|
|
146
|
-
"m-left-xs": "awsui_m-left-
|
|
147
|
-
"m-s": "awsui_m-
|
|
148
|
-
"m-top-s": "awsui_m-top-
|
|
149
|
-
"m-vertical-s": "awsui_m-vertical-
|
|
150
|
-
"m-right-s": "awsui_m-right-
|
|
151
|
-
"m-horizontal-s": "awsui_m-horizontal-
|
|
152
|
-
"m-bottom-s": "awsui_m-bottom-
|
|
153
|
-
"m-left-s": "awsui_m-left-
|
|
154
|
-
"m-m": "awsui_m-
|
|
155
|
-
"m-top-m": "awsui_m-top-
|
|
156
|
-
"m-vertical-m": "awsui_m-vertical-
|
|
157
|
-
"m-right-m": "awsui_m-right-
|
|
158
|
-
"m-horizontal-m": "awsui_m-horizontal-
|
|
159
|
-
"m-bottom-m": "awsui_m-bottom-
|
|
160
|
-
"m-left-m": "awsui_m-left-
|
|
161
|
-
"m-l": "awsui_m-
|
|
162
|
-
"m-top-l": "awsui_m-top-
|
|
163
|
-
"m-vertical-l": "awsui_m-vertical-
|
|
164
|
-
"m-right-l": "awsui_m-right-
|
|
165
|
-
"m-horizontal-l": "awsui_m-horizontal-
|
|
166
|
-
"m-bottom-l": "awsui_m-bottom-
|
|
167
|
-
"m-left-l": "awsui_m-left-
|
|
168
|
-
"m-xl": "awsui_m-
|
|
169
|
-
"m-top-xl": "awsui_m-top-
|
|
170
|
-
"m-vertical-xl": "awsui_m-vertical-
|
|
171
|
-
"m-right-xl": "awsui_m-right-
|
|
172
|
-
"m-horizontal-xl": "awsui_m-horizontal-
|
|
173
|
-
"m-bottom-xl": "awsui_m-bottom-
|
|
174
|
-
"m-left-xl": "awsui_m-left-
|
|
175
|
-
"m-xxl": "awsui_m-
|
|
176
|
-
"m-top-xxl": "awsui_m-top-
|
|
177
|
-
"m-vertical-xxl": "awsui_m-vertical-
|
|
178
|
-
"m-right-xxl": "awsui_m-right-
|
|
179
|
-
"m-horizontal-xxl": "awsui_m-horizontal-
|
|
180
|
-
"m-bottom-xxl": "awsui_m-bottom-
|
|
181
|
-
"m-left-xxl": "awsui_m-left-
|
|
182
|
-
"m-xxxl": "awsui_m-
|
|
183
|
-
"m-top-xxxl": "awsui_m-top-
|
|
184
|
-
"m-vertical-xxxl": "awsui_m-vertical-
|
|
185
|
-
"m-right-xxxl": "awsui_m-right-
|
|
186
|
-
"m-horizontal-xxxl": "awsui_m-horizontal-
|
|
187
|
-
"m-bottom-xxxl": "awsui_m-bottom-
|
|
188
|
-
"m-left-xxxl": "awsui_m-left-
|
|
189
|
-
"d-block": "awsui_d-
|
|
190
|
-
"d-inline": "awsui_d-
|
|
191
|
-
"d-inline-block": "awsui_d-inline-
|
|
192
|
-
"d-none": "awsui_d-
|
|
193
|
-
"f-left": "awsui_f-
|
|
194
|
-
"f-right": "awsui_f-
|
|
195
|
-
"root": "
|
|
4
|
+
"box": "awsui_box_18wu0_w5rwe_172",
|
|
5
|
+
"p-variant": "awsui_p-variant_18wu0_w5rwe_172",
|
|
6
|
+
"color-default": "awsui_color-default_18wu0_w5rwe_172",
|
|
7
|
+
"b-variant": "awsui_b-variant_18wu0_w5rwe_172",
|
|
8
|
+
"strong-variant": "awsui_strong-variant_18wu0_w5rwe_172",
|
|
9
|
+
"code-variant": "awsui_code-variant_18wu0_w5rwe_172",
|
|
10
|
+
"pre-variant": "awsui_pre-variant_18wu0_w5rwe_172",
|
|
11
|
+
"samp-variant": "awsui_samp-variant_18wu0_w5rwe_172",
|
|
12
|
+
"h1-variant": "awsui_h1-variant_18wu0_w5rwe_176",
|
|
13
|
+
"h2-variant": "awsui_h2-variant_18wu0_w5rwe_176",
|
|
14
|
+
"h3-variant": "awsui_h3-variant_18wu0_w5rwe_176",
|
|
15
|
+
"h4-variant": "awsui_h4-variant_18wu0_w5rwe_176",
|
|
16
|
+
"h5-variant": "awsui_h5-variant_18wu0_w5rwe_176",
|
|
17
|
+
"small-variant": "awsui_small-variant_18wu0_w5rwe_180",
|
|
18
|
+
"a-variant": "awsui_a-variant_18wu0_w5rwe_184",
|
|
19
|
+
"font-size-default": "awsui_font-size-default_18wu0_w5rwe_188",
|
|
20
|
+
"font-weight-default": "awsui_font-weight-default_18wu0_w5rwe_229",
|
|
21
|
+
"key-label-variant": "awsui_key-label-variant_18wu0_w5rwe_271",
|
|
22
|
+
"gen-ai-label-variant": "awsui_gen-ai-label-variant_18wu0_w5rwe_278",
|
|
23
|
+
"value-large-variant": "awsui_value-large-variant_18wu0_w5rwe_285",
|
|
24
|
+
"inline-code-variant": "awsui_inline-code-variant_18wu0_w5rwe_295",
|
|
25
|
+
"font-weight-heavy": "awsui_font-weight-heavy_18wu0_w5rwe_309",
|
|
26
|
+
"color-inverted": "awsui_color-inverted_18wu0_w5rwe_314",
|
|
27
|
+
"color-text-label": "awsui_color-text-label_18wu0_w5rwe_317",
|
|
28
|
+
"color-text-body-secondary": "awsui_color-text-body-secondary_18wu0_w5rwe_320",
|
|
29
|
+
"color-text-status-error": "awsui_color-text-status-error_18wu0_w5rwe_323",
|
|
30
|
+
"color-text-status-success": "awsui_color-text-status-success_18wu0_w5rwe_326",
|
|
31
|
+
"color-text-status-info": "awsui_color-text-status-info_18wu0_w5rwe_329",
|
|
32
|
+
"color-text-status-inactive": "awsui_color-text-status-inactive_18wu0_w5rwe_332",
|
|
33
|
+
"color-text-status-warning": "awsui_color-text-status-warning_18wu0_w5rwe_335",
|
|
34
|
+
"color-inherit": "awsui_color-inherit_18wu0_w5rwe_338",
|
|
35
|
+
"font-size-body-s": "awsui_font-size-body-s_18wu0_w5rwe_341",
|
|
36
|
+
"font-size-body-m": "awsui_font-size-body-m_18wu0_w5rwe_346",
|
|
37
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_18wu0_w5rwe_350",
|
|
38
|
+
"font-size-heading-s": "awsui_font-size-heading-s_18wu0_w5rwe_355",
|
|
39
|
+
"font-size-heading-m": "awsui_font-size-heading-m_18wu0_w5rwe_360",
|
|
40
|
+
"font-size-heading-l": "awsui_font-size-heading-l_18wu0_w5rwe_365",
|
|
41
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_18wu0_w5rwe_370",
|
|
42
|
+
"font-size-display-l": "awsui_font-size-display-l_18wu0_w5rwe_375",
|
|
43
|
+
"font-weight-light": "awsui_font-weight-light_18wu0_w5rwe_380",
|
|
44
|
+
"font-weight-normal": "awsui_font-weight-normal_18wu0_w5rwe_383",
|
|
45
|
+
"font-weight-bold": "awsui_font-weight-bold_18wu0_w5rwe_386",
|
|
46
|
+
"t-left": "awsui_t-left_18wu0_w5rwe_393",
|
|
47
|
+
"t-right": "awsui_t-right_18wu0_w5rwe_397",
|
|
48
|
+
"t-center": "awsui_t-center_18wu0_w5rwe_401",
|
|
49
|
+
"p-n": "awsui_p-n_18wu0_w5rwe_418",
|
|
50
|
+
"p-top-n": "awsui_p-top-n_18wu0_w5rwe_423",
|
|
51
|
+
"p-vertical-n": "awsui_p-vertical-n_18wu0_w5rwe_424",
|
|
52
|
+
"p-right-n": "awsui_p-right-n_18wu0_w5rwe_428",
|
|
53
|
+
"p-horizontal-n": "awsui_p-horizontal-n_18wu0_w5rwe_429",
|
|
54
|
+
"p-bottom-n": "awsui_p-bottom-n_18wu0_w5rwe_433",
|
|
55
|
+
"p-left-n": "awsui_p-left-n_18wu0_w5rwe_438",
|
|
56
|
+
"p-xxxs": "awsui_p-xxxs_18wu0_w5rwe_443",
|
|
57
|
+
"p-top-xxxs": "awsui_p-top-xxxs_18wu0_w5rwe_448",
|
|
58
|
+
"p-vertical-xxxs": "awsui_p-vertical-xxxs_18wu0_w5rwe_449",
|
|
59
|
+
"p-right-xxxs": "awsui_p-right-xxxs_18wu0_w5rwe_453",
|
|
60
|
+
"p-horizontal-xxxs": "awsui_p-horizontal-xxxs_18wu0_w5rwe_454",
|
|
61
|
+
"p-bottom-xxxs": "awsui_p-bottom-xxxs_18wu0_w5rwe_458",
|
|
62
|
+
"p-left-xxxs": "awsui_p-left-xxxs_18wu0_w5rwe_463",
|
|
63
|
+
"p-xxs": "awsui_p-xxs_18wu0_w5rwe_468",
|
|
64
|
+
"p-top-xxs": "awsui_p-top-xxs_18wu0_w5rwe_473",
|
|
65
|
+
"p-vertical-xxs": "awsui_p-vertical-xxs_18wu0_w5rwe_474",
|
|
66
|
+
"p-right-xxs": "awsui_p-right-xxs_18wu0_w5rwe_478",
|
|
67
|
+
"p-horizontal-xxs": "awsui_p-horizontal-xxs_18wu0_w5rwe_479",
|
|
68
|
+
"p-bottom-xxs": "awsui_p-bottom-xxs_18wu0_w5rwe_483",
|
|
69
|
+
"p-left-xxs": "awsui_p-left-xxs_18wu0_w5rwe_488",
|
|
70
|
+
"p-xs": "awsui_p-xs_18wu0_w5rwe_493",
|
|
71
|
+
"p-top-xs": "awsui_p-top-xs_18wu0_w5rwe_498",
|
|
72
|
+
"p-vertical-xs": "awsui_p-vertical-xs_18wu0_w5rwe_499",
|
|
73
|
+
"p-right-xs": "awsui_p-right-xs_18wu0_w5rwe_503",
|
|
74
|
+
"p-horizontal-xs": "awsui_p-horizontal-xs_18wu0_w5rwe_504",
|
|
75
|
+
"p-bottom-xs": "awsui_p-bottom-xs_18wu0_w5rwe_508",
|
|
76
|
+
"p-left-xs": "awsui_p-left-xs_18wu0_w5rwe_513",
|
|
77
|
+
"p-s": "awsui_p-s_18wu0_w5rwe_518",
|
|
78
|
+
"p-top-s": "awsui_p-top-s_18wu0_w5rwe_523",
|
|
79
|
+
"p-vertical-s": "awsui_p-vertical-s_18wu0_w5rwe_524",
|
|
80
|
+
"p-right-s": "awsui_p-right-s_18wu0_w5rwe_528",
|
|
81
|
+
"p-horizontal-s": "awsui_p-horizontal-s_18wu0_w5rwe_529",
|
|
82
|
+
"p-bottom-s": "awsui_p-bottom-s_18wu0_w5rwe_533",
|
|
83
|
+
"p-left-s": "awsui_p-left-s_18wu0_w5rwe_538",
|
|
84
|
+
"p-m": "awsui_p-m_18wu0_w5rwe_543",
|
|
85
|
+
"p-top-m": "awsui_p-top-m_18wu0_w5rwe_548",
|
|
86
|
+
"p-vertical-m": "awsui_p-vertical-m_18wu0_w5rwe_549",
|
|
87
|
+
"p-right-m": "awsui_p-right-m_18wu0_w5rwe_553",
|
|
88
|
+
"p-horizontal-m": "awsui_p-horizontal-m_18wu0_w5rwe_554",
|
|
89
|
+
"p-bottom-m": "awsui_p-bottom-m_18wu0_w5rwe_558",
|
|
90
|
+
"p-left-m": "awsui_p-left-m_18wu0_w5rwe_563",
|
|
91
|
+
"p-l": "awsui_p-l_18wu0_w5rwe_438",
|
|
92
|
+
"p-top-l": "awsui_p-top-l_18wu0_w5rwe_573",
|
|
93
|
+
"p-vertical-l": "awsui_p-vertical-l_18wu0_w5rwe_574",
|
|
94
|
+
"p-right-l": "awsui_p-right-l_18wu0_w5rwe_578",
|
|
95
|
+
"p-horizontal-l": "awsui_p-horizontal-l_18wu0_w5rwe_579",
|
|
96
|
+
"p-bottom-l": "awsui_p-bottom-l_18wu0_w5rwe_583",
|
|
97
|
+
"p-left-l": "awsui_p-left-l_18wu0_w5rwe_588",
|
|
98
|
+
"p-xl": "awsui_p-xl_18wu0_w5rwe_593",
|
|
99
|
+
"p-top-xl": "awsui_p-top-xl_18wu0_w5rwe_598",
|
|
100
|
+
"p-vertical-xl": "awsui_p-vertical-xl_18wu0_w5rwe_599",
|
|
101
|
+
"p-right-xl": "awsui_p-right-xl_18wu0_w5rwe_603",
|
|
102
|
+
"p-horizontal-xl": "awsui_p-horizontal-xl_18wu0_w5rwe_604",
|
|
103
|
+
"p-bottom-xl": "awsui_p-bottom-xl_18wu0_w5rwe_608",
|
|
104
|
+
"p-left-xl": "awsui_p-left-xl_18wu0_w5rwe_613",
|
|
105
|
+
"p-xxl": "awsui_p-xxl_18wu0_w5rwe_618",
|
|
106
|
+
"p-top-xxl": "awsui_p-top-xxl_18wu0_w5rwe_623",
|
|
107
|
+
"p-vertical-xxl": "awsui_p-vertical-xxl_18wu0_w5rwe_624",
|
|
108
|
+
"p-right-xxl": "awsui_p-right-xxl_18wu0_w5rwe_628",
|
|
109
|
+
"p-horizontal-xxl": "awsui_p-horizontal-xxl_18wu0_w5rwe_629",
|
|
110
|
+
"p-bottom-xxl": "awsui_p-bottom-xxl_18wu0_w5rwe_633",
|
|
111
|
+
"p-left-xxl": "awsui_p-left-xxl_18wu0_w5rwe_638",
|
|
112
|
+
"p-xxxl": "awsui_p-xxxl_18wu0_w5rwe_643",
|
|
113
|
+
"p-top-xxxl": "awsui_p-top-xxxl_18wu0_w5rwe_648",
|
|
114
|
+
"p-vertical-xxxl": "awsui_p-vertical-xxxl_18wu0_w5rwe_649",
|
|
115
|
+
"p-right-xxxl": "awsui_p-right-xxxl_18wu0_w5rwe_653",
|
|
116
|
+
"p-horizontal-xxxl": "awsui_p-horizontal-xxxl_18wu0_w5rwe_654",
|
|
117
|
+
"p-bottom-xxxl": "awsui_p-bottom-xxxl_18wu0_w5rwe_658",
|
|
118
|
+
"p-left-xxxl": "awsui_p-left-xxxl_18wu0_w5rwe_663",
|
|
119
|
+
"m-n": "awsui_m-n_18wu0_w5rwe_668",
|
|
120
|
+
"m-top-n": "awsui_m-top-n_18wu0_w5rwe_673",
|
|
121
|
+
"m-vertical-n": "awsui_m-vertical-n_18wu0_w5rwe_674",
|
|
122
|
+
"m-right-n": "awsui_m-right-n_18wu0_w5rwe_678",
|
|
123
|
+
"m-horizontal-n": "awsui_m-horizontal-n_18wu0_w5rwe_679",
|
|
124
|
+
"m-bottom-n": "awsui_m-bottom-n_18wu0_w5rwe_683",
|
|
125
|
+
"m-left-n": "awsui_m-left-n_18wu0_w5rwe_688",
|
|
126
|
+
"m-xxxs": "awsui_m-xxxs_18wu0_w5rwe_693",
|
|
127
|
+
"m-top-xxxs": "awsui_m-top-xxxs_18wu0_w5rwe_698",
|
|
128
|
+
"m-vertical-xxxs": "awsui_m-vertical-xxxs_18wu0_w5rwe_699",
|
|
129
|
+
"m-right-xxxs": "awsui_m-right-xxxs_18wu0_w5rwe_703",
|
|
130
|
+
"m-horizontal-xxxs": "awsui_m-horizontal-xxxs_18wu0_w5rwe_704",
|
|
131
|
+
"m-bottom-xxxs": "awsui_m-bottom-xxxs_18wu0_w5rwe_708",
|
|
132
|
+
"m-left-xxxs": "awsui_m-left-xxxs_18wu0_w5rwe_713",
|
|
133
|
+
"m-xxs": "awsui_m-xxs_18wu0_w5rwe_718",
|
|
134
|
+
"m-top-xxs": "awsui_m-top-xxs_18wu0_w5rwe_723",
|
|
135
|
+
"m-vertical-xxs": "awsui_m-vertical-xxs_18wu0_w5rwe_724",
|
|
136
|
+
"m-right-xxs": "awsui_m-right-xxs_18wu0_w5rwe_728",
|
|
137
|
+
"m-horizontal-xxs": "awsui_m-horizontal-xxs_18wu0_w5rwe_729",
|
|
138
|
+
"m-bottom-xxs": "awsui_m-bottom-xxs_18wu0_w5rwe_733",
|
|
139
|
+
"m-left-xxs": "awsui_m-left-xxs_18wu0_w5rwe_738",
|
|
140
|
+
"m-xs": "awsui_m-xs_18wu0_w5rwe_743",
|
|
141
|
+
"m-top-xs": "awsui_m-top-xs_18wu0_w5rwe_748",
|
|
142
|
+
"m-vertical-xs": "awsui_m-vertical-xs_18wu0_w5rwe_749",
|
|
143
|
+
"m-right-xs": "awsui_m-right-xs_18wu0_w5rwe_753",
|
|
144
|
+
"m-horizontal-xs": "awsui_m-horizontal-xs_18wu0_w5rwe_754",
|
|
145
|
+
"m-bottom-xs": "awsui_m-bottom-xs_18wu0_w5rwe_758",
|
|
146
|
+
"m-left-xs": "awsui_m-left-xs_18wu0_w5rwe_763",
|
|
147
|
+
"m-s": "awsui_m-s_18wu0_w5rwe_768",
|
|
148
|
+
"m-top-s": "awsui_m-top-s_18wu0_w5rwe_773",
|
|
149
|
+
"m-vertical-s": "awsui_m-vertical-s_18wu0_w5rwe_774",
|
|
150
|
+
"m-right-s": "awsui_m-right-s_18wu0_w5rwe_778",
|
|
151
|
+
"m-horizontal-s": "awsui_m-horizontal-s_18wu0_w5rwe_779",
|
|
152
|
+
"m-bottom-s": "awsui_m-bottom-s_18wu0_w5rwe_783",
|
|
153
|
+
"m-left-s": "awsui_m-left-s_18wu0_w5rwe_788",
|
|
154
|
+
"m-m": "awsui_m-m_18wu0_w5rwe_793",
|
|
155
|
+
"m-top-m": "awsui_m-top-m_18wu0_w5rwe_798",
|
|
156
|
+
"m-vertical-m": "awsui_m-vertical-m_18wu0_w5rwe_799",
|
|
157
|
+
"m-right-m": "awsui_m-right-m_18wu0_w5rwe_803",
|
|
158
|
+
"m-horizontal-m": "awsui_m-horizontal-m_18wu0_w5rwe_804",
|
|
159
|
+
"m-bottom-m": "awsui_m-bottom-m_18wu0_w5rwe_808",
|
|
160
|
+
"m-left-m": "awsui_m-left-m_18wu0_w5rwe_813",
|
|
161
|
+
"m-l": "awsui_m-l_18wu0_w5rwe_688",
|
|
162
|
+
"m-top-l": "awsui_m-top-l_18wu0_w5rwe_823",
|
|
163
|
+
"m-vertical-l": "awsui_m-vertical-l_18wu0_w5rwe_824",
|
|
164
|
+
"m-right-l": "awsui_m-right-l_18wu0_w5rwe_828",
|
|
165
|
+
"m-horizontal-l": "awsui_m-horizontal-l_18wu0_w5rwe_829",
|
|
166
|
+
"m-bottom-l": "awsui_m-bottom-l_18wu0_w5rwe_833",
|
|
167
|
+
"m-left-l": "awsui_m-left-l_18wu0_w5rwe_838",
|
|
168
|
+
"m-xl": "awsui_m-xl_18wu0_w5rwe_843",
|
|
169
|
+
"m-top-xl": "awsui_m-top-xl_18wu0_w5rwe_848",
|
|
170
|
+
"m-vertical-xl": "awsui_m-vertical-xl_18wu0_w5rwe_849",
|
|
171
|
+
"m-right-xl": "awsui_m-right-xl_18wu0_w5rwe_853",
|
|
172
|
+
"m-horizontal-xl": "awsui_m-horizontal-xl_18wu0_w5rwe_854",
|
|
173
|
+
"m-bottom-xl": "awsui_m-bottom-xl_18wu0_w5rwe_858",
|
|
174
|
+
"m-left-xl": "awsui_m-left-xl_18wu0_w5rwe_863",
|
|
175
|
+
"m-xxl": "awsui_m-xxl_18wu0_w5rwe_868",
|
|
176
|
+
"m-top-xxl": "awsui_m-top-xxl_18wu0_w5rwe_873",
|
|
177
|
+
"m-vertical-xxl": "awsui_m-vertical-xxl_18wu0_w5rwe_874",
|
|
178
|
+
"m-right-xxl": "awsui_m-right-xxl_18wu0_w5rwe_878",
|
|
179
|
+
"m-horizontal-xxl": "awsui_m-horizontal-xxl_18wu0_w5rwe_879",
|
|
180
|
+
"m-bottom-xxl": "awsui_m-bottom-xxl_18wu0_w5rwe_883",
|
|
181
|
+
"m-left-xxl": "awsui_m-left-xxl_18wu0_w5rwe_888",
|
|
182
|
+
"m-xxxl": "awsui_m-xxxl_18wu0_w5rwe_893",
|
|
183
|
+
"m-top-xxxl": "awsui_m-top-xxxl_18wu0_w5rwe_898",
|
|
184
|
+
"m-vertical-xxxl": "awsui_m-vertical-xxxl_18wu0_w5rwe_899",
|
|
185
|
+
"m-right-xxxl": "awsui_m-right-xxxl_18wu0_w5rwe_903",
|
|
186
|
+
"m-horizontal-xxxl": "awsui_m-horizontal-xxxl_18wu0_w5rwe_904",
|
|
187
|
+
"m-bottom-xxxl": "awsui_m-bottom-xxxl_18wu0_w5rwe_908",
|
|
188
|
+
"m-left-xxxl": "awsui_m-left-xxxl_18wu0_w5rwe_913",
|
|
189
|
+
"d-block": "awsui_d-block_18wu0_w5rwe_918",
|
|
190
|
+
"d-inline": "awsui_d-inline_18wu0_w5rwe_921",
|
|
191
|
+
"d-inline-block": "awsui_d-inline-block_18wu0_w5rwe_924",
|
|
192
|
+
"d-none": "awsui_d-none_18wu0_w5rwe_927",
|
|
193
|
+
"f-left": "awsui_f-left_18wu0_w5rwe_931",
|
|
194
|
+
"f-right": "awsui_f-right_18wu0_w5rwe_935",
|
|
195
|
+
"root": "awsui_root_18wu0_w5rwe_939"
|
|
196
196
|
};
|
|
197
197
|
|