@cloudscape-design/components-themeable 3.0.1074 → 3.0.1075

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.
Files changed (91) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/alert/styles.scss +5 -5
  3. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +80 -76
  4. package/lib/internal/template/alert/style.js +3 -3
  5. package/lib/internal/template/alert/style.js.map +1 -1
  6. package/lib/internal/template/alert/styles.css.js +27 -27
  7. package/lib/internal/template/alert/styles.scoped.css +46 -46
  8. package/lib/internal/template/alert/styles.selectors.js +27 -27
  9. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  10. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -32
  11. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  12. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  13. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  14. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  15. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  16. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
  17. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +17 -17
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +39 -39
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +17 -17
  21. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  22. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
  23. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  24. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +23 -23
  25. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +46 -46
  26. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +23 -23
  27. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  28. package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
  29. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  30. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  31. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
  32. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  33. package/lib/internal/template/button/styles.css.js +22 -22
  34. package/lib/internal/template/button/styles.scoped.css +212 -212
  35. package/lib/internal/template/button/styles.selectors.js +22 -22
  36. package/lib/internal/template/button-dropdown/item-element/styles.css.js +16 -16
  37. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +27 -27
  38. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +16 -16
  39. package/lib/internal/template/checkbox/styles.css.js +3 -3
  40. package/lib/internal/template/checkbox/styles.scoped.css +11 -11
  41. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  42. package/lib/internal/template/content-layout/styles.css.js +14 -14
  43. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  44. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  45. package/lib/internal/template/flashbar/styles.css.js +50 -50
  46. package/lib/internal/template/flashbar/styles.scoped.css +187 -187
  47. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  48. package/lib/internal/template/help-panel/styles.css.js +6 -6
  49. package/lib/internal/template/help-panel/styles.scoped.css +73 -73
  50. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  51. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  52. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +21 -21
  53. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +44 -44
  54. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +21 -21
  55. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  56. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -38
  57. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  58. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  59. package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
  60. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  61. package/lib/internal/template/internal/environment.js +2 -2
  62. package/lib/internal/template/internal/environment.json +2 -2
  63. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +4 -0
  64. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  65. package/lib/internal/template/internal/generated/custom-css-properties/index.js +79 -75
  66. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  67. package/lib/internal/template/link/styles.css.js +20 -20
  68. package/lib/internal/template/link/styles.scoped.css +103 -103
  69. package/lib/internal/template/link/styles.selectors.js +20 -20
  70. package/lib/internal/template/property-filter/interfaces.d.ts +2 -1
  71. package/lib/internal/template/property-filter/interfaces.d.ts.map +1 -1
  72. package/lib/internal/template/property-filter/interfaces.js.map +1 -1
  73. package/lib/internal/template/radio-group/styles.css.js +10 -10
  74. package/lib/internal/template/radio-group/styles.scoped.css +22 -22
  75. package/lib/internal/template/radio-group/styles.selectors.js +10 -10
  76. package/lib/internal/template/slider/styles.css.js +26 -26
  77. package/lib/internal/template/slider/styles.scoped.css +86 -86
  78. package/lib/internal/template/slider/styles.selectors.js +26 -26
  79. package/lib/internal/template/spinner/styles.css.js +13 -13
  80. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  81. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  82. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  83. package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
  84. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  85. package/lib/internal/template/text-content/styles.css.js +1 -1
  86. package/lib/internal/template/text-content/styles.scoped.css +66 -66
  87. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  88. package/lib/internal/template/toggle/styles.css.js +10 -10
  89. package/lib/internal/template/toggle/styles.scoped.css +23 -23
  90. package/lib/internal/template/toggle/styles.selectors.js +10 -10
  91. 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
