@cloudscape-design/components-themeable 3.0.1322 → 3.0.1324

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 (80) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/box/base-styles.scss +1 -0
  3. package/lib/internal/scss/flashbar/styles.scss +25 -4
  4. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  5. package/lib/internal/scss/internal/styles/typography/mixins.scss +16 -0
  6. package/lib/internal/scss/side-navigation/styles.scss +18 -24
  7. package/lib/internal/template/alert/index.d.ts.map +1 -1
  8. package/lib/internal/template/alert/index.js +5 -0
  9. package/lib/internal/template/alert/index.js.map +1 -1
  10. package/lib/internal/template/alert/styles.css.js +27 -27
  11. package/lib/internal/template/alert/styles.scoped.css +44 -44
  12. package/lib/internal/template/alert/styles.selectors.js +27 -27
  13. package/lib/internal/template/box/interfaces.d.ts +1 -1
  14. package/lib/internal/template/box/interfaces.d.ts.map +1 -1
  15. package/lib/internal/template/box/interfaces.js.map +1 -1
  16. package/lib/internal/template/box/styles.css.js +193 -192
  17. package/lib/internal/template/box/styles.scoped.css +246 -241
  18. package/lib/internal/template/box/styles.selectors.js +193 -192
  19. package/lib/internal/template/code-editor/styles.css.js +33 -33
  20. package/lib/internal/template/code-editor/styles.scoped.css +195 -195
  21. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  22. package/lib/internal/template/flashbar/flash.d.ts.map +1 -1
  23. package/lib/internal/template/flashbar/flash.js +2 -2
  24. package/lib/internal/template/flashbar/flash.js.map +1 -1
  25. package/lib/internal/template/flashbar/index.d.ts.map +1 -1
  26. package/lib/internal/template/flashbar/index.js +5 -0
  27. package/lib/internal/template/flashbar/index.js.map +1 -1
  28. package/lib/internal/template/flashbar/style.d.ts +3 -0
  29. package/lib/internal/template/flashbar/style.d.ts.map +1 -1
  30. package/lib/internal/template/flashbar/style.js +9 -0
  31. package/lib/internal/template/flashbar/style.js.map +1 -1
  32. package/lib/internal/template/flashbar/styles.css.js +50 -50
  33. package/lib/internal/template/flashbar/styles.scoped.css +169 -151
  34. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  35. package/lib/internal/template/form-field/styles.css.js +24 -24
  36. package/lib/internal/template/form-field/styles.scoped.css +40 -40
  37. package/lib/internal/template/form-field/styles.selectors.js +24 -24
  38. package/lib/internal/template/icon/styles.css.js +41 -41
  39. package/lib/internal/template/icon/styles.scoped.css +94 -94
  40. package/lib/internal/template/icon/styles.selectors.js +41 -41
  41. package/lib/internal/template/input/styles.css.js +18 -18
  42. package/lib/internal/template/input/styles.scoped.css +38 -38
  43. package/lib/internal/template/input/styles.selectors.js +18 -18
  44. package/lib/internal/template/internal/base-component/styles.scoped.css +151 -88
  45. package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
  46. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +35 -35
  47. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
  48. package/lib/internal/template/internal/environment.js +2 -2
  49. package/lib/internal/template/internal/environment.json +2 -2
  50. package/lib/internal/template/internal/generated/styles/tokens.d.ts +14 -0
  51. package/lib/internal/template/internal/generated/styles/tokens.js +27 -13
  52. package/lib/internal/template/internal/generated/theming/index.cjs +282 -21
  53. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +126 -0
  54. package/lib/internal/template/internal/generated/theming/index.d.ts +126 -0
  55. package/lib/internal/template/internal/generated/theming/index.js +282 -21
  56. package/lib/internal/template/popover/body.d.ts.map +1 -1
  57. package/lib/internal/template/popover/body.js +2 -2
  58. package/lib/internal/template/popover/body.js.map +1 -1
  59. package/lib/internal/template/prompt-input/styles.css.js +26 -26
  60. package/lib/internal/template/prompt-input/styles.scoped.css +61 -61
  61. package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
  62. package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
  63. package/lib/internal/template/side-navigation/parts.js +37 -28
  64. package/lib/internal/template/side-navigation/parts.js.map +1 -1
  65. package/lib/internal/template/side-navigation/styles.css.js +46 -46
  66. package/lib/internal/template/side-navigation/styles.scoped.css +85 -111
  67. package/lib/internal/template/side-navigation/styles.selectors.js +46 -46
  68. package/lib/internal/template/slider/styles.css.js +26 -26
  69. package/lib/internal/template/slider/styles.scoped.css +112 -112
  70. package/lib/internal/template/slider/styles.selectors.js +26 -26
  71. package/lib/internal/template/status-indicator/styles.css.js +24 -24
  72. package/lib/internal/template/status-indicator/styles.scoped.css +59 -59
  73. package/lib/internal/template/status-indicator/styles.selectors.js +24 -24
  74. package/lib/internal/template/textarea/styles.css.js +5 -5
  75. package/lib/internal/template/textarea/styles.scoped.css +17 -17
  76. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  77. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  78. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +23 -23
  79. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  80. package/package.json +1 -1
