@cloudscape-design/components-themeable 3.0.1006 → 3.0.1007
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/styles.scss +26 -17
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +75 -59
- package/lib/internal/scss/internal/styles/foundation/shadows.scss +3 -1
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -32
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
- 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 +17 -17
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +39 -39
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +17 -17
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +21 -21
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +45 -45
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +21 -21
- package/lib/internal/template/button/index.d.ts.map +1 -1
- package/lib/internal/template/button/index.js +2 -2
- package/lib/internal/template/button/index.js.map +1 -1
- package/lib/internal/template/button/interfaces.d.ts +35 -0
- package/lib/internal/template/button/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button/interfaces.js.map +1 -1
- package/lib/internal/template/button/internal.d.ts.map +1 -1
- package/lib/internal/template/button/internal.js +27 -3
- package/lib/internal/template/button/internal.js.map +1 -1
- package/lib/internal/template/button/styles.css.js +22 -22
- package/lib/internal/template/button/styles.scoped.css +211 -210
- package/lib/internal/template/button/styles.selectors.js +22 -22
- package/lib/internal/template/content-layout/styles.css.js +14 -14
- package/lib/internal/template/content-layout/styles.scoped.css +27 -27
- package/lib/internal/template/content-layout/styles.selectors.js +14 -14
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +166 -166
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +21 -21
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +44 -44
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +21 -21
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -38
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +76 -61
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +75 -59
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +12 -13
- package/lib/internal/template/internal/generated/theming/index.d.ts +12 -13
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +86 -86
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +39 -39
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/package.json +1 -1
|
@@ -150,10 +150,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
.awsui_dropdown-content-
|
|
154
|
-
animation: awsui_awsui-motion-fade-in-
|
|
153
|
+
.awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
|
|
154
|
+
animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_lmmh6_1 var(--motion-duration-show-quick-i2gulq, 135ms) var(--motion-easing-show-quick-xucy9w, ease-out);
|
|
155
155
|
}
|
|
156
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
156
|
+
@keyframes awsui_awsui-motion-fade-in-dropdown_qwoo0_lmmh6_1 {
|
|
157
157
|
from {
|
|
158
158
|
opacity: 0.4;
|
|
159
159
|
}
|
|
@@ -162,22 +162,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
@media (prefers-reduced-motion: reduce) {
|
|
165
|
-
.awsui_dropdown-content-
|
|
165
|
+
.awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
|
|
166
166
|
animation: none;
|
|
167
167
|
transition: none;
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
|
-
.awsui-motion-disabled .awsui_dropdown-content-
|
|
170
|
+
.awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
|
|
171
171
|
animation: none;
|
|
172
172
|
transition: none;
|
|
173
173
|
}
|
|
174
|
-
.awsui_dropdown-content-
|
|
174
|
+
.awsui_dropdown-content-wrapper_qwoo0_lmmh6_153.awsui_refresh_qwoo0_lmmh6_174:not(#\9) {
|
|
175
175
|
transform-origin: top;
|
|
176
|
-
animation-name: awsui_awsui-motion-fade-in-
|
|
176
|
+
animation-name: awsui_awsui-motion-fade-in-0_qwoo0_lmmh6_1;
|
|
177
177
|
animation-duration: var(--motion-duration-show-quick-i2gulq, 135ms);
|
|
178
178
|
animation-timing-function: var(--motion-easing-show-quick-xucy9w, ease-out);
|
|
179
179
|
}
|
|
180
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
180
|
+
@keyframes awsui_awsui-motion-fade-in-0_qwoo0_lmmh6_1 {
|
|
181
181
|
from {
|
|
182
182
|
opacity: 0;
|
|
183
183
|
}
|
|
@@ -186,17 +186,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
@media (prefers-reduced-motion: reduce) {
|
|
189
|
-
.awsui_dropdown-content-
|
|
189
|
+
.awsui_dropdown-content-wrapper_qwoo0_lmmh6_153.awsui_refresh_qwoo0_lmmh6_174:not(#\9) {
|
|
190
190
|
animation: none;
|
|
191
191
|
transition: none;
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
.awsui-motion-disabled .awsui_dropdown-content-
|
|
194
|
+
.awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153.awsui_refresh_qwoo0_lmmh6_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153.awsui_refresh_qwoo0_lmmh6_174:not(#\9) {
|
|
195
195
|
animation: none;
|
|
196
196
|
transition: none;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
.
|
|
199
|
+
.awsui_root_qwoo0_lmmh6_199:not(#\9) {
|
|
200
200
|
border-collapse: separate;
|
|
201
201
|
border-spacing: 0;
|
|
202
202
|
box-sizing: border-box;
|
|
@@ -230,34 +230,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
230
230
|
position: relative;
|
|
231
231
|
white-space: inherit;
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
.awsui_root_qwoo0_lmmh6_199.awsui_interior_qwoo0_lmmh6_232:not(#\9) {
|
|
234
234
|
position: static;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.
|
|
237
|
+
.awsui_dropdown_qwoo0_lmmh6_153:not(#\9) {
|
|
238
238
|
position: absolute;
|
|
239
239
|
display: none;
|
|
240
240
|
z-index: 2000;
|
|
241
241
|
transform-origin: top;
|
|
242
242
|
}
|
|
243
|
-
.
|
|
243
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_use-portal_qwoo0_lmmh6_242:not(#\9) {
|
|
244
244
|
z-index: 7000;
|
|
245
245
|
}
|
|
246
|
-
.
|
|
246
|
+
.awsui_dropdown_qwoo0_lmmh6_153:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232) {
|
|
247
247
|
transform: translateY(0px);
|
|
248
248
|
transition: transform var(--motion-duration-show-quick-i2gulq, 135ms);
|
|
249
249
|
}
|
|
250
250
|
@media (prefers-reduced-motion: reduce) {
|
|
251
|
-
.
|
|
251
|
+
.awsui_dropdown_qwoo0_lmmh6_153:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232) {
|
|
252
252
|
animation: none;
|
|
253
253
|
transition: none;
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
|
-
.awsui-motion-disabled .
|
|
256
|
+
.awsui-motion-disabled .awsui_dropdown_qwoo0_lmmh6_153:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232), .awsui-mode-entering .awsui_dropdown_qwoo0_lmmh6_153:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232) {
|
|
257
257
|
animation: none;
|
|
258
258
|
transition: none;
|
|
259
259
|
}
|
|
260
|
-
.awsui_dropdown-content-
|
|
260
|
+
.awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
|
|
261
261
|
position: relative;
|
|
262
262
|
background-color: var(--color-background-dropdown-item-default-fhmksr, #ffffff);
|
|
263
263
|
outline: none;
|
|
@@ -269,7 +269,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
269
269
|
border-block: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-container-top-svitxz, #eaeded);
|
|
270
270
|
box-sizing: border-box;
|
|
271
271
|
}
|
|
272
|
-
.awsui_dropdown-content-
|
|
272
|
+
.awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9)::after {
|
|
273
273
|
content: "";
|
|
274
274
|
position: absolute;
|
|
275
275
|
z-index: 1;
|
|
@@ -286,65 +286,65 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
286
286
|
border-end-end-radius: var(--border-radius-dropdown-oaxffg, 0px);
|
|
287
287
|
pointer-events: none;
|
|
288
288
|
}
|
|
289
|
-
.awsui_dropdown-content-
|
|
289
|
+
.awsui_dropdown-content-wrapper_qwoo0_lmmh6_153.awsui_is-empty_qwoo0_lmmh6_288:not(#\9)::after {
|
|
290
290
|
display: none;
|
|
291
291
|
}
|
|
292
|
-
.
|
|
292
|
+
.awsui_dropdown_qwoo0_lmmh6_153 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
|
|
293
293
|
border-block-start: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-container-top-svitxz, #eaeded);
|
|
294
294
|
border-block-end: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-dropdown-group-dg9zg5, #eaeded);
|
|
295
295
|
}
|
|
296
|
-
.awsui_dropdown-drop-
|
|
296
|
+
.awsui_dropdown-drop-up_qwoo0_lmmh6_295 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
|
|
297
297
|
transform-origin: bottom;
|
|
298
298
|
box-shadow: var(--shadow-dropup-44quix, 0 -1px 1px 0 rgba(0, 28, 36, 0.3), 1px -1px 1px 0 rgba(0, 28, 36, 0.15), -1px -1px 1px 0 rgba(0, 28, 36, 0.15));
|
|
299
299
|
}
|
|
300
|
-
.awsui_dropdown-drop-
|
|
300
|
+
.awsui_dropdown-drop-up_qwoo0_lmmh6_295.awsui_with-limited-width_qwoo0_lmmh6_299 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
|
|
301
301
|
border-block-start: none;
|
|
302
302
|
}
|
|
303
|
-
.awsui_dropdown-drop-
|
|
303
|
+
.awsui_dropdown-drop-left_qwoo0_lmmh6_302:not(#\9) {
|
|
304
304
|
inset-inline-end: 0;
|
|
305
305
|
}
|
|
306
|
-
.awsui_dropdown-drop-
|
|
306
|
+
.awsui_dropdown-drop-right_qwoo0_lmmh6_305:not(#\9) {
|
|
307
307
|
inset-inline-start: 0;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_occupy-entire-width_qwoo0_lmmh6_308:not(#\9) {
|
|
310
310
|
min-inline-size: 100%;
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_stretch-beyond-trigger-width_qwoo0_lmmh6_311:not(#\9) {
|
|
313
313
|
inline-size: max-content;
|
|
314
|
-
max-inline-size: var(--awsui-dropdown-default-max-width-
|
|
314
|
+
max-inline-size: var(--awsui-dropdown-default-max-width-kcc2gu, 100%);
|
|
315
315
|
}
|
|
316
|
-
.
|
|
316
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_interior_qwoo0_lmmh6_232 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
|
|
317
317
|
margin-block-start: -1px;
|
|
318
318
|
}
|
|
319
|
-
.
|
|
319
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_hide-block-border_qwoo0_lmmh6_318 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
|
|
320
320
|
border-block-start: none;
|
|
321
321
|
}
|
|
322
|
-
.
|
|
322
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_hide-block-border_qwoo0_lmmh6_318:not(#\9):not(.awsui_dropdown-drop-up_qwoo0_lmmh6_295) > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153 {
|
|
323
323
|
border-block-end: none;
|
|
324
324
|
}
|
|
325
|
-
.
|
|
325
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_hide-block-border_qwoo0_lmmh6_318.awsui_refresh_qwoo0_lmmh6_174 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
|
|
326
326
|
border-block-end: none;
|
|
327
327
|
}
|
|
328
|
-
.
|
|
328
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_open_qwoo0_lmmh6_327:not(#\9) {
|
|
329
329
|
display: block;
|
|
330
330
|
}
|
|
331
|
-
.
|
|
331
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_open_qwoo0_lmmh6_327:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232).awsui_refresh_qwoo0_lmmh6_174[data-animating=true] {
|
|
332
332
|
transform: translateY(4px);
|
|
333
333
|
}
|
|
334
|
-
.
|
|
334
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_open_qwoo0_lmmh6_327:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232).awsui_refresh_qwoo0_lmmh6_174[data-animating=true].awsui_dropdown-drop-up_qwoo0_lmmh6_295 {
|
|
335
335
|
transform: translateY(-4px);
|
|
336
336
|
}
|
|
337
|
-
.
|
|
337
|
+
.awsui_dropdown_qwoo0_lmmh6_153.awsui_open_qwoo0_lmmh6_327.awsui_nowrap_qwoo0_lmmh6_336:not(#\9) {
|
|
338
338
|
white-space: nowrap;
|
|
339
339
|
overflow: scroll;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
.awsui_dropdown-
|
|
342
|
+
.awsui_dropdown-content_qwoo0_lmmh6_153:not(#\9) {
|
|
343
343
|
display: flex;
|
|
344
344
|
flex-direction: column;
|
|
345
345
|
inline-size: 100%;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
.awsui_stretch-trigger-
|
|
348
|
+
.awsui_stretch-trigger-height_qwoo0_lmmh6_347:not(#\9) {
|
|
349
349
|
block-size: 100%;
|
|
350
350
|
}
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"dropdown-content-wrapper": "awsui_dropdown-content-
|
|
6
|
-
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-
|
|
7
|
-
"refresh": "
|
|
8
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
9
|
-
"root": "
|
|
10
|
-
"interior": "
|
|
11
|
-
"dropdown": "
|
|
12
|
-
"use-portal": "awsui_use-
|
|
13
|
-
"is-empty": "awsui_is-
|
|
14
|
-
"dropdown-drop-up": "awsui_dropdown-drop-
|
|
15
|
-
"with-limited-width": "awsui_with-limited-
|
|
16
|
-
"dropdown-drop-left": "awsui_dropdown-drop-
|
|
17
|
-
"dropdown-drop-right": "awsui_dropdown-drop-
|
|
18
|
-
"occupy-entire-width": "awsui_occupy-entire-
|
|
19
|
-
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-
|
|
20
|
-
"hide-block-border": "awsui_hide-block-
|
|
21
|
-
"open": "
|
|
22
|
-
"nowrap": "
|
|
23
|
-
"dropdown-content": "awsui_dropdown-
|
|
24
|
-
"stretch-trigger-height": "awsui_stretch-trigger-
|
|
5
|
+
"dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_lmmh6_153",
|
|
6
|
+
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_lmmh6_1",
|
|
7
|
+
"refresh": "awsui_refresh_qwoo0_lmmh6_174",
|
|
8
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_lmmh6_1",
|
|
9
|
+
"root": "awsui_root_qwoo0_lmmh6_199",
|
|
10
|
+
"interior": "awsui_interior_qwoo0_lmmh6_232",
|
|
11
|
+
"dropdown": "awsui_dropdown_qwoo0_lmmh6_153",
|
|
12
|
+
"use-portal": "awsui_use-portal_qwoo0_lmmh6_242",
|
|
13
|
+
"is-empty": "awsui_is-empty_qwoo0_lmmh6_288",
|
|
14
|
+
"dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_lmmh6_295",
|
|
15
|
+
"with-limited-width": "awsui_with-limited-width_qwoo0_lmmh6_299",
|
|
16
|
+
"dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_lmmh6_302",
|
|
17
|
+
"dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_lmmh6_305",
|
|
18
|
+
"occupy-entire-width": "awsui_occupy-entire-width_qwoo0_lmmh6_308",
|
|
19
|
+
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_lmmh6_311",
|
|
20
|
+
"hide-block-border": "awsui_hide-block-border_qwoo0_lmmh6_318",
|
|
21
|
+
"open": "awsui_open_qwoo0_lmmh6_327",
|
|
22
|
+
"nowrap": "awsui_nowrap_qwoo0_lmmh6_336",
|
|
23
|
+
"dropdown-content": "awsui_dropdown-content_qwoo0_lmmh6_153",
|
|
24
|
+
"stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_lmmh6_347"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -1,63 +1,78 @@
|
|
|
1
1
|
declare const customCSSPropertiesMap: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
2
|
+
maxContentWidth: string;
|
|
3
|
+
minContentWidth: string;
|
|
4
|
+
breadcrumbsGap: string;
|
|
5
|
+
contentGapLeft: string;
|
|
6
|
+
contentGapRight: string;
|
|
7
|
+
contentHeight: string;
|
|
8
|
+
contentLayoutDefaultHorizontalPadding: string;
|
|
9
|
+
contentLayoutMaxContentWidth: string;
|
|
10
|
+
contentLayoutMainGap: string;
|
|
11
|
+
defaultMaxContentWidth: string;
|
|
12
|
+
defaultMinContentWidth: string;
|
|
13
|
+
drawerSize: string;
|
|
14
|
+
footerHeight: string;
|
|
15
|
+
headerGap: string;
|
|
16
|
+
headerHeight: string;
|
|
17
|
+
layoutWidth: string;
|
|
18
|
+
mainGap: string;
|
|
19
|
+
mainOffsetLeft: string;
|
|
20
|
+
mainTemplateRows: string;
|
|
21
|
+
mobileBarHeight: string;
|
|
22
|
+
notificationsHeight: string;
|
|
23
|
+
offsetTop: string;
|
|
24
|
+
overlapHeight: string;
|
|
25
|
+
navigationWidth: string;
|
|
26
|
+
splitPanelReportedHeaderSize: string;
|
|
27
|
+
splitPanelReportedSize: string;
|
|
28
|
+
splitPanelHeight: string;
|
|
29
|
+
splitPanelMinWidth: string;
|
|
30
|
+
splitPanelMaxWidth: string;
|
|
31
|
+
toolsMaxWidth: string;
|
|
32
|
+
toolsWidth: string;
|
|
33
|
+
toolsAnimationStartingOpacity: string;
|
|
34
|
+
contentScrollMargin: string;
|
|
35
|
+
flashbarStackDepth: string;
|
|
36
|
+
flashbarStackIndex: string;
|
|
37
|
+
flashbarStickyBottomMargin: string;
|
|
38
|
+
stackedNotificationsBottomMargin: string;
|
|
39
|
+
stackedNotificationsDefaultBottomMargin: string;
|
|
40
|
+
dropdownDefaultMaxWidth: string;
|
|
41
|
+
spinnerRotatorFrom: string;
|
|
42
|
+
spinnerRotatorTo: string;
|
|
43
|
+
spinnerLineLeftFrom: string;
|
|
44
|
+
spinnerLineLeftTo: string;
|
|
45
|
+
spinnerLineRightFrom: string;
|
|
46
|
+
spinnerLineRightTo: string;
|
|
47
|
+
sliderLabelCount: string;
|
|
48
|
+
sliderTickCount: string;
|
|
49
|
+
sliderReferenceColumn: string;
|
|
50
|
+
sliderNextReferenceColumn: string;
|
|
51
|
+
sliderMaxStart: string;
|
|
52
|
+
sliderMinEnd: string;
|
|
53
|
+
sliderRangeInlineSize: string;
|
|
54
|
+
sliderTooltipPosition: string;
|
|
55
|
+
togglesLeftWidth: string;
|
|
56
|
+
togglesRightWidth: string;
|
|
57
|
+
promptInputMaxRows: string;
|
|
58
|
+
promptInputScrollHeight: string;
|
|
59
|
+
dragHandleAnimationInlineOffset: string;
|
|
60
|
+
dragHandleAnimationBlockOffset: string;
|
|
61
|
+
styleBackgroundActive: string;
|
|
62
|
+
styleBackgroundDefault: string;
|
|
63
|
+
styleBackgroundDisabled: string;
|
|
64
|
+
styleBackgroundHover: string;
|
|
65
|
+
styleBorderColorActive: string;
|
|
66
|
+
styleBorderColorDefault: string;
|
|
67
|
+
styleBorderColorDisabled: string;
|
|
68
|
+
styleBorderColorHover: string;
|
|
69
|
+
styleColorActive: string;
|
|
70
|
+
styleColorDefault: string;
|
|
71
|
+
styleColorDisabled: string;
|
|
72
|
+
styleColorHover: string;
|
|
73
|
+
styleFocusRingBorderColor: string;
|
|
74
|
+
styleFocusRingBorderRadius: string;
|
|
75
|
+
styleFocusRingBorderWidth: string;
|
|
76
|
+
styleFocusRingBoxShadow: string;
|
|
61
77
|
};
|
|
62
|
-
export default customCSSPropertiesMap;
|
|
63
|
-
//# sourceMappingURL=index.d.ts.map
|
|
78
|
+
export default customCSSPropertiesMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AACM,QAAA,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AACM,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4E3B,CAAC;AACF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,63 +1,79 @@
|
|
|
1
1
|
const customCSSPropertiesMap = {
|
|
2
|
-
"maxContentWidth": "--awsui-max-content-width-
|
|
3
|
-
"minContentWidth": "--awsui-min-content-width-
|
|
4
|
-
"breadcrumbsGap": "--awsui-breadcrumbs-gap-
|
|
5
|
-
"contentGapLeft": "--awsui-content-gap-left-
|
|
6
|
-
"contentGapRight": "--awsui-content-gap-right-
|
|
7
|
-
"contentHeight": "--awsui-content-height-
|
|
8
|
-
"contentLayoutDefaultHorizontalPadding": "--awsui-content-layout-default-horizontal-padding-
|
|
9
|
-
"contentLayoutMaxContentWidth": "--awsui-content-layout-max-content-width-
|
|
10
|
-
"contentLayoutMainGap": "--awsui-content-layout-main-gap-
|
|
11
|
-
"defaultMaxContentWidth": "--awsui-default-max-content-width-
|
|
12
|
-
"defaultMinContentWidth": "--awsui-default-min-content-width-
|
|
13
|
-
"drawerSize": "--awsui-drawer-size-
|
|
14
|
-
"footerHeight": "--awsui-footer-height-
|
|
15
|
-
"headerGap": "--awsui-header-gap-
|
|
16
|
-
"headerHeight": "--awsui-header-height-
|
|
17
|
-
"layoutWidth": "--awsui-layout-width-
|
|
18
|
-
"mainGap": "--awsui-main-gap-
|
|
19
|
-
"mainOffsetLeft": "--awsui-main-offset-left-
|
|
20
|
-
"mainTemplateRows": "--awsui-main-template-rows-
|
|
21
|
-
"mobileBarHeight": "--awsui-mobile-bar-height-
|
|
22
|
-
"notificationsHeight": "--awsui-notifications-height-
|
|
23
|
-
"offsetTop": "--awsui-offset-top-
|
|
24
|
-
"overlapHeight": "--awsui-overlap-height-
|
|
25
|
-
"navigationWidth": "--awsui-navigation-width-
|
|
26
|
-
"splitPanelReportedHeaderSize": "--awsui-split-panel-reported-header-size-
|
|
27
|
-
"splitPanelReportedSize": "--awsui-split-panel-reported-size-
|
|
28
|
-
"splitPanelHeight": "--awsui-split-panel-height-
|
|
29
|
-
"splitPanelMinWidth": "--awsui-split-panel-min-width-
|
|
30
|
-
"splitPanelMaxWidth": "--awsui-split-panel-max-width-
|
|
31
|
-
"toolsMaxWidth": "--awsui-tools-max-width-
|
|
32
|
-
"toolsWidth": "--awsui-tools-width-
|
|
33
|
-
"toolsAnimationStartingOpacity": "--awsui-tools-animation-starting-opacity-
|
|
34
|
-
"contentScrollMargin": "--awsui-content-scroll-margin-
|
|
35
|
-
"flashbarStackDepth": "--awsui-flashbar-stack-depth-
|
|
36
|
-
"flashbarStackIndex": "--awsui-flashbar-stack-index-
|
|
37
|
-
"flashbarStickyBottomMargin": "--awsui-flashbar-sticky-bottom-margin-
|
|
38
|
-
"stackedNotificationsBottomMargin": "--awsui-stacked-notifications-bottom-margin-
|
|
39
|
-
"stackedNotificationsDefaultBottomMargin": "--awsui-stacked-notifications-default-bottom-margin-
|
|
40
|
-
"dropdownDefaultMaxWidth": "--awsui-dropdown-default-max-width-
|
|
41
|
-
"spinnerRotatorFrom": "--awsui-spinner-rotator-from-
|
|
42
|
-
"spinnerRotatorTo": "--awsui-spinner-rotator-to-
|
|
43
|
-
"spinnerLineLeftFrom": "--awsui-spinner-line-left-from-
|
|
44
|
-
"spinnerLineLeftTo": "--awsui-spinner-line-left-to-
|
|
45
|
-
"spinnerLineRightFrom": "--awsui-spinner-line-right-from-
|
|
46
|
-
"spinnerLineRightTo": "--awsui-spinner-line-right-to-
|
|
47
|
-
"sliderLabelCount": "--awsui-slider-label-count-
|
|
48
|
-
"sliderTickCount": "--awsui-slider-tick-count-
|
|
49
|
-
"sliderReferenceColumn": "--awsui-slider-reference-column-
|
|
50
|
-
"sliderNextReferenceColumn": "--awsui-slider-next-reference-column-
|
|
51
|
-
"sliderMaxStart": "--awsui-slider-max-start-
|
|
52
|
-
"sliderMinEnd": "--awsui-slider-min-end-
|
|
53
|
-
"sliderRangeInlineSize": "--awsui-slider-range-inline-size-
|
|
54
|
-
"sliderTooltipPosition": "--awsui-slider-tooltip-position-
|
|
55
|
-
"togglesLeftWidth": "--awsui-toggles-left-width-
|
|
56
|
-
"togglesRightWidth": "--awsui-toggles-right-width-
|
|
57
|
-
"promptInputMaxRows": "--awsui-prompt-input-max-rows-
|
|
58
|
-
"promptInputScrollHeight": "--awsui-prompt-input-scroll-height-
|
|
59
|
-
"dragHandleAnimationInlineOffset": "--awsui-drag-handle-animation-inline-offset-
|
|
60
|
-
"dragHandleAnimationBlockOffset": "--awsui-drag-handle-animation-block-offset-
|
|
2
|
+
"maxContentWidth": "--awsui-max-content-width-kcc2gu",
|
|
3
|
+
"minContentWidth": "--awsui-min-content-width-kcc2gu",
|
|
4
|
+
"breadcrumbsGap": "--awsui-breadcrumbs-gap-kcc2gu",
|
|
5
|
+
"contentGapLeft": "--awsui-content-gap-left-kcc2gu",
|
|
6
|
+
"contentGapRight": "--awsui-content-gap-right-kcc2gu",
|
|
7
|
+
"contentHeight": "--awsui-content-height-kcc2gu",
|
|
8
|
+
"contentLayoutDefaultHorizontalPadding": "--awsui-content-layout-default-horizontal-padding-kcc2gu",
|
|
9
|
+
"contentLayoutMaxContentWidth": "--awsui-content-layout-max-content-width-kcc2gu",
|
|
10
|
+
"contentLayoutMainGap": "--awsui-content-layout-main-gap-kcc2gu",
|
|
11
|
+
"defaultMaxContentWidth": "--awsui-default-max-content-width-kcc2gu",
|
|
12
|
+
"defaultMinContentWidth": "--awsui-default-min-content-width-kcc2gu",
|
|
13
|
+
"drawerSize": "--awsui-drawer-size-kcc2gu",
|
|
14
|
+
"footerHeight": "--awsui-footer-height-kcc2gu",
|
|
15
|
+
"headerGap": "--awsui-header-gap-kcc2gu",
|
|
16
|
+
"headerHeight": "--awsui-header-height-kcc2gu",
|
|
17
|
+
"layoutWidth": "--awsui-layout-width-kcc2gu",
|
|
18
|
+
"mainGap": "--awsui-main-gap-kcc2gu",
|
|
19
|
+
"mainOffsetLeft": "--awsui-main-offset-left-kcc2gu",
|
|
20
|
+
"mainTemplateRows": "--awsui-main-template-rows-kcc2gu",
|
|
21
|
+
"mobileBarHeight": "--awsui-mobile-bar-height-kcc2gu",
|
|
22
|
+
"notificationsHeight": "--awsui-notifications-height-kcc2gu",
|
|
23
|
+
"offsetTop": "--awsui-offset-top-kcc2gu",
|
|
24
|
+
"overlapHeight": "--awsui-overlap-height-kcc2gu",
|
|
25
|
+
"navigationWidth": "--awsui-navigation-width-kcc2gu",
|
|
26
|
+
"splitPanelReportedHeaderSize": "--awsui-split-panel-reported-header-size-kcc2gu",
|
|
27
|
+
"splitPanelReportedSize": "--awsui-split-panel-reported-size-kcc2gu",
|
|
28
|
+
"splitPanelHeight": "--awsui-split-panel-height-kcc2gu",
|
|
29
|
+
"splitPanelMinWidth": "--awsui-split-panel-min-width-kcc2gu",
|
|
30
|
+
"splitPanelMaxWidth": "--awsui-split-panel-max-width-kcc2gu",
|
|
31
|
+
"toolsMaxWidth": "--awsui-tools-max-width-kcc2gu",
|
|
32
|
+
"toolsWidth": "--awsui-tools-width-kcc2gu",
|
|
33
|
+
"toolsAnimationStartingOpacity": "--awsui-tools-animation-starting-opacity-kcc2gu",
|
|
34
|
+
"contentScrollMargin": "--awsui-content-scroll-margin-kcc2gu",
|
|
35
|
+
"flashbarStackDepth": "--awsui-flashbar-stack-depth-kcc2gu",
|
|
36
|
+
"flashbarStackIndex": "--awsui-flashbar-stack-index-kcc2gu",
|
|
37
|
+
"flashbarStickyBottomMargin": "--awsui-flashbar-sticky-bottom-margin-kcc2gu",
|
|
38
|
+
"stackedNotificationsBottomMargin": "--awsui-stacked-notifications-bottom-margin-kcc2gu",
|
|
39
|
+
"stackedNotificationsDefaultBottomMargin": "--awsui-stacked-notifications-default-bottom-margin-kcc2gu",
|
|
40
|
+
"dropdownDefaultMaxWidth": "--awsui-dropdown-default-max-width-kcc2gu",
|
|
41
|
+
"spinnerRotatorFrom": "--awsui-spinner-rotator-from-kcc2gu",
|
|
42
|
+
"spinnerRotatorTo": "--awsui-spinner-rotator-to-kcc2gu",
|
|
43
|
+
"spinnerLineLeftFrom": "--awsui-spinner-line-left-from-kcc2gu",
|
|
44
|
+
"spinnerLineLeftTo": "--awsui-spinner-line-left-to-kcc2gu",
|
|
45
|
+
"spinnerLineRightFrom": "--awsui-spinner-line-right-from-kcc2gu",
|
|
46
|
+
"spinnerLineRightTo": "--awsui-spinner-line-right-to-kcc2gu",
|
|
47
|
+
"sliderLabelCount": "--awsui-slider-label-count-kcc2gu",
|
|
48
|
+
"sliderTickCount": "--awsui-slider-tick-count-kcc2gu",
|
|
49
|
+
"sliderReferenceColumn": "--awsui-slider-reference-column-kcc2gu",
|
|
50
|
+
"sliderNextReferenceColumn": "--awsui-slider-next-reference-column-kcc2gu",
|
|
51
|
+
"sliderMaxStart": "--awsui-slider-max-start-kcc2gu",
|
|
52
|
+
"sliderMinEnd": "--awsui-slider-min-end-kcc2gu",
|
|
53
|
+
"sliderRangeInlineSize": "--awsui-slider-range-inline-size-kcc2gu",
|
|
54
|
+
"sliderTooltipPosition": "--awsui-slider-tooltip-position-kcc2gu",
|
|
55
|
+
"togglesLeftWidth": "--awsui-toggles-left-width-kcc2gu",
|
|
56
|
+
"togglesRightWidth": "--awsui-toggles-right-width-kcc2gu",
|
|
57
|
+
"promptInputMaxRows": "--awsui-prompt-input-max-rows-kcc2gu",
|
|
58
|
+
"promptInputScrollHeight": "--awsui-prompt-input-scroll-height-kcc2gu",
|
|
59
|
+
"dragHandleAnimationInlineOffset": "--awsui-drag-handle-animation-inline-offset-kcc2gu",
|
|
60
|
+
"dragHandleAnimationBlockOffset": "--awsui-drag-handle-animation-block-offset-kcc2gu",
|
|
61
|
+
"styleBackgroundActive": "--awsui-style-background-active-kcc2gu",
|
|
62
|
+
"styleBackgroundDefault": "--awsui-style-background-default-kcc2gu",
|
|
63
|
+
"styleBackgroundDisabled": "--awsui-style-background-disabled-kcc2gu",
|
|
64
|
+
"styleBackgroundHover": "--awsui-style-background-hover-kcc2gu",
|
|
65
|
+
"styleBorderColorActive": "--awsui-style-border-color-active-kcc2gu",
|
|
66
|
+
"styleBorderColorDefault": "--awsui-style-border-color-default-kcc2gu",
|
|
67
|
+
"styleBorderColorDisabled": "--awsui-style-border-color-disabled-kcc2gu",
|
|
68
|
+
"styleBorderColorHover": "--awsui-style-border-color-hover-kcc2gu",
|
|
69
|
+
"styleColorActive": "--awsui-style-color-active-kcc2gu",
|
|
70
|
+
"styleColorDefault": "--awsui-style-color-default-kcc2gu",
|
|
71
|
+
"styleColorDisabled": "--awsui-style-color-disabled-kcc2gu",
|
|
72
|
+
"styleColorHover": "--awsui-style-color-hover-kcc2gu",
|
|
73
|
+
"styleFocusRingBorderColor": "--awsui-style-focus-ring-border-color-kcc2gu",
|
|
74
|
+
"styleFocusRingBorderRadius": "--awsui-style-focus-ring-border-radius-kcc2gu",
|
|
75
|
+
"styleFocusRingBorderWidth": "--awsui-style-focus-ring-border-width-kcc2gu",
|
|
76
|
+
"styleFocusRingBoxShadow": "--awsui-style-focus-ring-box-shadow-kcc2gu",
|
|
61
77
|
};
|
|
62
78
|
export default customCSSPropertiesMap;
|
|
63
79
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AACM,MAAM,sBAAsB,GAAG;IAC7B,iBAAiB,EAAE,kCAAkC;IAC7D,iBAAiB,EAAE,kCAAkC;IACrD,gBAAgB,EAAE,gCAAgC;IAClD,gBAAgB,EAAE,iCAAiC;IACnD,iBAAiB,EAAE,kCAAkC;IACrD,eAAe,EAAE,+BAA+B;IAChD,uCAAuC,EAAE,0DAA0D;IACnG,8BAA8B,EAAE,iDAAiD;IACjF,sBAAsB,EAAE,wCAAwC;IAChE,wBAAwB,EAAE,0CAA0C;IACpE,wBAAwB,EAAE,0CAA0C;IACpE,YAAY,EAAE,4BAA4B;IAC1C,cAAc,EAAE,8BAA8B;IAC9C,WAAW,EAAE,2BAA2B;IACxC,cAAc,EAAE,8BAA8B;IAC9C,aAAa,EAAE,6BAA6B;IAC5C,SAAS,EAAE,yBAAyB;IACpC,gBAAgB,EAAE,iCAAiC;IACnD,kBAAkB,EAAE,mCAAmC;IACvD,iBAAiB,EAAE,kCAAkC;IACrD,qBAAqB,EAAE,qCAAqC;IAC5D,WAAW,EAAE,2BAA2B;IACxC,eAAe,EAAE,+BAA+B;IAChD,iBAAiB,EAAE,iCAAiC;IACpD,8BAA8B,EAAE,iDAAiD;IACjF,wBAAwB,EAAE,0CAA0C;IACpE,kBAAkB,EAAE,mCAAmC;IACvD,oBAAoB,EAAE,sCAAsC;IAC5D,oBAAoB,EAAE,sCAAsC;IAC5D,eAAe,EAAE,gCAAgC;IACjD,YAAY,EAAE,4BAA4B;IAC1C,+BAA+B,EAAE,iDAAiD;IAClF,qBAAqB,EAAE,sCAAsC;IAC7D,oBAAoB,EAAE,qCAAqC;IAC3D,oBAAoB,EAAE,qCAAqC;IAC3D,4BAA4B,EAAE,8CAA8C;IAC5E,kCAAkC,EAAE,oDAAoD;IACxF,yCAAyC,EAAE,4DAA4D;IACvG,yBAAyB,EAAE,2CAA2C;IACtE,oBAAoB,EAAE,qCAAqC;IAC3D,kBAAkB,EAAE,mCAAmC;IACvD,qBAAqB,EAAE,uCAAuC;IAC9D,mBAAmB,EAAE,qCAAqC;IAC1D,sBAAsB,EAAE,wCAAwC;IAChE,oBAAoB,EAAE,sCAAsC;IAC5D,kBAAkB,EAAE,mCAAmC;IACvD,iBAAiB,EAAE,kCAAkC;IACrD,uBAAuB,EAAE,wCAAwC;IACjE,2BAA2B,EAAE,6CAA6C;IAC1E,gBAAgB,EAAE,iCAAiC;IACnD,cAAc,EAAE,+BAA+B;IAC/C,uBAAuB,EAAE,yCAAyC;IAClE,uBAAuB,EAAE,wCAAwC;IACjE,kBAAkB,EAAE,mCAAmC;IACvD,mBAAmB,EAAE,oCAAoC;IACzD,oBAAoB,EAAE,sCAAsC;IAC5D,yBAAyB,EAAE,2CAA2C;IACtE,iCAAiC,EAAE,oDAAoD;IACvF,gCAAgC,EAAE,mDAAmD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AACM,MAAM,sBAAsB,GAAG;IAC7B,iBAAiB,EAAE,kCAAkC;IAC7D,iBAAiB,EAAE,kCAAkC;IACrD,gBAAgB,EAAE,gCAAgC;IAClD,gBAAgB,EAAE,iCAAiC;IACnD,iBAAiB,EAAE,kCAAkC;IACrD,eAAe,EAAE,+BAA+B;IAChD,uCAAuC,EAAE,0DAA0D;IACnG,8BAA8B,EAAE,iDAAiD;IACjF,sBAAsB,EAAE,wCAAwC;IAChE,wBAAwB,EAAE,0CAA0C;IACpE,wBAAwB,EAAE,0CAA0C;IACpE,YAAY,EAAE,4BAA4B;IAC1C,cAAc,EAAE,8BAA8B;IAC9C,WAAW,EAAE,2BAA2B;IACxC,cAAc,EAAE,8BAA8B;IAC9C,aAAa,EAAE,6BAA6B;IAC5C,SAAS,EAAE,yBAAyB;IACpC,gBAAgB,EAAE,iCAAiC;IACnD,kBAAkB,EAAE,mCAAmC;IACvD,iBAAiB,EAAE,kCAAkC;IACrD,qBAAqB,EAAE,qCAAqC;IAC5D,WAAW,EAAE,2BAA2B;IACxC,eAAe,EAAE,+BAA+B;IAChD,iBAAiB,EAAE,iCAAiC;IACpD,8BAA8B,EAAE,iDAAiD;IACjF,wBAAwB,EAAE,0CAA0C;IACpE,kBAAkB,EAAE,mCAAmC;IACvD,oBAAoB,EAAE,sCAAsC;IAC5D,oBAAoB,EAAE,sCAAsC;IAC5D,eAAe,EAAE,gCAAgC;IACjD,YAAY,EAAE,4BAA4B;IAC1C,+BAA+B,EAAE,iDAAiD;IAClF,qBAAqB,EAAE,sCAAsC;IAC7D,oBAAoB,EAAE,qCAAqC;IAC3D,oBAAoB,EAAE,qCAAqC;IAC3D,4BAA4B,EAAE,8CAA8C;IAC5E,kCAAkC,EAAE,oDAAoD;IACxF,yCAAyC,EAAE,4DAA4D;IACvG,yBAAyB,EAAE,2CAA2C;IACtE,oBAAoB,EAAE,qCAAqC;IAC3D,kBAAkB,EAAE,mCAAmC;IACvD,qBAAqB,EAAE,uCAAuC;IAC9D,mBAAmB,EAAE,qCAAqC;IAC1D,sBAAsB,EAAE,wCAAwC;IAChE,oBAAoB,EAAE,sCAAsC;IAC5D,kBAAkB,EAAE,mCAAmC;IACvD,iBAAiB,EAAE,kCAAkC;IACrD,uBAAuB,EAAE,wCAAwC;IACjE,2BAA2B,EAAE,6CAA6C;IAC1E,gBAAgB,EAAE,iCAAiC;IACnD,cAAc,EAAE,+BAA+B;IAC/C,uBAAuB,EAAE,yCAAyC;IAClE,uBAAuB,EAAE,wCAAwC;IACjE,kBAAkB,EAAE,mCAAmC;IACvD,mBAAmB,EAAE,oCAAoC;IACzD,oBAAoB,EAAE,sCAAsC;IAC5D,yBAAyB,EAAE,2CAA2C;IACtE,iCAAiC,EAAE,oDAAoD;IACvF,gCAAgC,EAAE,mDAAmD;IACrF,uBAAuB,EAAE,wCAAwC;IACjE,wBAAwB,EAAE,yCAAyC;IACnE,yBAAyB,EAAE,0CAA0C;IACrE,sBAAsB,EAAE,uCAAuC;IAC/D,wBAAwB,EAAE,0CAA0C;IACpE,yBAAyB,EAAE,2CAA2C;IACtE,0BAA0B,EAAE,4CAA4C;IACxE,uBAAuB,EAAE,yCAAyC;IAClE,kBAAkB,EAAE,mCAAmC;IACvD,mBAAmB,EAAE,oCAAoC;IACzD,oBAAoB,EAAE,qCAAqC;IAC3D,iBAAiB,EAAE,kCAAkC;IACrD,2BAA2B,EAAE,8CAA8C;IAC3E,4BAA4B,EAAE,+CAA+C;IAC7E,2BAA2B,EAAE,8CAA8C;IAC3E,yBAAyB,EAAE,4CAA4C;CAChE,CAAC;AACF,eAAe,sBAAsB,CAAC","sourcesContent":["\n const customCSSPropertiesMap = {\n \"maxContentWidth\": \"--awsui-max-content-width-kcc2gu\",\n\"minContentWidth\": \"--awsui-min-content-width-kcc2gu\",\n\"breadcrumbsGap\": \"--awsui-breadcrumbs-gap-kcc2gu\",\n\"contentGapLeft\": \"--awsui-content-gap-left-kcc2gu\",\n\"contentGapRight\": \"--awsui-content-gap-right-kcc2gu\",\n\"contentHeight\": \"--awsui-content-height-kcc2gu\",\n\"contentLayoutDefaultHorizontalPadding\": \"--awsui-content-layout-default-horizontal-padding-kcc2gu\",\n\"contentLayoutMaxContentWidth\": \"--awsui-content-layout-max-content-width-kcc2gu\",\n\"contentLayoutMainGap\": \"--awsui-content-layout-main-gap-kcc2gu\",\n\"defaultMaxContentWidth\": \"--awsui-default-max-content-width-kcc2gu\",\n\"defaultMinContentWidth\": \"--awsui-default-min-content-width-kcc2gu\",\n\"drawerSize\": \"--awsui-drawer-size-kcc2gu\",\n\"footerHeight\": \"--awsui-footer-height-kcc2gu\",\n\"headerGap\": \"--awsui-header-gap-kcc2gu\",\n\"headerHeight\": \"--awsui-header-height-kcc2gu\",\n\"layoutWidth\": \"--awsui-layout-width-kcc2gu\",\n\"mainGap\": \"--awsui-main-gap-kcc2gu\",\n\"mainOffsetLeft\": \"--awsui-main-offset-left-kcc2gu\",\n\"mainTemplateRows\": \"--awsui-main-template-rows-kcc2gu\",\n\"mobileBarHeight\": \"--awsui-mobile-bar-height-kcc2gu\",\n\"notificationsHeight\": \"--awsui-notifications-height-kcc2gu\",\n\"offsetTop\": \"--awsui-offset-top-kcc2gu\",\n\"overlapHeight\": \"--awsui-overlap-height-kcc2gu\",\n\"navigationWidth\": \"--awsui-navigation-width-kcc2gu\",\n\"splitPanelReportedHeaderSize\": \"--awsui-split-panel-reported-header-size-kcc2gu\",\n\"splitPanelReportedSize\": \"--awsui-split-panel-reported-size-kcc2gu\",\n\"splitPanelHeight\": \"--awsui-split-panel-height-kcc2gu\",\n\"splitPanelMinWidth\": \"--awsui-split-panel-min-width-kcc2gu\",\n\"splitPanelMaxWidth\": \"--awsui-split-panel-max-width-kcc2gu\",\n\"toolsMaxWidth\": \"--awsui-tools-max-width-kcc2gu\",\n\"toolsWidth\": \"--awsui-tools-width-kcc2gu\",\n\"toolsAnimationStartingOpacity\": \"--awsui-tools-animation-starting-opacity-kcc2gu\",\n\"contentScrollMargin\": \"--awsui-content-scroll-margin-kcc2gu\",\n\"flashbarStackDepth\": \"--awsui-flashbar-stack-depth-kcc2gu\",\n\"flashbarStackIndex\": \"--awsui-flashbar-stack-index-kcc2gu\",\n\"flashbarStickyBottomMargin\": \"--awsui-flashbar-sticky-bottom-margin-kcc2gu\",\n\"stackedNotificationsBottomMargin\": \"--awsui-stacked-notifications-bottom-margin-kcc2gu\",\n\"stackedNotificationsDefaultBottomMargin\": \"--awsui-stacked-notifications-default-bottom-margin-kcc2gu\",\n\"dropdownDefaultMaxWidth\": \"--awsui-dropdown-default-max-width-kcc2gu\",\n\"spinnerRotatorFrom\": \"--awsui-spinner-rotator-from-kcc2gu\",\n\"spinnerRotatorTo\": \"--awsui-spinner-rotator-to-kcc2gu\",\n\"spinnerLineLeftFrom\": \"--awsui-spinner-line-left-from-kcc2gu\",\n\"spinnerLineLeftTo\": \"--awsui-spinner-line-left-to-kcc2gu\",\n\"spinnerLineRightFrom\": \"--awsui-spinner-line-right-from-kcc2gu\",\n\"spinnerLineRightTo\": \"--awsui-spinner-line-right-to-kcc2gu\",\n\"sliderLabelCount\": \"--awsui-slider-label-count-kcc2gu\",\n\"sliderTickCount\": \"--awsui-slider-tick-count-kcc2gu\",\n\"sliderReferenceColumn\": \"--awsui-slider-reference-column-kcc2gu\",\n\"sliderNextReferenceColumn\": \"--awsui-slider-next-reference-column-kcc2gu\",\n\"sliderMaxStart\": \"--awsui-slider-max-start-kcc2gu\",\n\"sliderMinEnd\": \"--awsui-slider-min-end-kcc2gu\",\n\"sliderRangeInlineSize\": \"--awsui-slider-range-inline-size-kcc2gu\",\n\"sliderTooltipPosition\": \"--awsui-slider-tooltip-position-kcc2gu\",\n\"togglesLeftWidth\": \"--awsui-toggles-left-width-kcc2gu\",\n\"togglesRightWidth\": \"--awsui-toggles-right-width-kcc2gu\",\n\"promptInputMaxRows\": \"--awsui-prompt-input-max-rows-kcc2gu\",\n\"promptInputScrollHeight\": \"--awsui-prompt-input-scroll-height-kcc2gu\",\n\"dragHandleAnimationInlineOffset\": \"--awsui-drag-handle-animation-inline-offset-kcc2gu\",\n\"dragHandleAnimationBlockOffset\": \"--awsui-drag-handle-animation-block-offset-kcc2gu\",\n\"styleBackgroundActive\": \"--awsui-style-background-active-kcc2gu\",\n\"styleBackgroundDefault\": \"--awsui-style-background-default-kcc2gu\",\n\"styleBackgroundDisabled\": \"--awsui-style-background-disabled-kcc2gu\",\n\"styleBackgroundHover\": \"--awsui-style-background-hover-kcc2gu\",\n\"styleBorderColorActive\": \"--awsui-style-border-color-active-kcc2gu\",\n\"styleBorderColorDefault\": \"--awsui-style-border-color-default-kcc2gu\",\n\"styleBorderColorDisabled\": \"--awsui-style-border-color-disabled-kcc2gu\",\n\"styleBorderColorHover\": \"--awsui-style-border-color-hover-kcc2gu\",\n\"styleColorActive\": \"--awsui-style-color-active-kcc2gu\",\n\"styleColorDefault\": \"--awsui-style-color-default-kcc2gu\",\n\"styleColorDisabled\": \"--awsui-style-color-disabled-kcc2gu\",\n\"styleColorHover\": \"--awsui-style-color-hover-kcc2gu\",\n\"styleFocusRingBorderColor\": \"--awsui-style-focus-ring-border-color-kcc2gu\",\n\"styleFocusRingBorderRadius\": \"--awsui-style-focus-ring-border-radius-kcc2gu\",\n\"styleFocusRingBorderWidth\": \"--awsui-style-focus-ring-border-width-kcc2gu\",\n\"styleFocusRingBoxShadow\": \"--awsui-style-focus-ring-box-shadow-kcc2gu\",\n };\n export default customCSSPropertiesMap;\n "]}
|