- .awsui_root_gfwv3_1flly_193:not(#\9) {
193
+ .awsui_root_gfwv3_14gca_193:not(#\9) {
194
194
  gap: var(--space-scaled-xs-sppte9, 8px);
195
195
  }
196
- .awsui_root_gfwv3_1flly_193.awsui_horizontal_gfwv3_1flly_196:not(#\9) {
196
+ .awsui_root_gfwv3_14gca_193.awsui_horizontal_gfwv3_14gca_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
- .awsui_root_gfwv3_1flly_193.awsui_vertical_gfwv3_1flly_202:not(#\9) {
202
+ .awsui_root_gfwv3_14gca_193.awsui_vertical_gfwv3_14gca_202:not(#\9) {
203
203
  display: flex;
204
204
  flex-direction: column;
205
205
  }
206
206
 
207
- .awsui_list_gfwv3_1flly_207:not(#\9) {
207
+ .awsui_list_gfwv3_14gca_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
- .awsui_list_gfwv3_1flly_207.awsui_horizontal_gfwv3_1flly_196:not(#\9), .awsui_list_gfwv3_1flly_207.awsui_vertical_gfwv3_1flly_202:not(#\9) {
215
+ .awsui_list_gfwv3_14gca_207.awsui_horizontal_gfwv3_14gca_196:not(#\9), .awsui_list_gfwv3_14gca_207.awsui_vertical_gfwv3_14gca_202:not(#\9) {
216
216
  display: flex;
217
217
  gap: var(--space-xs-kw7k3v, 8px);
218
218
  }
219
- .awsui_list_gfwv3_1flly_207.awsui_horizontal_gfwv3_1flly_196:not(#\9) {
219
+ .awsui_list_gfwv3_14gca_207.awsui_horizontal_gfwv3_14gca_196:not(#\9) {
220
220
  flex-direction: row;
221
221
  flex-wrap: wrap;
222
222
  }
223
- .awsui_list_gfwv3_1flly_207.awsui_vertical_gfwv3_1flly_202:not(#\9) {
223
+ .awsui_list_gfwv3_14gca_207.awsui_vertical_gfwv3_14gca_202:not(#\9) {
224
224
  flex-direction: column;
225
225
  }
226
- .awsui_list_gfwv3_1flly_207.awsui_grid_gfwv3_1flly_226:not(#\9) {
226
+ .awsui_list_gfwv3_14gca_207.awsui_grid_gfwv3_14gca_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
- .awsui_list_gfwv3_1flly_207.awsui_grid_gfwv3_1flly_226:not(#\9) {
232
+ .awsui_list_gfwv3_14gca_207.awsui_grid_gfwv3_14gca_226:not(#\9) {
233
233
  display: flex;
234
234
  flex-direction: column;
235
235
  }
236
236
  }
237
237
 
238
- .awsui_list-item_gfwv3_1flly_238:not(#\9) {
238
+ .awsui_list-item_gfwv3_14gca_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-inline_gfwv3_1flly_245:not(#\9) {
245
+ .awsui_toggle-container-inline_gfwv3_14gca_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
- .awsui_toggle_gfwv3_1flly_245:not(#\9) {
251
+ .awsui_toggle_gfwv3_14gca_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-kcc2gu, var(--color-text-link-default-x6cnv5, #0073bb));
291
+ color: var(--awsui-style-color-default-mdigke, var(--color-text-link-default-x6cnv5, #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
- .awsui_toggle_gfwv3_1flly_245:not(#\9) {
302
+ .awsui_toggle_gfwv3_14gca_245:not(#\9) {
303
303
  animation: none;
304
304
  transition: none;
305
305
  }
306
306
  }
307
- .awsui-motion-disabled .awsui_toggle_gfwv3_1flly_245:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_1flly_245:not(#\9) {
307
+ .awsui-motion-disabled .awsui_toggle_gfwv3_14gca_245:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_14gca_245:not(#\9) {
308
308
  animation: none;
309
309
  transition: none;
310
310
  }
311
- .awsui_toggle_gfwv3_1flly_245:not(#\9):hover {
311
+ .awsui_toggle_gfwv3_14gca_245:not(#\9):hover {
312
312
  cursor: pointer;
313
- color: var(--awsui-style-color-hover-kcc2gu, var(--color-text-link-hover-tk5gkv, #0a4a74));
313
+ color: var(--awsui-style-color-hover-mdigke, var(--color-text-link-hover-tk5gkv, #0a4a74));
314
314
  }
315
- .awsui_toggle_gfwv3_1flly_245:not(#\9):focus {
315
+ .awsui_toggle_gfwv3_14gca_245:not(#\9):focus {
316
316
  outline: none;
317
317
  }
318
- .awsui_toggle_gfwv3_1flly_245:not(#\9):active {
319
- color: var(--awsui-style-color-active-kcc2gu, var(--color-text-link-hover-tk5gkv, #0a4a74));
318
+ .awsui_toggle_gfwv3_14gca_245:not(#\9):active {
319
+ color: var(--awsui-style-color-active-mdigke, var(--color-text-link-hover-tk5gkv, #0a4a74));
320
320
  }
321
- .awsui_toggle_gfwv3_1flly_245:not(#\9):active, .awsui_toggle_gfwv3_1flly_245:not(#\9):focus, .awsui_toggle_gfwv3_1flly_245:not(#\9):hover {
321
+ .awsui_toggle_gfwv3_14gca_245:not(#\9):active, .awsui_toggle_gfwv3_14gca_245:not(#\9):focus, .awsui_toggle_gfwv3_14gca_245:not(#\9):hover {
322
322
  text-decoration-line: underline;
323
323
  text-decoration-color: currentColor;
324
324
  }
325
- .awsui_toggle_gfwv3_1flly_245:not(#\9):active, .awsui_toggle_gfwv3_1flly_245:not(#\9):focus, .awsui_toggle_gfwv3_1flly_245:not(#\9):hover {
325
+ .awsui_toggle_gfwv3_14gca_245:not(#\9):active, .awsui_toggle_gfwv3_14gca_245:not(#\9):focus, .awsui_toggle_gfwv3_14gca_245:not(#\9):hover {
326
326
  text-decoration: none;
327
327
  text-decoration-color: transparent;
328
328
  }
329
- body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_1flly_245:not(#\9):focus {
329
+ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_14gca_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_1flly_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
- .awsui_toggle_gfwv3_1flly_245 > .awsui_description_gfwv3_1flly_337:not(#\9) {
339
+ .awsui_toggle_gfwv3_14gca_245 > .awsui_description_gfwv3_14gca_337:not(#\9) {
340
340
  margin-inline-start: var(--space-xxs-jnczic, 4px);
341
341
  }
342
342
 
343
- .awsui_separator_gfwv3_1flly_341:not(#\9) {
343
+ .awsui_separator_gfwv3_14gca_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": "awsui_root_gfwv3_1flly_193",
6
- "horizontal": "awsui_horizontal_gfwv3_1flly_196",
7
- "vertical": "awsui_vertical_gfwv3_1flly_202",
8
- "list": "awsui_list_gfwv3_1flly_207",
9
- "grid": "awsui_grid_gfwv3_1flly_226",
10
- "list-item": "awsui_list-item_gfwv3_1flly_238",
11
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1flly_245",
12
- "toggle": "awsui_toggle_gfwv3_1flly_245",
13
- "description": "awsui_description_gfwv3_1flly_337",
14
- "separator": "awsui_separator_gfwv3_1flly_341"
5
+ "root": "awsui_root_gfwv3_14gca_193",
6
+ "horizontal": "awsui_horizontal_gfwv3_14gca_196",
7
+ "vertical": "awsui_vertical_gfwv3_14gca_202",
8
+ "list": "awsui_list_gfwv3_14gca_207",
9
+ "grid": "awsui_grid_gfwv3_14gca_226",
10
+ "list-item": "awsui_list-item_gfwv3_14gca_238",
11
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_14gca_245",
12
+ "toggle": "awsui_toggle_gfwv3_14gca_245",
13
+ "description": "awsui_description_gfwv3_14gca_337",
14
+ "separator": "awsui_separator_gfwv3_14gca_341"
15
15
  };
16
16
 
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (77f8676d)";
3
- export var GIT_SHA = "77f8676d";
2
+ export var PACKAGE_VERSION = "3.0.0 (8145da85)";
3
+ export var GIT_SHA = "8145da85";
4
4
  export var THEME = "open-source-visual-refresh";
5
5
  export var SYSTEM = "console";
6
6
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (77f8676d)",
4
- "GIT_SHA": "77f8676d",
3
+ "PACKAGE_VERSION": "3.0.0 (8145da85)",
4
+ "GIT_SHA": "8145da85",
5
5
  "THEME": "default",
6
6
  "SYSTEM": "core",
7
7
  "ALWAYS_VISUAL_REFRESH": false
@@ -74,5 +74,9 @@ declare const customCSSPropertiesMap: {
74
74
  styleFocusRingBorderRadius: string;
75
75
  styleFocusRingBorderWidth: string;
76
76
  styleFocusRingBoxShadow: string;
77
+ alertFocusRingBorderColor: string;
78
+ alertFocusRingBorderRadius: string;
79
+ alertFocusRingBorderWidth: string;
80
+ alertFocusRingBoxShadow: string;
77
81
  };
78
82
  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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4E3B,CAAC;AACF,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AACM,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgF3B,CAAC;AACF,eAAe,sBAAsB,CAAC"}
@@ -1,79 +1,83 @@
1
1
  const customCSSPropertiesMap = {
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",
2
+ "maxContentWidth": "--awsui-max-content-width-mdigke",
3
+ "minContentWidth": "--awsui-min-content-width-mdigke",
4
+ "breadcrumbsGap": "--awsui-breadcrumbs-gap-mdigke",
5
+ "contentGapLeft": "--awsui-content-gap-left-mdigke",
6
+ "contentGapRight": "--awsui-content-gap-right-mdigke",
7
+ "contentHeight": "--awsui-content-height-mdigke",
8
+ "contentLayoutDefaultHorizontalPadding": "--awsui-content-layout-default-horizontal-padding-mdigke",
9
+ "contentLayoutMaxContentWidth": "--awsui-content-layout-max-content-width-mdigke",
10
+ "contentLayoutMainGap": "--awsui-content-layout-main-gap-mdigke",
11
+ "defaultMaxContentWidth": "--awsui-default-max-content-width-mdigke",
12
+ "defaultMinContentWidth": "--awsui-default-min-content-width-mdigke",
13
+ "drawerSize": "--awsui-drawer-size-mdigke",
14
+ "footerHeight": "--awsui-footer-height-mdigke",
15
+ "headerGap": "--awsui-header-gap-mdigke",
16
+ "headerHeight": "--awsui-header-height-mdigke",
17
+ "layoutWidth": "--awsui-layout-width-mdigke",
18
+ "mainGap": "--awsui-main-gap-mdigke",
19
+ "mainOffsetLeft": "--awsui-main-offset-left-mdigke",
20
+ "mainTemplateRows": "--awsui-main-template-rows-mdigke",
21
+ "mobileBarHeight": "--awsui-mobile-bar-height-mdigke",
22
+ "notificationsHeight": "--awsui-notifications-height-mdigke",
23
+ "offsetTop": "--awsui-offset-top-mdigke",
24
+ "overlapHeight": "--awsui-overlap-height-mdigke",
25
+ "navigationWidth": "--awsui-navigation-width-mdigke",
26
+ "splitPanelReportedHeaderSize": "--awsui-split-panel-reported-header-size-mdigke",
27
+ "splitPanelReportedSize": "--awsui-split-panel-reported-size-mdigke",
28
+ "splitPanelHeight": "--awsui-split-panel-height-mdigke",
29
+ "splitPanelMinWidth": "--awsui-split-panel-min-width-mdigke",
30
+ "splitPanelMaxWidth": "--awsui-split-panel-max-width-mdigke",
31
+ "toolsMaxWidth": "--awsui-tools-max-width-mdigke",
32
+ "toolsWidth": "--awsui-tools-width-mdigke",
33
+ "toolsAnimationStartingOpacity": "--awsui-tools-animation-starting-opacity-mdigke",
34
+ "contentScrollMargin": "--awsui-content-scroll-margin-mdigke",
35
+ "flashbarStackDepth": "--awsui-flashbar-stack-depth-mdigke",
36
+ "flashbarStackIndex": "--awsui-flashbar-stack-index-mdigke",
37
+ "flashbarStickyBottomMargin": "--awsui-flashbar-sticky-bottom-margin-mdigke",
38
+ "stackedNotificationsBottomMargin": "--awsui-stacked-notifications-bottom-margin-mdigke",
39
+ "stackedNotificationsDefaultBottomMargin": "--awsui-stacked-notifications-default-bottom-margin-mdigke",
40
+ "dropdownDefaultMaxWidth": "--awsui-dropdown-default-max-width-mdigke",
41
+ "spinnerRotatorFrom": "--awsui-spinner-rotator-from-mdigke",
42
+ "spinnerRotatorTo": "--awsui-spinner-rotator-to-mdigke",
43
+ "spinnerLineLeftFrom": "--awsui-spinner-line-left-from-mdigke",
44
+ "spinnerLineLeftTo": "--awsui-spinner-line-left-to-mdigke",
45
+ "spinnerLineRightFrom": "--awsui-spinner-line-right-from-mdigke",
46
+ "spinnerLineRightTo": "--awsui-spinner-line-right-to-mdigke",
47
+ "sliderLabelCount": "--awsui-slider-label-count-mdigke",
48
+ "sliderTickCount": "--awsui-slider-tick-count-mdigke",
49
+ "sliderReferenceColumn": "--awsui-slider-reference-column-mdigke",
50
+ "sliderNextReferenceColumn": "--awsui-slider-next-reference-column-mdigke",
51
+ "sliderMaxStart": "--awsui-slider-max-start-mdigke",
52
+ "sliderMinEnd": "--awsui-slider-min-end-mdigke",
53
+ "sliderRangeInlineSize": "--awsui-slider-range-inline-size-mdigke",
54
+ "sliderTooltipPosition": "--awsui-slider-tooltip-position-mdigke",
55
+ "togglesLeftWidth": "--awsui-toggles-left-width-mdigke",
56
+ "togglesRightWidth": "--awsui-toggles-right-width-mdigke",
57
+ "promptInputMaxRows": "--awsui-prompt-input-max-rows-mdigke",
58
+ "promptInputScrollHeight": "--awsui-prompt-input-scroll-height-mdigke",
59
+ "dragHandleAnimationInlineOffset": "--awsui-drag-handle-animation-inline-offset-mdigke",
60
+ "dragHandleAnimationBlockOffset": "--awsui-drag-handle-animation-block-offset-mdigke",
61
+ "styleBackgroundActive": "--awsui-style-background-active-mdigke",
62
+ "styleBackgroundDefault": "--awsui-style-background-default-mdigke",
63
+ "styleBackgroundDisabled": "--awsui-style-background-disabled-mdigke",
64
+ "styleBackgroundHover": "--awsui-style-background-hover-mdigke",
65
+ "styleBorderColorActive": "--awsui-style-border-color-active-mdigke",
66
+ "styleBorderColorDefault": "--awsui-style-border-color-default-mdigke",
67
+ "styleBorderColorDisabled": "--awsui-style-border-color-disabled-mdigke",
68
+ "styleBorderColorHover": "--awsui-style-border-color-hover-mdigke",
69
+ "styleColorActive": "--awsui-style-color-active-mdigke",
70
+ "styleColorDefault": "--awsui-style-color-default-mdigke",
71
+ "styleColorDisabled": "--awsui-style-color-disabled-mdigke",
72
+ "styleColorHover": "--awsui-style-color-hover-mdigke",
73
+ "styleFocusRingBorderColor": "--awsui-style-focus-ring-border-color-mdigke",
74
+ "styleFocusRingBorderRadius": "--awsui-style-focus-ring-border-radius-mdigke",
75
+ "styleFocusRingBorderWidth": "--awsui-style-focus-ring-border-width-mdigke",
76
+ "styleFocusRingBoxShadow": "--awsui-style-focus-ring-box-shadow-mdigke",
77
+ "alertFocusRingBorderColor": "--awsui-alert-focus-ring-border-color-mdigke",
78
+ "alertFocusRingBorderRadius": "--awsui-alert-focus-ring-border-radius-mdigke",
79
+ "alertFocusRingBorderWidth": "--awsui-alert-focus-ring-border-width-mdigke",
80
+ "alertFocusRingBoxShadow": "--awsui-alert-focus-ring-box-shadow-mdigke",
77
81
  };
78
82
  export default customCSSPropertiesMap;
79
83
  //# 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;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 "]}
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-mdigke\",\n\"minContentWidth\": \"--awsui-min-content-width-mdigke\",\n\"breadcrumbsGap\": \"--awsui-breadcrumbs-gap-mdigke\",\n\"contentGapLeft\": \"--awsui-content-gap-left-mdigke\",\n\"contentGapRight\": \"--awsui-content-gap-right-mdigke\",\n\"contentHeight\": \"--awsui-content-height-mdigke\",\n\"contentLayoutDefaultHorizontalPadding\": \"--awsui-content-layout-default-horizontal-padding-mdigke\",\n\"contentLayoutMaxContentWidth\": \"--awsui-content-layout-max-content-width-mdigke\",\n\"contentLayoutMainGap\": \"--awsui-content-layout-main-gap-mdigke\",\n\"defaultMaxContentWidth\": \"--awsui-default-max-content-width-mdigke\",\n\"defaultMinContentWidth\": \"--awsui-default-min-content-width-mdigke\",\n\"drawerSize\": \"--awsui-drawer-size-mdigke\",\n\"footerHeight\": \"--awsui-footer-height-mdigke\",\n\"headerGap\": \"--awsui-header-gap-mdigke\",\n\"headerHeight\": \"--awsui-header-height-mdigke\",\n\"layoutWidth\": \"--awsui-layout-width-mdigke\",\n\"mainGap\": \"--awsui-main-gap-mdigke\",\n\"mainOffsetLeft\": \"--awsui-main-offset-left-mdigke\",\n\"mainTemplateRows\": \"--awsui-main-template-rows-mdigke\",\n\"mobileBarHeight\": \"--awsui-mobile-bar-height-mdigke\",\n\"notificationsHeight\": \"--awsui-notifications-height-mdigke\",\n\"offsetTop\": \"--awsui-offset-top-mdigke\",\n\"overlapHeight\": \"--awsui-overlap-height-mdigke\",\n\"navigationWidth\": \"--awsui-navigation-width-mdigke\",\n\"splitPanelReportedHeaderSize\": \"--awsui-split-panel-reported-header-size-mdigke\",\n\"splitPanelReportedSize\": \"--awsui-split-panel-reported-size-mdigke\",\n\"splitPanelHeight\": \"--awsui-split-panel-height-mdigke\",\n\"splitPanelMinWidth\": \"--awsui-split-panel-min-width-mdigke\",\n\"splitPanelMaxWidth\": \"--awsui-split-panel-max-width-mdigke\",\n\"toolsMaxWidth\": \"--awsui-tools-max-width-mdigke\",\n\"toolsWidth\": \"--awsui-tools-width-mdigke\",\n\"toolsAnimationStartingOpacity\": \"--awsui-tools-animation-starting-opacity-mdigke\",\n\"contentScrollMargin\": \"--awsui-content-scroll-margin-mdigke\",\n\"flashbarStackDepth\": \"--awsui-flashbar-stack-depth-mdigke\",\n\"flashbarStackIndex\": \"--awsui-flashbar-stack-index-mdigke\",\n\"flashbarStickyBottomMargin\": \"--awsui-flashbar-sticky-bottom-margin-mdigke\",\n\"stackedNotificationsBottomMargin\": \"--awsui-stacked-notifications-bottom-margin-mdigke\",\n\"stackedNotificationsDefaultBottomMargin\": \"--awsui-stacked-notifications-default-bottom-margin-mdigke\",\n\"dropdownDefaultMaxWidth\": \"--awsui-dropdown-default-max-width-mdigke\",\n\"spinnerRotatorFrom\": \"--awsui-spinner-rotator-from-mdigke\",\n\"spinnerRotatorTo\": \"--awsui-spinner-rotator-to-mdigke\",\n\"spinnerLineLeftFrom\": \"--awsui-spinner-line-left-from-mdigke\",\n\"spinnerLineLeftTo\": \"--awsui-spinner-line-left-to-mdigke\",\n\"spinnerLineRightFrom\": \"--awsui-spinner-line-right-from-mdigke\",\n\"spinnerLineRightTo\": \"--awsui-spinner-line-right-to-mdigke\",\n\"sliderLabelCount\": \"--awsui-slider-label-count-mdigke\",\n\"sliderTickCount\": \"--awsui-slider-tick-count-mdigke\",\n\"sliderReferenceColumn\": \"--awsui-slider-reference-column-mdigke\",\n\"sliderNextReferenceColumn\": \"--awsui-slider-next-reference-column-mdigke\",\n\"sliderMaxStart\": \"--awsui-slider-max-start-mdigke\",\n\"sliderMinEnd\": \"--awsui-slider-min-end-mdigke\",\n\"sliderRangeInlineSize\": \"--awsui-slider-range-inline-size-mdigke\",\n\"sliderTooltipPosition\": \"--awsui-slider-tooltip-position-mdigke\",\n\"togglesLeftWidth\": \"--awsui-toggles-left-width-mdigke\",\n\"togglesRightWidth\": \"--awsui-toggles-right-width-mdigke\",\n\"promptInputMaxRows\": \"--awsui-prompt-input-max-rows-mdigke\",\n\"promptInputScrollHeight\": \"--awsui-prompt-input-scroll-height-mdigke\",\n\"dragHandleAnimationInlineOffset\": \"--awsui-drag-handle-animation-inline-offset-mdigke\",\n\"dragHandleAnimationBlockOffset\": \"--awsui-drag-handle-animation-block-offset-mdigke\",\n\"styleBackgroundActive\": \"--awsui-style-background-active-mdigke\",\n\"styleBackgroundDefault\": \"--awsui-style-background-default-mdigke\",\n\"styleBackgroundDisabled\": \"--awsui-style-background-disabled-mdigke\",\n\"styleBackgroundHover\": \"--awsui-style-background-hover-mdigke\",\n\"styleBorderColorActive\": \"--awsui-style-border-color-active-mdigke\",\n\"styleBorderColorDefault\": \"--awsui-style-border-color-default-mdigke\",\n\"styleBorderColorDisabled\": \"--awsui-style-border-color-disabled-mdigke\",\n\"styleBorderColorHover\": \"--awsui-style-border-color-hover-mdigke\",\n\"styleColorActive\": \"--awsui-style-color-active-mdigke\",\n\"styleColorDefault\": \"--awsui-style-color-default-mdigke\",\n\"styleColorDisabled\": \"--awsui-style-color-disabled-mdigke\",\n\"styleColorHover\": \"--awsui-style-color-hover-mdigke\",\n\"styleFocusRingBorderColor\": \"--awsui-style-focus-ring-border-color-mdigke\",\n\"styleFocusRingBorderRadius\": \"--awsui-style-focus-ring-border-radius-mdigke\",\n\"styleFocusRingBorderWidth\": \"--awsui-style-focus-ring-border-width-mdigke\",\n\"styleFocusRingBoxShadow\": \"--awsui-style-focus-ring-box-shadow-mdigke\",\n\"alertFocusRingBorderColor\": \"--awsui-alert-focus-ring-border-color-mdigke\",\n\"alertFocusRingBorderRadius\": \"--awsui-alert-focus-ring-border-radius-mdigke\",\n\"alertFocusRingBorderWidth\": \"--awsui-alert-focus-ring-border-width-mdigke\",\n\"alertFocusRingBoxShadow\": \"--awsui-alert-focus-ring-box-shadow-mdigke\",\n };\n export default customCSSPropertiesMap;\n "]}
@@ -1,25 +1,25 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "link": "awsui_link_4c84z_6o2aq_145",
5
- "variant-secondary": "awsui_variant-secondary_4c84z_6o2aq_212",
6
- "variant-primary": "awsui_variant-primary_4c84z_6o2aq_247",
7
- "variant-info": "awsui_variant-info_4c84z_6o2aq_280",
8
- "variant-value-large": "awsui_variant-value-large_4c84z_6o2aq_315",
9
- "variant-top-navigation": "awsui_variant-top-navigation_4c84z_6o2aq_347",
10
- "variant-recovery": "awsui_variant-recovery_4c84z_6o2aq_382",
11
- "button": "awsui_button_4c84z_6o2aq_415",
12
- "color-inverted": "awsui_color-inverted_4c84z_6o2aq_450",
13
- "font-size-body-s": "awsui_font-size-body-s_4c84z_6o2aq_471",
14
- "font-size-body-m": "awsui_font-size-body-m_4c84z_6o2aq_478",
15
- "font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_6o2aq_484",
16
- "font-size-heading-s": "awsui_font-size-heading-s_4c84z_6o2aq_490",
17
- "font-size-heading-m": "awsui_font-size-heading-m_4c84z_6o2aq_497",
18
- "font-size-heading-l": "awsui_font-size-heading-l_4c84z_6o2aq_504",
19
- "font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_6o2aq_511",
20
- "font-size-display-l": "awsui_font-size-display-l_4c84z_6o2aq_518",
21
- "font-size-inherit": "awsui_font-size-inherit_4c84z_6o2aq_525",
22
- "icon-wrapper": "awsui_icon-wrapper_4c84z_6o2aq_533",
23
- "icon": "awsui_icon_4c84z_6o2aq_533"
4
+ "link": "awsui_link_4c84z_1qddw_145",
5
+ "variant-secondary": "awsui_variant-secondary_4c84z_1qddw_212",
6
+ "variant-primary": "awsui_variant-primary_4c84z_1qddw_247",
7
+ "variant-info": "awsui_variant-info_4c84z_1qddw_280",
8
+ "variant-value-large": "awsui_variant-value-large_4c84z_1qddw_315",
9
+ "variant-top-navigation": "awsui_variant-top-navigation_4c84z_1qddw_347",
10
+ "variant-recovery": "awsui_variant-recovery_4c84z_1qddw_382",
11
+ "button": "awsui_button_4c84z_1qddw_415",
12
+ "color-inverted": "awsui_color-inverted_4c84z_1qddw_450",
13
+ "font-size-body-s": "awsui_font-size-body-s_4c84z_1qddw_471",
14
+ "font-size-body-m": "awsui_font-size-body-m_4c84z_1qddw_478",
15
+ "font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_1qddw_484",
16
+ "font-size-heading-s": "awsui_font-size-heading-s_4c84z_1qddw_490",
17
+ "font-size-heading-m": "awsui_font-size-heading-m_4c84z_1qddw_497",
18
+ "font-size-heading-l": "awsui_font-size-heading-l_4c84z_1qddw_504",
19
+ "font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_1qddw_511",
20
+ "font-size-display-l": "awsui_font-size-display-l_4c84z_1qddw_518",
21
+ "font-size-inherit": "awsui_font-size-inherit_4c84z_1qddw_525",
22
+ "icon-wrapper": "awsui_icon-wrapper_4c84z_1qddw_533",
23
+ "icon": "awsui_icon_4c84z_1qddw_533"
24
24
  };
25
25