@@ -2,197 +2,198 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "box": "awsui_box_18wu0_1t8lw_172",
6
- "p-variant": "awsui_p-variant_18wu0_1t8lw_172",
7
- "color-default": "awsui_color-default_18wu0_1t8lw_172",
8
- "b-variant": "awsui_b-variant_18wu0_1t8lw_172",
9
- "strong-variant": "awsui_strong-variant_18wu0_1t8lw_172",
10
- "code-variant": "awsui_code-variant_18wu0_1t8lw_172",
11
- "pre-variant": "awsui_pre-variant_18wu0_1t8lw_172",
12
- "samp-variant": "awsui_samp-variant_18wu0_1t8lw_172",
13
- "h1-variant": "awsui_h1-variant_18wu0_1t8lw_176",
14
- "h2-variant": "awsui_h2-variant_18wu0_1t8lw_176",
15
- "h3-variant": "awsui_h3-variant_18wu0_1t8lw_176",
16
- "h4-variant": "awsui_h4-variant_18wu0_1t8lw_176",
17
- "h5-variant": "awsui_h5-variant_18wu0_1t8lw_176",
18
- "small-variant": "awsui_small-variant_18wu0_1t8lw_180",
19
- "a-variant": "awsui_a-variant_18wu0_1t8lw_184",
20
- "font-size-default": "awsui_font-size-default_18wu0_1t8lw_188",
21
- "font-weight-default": "awsui_font-weight-default_18wu0_1t8lw_229",
22
- "key-label-variant": "awsui_key-label-variant_18wu0_1t8lw_271",
23
- "gen-ai-label-variant": "awsui_gen-ai-label-variant_18wu0_1t8lw_278",
24
- "value-large-variant": "awsui_value-large-variant_18wu0_1t8lw_285",
25
- "inline-code-variant": "awsui_inline-code-variant_18wu0_1t8lw_295",
26
- "font-weight-heavy": "awsui_font-weight-heavy_18wu0_1t8lw_309",
27
- "color-inverted": "awsui_color-inverted_18wu0_1t8lw_314",
28
- "color-text-label": "awsui_color-text-label_18wu0_1t8lw_317",
29
- "color-text-body-secondary": "awsui_color-text-body-secondary_18wu0_1t8lw_320",
30
- "color-text-status-error": "awsui_color-text-status-error_18wu0_1t8lw_323",
31
- "color-text-status-success": "awsui_color-text-status-success_18wu0_1t8lw_326",
32
- "color-text-status-info": "awsui_color-text-status-info_18wu0_1t8lw_329",
33
- "color-text-status-inactive": "awsui_color-text-status-inactive_18wu0_1t8lw_332",
34
- "color-text-status-warning": "awsui_color-text-status-warning_18wu0_1t8lw_335",
35
- "color-inherit": "awsui_color-inherit_18wu0_1t8lw_338",
36
- "font-size-body-s": "awsui_font-size-body-s_18wu0_1t8lw_341",
37
- "font-size-body-m": "awsui_font-size-body-m_18wu0_1t8lw_346",
38
- "font-size-heading-xs": "awsui_font-size-heading-xs_18wu0_1t8lw_350",
39
- "font-size-heading-s": "awsui_font-size-heading-s_18wu0_1t8lw_355",
40
- "font-size-heading-m": "awsui_font-size-heading-m_18wu0_1t8lw_360",
41
- "font-size-heading-l": "awsui_font-size-heading-l_18wu0_1t8lw_365",
42
- "font-size-heading-xl": "awsui_font-size-heading-xl_18wu0_1t8lw_370",
43
- "font-size-display-l": "awsui_font-size-display-l_18wu0_1t8lw_375",
44
- "font-weight-light": "awsui_font-weight-light_18wu0_1t8lw_380",
45
- "font-weight-normal": "awsui_font-weight-normal_18wu0_1t8lw_383",
46
- "font-weight-bold": "awsui_font-weight-bold_18wu0_1t8lw_386",
47
- "t-left": "awsui_t-left_18wu0_1t8lw_393",
48
- "t-right": "awsui_t-right_18wu0_1t8lw_397",
49
- "t-center": "awsui_t-center_18wu0_1t8lw_401",
50
- "p-n": "awsui_p-n_18wu0_1t8lw_418",
51
- "p-top-n": "awsui_p-top-n_18wu0_1t8lw_423",
52
- "p-vertical-n": "awsui_p-vertical-n_18wu0_1t8lw_424",
53
- "p-right-n": "awsui_p-right-n_18wu0_1t8lw_428",
54
- "p-horizontal-n": "awsui_p-horizontal-n_18wu0_1t8lw_429",
55
- "p-bottom-n": "awsui_p-bottom-n_18wu0_1t8lw_433",
56
- "p-left-n": "awsui_p-left-n_18wu0_1t8lw_438",
57
- "p-xxxs": "awsui_p-xxxs_18wu0_1t8lw_443",
58
- "p-top-xxxs": "awsui_p-top-xxxs_18wu0_1t8lw_448",
59
- "p-vertical-xxxs": "awsui_p-vertical-xxxs_18wu0_1t8lw_449",
60
- "p-right-xxxs": "awsui_p-right-xxxs_18wu0_1t8lw_453",
61
- "p-horizontal-xxxs": "awsui_p-horizontal-xxxs_18wu0_1t8lw_454",
62
- "p-bottom-xxxs": "awsui_p-bottom-xxxs_18wu0_1t8lw_458",
63
- "p-left-xxxs": "awsui_p-left-xxxs_18wu0_1t8lw_463",
64
- "p-xxs": "awsui_p-xxs_18wu0_1t8lw_468",
65
- "p-top-xxs": "awsui_p-top-xxs_18wu0_1t8lw_473",
66
- "p-vertical-xxs": "awsui_p-vertical-xxs_18wu0_1t8lw_474",
67
- "p-right-xxs": "awsui_p-right-xxs_18wu0_1t8lw_478",
68
- "p-horizontal-xxs": "awsui_p-horizontal-xxs_18wu0_1t8lw_479",
69
- "p-bottom-xxs": "awsui_p-bottom-xxs_18wu0_1t8lw_483",
70
- "p-left-xxs": "awsui_p-left-xxs_18wu0_1t8lw_488",
71
- "p-xs": "awsui_p-xs_18wu0_1t8lw_493",
72
- "p-top-xs": "awsui_p-top-xs_18wu0_1t8lw_498",
73
- "p-vertical-xs": "awsui_p-vertical-xs_18wu0_1t8lw_499",
74
- "p-right-xs": "awsui_p-right-xs_18wu0_1t8lw_503",
75
- "p-horizontal-xs": "awsui_p-horizontal-xs_18wu0_1t8lw_504",
76
- "p-bottom-xs": "awsui_p-bottom-xs_18wu0_1t8lw_508",
77
- "p-left-xs": "awsui_p-left-xs_18wu0_1t8lw_513",
78
- "p-s": "awsui_p-s_18wu0_1t8lw_518",
79
- "p-top-s": "awsui_p-top-s_18wu0_1t8lw_523",
80
- "p-vertical-s": "awsui_p-vertical-s_18wu0_1t8lw_524",
81
- "p-right-s": "awsui_p-right-s_18wu0_1t8lw_528",
82
- "p-horizontal-s": "awsui_p-horizontal-s_18wu0_1t8lw_529",
83
- "p-bottom-s": "awsui_p-bottom-s_18wu0_1t8lw_533",
84
- "p-left-s": "awsui_p-left-s_18wu0_1t8lw_538",
85
- "p-m": "awsui_p-m_18wu0_1t8lw_543",
86
- "p-top-m": "awsui_p-top-m_18wu0_1t8lw_548",
87
- "p-vertical-m": "awsui_p-vertical-m_18wu0_1t8lw_549",
88
- "p-right-m": "awsui_p-right-m_18wu0_1t8lw_553",
89
- "p-horizontal-m": "awsui_p-horizontal-m_18wu0_1t8lw_554",
90
- "p-bottom-m": "awsui_p-bottom-m_18wu0_1t8lw_558",
91
- "p-left-m": "awsui_p-left-m_18wu0_1t8lw_563",
92
- "p-l": "awsui_p-l_18wu0_1t8lw_438",
93
- "p-top-l": "awsui_p-top-l_18wu0_1t8lw_573",
94
- "p-vertical-l": "awsui_p-vertical-l_18wu0_1t8lw_574",
95
- "p-right-l": "awsui_p-right-l_18wu0_1t8lw_578",
96
- "p-horizontal-l": "awsui_p-horizontal-l_18wu0_1t8lw_579",
97
- "p-bottom-l": "awsui_p-bottom-l_18wu0_1t8lw_583",
98
- "p-left-l": "awsui_p-left-l_18wu0_1t8lw_588",
99
- "p-xl": "awsui_p-xl_18wu0_1t8lw_593",
100
- "p-top-xl": "awsui_p-top-xl_18wu0_1t8lw_598",
101
- "p-vertical-xl": "awsui_p-vertical-xl_18wu0_1t8lw_599",
102
- "p-right-xl": "awsui_p-right-xl_18wu0_1t8lw_603",
103
- "p-horizontal-xl": "awsui_p-horizontal-xl_18wu0_1t8lw_604",
104
- "p-bottom-xl": "awsui_p-bottom-xl_18wu0_1t8lw_608",
105
- "p-left-xl": "awsui_p-left-xl_18wu0_1t8lw_613",
106
- "p-xxl": "awsui_p-xxl_18wu0_1t8lw_618",
107
- "p-top-xxl": "awsui_p-top-xxl_18wu0_1t8lw_623",
108
- "p-vertical-xxl": "awsui_p-vertical-xxl_18wu0_1t8lw_624",
109
- "p-right-xxl": "awsui_p-right-xxl_18wu0_1t8lw_628",
110
- "p-horizontal-xxl": "awsui_p-horizontal-xxl_18wu0_1t8lw_629",
111
- "p-bottom-xxl": "awsui_p-bottom-xxl_18wu0_1t8lw_633",
112
- "p-left-xxl": "awsui_p-left-xxl_18wu0_1t8lw_638",
113
- "p-xxxl": "awsui_p-xxxl_18wu0_1t8lw_643",
114
- "p-top-xxxl": "awsui_p-top-xxxl_18wu0_1t8lw_648",
115
- "p-vertical-xxxl": "awsui_p-vertical-xxxl_18wu0_1t8lw_649",
116
- "p-right-xxxl": "awsui_p-right-xxxl_18wu0_1t8lw_653",
117
- "p-horizontal-xxxl": "awsui_p-horizontal-xxxl_18wu0_1t8lw_654",
118
- "p-bottom-xxxl": "awsui_p-bottom-xxxl_18wu0_1t8lw_658",
119
- "p-left-xxxl": "awsui_p-left-xxxl_18wu0_1t8lw_663",
120
- "m-n": "awsui_m-n_18wu0_1t8lw_668",
121
- "m-top-n": "awsui_m-top-n_18wu0_1t8lw_673",
122
- "m-vertical-n": "awsui_m-vertical-n_18wu0_1t8lw_674",
123
- "m-right-n": "awsui_m-right-n_18wu0_1t8lw_678",
124
- "m-horizontal-n": "awsui_m-horizontal-n_18wu0_1t8lw_679",
125
- "m-bottom-n": "awsui_m-bottom-n_18wu0_1t8lw_683",
126
- "m-left-n": "awsui_m-left-n_18wu0_1t8lw_688",
127
- "m-xxxs": "awsui_m-xxxs_18wu0_1t8lw_693",
128
- "m-top-xxxs": "awsui_m-top-xxxs_18wu0_1t8lw_698",
129
- "m-vertical-xxxs": "awsui_m-vertical-xxxs_18wu0_1t8lw_699",
130
- "m-right-xxxs": "awsui_m-right-xxxs_18wu0_1t8lw_703",
131
- "m-horizontal-xxxs": "awsui_m-horizontal-xxxs_18wu0_1t8lw_704",
132
- "m-bottom-xxxs": "awsui_m-bottom-xxxs_18wu0_1t8lw_708",
133
- "m-left-xxxs": "awsui_m-left-xxxs_18wu0_1t8lw_713",
134
- "m-xxs": "awsui_m-xxs_18wu0_1t8lw_718",
135
- "m-top-xxs": "awsui_m-top-xxs_18wu0_1t8lw_723",
136
- "m-vertical-xxs": "awsui_m-vertical-xxs_18wu0_1t8lw_724",
137
- "m-right-xxs": "awsui_m-right-xxs_18wu0_1t8lw_728",
138
- "m-horizontal-xxs": "awsui_m-horizontal-xxs_18wu0_1t8lw_729",
139
- "m-bottom-xxs": "awsui_m-bottom-xxs_18wu0_1t8lw_733",
140
- "m-left-xxs": "awsui_m-left-xxs_18wu0_1t8lw_738",
141
- "m-xs": "awsui_m-xs_18wu0_1t8lw_743",
142
- "m-top-xs": "awsui_m-top-xs_18wu0_1t8lw_748",
143
- "m-vertical-xs": "awsui_m-vertical-xs_18wu0_1t8lw_749",
144
- "m-right-xs": "awsui_m-right-xs_18wu0_1t8lw_753",
145
- "m-horizontal-xs": "awsui_m-horizontal-xs_18wu0_1t8lw_754",
146
- "m-bottom-xs": "awsui_m-bottom-xs_18wu0_1t8lw_758",
147
- "m-left-xs": "awsui_m-left-xs_18wu0_1t8lw_763",
148
- "m-s": "awsui_m-s_18wu0_1t8lw_768",
149
- "m-top-s": "awsui_m-top-s_18wu0_1t8lw_773",
150
- "m-vertical-s": "awsui_m-vertical-s_18wu0_1t8lw_774",
151
- "m-right-s": "awsui_m-right-s_18wu0_1t8lw_778",
152
- "m-horizontal-s": "awsui_m-horizontal-s_18wu0_1t8lw_779",
153
- "m-bottom-s": "awsui_m-bottom-s_18wu0_1t8lw_783",
154
- "m-left-s": "awsui_m-left-s_18wu0_1t8lw_788",
155
- "m-m": "awsui_m-m_18wu0_1t8lw_793",
156
- "m-top-m": "awsui_m-top-m_18wu0_1t8lw_798",
157
- "m-vertical-m": "awsui_m-vertical-m_18wu0_1t8lw_799",
158
- "m-right-m": "awsui_m-right-m_18wu0_1t8lw_803",
159
- "m-horizontal-m": "awsui_m-horizontal-m_18wu0_1t8lw_804",
160
- "m-bottom-m": "awsui_m-bottom-m_18wu0_1t8lw_808",
161
- "m-left-m": "awsui_m-left-m_18wu0_1t8lw_813",
162
- "m-l": "awsui_m-l_18wu0_1t8lw_688",
163
- "m-top-l": "awsui_m-top-l_18wu0_1t8lw_823",
164
- "m-vertical-l": "awsui_m-vertical-l_18wu0_1t8lw_824",
165
- "m-right-l": "awsui_m-right-l_18wu0_1t8lw_828",
166
- "m-horizontal-l": "awsui_m-horizontal-l_18wu0_1t8lw_829",
167
- "m-bottom-l": "awsui_m-bottom-l_18wu0_1t8lw_833",
168
- "m-left-l": "awsui_m-left-l_18wu0_1t8lw_838",
169
- "m-xl": "awsui_m-xl_18wu0_1t8lw_843",
170
- "m-top-xl": "awsui_m-top-xl_18wu0_1t8lw_848",
171
- "m-vertical-xl": "awsui_m-vertical-xl_18wu0_1t8lw_849",
172
- "m-right-xl": "awsui_m-right-xl_18wu0_1t8lw_853",
173
- "m-horizontal-xl": "awsui_m-horizontal-xl_18wu0_1t8lw_854",
174
- "m-bottom-xl": "awsui_m-bottom-xl_18wu0_1t8lw_858",
175
- "m-left-xl": "awsui_m-left-xl_18wu0_1t8lw_863",
176
- "m-xxl": "awsui_m-xxl_18wu0_1t8lw_868",
177
- "m-top-xxl": "awsui_m-top-xxl_18wu0_1t8lw_873",
178
- "m-vertical-xxl": "awsui_m-vertical-xxl_18wu0_1t8lw_874",
179
- "m-right-xxl": "awsui_m-right-xxl_18wu0_1t8lw_878",
180
- "m-horizontal-xxl": "awsui_m-horizontal-xxl_18wu0_1t8lw_879",
181
- "m-bottom-xxl": "awsui_m-bottom-xxl_18wu0_1t8lw_883",
182
- "m-left-xxl": "awsui_m-left-xxl_18wu0_1t8lw_888",
183
- "m-xxxl": "awsui_m-xxxl_18wu0_1t8lw_893",
184
- "m-top-xxxl": "awsui_m-top-xxxl_18wu0_1t8lw_898",
185
- "m-vertical-xxxl": "awsui_m-vertical-xxxl_18wu0_1t8lw_899",
186
- "m-right-xxxl": "awsui_m-right-xxxl_18wu0_1t8lw_903",
187
- "m-horizontal-xxxl": "awsui_m-horizontal-xxxl_18wu0_1t8lw_904",
188
- "m-bottom-xxxl": "awsui_m-bottom-xxxl_18wu0_1t8lw_908",
189
- "m-left-xxxl": "awsui_m-left-xxxl_18wu0_1t8lw_913",
190
- "d-block": "awsui_d-block_18wu0_1t8lw_918",
191
- "d-inline": "awsui_d-inline_18wu0_1t8lw_921",
192
- "d-inline-block": "awsui_d-inline-block_18wu0_1t8lw_924",
193
- "d-none": "awsui_d-none_18wu0_1t8lw_927",
194
- "f-left": "awsui_f-left_18wu0_1t8lw_931",
195
- "f-right": "awsui_f-right_18wu0_1t8lw_935",
196
- "root": "awsui_root_18wu0_1t8lw_939"
5
+ "box": "awsui_box_18wu0_t5gai_172",
6
+ "p-variant": "awsui_p-variant_18wu0_t5gai_172",
7
+ "color-default": "awsui_color-default_18wu0_t5gai_172",
8
+ "b-variant": "awsui_b-variant_18wu0_t5gai_172",
9
+ "strong-variant": "awsui_strong-variant_18wu0_t5gai_172",
10
+ "code-variant": "awsui_code-variant_18wu0_t5gai_172",
11
+ "pre-variant": "awsui_pre-variant_18wu0_t5gai_172",
12
+ "samp-variant": "awsui_samp-variant_18wu0_t5gai_172",
13
+ "h1-variant": "awsui_h1-variant_18wu0_t5gai_176",
14
+ "h2-variant": "awsui_h2-variant_18wu0_t5gai_176",
15
+ "h3-variant": "awsui_h3-variant_18wu0_t5gai_176",
16
+ "h4-variant": "awsui_h4-variant_18wu0_t5gai_176",
17
+ "h5-variant": "awsui_h5-variant_18wu0_t5gai_176",
18
+ "small-variant": "awsui_small-variant_18wu0_t5gai_180",
19
+ "a-variant": "awsui_a-variant_18wu0_t5gai_184",
20
+ "font-size-default": "awsui_font-size-default_18wu0_t5gai_188",
21
+ "font-weight-default": "awsui_font-weight-default_18wu0_t5gai_229",
22
+ "key-label-variant": "awsui_key-label-variant_18wu0_t5gai_271",
23
+ "gen-ai-label-variant": "awsui_gen-ai-label-variant_18wu0_t5gai_278",
24
+ "value-large-variant": "awsui_value-large-variant_18wu0_t5gai_285",
25
+ "inline-code-variant": "awsui_inline-code-variant_18wu0_t5gai_295",
26
+ "font-weight-heavy": "awsui_font-weight-heavy_18wu0_t5gai_309",
27
+ "color-inverted": "awsui_color-inverted_18wu0_t5gai_314",
28
+ "color-text-label": "awsui_color-text-label_18wu0_t5gai_317",
29
+ "color-text-body-secondary": "awsui_color-text-body-secondary_18wu0_t5gai_320",
30
+ "color-text-status-error": "awsui_color-text-status-error_18wu0_t5gai_323",
31
+ "color-text-status-success": "awsui_color-text-status-success_18wu0_t5gai_326",
32
+ "color-text-status-info": "awsui_color-text-status-info_18wu0_t5gai_329",
33
+ "color-text-status-inactive": "awsui_color-text-status-inactive_18wu0_t5gai_332",
34
+ "color-text-status-warning": "awsui_color-text-status-warning_18wu0_t5gai_335",
35
+ "color-inherit": "awsui_color-inherit_18wu0_t5gai_338",
36
+ "font-size-body-s": "awsui_font-size-body-s_18wu0_t5gai_341",
37
+ "font-size-body-m": "awsui_font-size-body-m_18wu0_t5gai_346",
38
+ "font-size-heading-xs": "awsui_font-size-heading-xs_18wu0_t5gai_350",
39
+ "font-size-heading-s": "awsui_font-size-heading-s_18wu0_t5gai_355",
40
+ "font-size-heading-m": "awsui_font-size-heading-m_18wu0_t5gai_360",
41
+ "font-size-heading-l": "awsui_font-size-heading-l_18wu0_t5gai_365",
42
+ "font-size-heading-xl": "awsui_font-size-heading-xl_18wu0_t5gai_370",
43
+ "font-size-display-l": "awsui_font-size-display-l_18wu0_t5gai_375",
44
+ "font-size-display-xl": "awsui_font-size-display-xl_18wu0_t5gai_380",
45
+ "font-weight-light": "awsui_font-weight-light_18wu0_t5gai_385",
46
+ "font-weight-normal": "awsui_font-weight-normal_18wu0_t5gai_388",
47
+ "font-weight-bold": "awsui_font-weight-bold_18wu0_t5gai_391",
48
+ "t-left": "awsui_t-left_18wu0_t5gai_398",
49
+ "t-right": "awsui_t-right_18wu0_t5gai_402",
50
+ "t-center": "awsui_t-center_18wu0_t5gai_406",
51
+ "p-n": "awsui_p-n_18wu0_t5gai_423",
52
+ "p-top-n": "awsui_p-top-n_18wu0_t5gai_428",
53
+ "p-vertical-n": "awsui_p-vertical-n_18wu0_t5gai_429",
54
+ "p-right-n": "awsui_p-right-n_18wu0_t5gai_433",
55
+ "p-horizontal-n": "awsui_p-horizontal-n_18wu0_t5gai_434",
56
+ "p-bottom-n": "awsui_p-bottom-n_18wu0_t5gai_438",
57
+ "p-left-n": "awsui_p-left-n_18wu0_t5gai_443",
58
+ "p-xxxs": "awsui_p-xxxs_18wu0_t5gai_448",
59
+ "p-top-xxxs": "awsui_p-top-xxxs_18wu0_t5gai_453",
60
+ "p-vertical-xxxs": "awsui_p-vertical-xxxs_18wu0_t5gai_454",
61
+ "p-right-xxxs": "awsui_p-right-xxxs_18wu0_t5gai_458",
62
+ "p-horizontal-xxxs": "awsui_p-horizontal-xxxs_18wu0_t5gai_459",
63
+ "p-bottom-xxxs": "awsui_p-bottom-xxxs_18wu0_t5gai_463",
64
+ "p-left-xxxs": "awsui_p-left-xxxs_18wu0_t5gai_468",
65
+ "p-xxs": "awsui_p-xxs_18wu0_t5gai_473",
66
+ "p-top-xxs": "awsui_p-top-xxs_18wu0_t5gai_478",
67
+ "p-vertical-xxs": "awsui_p-vertical-xxs_18wu0_t5gai_479",
68
+ "p-right-xxs": "awsui_p-right-xxs_18wu0_t5gai_483",
69
+ "p-horizontal-xxs": "awsui_p-horizontal-xxs_18wu0_t5gai_484",
70
+ "p-bottom-xxs": "awsui_p-bottom-xxs_18wu0_t5gai_488",
71
+ "p-left-xxs": "awsui_p-left-xxs_18wu0_t5gai_493",
72
+ "p-xs": "awsui_p-xs_18wu0_t5gai_498",
73
+ "p-top-xs": "awsui_p-top-xs_18wu0_t5gai_503",
74
+ "p-vertical-xs": "awsui_p-vertical-xs_18wu0_t5gai_504",
75
+ "p-right-xs": "awsui_p-right-xs_18wu0_t5gai_508",
76
+ "p-horizontal-xs": "awsui_p-horizontal-xs_18wu0_t5gai_509",
77
+ "p-bottom-xs": "awsui_p-bottom-xs_18wu0_t5gai_513",
78
+ "p-left-xs": "awsui_p-left-xs_18wu0_t5gai_518",
79
+ "p-s": "awsui_p-s_18wu0_t5gai_523",
80
+ "p-top-s": "awsui_p-top-s_18wu0_t5gai_528",
81
+ "p-vertical-s": "awsui_p-vertical-s_18wu0_t5gai_529",
82
+ "p-right-s": "awsui_p-right-s_18wu0_t5gai_533",
83
+ "p-horizontal-s": "awsui_p-horizontal-s_18wu0_t5gai_534",
84
+ "p-bottom-s": "awsui_p-bottom-s_18wu0_t5gai_538",
85
+ "p-left-s": "awsui_p-left-s_18wu0_t5gai_543",
86
+ "p-m": "awsui_p-m_18wu0_t5gai_548",
87
+ "p-top-m": "awsui_p-top-m_18wu0_t5gai_553",
88
+ "p-vertical-m": "awsui_p-vertical-m_18wu0_t5gai_554",
89
+ "p-right-m": "awsui_p-right-m_18wu0_t5gai_558",
90
+ "p-horizontal-m": "awsui_p-horizontal-m_18wu0_t5gai_559",
91
+ "p-bottom-m": "awsui_p-bottom-m_18wu0_t5gai_563",
92
+ "p-left-m": "awsui_p-left-m_18wu0_t5gai_568",
93
+ "p-l": "awsui_p-l_18wu0_t5gai_443",
94
+ "p-top-l": "awsui_p-top-l_18wu0_t5gai_578",
95
+ "p-vertical-l": "awsui_p-vertical-l_18wu0_t5gai_579",
96
+ "p-right-l": "awsui_p-right-l_18wu0_t5gai_583",
97
+ "p-horizontal-l": "awsui_p-horizontal-l_18wu0_t5gai_584",
98
+ "p-bottom-l": "awsui_p-bottom-l_18wu0_t5gai_588",
99
+ "p-left-l": "awsui_p-left-l_18wu0_t5gai_593",
100
+ "p-xl": "awsui_p-xl_18wu0_t5gai_598",
101
+ "p-top-xl": "awsui_p-top-xl_18wu0_t5gai_603",
102
+ "p-vertical-xl": "awsui_p-vertical-xl_18wu0_t5gai_604",
103
+ "p-right-xl": "awsui_p-right-xl_18wu0_t5gai_608",
104
+ "p-horizontal-xl": "awsui_p-horizontal-xl_18wu0_t5gai_609",
105
+ "p-bottom-xl": "awsui_p-bottom-xl_18wu0_t5gai_613",
106
+ "p-left-xl": "awsui_p-left-xl_18wu0_t5gai_618",
107
+ "p-xxl": "awsui_p-xxl_18wu0_t5gai_623",
108
+ "p-top-xxl": "awsui_p-top-xxl_18wu0_t5gai_628",
109
+ "p-vertical-xxl": "awsui_p-vertical-xxl_18wu0_t5gai_629",
110
+ "p-right-xxl": "awsui_p-right-xxl_18wu0_t5gai_633",
111
+ "p-horizontal-xxl": "awsui_p-horizontal-xxl_18wu0_t5gai_634",
112
+ "p-bottom-xxl": "awsui_p-bottom-xxl_18wu0_t5gai_638",
113
+ "p-left-xxl": "awsui_p-left-xxl_18wu0_t5gai_643",
114
+ "p-xxxl": "awsui_p-xxxl_18wu0_t5gai_648",
115
+ "p-top-xxxl": "awsui_p-top-xxxl_18wu0_t5gai_653",
116
+ "p-vertical-xxxl": "awsui_p-vertical-xxxl_18wu0_t5gai_654",
117
+ "p-right-xxxl": "awsui_p-right-xxxl_18wu0_t5gai_658",
118
+ "p-horizontal-xxxl": "awsui_p-horizontal-xxxl_18wu0_t5gai_659",
119
+ "p-bottom-xxxl": "awsui_p-bottom-xxxl_18wu0_t5gai_663",
120
+ "p-left-xxxl": "awsui_p-left-xxxl_18wu0_t5gai_668",
121
+ "m-n": "awsui_m-n_18wu0_t5gai_673",
122
+ "m-top-n": "awsui_m-top-n_18wu0_t5gai_678",
123
+ "m-vertical-n": "awsui_m-vertical-n_18wu0_t5gai_679",
124
+ "m-right-n": "awsui_m-right-n_18wu0_t5gai_683",
125
+ "m-horizontal-n": "awsui_m-horizontal-n_18wu0_t5gai_684",
126
+ "m-bottom-n": "awsui_m-bottom-n_18wu0_t5gai_688",
127
+ "m-left-n": "awsui_m-left-n_18wu0_t5gai_693",
128
+ "m-xxxs": "awsui_m-xxxs_18wu0_t5gai_698",
129
+ "m-top-xxxs": "awsui_m-top-xxxs_18wu0_t5gai_703",
130
+ "m-vertical-xxxs": "awsui_m-vertical-xxxs_18wu0_t5gai_704",
131
+ "m-right-xxxs": "awsui_m-right-xxxs_18wu0_t5gai_708",
132
+ "m-horizontal-xxxs": "awsui_m-horizontal-xxxs_18wu0_t5gai_709",
133
+ "m-bottom-xxxs": "awsui_m-bottom-xxxs_18wu0_t5gai_713",
134
+ "m-left-xxxs": "awsui_m-left-xxxs_18wu0_t5gai_718",
135
+ "m-xxs": "awsui_m-xxs_18wu0_t5gai_723",
136
+ "m-top-xxs": "awsui_m-top-xxs_18wu0_t5gai_728",
137
+ "m-vertical-xxs": "awsui_m-vertical-xxs_18wu0_t5gai_729",
138
+ "m-right-xxs": "awsui_m-right-xxs_18wu0_t5gai_733",
139
+ "m-horizontal-xxs": "awsui_m-horizontal-xxs_18wu0_t5gai_734",
140
+ "m-bottom-xxs": "awsui_m-bottom-xxs_18wu0_t5gai_738",
141
+ "m-left-xxs": "awsui_m-left-xxs_18wu0_t5gai_743",
142
+ "m-xs": "awsui_m-xs_18wu0_t5gai_748",
143
+ "m-top-xs": "awsui_m-top-xs_18wu0_t5gai_753",
144
+ "m-vertical-xs": "awsui_m-vertical-xs_18wu0_t5gai_754",
145
+ "m-right-xs": "awsui_m-right-xs_18wu0_t5gai_758",
146
+ "m-horizontal-xs": "awsui_m-horizontal-xs_18wu0_t5gai_759",
147
+ "m-bottom-xs": "awsui_m-bottom-xs_18wu0_t5gai_763",
148
+ "m-left-xs": "awsui_m-left-xs_18wu0_t5gai_768",
149
+ "m-s": "awsui_m-s_18wu0_t5gai_773",
150
+ "m-top-s": "awsui_m-top-s_18wu0_t5gai_778",
151
+ "m-vertical-s": "awsui_m-vertical-s_18wu0_t5gai_779",
152
+ "m-right-s": "awsui_m-right-s_18wu0_t5gai_783",
153
+ "m-horizontal-s": "awsui_m-horizontal-s_18wu0_t5gai_784",
154
+ "m-bottom-s": "awsui_m-bottom-s_18wu0_t5gai_788",
155
+ "m-left-s": "awsui_m-left-s_18wu0_t5gai_793",
156
+ "m-m": "awsui_m-m_18wu0_t5gai_798",
157
+ "m-top-m": "awsui_m-top-m_18wu0_t5gai_803",
158
+ "m-vertical-m": "awsui_m-vertical-m_18wu0_t5gai_804",
159
+ "m-right-m": "awsui_m-right-m_18wu0_t5gai_808",
160
+ "m-horizontal-m": "awsui_m-horizontal-m_18wu0_t5gai_809",
161
+ "m-bottom-m": "awsui_m-bottom-m_18wu0_t5gai_813",
162
+ "m-left-m": "awsui_m-left-m_18wu0_t5gai_818",
163
+ "m-l": "awsui_m-l_18wu0_t5gai_693",
164
+ "m-top-l": "awsui_m-top-l_18wu0_t5gai_828",
165
+ "m-vertical-l": "awsui_m-vertical-l_18wu0_t5gai_829",
166
+ "m-right-l": "awsui_m-right-l_18wu0_t5gai_833",
167
+ "m-horizontal-l": "awsui_m-horizontal-l_18wu0_t5gai_834",
168
+ "m-bottom-l": "awsui_m-bottom-l_18wu0_t5gai_838",
169
+ "m-left-l": "awsui_m-left-l_18wu0_t5gai_843",
170
+ "m-xl": "awsui_m-xl_18wu0_t5gai_848",
171
+ "m-top-xl": "awsui_m-top-xl_18wu0_t5gai_853",
172
+ "m-vertical-xl": "awsui_m-vertical-xl_18wu0_t5gai_854",
173
+ "m-right-xl": "awsui_m-right-xl_18wu0_t5gai_858",
174
+ "m-horizontal-xl": "awsui_m-horizontal-xl_18wu0_t5gai_859",
175
+ "m-bottom-xl": "awsui_m-bottom-xl_18wu0_t5gai_863",
176
+ "m-left-xl": "awsui_m-left-xl_18wu0_t5gai_868",
177
+ "m-xxl": "awsui_m-xxl_18wu0_t5gai_873",
178
+ "m-top-xxl": "awsui_m-top-xxl_18wu0_t5gai_878",
179
+ "m-vertical-xxl": "awsui_m-vertical-xxl_18wu0_t5gai_879",
180
+ "m-right-xxl": "awsui_m-right-xxl_18wu0_t5gai_883",
181
+ "m-horizontal-xxl": "awsui_m-horizontal-xxl_18wu0_t5gai_884",
182
+ "m-bottom-xxl": "awsui_m-bottom-xxl_18wu0_t5gai_888",
183
+ "m-left-xxl": "awsui_m-left-xxl_18wu0_t5gai_893",
184
+ "m-xxxl": "awsui_m-xxxl_18wu0_t5gai_898",
185
+ "m-top-xxxl": "awsui_m-top-xxxl_18wu0_t5gai_903",
186
+ "m-vertical-xxxl": "awsui_m-vertical-xxxl_18wu0_t5gai_904",
187
+ "m-right-xxxl": "awsui_m-right-xxxl_18wu0_t5gai_908",
188
+ "m-horizontal-xxxl": "awsui_m-horizontal-xxxl_18wu0_t5gai_909",
189
+ "m-bottom-xxxl": "awsui_m-bottom-xxxl_18wu0_t5gai_913",
190
+ "m-left-xxxl": "awsui_m-left-xxxl_18wu0_t5gai_918",
191
+ "d-block": "awsui_d-block_18wu0_t5gai_923",
192
+ "d-inline": "awsui_d-inline_18wu0_t5gai_926",
193
+ "d-inline-block": "awsui_d-inline-block_18wu0_t5gai_929",
194
+ "d-none": "awsui_d-none_18wu0_t5gai_932",
195
+ "f-left": "awsui_f-left_18wu0_t5gai_936",
196
+ "f-right": "awsui_f-right_18wu0_t5gai_940",
197
+ "root": "awsui_root_18wu0_t5gai_944"
197
198
  };
