@cloudscape-design/components-themeable 3.0.1165 → 3.0.1167
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 +132 -127
- package/lib/internal/scss/popover/styles.scss +13 -2
- package/lib/internal/scss/tabs/tab-header-bar.scss +53 -21
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +50 -50
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
- 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 +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +87 -87
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
- 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 +27 -27
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +28 -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 +28 -28
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/button/styles.css.js +22 -22
- package/lib/internal/template/button/styles.scoped.css +256 -256
- package/lib/internal/template/button/styles.selectors.js +22 -22
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +20 -20
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +34 -34
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +20 -20
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +11 -11
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- 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 +187 -187
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +73 -73
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +74 -74
- package/lib/internal/template/input/styles.selectors.js +13 -13
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- 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 +49 -49
- 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/components/radio-button/styles.css.js +7 -7
- package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
- package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +5 -0
- 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 +131 -126
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/types.d.ts +18 -0
- package/lib/internal/template/internal/types.d.ts.map +1 -1
- package/lib/internal/template/internal/types.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +103 -103
- 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 +107 -86
- package/lib/internal/template/popover/styles.selectors.js +57 -57
- package/lib/internal/template/progress-bar/styles.css.js +19 -19
- package/lib/internal/template/progress-bar/styles.scoped.css +56 -56
- package/lib/internal/template/progress-bar/styles.selectors.js +19 -19
- package/lib/internal/template/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +79 -79
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- 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/lib/internal/template/tabs/index.d.ts +1 -1
- package/lib/internal/template/tabs/index.d.ts.map +1 -1
- package/lib/internal/template/tabs/index.js +3 -3
- package/lib/internal/template/tabs/index.js.map +1 -1
- package/lib/internal/template/tabs/interfaces.d.ts +45 -0
- package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tabs/interfaces.js.map +1 -1
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.d.ts +33 -0
- package/lib/internal/template/tabs/styles.d.ts.map +1 -0
- package/lib/internal/template/tabs/styles.js +47 -0
- package/lib/internal/template/tabs/styles.js.map +1 -0
- package/lib/internal/template/tabs/styles.scoped.css +77 -73
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tabs/tab-header-bar.d.ts +2 -1
- package/lib/internal/template/tabs/tab-header-bar.d.ts.map +1 -1
- package/lib/internal/template/tabs/tab-header-bar.js +6 -4
- package/lib/internal/template/tabs/tab-header-bar.js.map +1 -1
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/test-utils/dom/radio-group/radio-button.d.ts +2 -0
- package/lib/internal/template/test-utils/dom/radio-group/radio-button.js +7 -0
- package/lib/internal/template/test-utils/dom/radio-group/radio-button.js.map +1 -0
- package/lib/internal/template/test-utils/selectors/radio-group/radio-button.d.ts +2 -0
- package/lib/internal/template/test-utils/selectors/radio-group/radio-button.js +7 -0
- package/lib/internal/template/test-utils/selectors/radio-group/radio-button.js.map +1 -0
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +66 -66
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +45 -45
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +23 -23
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/package.json +1 -1
|
@@ -190,21 +190,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
190
190
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
191
191
|
SPDX-License-Identifier: Apache-2.0
|
|
192
192
|
*/
|
|
193
|
-
.
|
|
193
|
+
.awsui_root_gfwv3_1j8mc_193:not(#\9) {
|
|
194
194
|
gap: var(--space-scaled-xs-sppte9, 8px);
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
.awsui_root_gfwv3_1j8mc_193.awsui_horizontal_gfwv3_1j8mc_196:not(#\9) {
|
|
197
197
|
display: flex;
|
|
198
198
|
gap: var(--space-xs-kw7k3v, 8px);
|
|
199
199
|
flex-direction: row;
|
|
200
200
|
flex-wrap: wrap;
|
|
201
201
|
}
|
|
202
|
-
.
|
|
202
|
+
.awsui_root_gfwv3_1j8mc_193.awsui_vertical_gfwv3_1j8mc_202:not(#\9) {
|
|
203
203
|
display: flex;
|
|
204
204
|
flex-direction: column;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.
|
|
207
|
+
.awsui_list_gfwv3_1j8mc_207:not(#\9) {
|
|
208
208
|
display: contents;
|
|
209
209
|
list-style: none;
|
|
210
210
|
padding-block: 0;
|
|
@@ -212,43 +212,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
212
212
|
margin-block: 0;
|
|
213
213
|
margin-inline: 0;
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
.awsui_list_gfwv3_1j8mc_207.awsui_horizontal_gfwv3_1j8mc_196:not(#\9), .awsui_list_gfwv3_1j8mc_207.awsui_vertical_gfwv3_1j8mc_202:not(#\9) {
|
|
216
216
|
display: flex;
|
|
217
217
|
gap: var(--space-xs-kw7k3v, 8px);
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
.awsui_list_gfwv3_1j8mc_207.awsui_horizontal_gfwv3_1j8mc_196:not(#\9) {
|
|
220
220
|
flex-direction: row;
|
|
221
221
|
flex-wrap: wrap;
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
.awsui_list_gfwv3_1j8mc_207.awsui_vertical_gfwv3_1j8mc_202:not(#\9) {
|
|
224
224
|
flex-direction: column;
|
|
225
225
|
}
|
|
226
|
-
.
|
|
226
|
+
.awsui_list_gfwv3_1j8mc_207.awsui_grid_gfwv3_1j8mc_226:not(#\9) {
|
|
227
227
|
display: grid;
|
|
228
228
|
gap: var(--space-xs-kw7k3v, 8px);
|
|
229
229
|
grid-template-columns: repeat(auto-fill, 230px);
|
|
230
230
|
}
|
|
231
231
|
@media (max-width: 688px) {
|
|
232
|
-
.
|
|
232
|
+
.awsui_list_gfwv3_1j8mc_207.awsui_grid_gfwv3_1j8mc_226:not(#\9) {
|
|
233
233
|
display: flex;
|
|
234
234
|
flex-direction: column;
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.awsui_list-
|
|
238
|
+
.awsui_list-item_gfwv3_1j8mc_238:not(#\9) {
|
|
239
239
|
padding-block: 0;
|
|
240
240
|
padding-inline: 0;
|
|
241
241
|
margin-block: 0;
|
|
242
242
|
margin-inline: 0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.awsui_toggle-container-
|
|
245
|
+
.awsui_toggle-container-inline_gfwv3_1j8mc_245:not(#\9) {
|
|
246
246
|
padding-inline-start: var(--space-xs-kw7k3v, 8px);
|
|
247
247
|
display: flex;
|
|
248
248
|
align-items: center;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.
|
|
251
|
+
.awsui_toggle_gfwv3_1j8mc_245:not(#\9) {
|
|
252
252
|
border-collapse: separate;
|
|
253
253
|
border-spacing: 0;
|
|
254
254
|
box-sizing: border-box;
|
|
@@ -288,7 +288,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
288
288
|
margin-inline-start: -1px;
|
|
289
289
|
text-underline-offset: 0.25em;
|
|
290
290
|
text-decoration-thickness: 1px;
|
|
291
|
-
color: var(--awsui-style-color-default-
|
|
291
|
+
color: var(--awsui-style-color-default-rhu47t, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
292
292
|
font-weight: inherit;
|
|
293
293
|
letter-spacing: normal;
|
|
294
294
|
text-decoration-line: none;
|
|
@@ -299,34 +299,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
299
299
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
300
300
|
}
|
|
301
301
|
@media (prefers-reduced-motion: reduce) {
|
|
302
|
-
.
|
|
302
|
+
.awsui_toggle_gfwv3_1j8mc_245:not(#\9) {
|
|
303
303
|
animation: none;
|
|
304
304
|
transition: none;
|
|
305
305
|
}
|
|
306
306
|
}
|
|
307
|
-
.awsui-motion-disabled .
|
|
307
|
+
.awsui-motion-disabled .awsui_toggle_gfwv3_1j8mc_245:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_1j8mc_245:not(#\9) {
|
|
308
308
|
animation: none;
|
|
309
309
|
transition: none;
|
|
310
310
|
}
|
|
311
|
-
.
|
|
311
|
+
.awsui_toggle_gfwv3_1j8mc_245:not(#\9):hover {
|
|
312
312
|
cursor: pointer;
|
|
313
|
-
color: var(--awsui-style-color-hover-
|
|
313
|
+
color: var(--awsui-style-color-hover-rhu47t, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
314
314
|
}
|
|
315
|
-
.
|
|
315
|
+
.awsui_toggle_gfwv3_1j8mc_245:not(#\9):focus {
|
|
316
316
|
outline: none;
|
|
317
317
|
}
|
|
318
|
-
.
|
|
319
|
-
color: var(--awsui-style-color-active-
|
|
318
|
+
.awsui_toggle_gfwv3_1j8mc_245:not(#\9):active {
|
|
319
|
+
color: var(--awsui-style-color-active-rhu47t, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
320
320
|
}
|
|
321
|
-
.
|
|
321
|
+
.awsui_toggle_gfwv3_1j8mc_245:not(#\9):active, .awsui_toggle_gfwv3_1j8mc_245:not(#\9):focus, .awsui_toggle_gfwv3_1j8mc_245:not(#\9):hover {
|
|
322
322
|
text-decoration-line: underline;
|
|
323
323
|
text-decoration-color: currentColor;
|
|
324
324
|
}
|
|
325
|
-
.
|
|
325
|
+
.awsui_toggle_gfwv3_1j8mc_245:not(#\9):active, .awsui_toggle_gfwv3_1j8mc_245:not(#\9):focus, .awsui_toggle_gfwv3_1j8mc_245:not(#\9):hover {
|
|
326
326
|
text-decoration: none;
|
|
327
327
|
text-decoration-color: transparent;
|
|
328
328
|
}
|
|
329
|
-
body[data-awsui-focus-visible=true] .
|
|
329
|
+
body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_1j8mc_245:not(#\9):focus {
|
|
330
330
|
outline: 2px dotted transparent;
|
|
331
331
|
border-block: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
332
332
|
border-inline: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
@@ -336,11 +336,11 @@ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_gpty1_245:not(#\9):focus
|
|
|
336
336
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
337
337
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-ql2vj7, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
338
338
|
}
|
|
339
|
-
.
|
|
339
|
+
.awsui_toggle_gfwv3_1j8mc_245 > .awsui_description_gfwv3_1j8mc_337:not(#\9) {
|
|
340
340
|
margin-inline-start: var(--space-xxs-jnczic, 4px);
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
.
|
|
343
|
+
.awsui_separator_gfwv3_1j8mc_341:not(#\9) {
|
|
344
344
|
margin-block: 0;
|
|
345
345
|
margin-inline: var(--space-scaled-m-sw9kcx, 16px);
|
|
346
346
|
inline-size: var(--border-divider-section-width-sznrdy, 1px);
|
|
@@ -2,15 +2,15 @@
|
|
|
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
|
-
"horizontal": "
|
|
7
|
-
"vertical": "
|
|
8
|
-
"list": "
|
|
9
|
-
"grid": "
|
|
10
|
-
"list-item": "awsui_list-
|
|
11
|
-
"toggle-container-inline": "awsui_toggle-container-
|
|
12
|
-
"toggle": "
|
|
13
|
-
"description": "
|
|
14
|
-
"separator": "
|
|
5
|
+
"root": "awsui_root_gfwv3_1j8mc_193",
|
|
6
|
+
"horizontal": "awsui_horizontal_gfwv3_1j8mc_196",
|
|
7
|
+
"vertical": "awsui_vertical_gfwv3_1j8mc_202",
|
|
8
|
+
"list": "awsui_list_gfwv3_1j8mc_207",
|
|
9
|
+
"grid": "awsui_grid_gfwv3_1j8mc_226",
|
|
10
|
+
"list-item": "awsui_list-item_gfwv3_1j8mc_238",
|
|
11
|
+
"toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1j8mc_245",
|
|
12
|
+
"toggle": "awsui_toggle_gfwv3_1j8mc_245",
|
|
13
|
+
"description": "awsui_description_gfwv3_1j8mc_337",
|
|
14
|
+
"separator": "awsui_separator_gfwv3_1j8mc_341"
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (6b10cd42)";
|
|
3
|
+
export var GIT_SHA = "6b10cd42";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -92,6 +92,11 @@ declare const customCSSPropertiesMap: {
|
|
|
92
92
|
stylePlaceholderFontSize: string;
|
|
93
93
|
stylePlaceholderFontStyle: string;
|
|
94
94
|
stylePlaceholderFontWeight: string;
|
|
95
|
+
styleTabsActiveIndicatorColor: string;
|
|
96
|
+
styleTabsActiveIndicatorWidth: string;
|
|
97
|
+
styleTabsActiveIndicatorBorderRadius: string;
|
|
98
|
+
styleTabsSeparatorColor: string;
|
|
99
|
+
styleTabsSeparatorWidth: string;
|
|
95
100
|
alertFocusRingBorderColor: string;
|
|
96
101
|
alertFocusRingBorderRadius: string;
|
|
97
102
|
alertFocusRingBorderWidth: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoI3B,CAAC;AACF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,130 +1,135 @@
|
|
|
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
|
-
"drawerMinSize": "--awsui-drawer-min-size-
|
|
15
|
-
"bottomDrawerSize": "--awsui-bottom-drawer-size-
|
|
16
|
-
"footerHeight": "--awsui-footer-height-
|
|
17
|
-
"headerGap": "--awsui-header-gap-
|
|
18
|
-
"headerHeight": "--awsui-header-height-
|
|
19
|
-
"layoutWidth": "--awsui-layout-width-
|
|
20
|
-
"mainGap": "--awsui-main-gap-
|
|
21
|
-
"mainOffsetLeft": "--awsui-main-offset-left-
|
|
22
|
-
"mainTemplateRows": "--awsui-main-template-rows-
|
|
23
|
-
"mobileBarHeight": "--awsui-mobile-bar-height-
|
|
24
|
-
"notificationsHeight": "--awsui-notifications-height-
|
|
25
|
-
"offsetTop": "--awsui-offset-top-
|
|
26
|
-
"overlapHeight": "--awsui-overlap-height-
|
|
27
|
-
"navigationWidth": "--awsui-navigation-width-
|
|
28
|
-
"splitPanelReportedHeaderSize": "--awsui-split-panel-reported-header-size-
|
|
29
|
-
"splitPanelReportedSize": "--awsui-split-panel-reported-size-
|
|
30
|
-
"splitPanelHeight": "--awsui-split-panel-height-
|
|
31
|
-
"splitPanelMinWidth": "--awsui-split-panel-min-width-
|
|
32
|
-
"splitPanelMaxWidth": "--awsui-split-panel-max-width-
|
|
33
|
-
"toolsMaxWidth": "--awsui-tools-max-width-
|
|
34
|
-
"toolsWidth": "--awsui-tools-width-
|
|
35
|
-
"toolsAnimationStartingOpacity": "--awsui-tools-animation-starting-opacity-
|
|
36
|
-
"contentScrollMargin": "--awsui-content-scroll-margin-
|
|
37
|
-
"flashbarStackDepth": "--awsui-flashbar-stack-depth-
|
|
38
|
-
"flashbarStackIndex": "--awsui-flashbar-stack-index-
|
|
39
|
-
"flashbarStickyBottomMargin": "--awsui-flashbar-sticky-bottom-margin-
|
|
40
|
-
"stackedNotificationsBottomMargin": "--awsui-stacked-notifications-bottom-margin-
|
|
41
|
-
"stackedNotificationsDefaultBottomMargin": "--awsui-stacked-notifications-default-bottom-margin-
|
|
42
|
-
"dropdownDefaultMaxWidth": "--awsui-dropdown-default-max-width-
|
|
43
|
-
"spinnerRotatorFrom": "--awsui-spinner-rotator-from-
|
|
44
|
-
"spinnerRotatorTo": "--awsui-spinner-rotator-to-
|
|
45
|
-
"spinnerLineLeftFrom": "--awsui-spinner-line-left-from-
|
|
46
|
-
"spinnerLineLeftTo": "--awsui-spinner-line-left-to-
|
|
47
|
-
"spinnerLineRightFrom": "--awsui-spinner-line-right-from-
|
|
48
|
-
"spinnerLineRightTo": "--awsui-spinner-line-right-to-
|
|
49
|
-
"sliderLabelCount": "--awsui-slider-label-count-
|
|
50
|
-
"sliderTickCount": "--awsui-slider-tick-count-
|
|
51
|
-
"sliderReferenceColumn": "--awsui-slider-reference-column-
|
|
52
|
-
"sliderNextReferenceColumn": "--awsui-slider-next-reference-column-
|
|
53
|
-
"sliderMaxStart": "--awsui-slider-max-start-
|
|
54
|
-
"sliderMinEnd": "--awsui-slider-min-end-
|
|
55
|
-
"sliderRangeInlineSize": "--awsui-slider-range-inline-size-
|
|
56
|
-
"sliderTooltipPosition": "--awsui-slider-tooltip-position-
|
|
57
|
-
"togglesLeftWidth": "--awsui-toggles-left-width-
|
|
58
|
-
"togglesRightWidth": "--awsui-toggles-right-width-
|
|
59
|
-
"promptInputMaxRows": "--awsui-prompt-input-max-rows-
|
|
60
|
-
"promptInputScrollHeight": "--awsui-prompt-input-scroll-height-
|
|
61
|
-
"dragHandleAnimationInlineOffset": "--awsui-drag-handle-animation-inline-offset-
|
|
62
|
-
"dragHandleAnimationBlockOffset": "--awsui-drag-handle-animation-block-offset-
|
|
63
|
-
"styleBackgroundActive": "--awsui-style-background-active-
|
|
64
|
-
"styleBackgroundDefault": "--awsui-style-background-default-
|
|
65
|
-
"styleBackgroundDisabled": "--awsui-style-background-disabled-
|
|
66
|
-
"styleBackgroundHover": "--awsui-style-background-hover-
|
|
67
|
-
"styleBorderColorActive": "--awsui-style-border-color-active-
|
|
68
|
-
"styleBorderColorDefault": "--awsui-style-border-color-default-
|
|
69
|
-
"styleBorderColorDisabled": "--awsui-style-border-color-disabled-
|
|
70
|
-
"styleBorderColorHover": "--awsui-style-border-color-hover-
|
|
71
|
-
"styleColorActive": "--awsui-style-color-active-
|
|
72
|
-
"styleColorDefault": "--awsui-style-color-default-
|
|
73
|
-
"styleColorDisabled": "--awsui-style-color-disabled-
|
|
74
|
-
"styleColorHover": "--awsui-style-color-hover-
|
|
75
|
-
"styleFocusRingBorderColor": "--awsui-style-focus-ring-border-color-
|
|
76
|
-
"styleFocusRingBorderRadius": "--awsui-style-focus-ring-border-radius-
|
|
77
|
-
"styleFocusRingBorderWidth": "--awsui-style-focus-ring-border-width-
|
|
78
|
-
"styleFocusRingBoxShadow": "--awsui-style-focus-ring-box-shadow-
|
|
79
|
-
"styleBoxShadowActive": "--awsui-style-box-shadow-active-
|
|
80
|
-
"styleBoxShadowDefault": "--awsui-style-box-shadow-default-
|
|
81
|
-
"styleBoxShadowDisabled": "--awsui-style-box-shadow-disabled-
|
|
82
|
-
"styleBoxShadowHover": "--awsui-style-box-shadow-hover-
|
|
83
|
-
"styleBackgroundReadonly": "--awsui-style-background-readonly-
|
|
84
|
-
"styleBorderColorReadonly": "--awsui-style-border-color-readonly-
|
|
85
|
-
"styleBoxShadowReadonly": "--awsui-style-box-shadow-readonly-
|
|
86
|
-
"styleColorReadonly": "--awsui-style-color-readonly-
|
|
87
|
-
"styleBackgroundFocus": "--awsui-style-background-focus-
|
|
88
|
-
"styleBorderColorFocus": "--awsui-style-border-color-focus-
|
|
89
|
-
"styleBoxShadowFocus": "--awsui-style-box-shadow-focus-
|
|
90
|
-
"styleColorFocus": "--awsui-style-color-focus-
|
|
91
|
-
"stylePlaceholderColor": "--awsui-style-placeholder-color-
|
|
92
|
-
"stylePlaceholderFontSize": "--awsui-style-placeholder-font-size-
|
|
93
|
-
"stylePlaceholderFontStyle": "--awsui-style-placeholder-font-style-
|
|
94
|
-
"stylePlaceholderFontWeight": "--awsui-style-placeholder-font-weight-
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
2
|
+
"maxContentWidth": "--awsui-max-content-width-rhu47t",
|
|
3
|
+
"minContentWidth": "--awsui-min-content-width-rhu47t",
|
|
4
|
+
"breadcrumbsGap": "--awsui-breadcrumbs-gap-rhu47t",
|
|
5
|
+
"contentGapLeft": "--awsui-content-gap-left-rhu47t",
|
|
6
|
+
"contentGapRight": "--awsui-content-gap-right-rhu47t",
|
|
7
|
+
"contentHeight": "--awsui-content-height-rhu47t",
|
|
8
|
+
"contentLayoutDefaultHorizontalPadding": "--awsui-content-layout-default-horizontal-padding-rhu47t",
|
|
9
|
+
"contentLayoutMaxContentWidth": "--awsui-content-layout-max-content-width-rhu47t",
|
|
10
|
+
"contentLayoutMainGap": "--awsui-content-layout-main-gap-rhu47t",
|
|
11
|
+
"defaultMaxContentWidth": "--awsui-default-max-content-width-rhu47t",
|
|
12
|
+
"defaultMinContentWidth": "--awsui-default-min-content-width-rhu47t",
|
|
13
|
+
"drawerSize": "--awsui-drawer-size-rhu47t",
|
|
14
|
+
"drawerMinSize": "--awsui-drawer-min-size-rhu47t",
|
|
15
|
+
"bottomDrawerSize": "--awsui-bottom-drawer-size-rhu47t",
|
|
16
|
+
"footerHeight": "--awsui-footer-height-rhu47t",
|
|
17
|
+
"headerGap": "--awsui-header-gap-rhu47t",
|
|
18
|
+
"headerHeight": "--awsui-header-height-rhu47t",
|
|
19
|
+
"layoutWidth": "--awsui-layout-width-rhu47t",
|
|
20
|
+
"mainGap": "--awsui-main-gap-rhu47t",
|
|
21
|
+
"mainOffsetLeft": "--awsui-main-offset-left-rhu47t",
|
|
22
|
+
"mainTemplateRows": "--awsui-main-template-rows-rhu47t",
|
|
23
|
+
"mobileBarHeight": "--awsui-mobile-bar-height-rhu47t",
|
|
24
|
+
"notificationsHeight": "--awsui-notifications-height-rhu47t",
|
|
25
|
+
"offsetTop": "--awsui-offset-top-rhu47t",
|
|
26
|
+
"overlapHeight": "--awsui-overlap-height-rhu47t",
|
|
27
|
+
"navigationWidth": "--awsui-navigation-width-rhu47t",
|
|
28
|
+
"splitPanelReportedHeaderSize": "--awsui-split-panel-reported-header-size-rhu47t",
|
|
29
|
+
"splitPanelReportedSize": "--awsui-split-panel-reported-size-rhu47t",
|
|
30
|
+
"splitPanelHeight": "--awsui-split-panel-height-rhu47t",
|
|
31
|
+
"splitPanelMinWidth": "--awsui-split-panel-min-width-rhu47t",
|
|
32
|
+
"splitPanelMaxWidth": "--awsui-split-panel-max-width-rhu47t",
|
|
33
|
+
"toolsMaxWidth": "--awsui-tools-max-width-rhu47t",
|
|
34
|
+
"toolsWidth": "--awsui-tools-width-rhu47t",
|
|
35
|
+
"toolsAnimationStartingOpacity": "--awsui-tools-animation-starting-opacity-rhu47t",
|
|
36
|
+
"contentScrollMargin": "--awsui-content-scroll-margin-rhu47t",
|
|
37
|
+
"flashbarStackDepth": "--awsui-flashbar-stack-depth-rhu47t",
|
|
38
|
+
"flashbarStackIndex": "--awsui-flashbar-stack-index-rhu47t",
|
|
39
|
+
"flashbarStickyBottomMargin": "--awsui-flashbar-sticky-bottom-margin-rhu47t",
|
|
40
|
+
"stackedNotificationsBottomMargin": "--awsui-stacked-notifications-bottom-margin-rhu47t",
|
|
41
|
+
"stackedNotificationsDefaultBottomMargin": "--awsui-stacked-notifications-default-bottom-margin-rhu47t",
|
|
42
|
+
"dropdownDefaultMaxWidth": "--awsui-dropdown-default-max-width-rhu47t",
|
|
43
|
+
"spinnerRotatorFrom": "--awsui-spinner-rotator-from-rhu47t",
|
|
44
|
+
"spinnerRotatorTo": "--awsui-spinner-rotator-to-rhu47t",
|
|
45
|
+
"spinnerLineLeftFrom": "--awsui-spinner-line-left-from-rhu47t",
|
|
46
|
+
"spinnerLineLeftTo": "--awsui-spinner-line-left-to-rhu47t",
|
|
47
|
+
"spinnerLineRightFrom": "--awsui-spinner-line-right-from-rhu47t",
|
|
48
|
+
"spinnerLineRightTo": "--awsui-spinner-line-right-to-rhu47t",
|
|
49
|
+
"sliderLabelCount": "--awsui-slider-label-count-rhu47t",
|
|
50
|
+
"sliderTickCount": "--awsui-slider-tick-count-rhu47t",
|
|
51
|
+
"sliderReferenceColumn": "--awsui-slider-reference-column-rhu47t",
|
|
52
|
+
"sliderNextReferenceColumn": "--awsui-slider-next-reference-column-rhu47t",
|
|
53
|
+
"sliderMaxStart": "--awsui-slider-max-start-rhu47t",
|
|
54
|
+
"sliderMinEnd": "--awsui-slider-min-end-rhu47t",
|
|
55
|
+
"sliderRangeInlineSize": "--awsui-slider-range-inline-size-rhu47t",
|
|
56
|
+
"sliderTooltipPosition": "--awsui-slider-tooltip-position-rhu47t",
|
|
57
|
+
"togglesLeftWidth": "--awsui-toggles-left-width-rhu47t",
|
|
58
|
+
"togglesRightWidth": "--awsui-toggles-right-width-rhu47t",
|
|
59
|
+
"promptInputMaxRows": "--awsui-prompt-input-max-rows-rhu47t",
|
|
60
|
+
"promptInputScrollHeight": "--awsui-prompt-input-scroll-height-rhu47t",
|
|
61
|
+
"dragHandleAnimationInlineOffset": "--awsui-drag-handle-animation-inline-offset-rhu47t",
|
|
62
|
+
"dragHandleAnimationBlockOffset": "--awsui-drag-handle-animation-block-offset-rhu47t",
|
|
63
|
+
"styleBackgroundActive": "--awsui-style-background-active-rhu47t",
|
|
64
|
+
"styleBackgroundDefault": "--awsui-style-background-default-rhu47t",
|
|
65
|
+
"styleBackgroundDisabled": "--awsui-style-background-disabled-rhu47t",
|
|
66
|
+
"styleBackgroundHover": "--awsui-style-background-hover-rhu47t",
|
|
67
|
+
"styleBorderColorActive": "--awsui-style-border-color-active-rhu47t",
|
|
68
|
+
"styleBorderColorDefault": "--awsui-style-border-color-default-rhu47t",
|
|
69
|
+
"styleBorderColorDisabled": "--awsui-style-border-color-disabled-rhu47t",
|
|
70
|
+
"styleBorderColorHover": "--awsui-style-border-color-hover-rhu47t",
|
|
71
|
+
"styleColorActive": "--awsui-style-color-active-rhu47t",
|
|
72
|
+
"styleColorDefault": "--awsui-style-color-default-rhu47t",
|
|
73
|
+
"styleColorDisabled": "--awsui-style-color-disabled-rhu47t",
|
|
74
|
+
"styleColorHover": "--awsui-style-color-hover-rhu47t",
|
|
75
|
+
"styleFocusRingBorderColor": "--awsui-style-focus-ring-border-color-rhu47t",
|
|
76
|
+
"styleFocusRingBorderRadius": "--awsui-style-focus-ring-border-radius-rhu47t",
|
|
77
|
+
"styleFocusRingBorderWidth": "--awsui-style-focus-ring-border-width-rhu47t",
|
|
78
|
+
"styleFocusRingBoxShadow": "--awsui-style-focus-ring-box-shadow-rhu47t",
|
|
79
|
+
"styleBoxShadowActive": "--awsui-style-box-shadow-active-rhu47t",
|
|
80
|
+
"styleBoxShadowDefault": "--awsui-style-box-shadow-default-rhu47t",
|
|
81
|
+
"styleBoxShadowDisabled": "--awsui-style-box-shadow-disabled-rhu47t",
|
|
82
|
+
"styleBoxShadowHover": "--awsui-style-box-shadow-hover-rhu47t",
|
|
83
|
+
"styleBackgroundReadonly": "--awsui-style-background-readonly-rhu47t",
|
|
84
|
+
"styleBorderColorReadonly": "--awsui-style-border-color-readonly-rhu47t",
|
|
85
|
+
"styleBoxShadowReadonly": "--awsui-style-box-shadow-readonly-rhu47t",
|
|
86
|
+
"styleColorReadonly": "--awsui-style-color-readonly-rhu47t",
|
|
87
|
+
"styleBackgroundFocus": "--awsui-style-background-focus-rhu47t",
|
|
88
|
+
"styleBorderColorFocus": "--awsui-style-border-color-focus-rhu47t",
|
|
89
|
+
"styleBoxShadowFocus": "--awsui-style-box-shadow-focus-rhu47t",
|
|
90
|
+
"styleColorFocus": "--awsui-style-color-focus-rhu47t",
|
|
91
|
+
"stylePlaceholderColor": "--awsui-style-placeholder-color-rhu47t",
|
|
92
|
+
"stylePlaceholderFontSize": "--awsui-style-placeholder-font-size-rhu47t",
|
|
93
|
+
"stylePlaceholderFontStyle": "--awsui-style-placeholder-font-style-rhu47t",
|
|
94
|
+
"stylePlaceholderFontWeight": "--awsui-style-placeholder-font-weight-rhu47t",
|
|
95
|
+
"styleTabsActiveIndicatorColor": "--awsui-style-tabs-active-indicator-color-rhu47t",
|
|
96
|
+
"styleTabsActiveIndicatorWidth": "--awsui-style-tabs-active-indicator-width-rhu47t",
|
|
97
|
+
"styleTabsActiveIndicatorBorderRadius": "--awsui-style-tabs-active-indicator-border-radius-rhu47t",
|
|
98
|
+
"styleTabsSeparatorColor": "--awsui-style-tabs-separator-color-rhu47t",
|
|
99
|
+
"styleTabsSeparatorWidth": "--awsui-style-tabs-separator-width-rhu47t",
|
|
100
|
+
"alertFocusRingBorderColor": "--awsui-alert-focus-ring-border-color-rhu47t",
|
|
101
|
+
"alertFocusRingBorderRadius": "--awsui-alert-focus-ring-border-radius-rhu47t",
|
|
102
|
+
"alertFocusRingBorderWidth": "--awsui-alert-focus-ring-border-width-rhu47t",
|
|
103
|
+
"alertFocusRingBoxShadow": "--awsui-alert-focus-ring-box-shadow-rhu47t",
|
|
104
|
+
"alertIconColor": "--awsui-alert-icon-color-rhu47t",
|
|
105
|
+
"promptInputStyleBackgroundDefault": "--awsui-prompt-input-style-background-default-rhu47t",
|
|
106
|
+
"promptInputStyleBackgroundDisabled": "--awsui-prompt-input-style-background-disabled-rhu47t",
|
|
107
|
+
"promptInputStyleBackgroundFocus": "--awsui-prompt-input-style-background-focus-rhu47t",
|
|
108
|
+
"promptInputStyleBackgroundHover": "--awsui-prompt-input-style-background-hover-rhu47t",
|
|
109
|
+
"promptInputStyleBackgroundReadonly": "--awsui-prompt-input-style-background-readonly-rhu47t",
|
|
110
|
+
"promptInputStyleBorderColorDefault": "--awsui-prompt-input-style-border-color-default-rhu47t",
|
|
111
|
+
"promptInputStyleBorderColorDisabled": "--awsui-prompt-input-style-border-color-disabled-rhu47t",
|
|
112
|
+
"promptInputStyleBorderColorFocus": "--awsui-prompt-input-style-border-color-focus-rhu47t",
|
|
113
|
+
"promptInputStyleBorderColorHover": "--awsui-prompt-input-style-border-color-hover-rhu47t",
|
|
114
|
+
"promptInputStyleBorderColorReadonly": "--awsui-prompt-input-style-border-color-readonly-rhu47t",
|
|
115
|
+
"promptInputStyleBoxShadowDefault": "--awsui-prompt-input-style-box-shadow-default-rhu47t",
|
|
116
|
+
"promptInputStyleBoxShadowDisabled": "--awsui-prompt-input-style-box-shadow-disabled-rhu47t",
|
|
117
|
+
"promptInputStyleBoxShadowFocus": "--awsui-prompt-input-style-box-shadow-focus-rhu47t",
|
|
118
|
+
"promptInputStyleBoxShadowHover": "--awsui-prompt-input-style-box-shadow-hover-rhu47t",
|
|
119
|
+
"promptInputStyleBoxShadowReadonly": "--awsui-prompt-input-style-box-shadow-readonly-rhu47t",
|
|
120
|
+
"promptInputStyleColorDefault": "--awsui-prompt-input-style-color-default-rhu47t",
|
|
121
|
+
"promptInputStyleColorDisabled": "--awsui-prompt-input-style-color-disabled-rhu47t",
|
|
122
|
+
"promptInputStyleColorFocus": "--awsui-prompt-input-style-color-focus-rhu47t",
|
|
123
|
+
"promptInputStyleColorHover": "--awsui-prompt-input-style-color-hover-rhu47t",
|
|
124
|
+
"promptInputStyleColorReadonly": "--awsui-prompt-input-style-color-readonly-rhu47t",
|
|
125
|
+
"promptInputStylePlaceholderColor": "--awsui-prompt-input-style-placeholder-color-rhu47t",
|
|
126
|
+
"promptInputStylePlaceholderFontSize": "--awsui-prompt-input-style-placeholder-font-size-rhu47t",
|
|
127
|
+
"promptInputStylePlaceholderFontStyle": "--awsui-prompt-input-style-placeholder-font-style-rhu47t",
|
|
128
|
+
"promptInputStylePlaceholderFontWeight": "--awsui-prompt-input-style-placeholder-font-weight-rhu47t",
|
|
129
|
+
"progressBarBackgroundColor": "--awsui-progress-bar-background-color-rhu47t",
|
|
130
|
+
"progressBarBorderRadius": "--awsui-progress-bar-border-radius-rhu47t",
|
|
131
|
+
"progressBarHeight": "--awsui-progress-bar-height-rhu47t",
|
|
132
|
+
"progressValueBackgroundColor": "--awsui-progress-value-background-color-rhu47t",
|
|
128
133
|
};
|
|
129
134
|
export default customCSSPropertiesMap;
|
|
130
135
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"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","sourcesContent":["\n const customCSSPropertiesMap = {\n \"maxContentWidth\": \"--awsui-max-content-width-d43v8n\",\n\"minContentWidth\": \"--awsui-min-content-width-d43v8n\",\n\"breadcrumbsGap\": \"--awsui-breadcrumbs-gap-d43v8n\",\n\"contentGapLeft\": \"--awsui-content-gap-left-d43v8n\",\n\"contentGapRight\": \"--awsui-content-gap-right-d43v8n\",\n\"contentHeight\": \"--awsui-content-height-d43v8n\",\n\"contentLayoutDefaultHorizontalPadding\": \"--awsui-content-layout-default-horizontal-padding-d43v8n\",\n\"contentLayoutMaxContentWidth\": \"--awsui-content-layout-max-content-width-d43v8n\",\n\"contentLayoutMainGap\": \"--awsui-content-layout-main-gap-d43v8n\",\n\"defaultMaxContentWidth\": \"--awsui-default-max-content-width-d43v8n\",\n\"defaultMinContentWidth\": \"--awsui-default-min-content-width-d43v8n\",\n\"drawerSize\": \"--awsui-drawer-size-d43v8n\",\n\"drawerMinSize\": \"--awsui-drawer-min-size-d43v8n\",\n\"bottomDrawerSize\": \"--awsui-bottom-drawer-size-d43v8n\",\n\"footerHeight\": \"--awsui-footer-height-d43v8n\",\n\"headerGap\": \"--awsui-header-gap-d43v8n\",\n\"headerHeight\": \"--awsui-header-height-d43v8n\",\n\"layoutWidth\": \"--awsui-layout-width-d43v8n\",\n\"mainGap\": \"--awsui-main-gap-d43v8n\",\n\"mainOffsetLeft\": \"--awsui-main-offset-left-d43v8n\",\n\"mainTemplateRows\": \"--awsui-main-template-rows-d43v8n\",\n\"mobileBarHeight\": \"--awsui-mobile-bar-height-d43v8n\",\n\"notificationsHeight\": \"--awsui-notifications-height-d43v8n\",\n\"offsetTop\": \"--awsui-offset-top-d43v8n\",\n\"overlapHeight\": \"--awsui-overlap-height-d43v8n\",\n\"navigationWidth\": \"--awsui-navigation-width-d43v8n\",\n\"splitPanelReportedHeaderSize\": \"--awsui-split-panel-reported-header-size-d43v8n\",\n\"splitPanelReportedSize\": \"--awsui-split-panel-reported-size-d43v8n\",\n\"splitPanelHeight\": \"--awsui-split-panel-height-d43v8n\",\n\"splitPanelMinWidth\": \"--awsui-split-panel-min-width-d43v8n\",\n\"splitPanelMaxWidth\": \"--awsui-split-panel-max-width-d43v8n\",\n\"toolsMaxWidth\": \"--awsui-tools-max-width-d43v8n\",\n\"toolsWidth\": \"--awsui-tools-width-d43v8n\",\n\"toolsAnimationStartingOpacity\": \"--awsui-tools-animation-starting-opacity-d43v8n\",\n\"contentScrollMargin\": \"--awsui-content-scroll-margin-d43v8n\",\n\"flashbarStackDepth\": \"--awsui-flashbar-stack-depth-d43v8n\",\n\"flashbarStackIndex\": \"--awsui-flashbar-stack-index-d43v8n\",\n\"flashbarStickyBottomMargin\": \"--awsui-flashbar-sticky-bottom-margin-d43v8n\",\n\"stackedNotificationsBottomMargin\": \"--awsui-stacked-notifications-bottom-margin-d43v8n\",\n\"stackedNotificationsDefaultBottomMargin\": \"--awsui-stacked-notifications-default-bottom-margin-d43v8n\",\n\"dropdownDefaultMaxWidth\": \"--awsui-dropdown-default-max-width-d43v8n\",\n\"spinnerRotatorFrom\": \"--awsui-spinner-rotator-from-d43v8n\",\n\"spinnerRotatorTo\": \"--awsui-spinner-rotator-to-d43v8n\",\n\"spinnerLineLeftFrom\": \"--awsui-spinner-line-left-from-d43v8n\",\n\"spinnerLineLeftTo\": \"--awsui-spinner-line-left-to-d43v8n\",\n\"spinnerLineRightFrom\": \"--awsui-spinner-line-right-from-d43v8n\",\n\"spinnerLineRightTo\": \"--awsui-spinner-line-right-to-d43v8n\",\n\"sliderLabelCount\": \"--awsui-slider-label-count-d43v8n\",\n\"sliderTickCount\": \"--awsui-slider-tick-count-d43v8n\",\n\"sliderReferenceColumn\": \"--awsui-slider-reference-column-d43v8n\",\n\"sliderNextReferenceColumn\": \"--awsui-slider-next-reference-column-d43v8n\",\n\"sliderMaxStart\": \"--awsui-slider-max-start-d43v8n\",\n\"sliderMinEnd\": \"--awsui-slider-min-end-d43v8n\",\n\"sliderRangeInlineSize\": \"--awsui-slider-range-inline-size-d43v8n\",\n\"sliderTooltipPosition\": \"--awsui-slider-tooltip-position-d43v8n\",\n\"togglesLeftWidth\": \"--awsui-toggles-left-width-d43v8n\",\n\"togglesRightWidth\": \"--awsui-toggles-right-width-d43v8n\",\n\"promptInputMaxRows\": \"--awsui-prompt-input-max-rows-d43v8n\",\n\"promptInputScrollHeight\": \"--awsui-prompt-input-scroll-height-d43v8n\",\n\"dragHandleAnimationInlineOffset\": \"--awsui-drag-handle-animation-inline-offset-d43v8n\",\n\"dragHandleAnimationBlockOffset\": \"--awsui-drag-handle-animation-block-offset-d43v8n\",\n\"styleBackgroundActive\": \"--awsui-style-background-active-d43v8n\",\n\"styleBackgroundDefault\": \"--awsui-style-background-default-d43v8n\",\n\"styleBackgroundDisabled\": \"--awsui-style-background-disabled-d43v8n\",\n\"styleBackgroundHover\": \"--awsui-style-background-hover-d43v8n\",\n\"styleBorderColorActive\": \"--awsui-style-border-color-active-d43v8n\",\n\"styleBorderColorDefault\": \"--awsui-style-border-color-default-d43v8n\",\n\"styleBorderColorDisabled\": \"--awsui-style-border-color-disabled-d43v8n\",\n\"styleBorderColorHover\": \"--awsui-style-border-color-hover-d43v8n\",\n\"styleColorActive\": \"--awsui-style-color-active-d43v8n\",\n\"styleColorDefault\": \"--awsui-style-color-default-d43v8n\",\n\"styleColorDisabled\": \"--awsui-style-color-disabled-d43v8n\",\n\"styleColorHover\": \"--awsui-style-color-hover-d43v8n\",\n\"styleFocusRingBorderColor\": \"--awsui-style-focus-ring-border-color-d43v8n\",\n\"styleFocusRingBorderRadius\": \"--awsui-style-focus-ring-border-radius-d43v8n\",\n\"styleFocusRingBorderWidth\": \"--awsui-style-focus-ring-border-width-d43v8n\",\n\"styleFocusRingBoxShadow\": \"--awsui-style-focus-ring-box-shadow-d43v8n\",\n\"styleBoxShadowActive\": \"--awsui-style-box-shadow-active-d43v8n\",\n\"styleBoxShadowDefault\": \"--awsui-style-box-shadow-default-d43v8n\",\n\"styleBoxShadowDisabled\": \"--awsui-style-box-shadow-disabled-d43v8n\",\n\"styleBoxShadowHover\": \"--awsui-style-box-shadow-hover-d43v8n\",\n\"styleBackgroundReadonly\": \"--awsui-style-background-readonly-d43v8n\",\n\"styleBorderColorReadonly\": \"--awsui-style-border-color-readonly-d43v8n\",\n\"styleBoxShadowReadonly\": \"--awsui-style-box-shadow-readonly-d43v8n\",\n\"styleColorReadonly\": \"--awsui-style-color-readonly-d43v8n\",\n\"styleBackgroundFocus\": \"--awsui-style-background-focus-d43v8n\",\n\"styleBorderColorFocus\": \"--awsui-style-border-color-focus-d43v8n\",\n\"styleBoxShadowFocus\": \"--awsui-style-box-shadow-focus-d43v8n\",\n\"styleColorFocus\": \"--awsui-style-color-focus-d43v8n\",\n\"stylePlaceholderColor\": \"--awsui-style-placeholder-color-d43v8n\",\n\"stylePlaceholderFontSize\": \"--awsui-style-placeholder-font-size-d43v8n\",\n\"stylePlaceholderFontStyle\": \"--awsui-style-placeholder-font-style-d43v8n\",\n\"stylePlaceholderFontWeight\": \"--awsui-style-placeholder-font-weight-d43v8n\",\n\"alertFocusRingBorderColor\": \"--awsui-alert-focus-ring-border-color-d43v8n\",\n\"alertFocusRingBorderRadius\": \"--awsui-alert-focus-ring-border-radius-d43v8n\",\n\"alertFocusRingBorderWidth\": \"--awsui-alert-focus-ring-border-width-d43v8n\",\n\"alertFocusRingBoxShadow\": \"--awsui-alert-focus-ring-box-shadow-d43v8n\",\n\"alertIconColor\": \"--awsui-alert-icon-color-d43v8n\",\n\"promptInputStyleBackgroundDefault\": \"--awsui-prompt-input-style-background-default-d43v8n\",\n\"promptInputStyleBackgroundDisabled\": \"--awsui-prompt-input-style-background-disabled-d43v8n\",\n\"promptInputStyleBackgroundFocus\": \"--awsui-prompt-input-style-background-focus-d43v8n\",\n\"promptInputStyleBackgroundHover\": \"--awsui-prompt-input-style-background-hover-d43v8n\",\n\"promptInputStyleBackgroundReadonly\": \"--awsui-prompt-input-style-background-readonly-d43v8n\",\n\"promptInputStyleBorderColorDefault\": \"--awsui-prompt-input-style-border-color-default-d43v8n\",\n\"promptInputStyleBorderColorDisabled\": \"--awsui-prompt-input-style-border-color-disabled-d43v8n\",\n\"promptInputStyleBorderColorFocus\": \"--awsui-prompt-input-style-border-color-focus-d43v8n\",\n\"promptInputStyleBorderColorHover\": \"--awsui-prompt-input-style-border-color-hover-d43v8n\",\n\"promptInputStyleBorderColorReadonly\": \"--awsui-prompt-input-style-border-color-readonly-d43v8n\",\n\"promptInputStyleBoxShadowDefault\": \"--awsui-prompt-input-style-box-shadow-default-d43v8n\",\n\"promptInputStyleBoxShadowDisabled\": \"--awsui-prompt-input-style-box-shadow-disabled-d43v8n\",\n\"promptInputStyleBoxShadowFocus\": \"--awsui-prompt-input-style-box-shadow-focus-d43v8n\",\n\"promptInputStyleBoxShadowHover\": \"--awsui-prompt-input-style-box-shadow-hover-d43v8n\",\n\"promptInputStyleBoxShadowReadonly\": \"--awsui-prompt-input-style-box-shadow-readonly-d43v8n\",\n\"promptInputStyleColorDefault\": \"--awsui-prompt-input-style-color-default-d43v8n\",\n\"promptInputStyleColorDisabled\": \"--awsui-prompt-input-style-color-disabled-d43v8n\",\n\"promptInputStyleColorFocus\": \"--awsui-prompt-input-style-color-focus-d43v8n\",\n\"promptInputStyleColorHover\": \"--awsui-prompt-input-style-color-hover-d43v8n\",\n\"promptInputStyleColorReadonly\": \"--awsui-prompt-input-style-color-readonly-d43v8n\",\n\"promptInputStylePlaceholderColor\": \"--awsui-prompt-input-style-placeholder-color-d43v8n\",\n\"promptInputStylePlaceholderFontSize\": \"--awsui-prompt-input-style-placeholder-font-size-d43v8n\",\n\"promptInputStylePlaceholderFontStyle\": \"--awsui-prompt-input-style-placeholder-font-style-d43v8n\",\n\"promptInputStylePlaceholderFontWeight\": \"--awsui-prompt-input-style-placeholder-font-weight-d43v8n\",\n\"progressBarBackgroundColor\": \"--awsui-progress-bar-background-color-d43v8n\",\n\"progressBarBorderRadius\": \"--awsui-progress-bar-border-radius-d43v8n\",\n\"progressBarHeight\": \"--awsui-progress-bar-height-d43v8n\",\n\"progressValueBackgroundColor\": \"--awsui-progress-value-background-color-d43v8n\",\n };\n export default customCSSPropertiesMap;\n "]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"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","sourcesContent":["\n const customCSSPropertiesMap = {\n \"maxContentWidth\": \"--awsui-max-content-width-rhu47t\",\n\"minContentWidth\": \"--awsui-min-content-width-rhu47t\",\n\"breadcrumbsGap\": \"--awsui-breadcrumbs-gap-rhu47t\",\n\"contentGapLeft\": \"--awsui-content-gap-left-rhu47t\",\n\"contentGapRight\": \"--awsui-content-gap-right-rhu47t\",\n\"contentHeight\": \"--awsui-content-height-rhu47t\",\n\"contentLayoutDefaultHorizontalPadding\": \"--awsui-content-layout-default-horizontal-padding-rhu47t\",\n\"contentLayoutMaxContentWidth\": \"--awsui-content-layout-max-content-width-rhu47t\",\n\"contentLayoutMainGap\": \"--awsui-content-layout-main-gap-rhu47t\",\n\"defaultMaxContentWidth\": \"--awsui-default-max-content-width-rhu47t\",\n\"defaultMinContentWidth\": \"--awsui-default-min-content-width-rhu47t\",\n\"drawerSize\": \"--awsui-drawer-size-rhu47t\",\n\"drawerMinSize\": \"--awsui-drawer-min-size-rhu47t\",\n\"bottomDrawerSize\": \"--awsui-bottom-drawer-size-rhu47t\",\n\"footerHeight\": \"--awsui-footer-height-rhu47t\",\n\"headerGap\": \"--awsui-header-gap-rhu47t\",\n\"headerHeight\": \"--awsui-header-height-rhu47t\",\n\"layoutWidth\": \"--awsui-layout-width-rhu47t\",\n\"mainGap\": \"--awsui-main-gap-rhu47t\",\n\"mainOffsetLeft\": \"--awsui-main-offset-left-rhu47t\",\n\"mainTemplateRows\": \"--awsui-main-template-rows-rhu47t\",\n\"mobileBarHeight\": \"--awsui-mobile-bar-height-rhu47t\",\n\"notificationsHeight\": \"--awsui-notifications-height-rhu47t\",\n\"offsetTop\": \"--awsui-offset-top-rhu47t\",\n\"overlapHeight\": \"--awsui-overlap-height-rhu47t\",\n\"navigationWidth\": \"--awsui-navigation-width-rhu47t\",\n\"splitPanelReportedHeaderSize\": \"--awsui-split-panel-reported-header-size-rhu47t\",\n\"splitPanelReportedSize\": \"--awsui-split-panel-reported-size-rhu47t\",\n\"splitPanelHeight\": \"--awsui-split-panel-height-rhu47t\",\n\"splitPanelMinWidth\": \"--awsui-split-panel-min-width-rhu47t\",\n\"splitPanelMaxWidth\": \"--awsui-split-panel-max-width-rhu47t\",\n\"toolsMaxWidth\": \"--awsui-tools-max-width-rhu47t\",\n\"toolsWidth\": \"--awsui-tools-width-rhu47t\",\n\"toolsAnimationStartingOpacity\": \"--awsui-tools-animation-starting-opacity-rhu47t\",\n\"contentScrollMargin\": \"--awsui-content-scroll-margin-rhu47t\",\n\"flashbarStackDepth\": \"--awsui-flashbar-stack-depth-rhu47t\",\n\"flashbarStackIndex\": \"--awsui-flashbar-stack-index-rhu47t\",\n\"flashbarStickyBottomMargin\": \"--awsui-flashbar-sticky-bottom-margin-rhu47t\",\n\"stackedNotificationsBottomMargin\": \"--awsui-stacked-notifications-bottom-margin-rhu47t\",\n\"stackedNotificationsDefaultBottomMargin\": \"--awsui-stacked-notifications-default-bottom-margin-rhu47t\",\n\"dropdownDefaultMaxWidth\": \"--awsui-dropdown-default-max-width-rhu47t\",\n\"spinnerRotatorFrom\": \"--awsui-spinner-rotator-from-rhu47t\",\n\"spinnerRotatorTo\": \"--awsui-spinner-rotator-to-rhu47t\",\n\"spinnerLineLeftFrom\": \"--awsui-spinner-line-left-from-rhu47t\",\n\"spinnerLineLeftTo\": \"--awsui-spinner-line-left-to-rhu47t\",\n\"spinnerLineRightFrom\": \"--awsui-spinner-line-right-from-rhu47t\",\n\"spinnerLineRightTo\": \"--awsui-spinner-line-right-to-rhu47t\",\n\"sliderLabelCount\": \"--awsui-slider-label-count-rhu47t\",\n\"sliderTickCount\": \"--awsui-slider-tick-count-rhu47t\",\n\"sliderReferenceColumn\": \"--awsui-slider-reference-column-rhu47t\",\n\"sliderNextReferenceColumn\": \"--awsui-slider-next-reference-column-rhu47t\",\n\"sliderMaxStart\": \"--awsui-slider-max-start-rhu47t\",\n\"sliderMinEnd\": \"--awsui-slider-min-end-rhu47t\",\n\"sliderRangeInlineSize\": \"--awsui-slider-range-inline-size-rhu47t\",\n\"sliderTooltipPosition\": \"--awsui-slider-tooltip-position-rhu47t\",\n\"togglesLeftWidth\": \"--awsui-toggles-left-width-rhu47t\",\n\"togglesRightWidth\": \"--awsui-toggles-right-width-rhu47t\",\n\"promptInputMaxRows\": \"--awsui-prompt-input-max-rows-rhu47t\",\n\"promptInputScrollHeight\": \"--awsui-prompt-input-scroll-height-rhu47t\",\n\"dragHandleAnimationInlineOffset\": \"--awsui-drag-handle-animation-inline-offset-rhu47t\",\n\"dragHandleAnimationBlockOffset\": \"--awsui-drag-handle-animation-block-offset-rhu47t\",\n\"styleBackgroundActive\": \"--awsui-style-background-active-rhu47t\",\n\"styleBackgroundDefault\": \"--awsui-style-background-default-rhu47t\",\n\"styleBackgroundDisabled\": \"--awsui-style-background-disabled-rhu47t\",\n\"styleBackgroundHover\": \"--awsui-style-background-hover-rhu47t\",\n\"styleBorderColorActive\": \"--awsui-style-border-color-active-rhu47t\",\n\"styleBorderColorDefault\": \"--awsui-style-border-color-default-rhu47t\",\n\"styleBorderColorDisabled\": \"--awsui-style-border-color-disabled-rhu47t\",\n\"styleBorderColorHover\": \"--awsui-style-border-color-hover-rhu47t\",\n\"styleColorActive\": \"--awsui-style-color-active-rhu47t\",\n\"styleColorDefault\": \"--awsui-style-color-default-rhu47t\",\n\"styleColorDisabled\": \"--awsui-style-color-disabled-rhu47t\",\n\"styleColorHover\": \"--awsui-style-color-hover-rhu47t\",\n\"styleFocusRingBorderColor\": \"--awsui-style-focus-ring-border-color-rhu47t\",\n\"styleFocusRingBorderRadius\": \"--awsui-style-focus-ring-border-radius-rhu47t\",\n\"styleFocusRingBorderWidth\": \"--awsui-style-focus-ring-border-width-rhu47t\",\n\"styleFocusRingBoxShadow\": \"--awsui-style-focus-ring-box-shadow-rhu47t\",\n\"styleBoxShadowActive\": \"--awsui-style-box-shadow-active-rhu47t\",\n\"styleBoxShadowDefault\": \"--awsui-style-box-shadow-default-rhu47t\",\n\"styleBoxShadowDisabled\": \"--awsui-style-box-shadow-disabled-rhu47t\",\n\"styleBoxShadowHover\": \"--awsui-style-box-shadow-hover-rhu47t\",\n\"styleBackgroundReadonly\": \"--awsui-style-background-readonly-rhu47t\",\n\"styleBorderColorReadonly\": \"--awsui-style-border-color-readonly-rhu47t\",\n\"styleBoxShadowReadonly\": \"--awsui-style-box-shadow-readonly-rhu47t\",\n\"styleColorReadonly\": \"--awsui-style-color-readonly-rhu47t\",\n\"styleBackgroundFocus\": \"--awsui-style-background-focus-rhu47t\",\n\"styleBorderColorFocus\": \"--awsui-style-border-color-focus-rhu47t\",\n\"styleBoxShadowFocus\": \"--awsui-style-box-shadow-focus-rhu47t\",\n\"styleColorFocus\": \"--awsui-style-color-focus-rhu47t\",\n\"stylePlaceholderColor\": \"--awsui-style-placeholder-color-rhu47t\",\n\"stylePlaceholderFontSize\": \"--awsui-style-placeholder-font-size-rhu47t\",\n\"stylePlaceholderFontStyle\": \"--awsui-style-placeholder-font-style-rhu47t\",\n\"stylePlaceholderFontWeight\": \"--awsui-style-placeholder-font-weight-rhu47t\",\n\"styleTabsActiveIndicatorColor\": \"--awsui-style-tabs-active-indicator-color-rhu47t\",\n\"styleTabsActiveIndicatorWidth\": \"--awsui-style-tabs-active-indicator-width-rhu47t\",\n\"styleTabsActiveIndicatorBorderRadius\": \"--awsui-style-tabs-active-indicator-border-radius-rhu47t\",\n\"styleTabsSeparatorColor\": \"--awsui-style-tabs-separator-color-rhu47t\",\n\"styleTabsSeparatorWidth\": \"--awsui-style-tabs-separator-width-rhu47t\",\n\"alertFocusRingBorderColor\": \"--awsui-alert-focus-ring-border-color-rhu47t\",\n\"alertFocusRingBorderRadius\": \"--awsui-alert-focus-ring-border-radius-rhu47t\",\n\"alertFocusRingBorderWidth\": \"--awsui-alert-focus-ring-border-width-rhu47t\",\n\"alertFocusRingBoxShadow\": \"--awsui-alert-focus-ring-box-shadow-rhu47t\",\n\"alertIconColor\": \"--awsui-alert-icon-color-rhu47t\",\n\"promptInputStyleBackgroundDefault\": \"--awsui-prompt-input-style-background-default-rhu47t\",\n\"promptInputStyleBackgroundDisabled\": \"--awsui-prompt-input-style-background-disabled-rhu47t\",\n\"promptInputStyleBackgroundFocus\": \"--awsui-prompt-input-style-background-focus-rhu47t\",\n\"promptInputStyleBackgroundHover\": \"--awsui-prompt-input-style-background-hover-rhu47t\",\n\"promptInputStyleBackgroundReadonly\": \"--awsui-prompt-input-style-background-readonly-rhu47t\",\n\"promptInputStyleBorderColorDefault\": \"--awsui-prompt-input-style-border-color-default-rhu47t\",\n\"promptInputStyleBorderColorDisabled\": \"--awsui-prompt-input-style-border-color-disabled-rhu47t\",\n\"promptInputStyleBorderColorFocus\": \"--awsui-prompt-input-style-border-color-focus-rhu47t\",\n\"promptInputStyleBorderColorHover\": \"--awsui-prompt-input-style-border-color-hover-rhu47t\",\n\"promptInputStyleBorderColorReadonly\": \"--awsui-prompt-input-style-border-color-readonly-rhu47t\",\n\"promptInputStyleBoxShadowDefault\": \"--awsui-prompt-input-style-box-shadow-default-rhu47t\",\n\"promptInputStyleBoxShadowDisabled\": \"--awsui-prompt-input-style-box-shadow-disabled-rhu47t\",\n\"promptInputStyleBoxShadowFocus\": \"--awsui-prompt-input-style-box-shadow-focus-rhu47t\",\n\"promptInputStyleBoxShadowHover\": \"--awsui-prompt-input-style-box-shadow-hover-rhu47t\",\n\"promptInputStyleBoxShadowReadonly\": \"--awsui-prompt-input-style-box-shadow-readonly-rhu47t\",\n\"promptInputStyleColorDefault\": \"--awsui-prompt-input-style-color-default-rhu47t\",\n\"promptInputStyleColorDisabled\": \"--awsui-prompt-input-style-color-disabled-rhu47t\",\n\"promptInputStyleColorFocus\": \"--awsui-prompt-input-style-color-focus-rhu47t\",\n\"promptInputStyleColorHover\": \"--awsui-prompt-input-style-color-hover-rhu47t\",\n\"promptInputStyleColorReadonly\": \"--awsui-prompt-input-style-color-readonly-rhu47t\",\n\"promptInputStylePlaceholderColor\": \"--awsui-prompt-input-style-placeholder-color-rhu47t\",\n\"promptInputStylePlaceholderFontSize\": \"--awsui-prompt-input-style-placeholder-font-size-rhu47t\",\n\"promptInputStylePlaceholderFontStyle\": \"--awsui-prompt-input-style-placeholder-font-style-rhu47t\",\n\"promptInputStylePlaceholderFontWeight\": \"--awsui-prompt-input-style-placeholder-font-weight-rhu47t\",\n\"progressBarBackgroundColor\": \"--awsui-progress-bar-background-color-rhu47t\",\n\"progressBarBorderRadius\": \"--awsui-progress-bar-border-radius-rhu47t\",\n\"progressBarHeight\": \"--awsui-progress-bar-height-rhu47t\",\n\"progressValueBackgroundColor\": \"--awsui-progress-value-background-color-rhu47t\",\n };\n export default customCSSPropertiesMap;\n "]}
|
|
@@ -36,4 +36,22 @@ export type Optional<Type> = Type | undefined;
|
|
|
36
36
|
* Use this function to mark conditions which should never be visited
|
|
37
37
|
*/
|
|
38
38
|
export declare function assertNever(_value: never): null;
|
|
39
|
+
/**
|
|
40
|
+
* Utility type for focus ring styling properties.
|
|
41
|
+
* Used across components to provide consistent focus ring customization.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* ```
|
|
45
|
+
* export interface Style {
|
|
46
|
+
* root?: {
|
|
47
|
+
* focusRing?: FocusRingStyle;
|
|
48
|
+
* };
|
|
49
|
+
* }
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
export interface FocusRingStyle {
|
|
53
|
+
borderColor?: string;
|
|
54
|
+
borderRadius?: string;
|
|
55
|
+
borderWidth?: string;
|
|
56
|
+
}
|
|
39
57
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/internal/types.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,YAAY,CAAC,IAAI,EAAE,IAAI,SAAS,MAAM,IAAI,IAAI,IAAI,GAAG;KAC9D,GAAG,IAAI,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC;CAC3B,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAElF;;;;;;;GAOG;AACH,MAAM,MAAM,QAAQ,CAAC,IAAI,IAAI,IAAI,GAAG,SAAS,CAAC;AAE9C;;GAEG;AAEH,wBAAgB,WAAW,CAAC,MAAM,EAAE,KAAK,QAGxC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/internal/types.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,YAAY,CAAC,IAAI,EAAE,IAAI,SAAS,MAAM,IAAI,IAAI,IAAI,GAAG;KAC9D,GAAG,IAAI,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC;CAC3B,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAElF;;;;;;;GAOG;AACH,MAAM,MAAM,QAAQ,CAAC,IAAI,IAAI,IAAI,GAAG,SAAS,CAAC;AAE9C;;GAEG;AAEH,wBAAgB,WAAW,CAAC,MAAM,EAAE,KAAK,QAGxC;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,cAAc;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/internal/types.ts"],"names":[],"mappings":"AAuCA;;GAEG;AACH,6DAA6D;AAC7D,MAAM,UAAU,WAAW,CAAC,MAAa;IACvC,mEAAmE;IACnE,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n/**\n * Makes specified properties required.\n *\n * @example\n * ```\n * import { AlertProps } from '~components/alert/interfaces'\n *\n * type InternalAlertProps = SomeRequired<AlertProps, 'type'>\n *\n * function Alert(props: AlertProps) { ... }\n * function InternalAlert(props: InternalAlertProps) { ... }\n * ```\n */\nexport type SomeRequired<Type, Keys extends keyof Type> = Type & {\n [Key in Keys]-?: Type[Key];\n};\n\n/**\n * Makes specified properties optional.\n *\n * @example\n * ```\n * type PartialAlertProps = SomeOptional<AlertProps, 'type' | 'children'>\n * ```\n */\nexport type SomeOptional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;\n\n/**\n * Utility type that makes a union of given type and undefined.\n * @example\n * ```\n * type OptionalString = Optional<string>\n * type OptionalStringOrNumber = Optional<string | number>\n * ```\n */\nexport type Optional<Type> = Type | undefined;\n\n/**\n * Use this function to mark conditions which should never be visited\n */\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nexport function assertNever(_value: never) {\n /* istanbul ignore next: this code is not intended to be visited */\n return null;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/internal/types.ts"],"names":[],"mappings":"AAuCA;;GAEG;AACH,6DAA6D;AAC7D,MAAM,UAAU,WAAW,CAAC,MAAa;IACvC,mEAAmE;IACnE,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n/**\n * Makes specified properties required.\n *\n * @example\n * ```\n * import { AlertProps } from '~components/alert/interfaces'\n *\n * type InternalAlertProps = SomeRequired<AlertProps, 'type'>\n *\n * function Alert(props: AlertProps) { ... }\n * function InternalAlert(props: InternalAlertProps) { ... }\n * ```\n */\nexport type SomeRequired<Type, Keys extends keyof Type> = Type & {\n [Key in Keys]-?: Type[Key];\n};\n\n/**\n * Makes specified properties optional.\n *\n * @example\n * ```\n * type PartialAlertProps = SomeOptional<AlertProps, 'type' | 'children'>\n * ```\n */\nexport type SomeOptional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;\n\n/**\n * Utility type that makes a union of given type and undefined.\n * @example\n * ```\n * type OptionalString = Optional<string>\n * type OptionalStringOrNumber = Optional<string | number>\n * ```\n */\nexport type Optional<Type> = Type | undefined;\n\n/**\n * Use this function to mark conditions which should never be visited\n */\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nexport function assertNever(_value: never) {\n /* istanbul ignore next: this code is not intended to be visited */\n return null;\n}\n\n/**\n * Utility type for focus ring styling properties.\n * Used across components to provide consistent focus ring customization.\n *\n * @example\n * ```\n * export interface Style {\n * root?: {\n * focusRing?: FocusRingStyle;\n * };\n * }\n * ```\n */\nexport interface FocusRingStyle {\n borderColor?: string;\n borderRadius?: string;\n borderWidth?: string;\n}\n"]}
|