198
199
 
@@ -1,38 +1,38 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "code-editor-refresh": "awsui_code-editor-refresh_1gl9c_c9qb5_158",
5
- "code-editor": "awsui_code-editor_1gl9c_c9qb5_158",
6
- "pane": "awsui_pane_1gl9c_c9qb5_704",
7
- "pane__close-container": "awsui_pane__close-container_1gl9c_c9qb5_715",
8
- "pane__list": "awsui_pane__list_1gl9c_c9qb5_720",
9
- "pane__table": "awsui_pane__table_1gl9c_c9qb5_727",
10
- "pane__item": "awsui_pane__item_1gl9c_c9qb5_733",
11
- "pane__cell": "awsui_pane__cell_1gl9c_c9qb5_733",
12
- "pane__item--highlighted": "awsui_pane__item--highlighted_1gl9c_c9qb5_747",
13
- "pane__location": "awsui_pane__location_1gl9c_c9qb5_768",
14
- "pane__description": "awsui_pane__description_1gl9c_c9qb5_768",
15
- "focus-lock": "awsui_focus-lock_1gl9c_c9qb5_783",
16
- "editor": "awsui_editor_1gl9c_c9qb5_827",
17
- "editor-refresh": "awsui_editor-refresh_1gl9c_c9qb5_857",
18
- "status-bar": "awsui_status-bar_1gl9c_c9qb5_862",
19
- "status-bar-with-hidden-pane": "awsui_status-bar-with-hidden-pane_1gl9c_c9qb5_871",
20
- "status-bar__left": "awsui_status-bar__left_1gl9c_c9qb5_875",
21
- "status-bar__right": "awsui_status-bar__right_1gl9c_c9qb5_882",
22
- "status-bar__language-mode": "awsui_status-bar__language-mode_1gl9c_c9qb5_886",
23
- "status-bar__cursor-position": "awsui_status-bar__cursor-position_1gl9c_c9qb5_886",
24
- "status-bar__cog-button": "awsui_status-bar__cog-button_1gl9c_c9qb5_892",
25
- "tab-list": "awsui_tab-list_1gl9c_c9qb5_897",
26
- "tab-button": "awsui_tab-button_1gl9c_c9qb5_902",
27
- "tab-button--refresh": "awsui_tab-button--refresh_1gl9c_c9qb5_935",
28
- "tab-button--warnings": "awsui_tab-button--warnings_1gl9c_c9qb5_938",
29
- "tab-button--active": "awsui_tab-button--active_1gl9c_c9qb5_947",
30
- "tab-button--disabled": "awsui_tab-button--disabled_1gl9c_c9qb5_963",
31
- "tab-button--divider": "awsui_tab-button--divider_1gl9c_c9qb5_996",
32
- "tab-button--errors": "awsui_tab-button--errors_1gl9c_c9qb5_1003",
33
- "count": "awsui_count_1gl9c_c9qb5_1012",
34
- "text": "awsui_text_1gl9c_c9qb5_1015",
35
- "loading-screen": "awsui_loading-screen_1gl9c_c9qb5_1037",
36
- "error-screen": "awsui_error-screen_1gl9c_c9qb5_1038"
4
+ "code-editor-refresh": "awsui_code-editor-refresh_1gl9c_14ry1_158",
5
+ "code-editor": "awsui_code-editor_1gl9c_14ry1_158",
6
+ "pane": "awsui_pane_1gl9c_14ry1_704",
7
+ "pane__close-container": "awsui_pane__close-container_1gl9c_14ry1_715",
8
+ "pane__list": "awsui_pane__list_1gl9c_14ry1_720",
9
+ "pane__table": "awsui_pane__table_1gl9c_14ry1_727",
10
+ "pane__item": "awsui_pane__item_1gl9c_14ry1_733",
11
+ "pane__cell": "awsui_pane__cell_1gl9c_14ry1_733",
12
+ "pane__item--highlighted": "awsui_pane__item--highlighted_1gl9c_14ry1_747",
13
+ "pane__location": "awsui_pane__location_1gl9c_14ry1_768",
14
+ "pane__description": "awsui_pane__description_1gl9c_14ry1_768",
15
+ "focus-lock": "awsui_focus-lock_1gl9c_14ry1_783",
16
+ "editor": "awsui_editor_1gl9c_14ry1_827",
17
+ "editor-refresh": "awsui_editor-refresh_1gl9c_14ry1_857",
18
+ "status-bar": "awsui_status-bar_1gl9c_14ry1_862",
19
+ "status-bar-with-hidden-pane": "awsui_status-bar-with-hidden-pane_1gl9c_14ry1_871",
20
+ "status-bar__left": "awsui_status-bar__left_1gl9c_14ry1_875",
21
+ "status-bar__right": "awsui_status-bar__right_1gl9c_14ry1_882",
22
+ "status-bar__language-mode": "awsui_status-bar__language-mode_1gl9c_14ry1_886",
23
+ "status-bar__cursor-position": "awsui_status-bar__cursor-position_1gl9c_14ry1_886",
24
+ "status-bar__cog-button": "awsui_status-bar__cog-button_1gl9c_14ry1_892",
25
+ "tab-list": "awsui_tab-list_1gl9c_14ry1_897",
26
+ "tab-button": "awsui_tab-button_1gl9c_14ry1_902",
27
+ "tab-button--refresh": "awsui_tab-button--refresh_1gl9c_14ry1_935",
28
+ "tab-button--warnings": "awsui_tab-button--warnings_1gl9c_14ry1_938",
29
+ "tab-button--active": "awsui_tab-button--active_1gl9c_14ry1_947",
30
+ "tab-button--disabled": "awsui_tab-button--disabled_1gl9c_14ry1_963",
31
+ "tab-button--divider": "awsui_tab-button--divider_1gl9c_14ry1_996",
32
+ "tab-button--errors": "awsui_tab-button--errors_1gl9c_14ry1_1003",
33
+ "count": "awsui_count_1gl9c_14ry1_1012",
34
+ "text": "awsui_text_1gl9c_14ry1_1015",
35
+ "loading-screen": "awsui_loading-screen_1gl9c_14ry1_1037",
36
+ "error-screen": "awsui_error-screen_1gl9c_14ry1_1038"
37
37
  };
38
38