@cloudscape-design/components-themeable 3.0.64 → 3.0.66
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/scss/internal/styles/typography/mixins.scss +9 -0
- package/lib/internal/scss/link/styles.scss +11 -1
- package/lib/internal/scss/popover/body.scss +0 -36
- package/lib/internal/scss/popover/container.scss +41 -0
- package/lib/internal/template/annotation-context/annotation/annotation-popover.d.ts.map +1 -1
- package/lib/internal/template/annotation-context/annotation/annotation-popover.js +2 -2
- package/lib/internal/template/annotation-context/annotation/annotation-popover.js.map +1 -1
- package/lib/internal/template/autosuggest/interfaces.d.ts +2 -2
- package/lib/internal/template/autosuggest/interfaces.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/interfaces.js.map +1 -1
- package/lib/internal/template/button-dropdown/tooltip.js +2 -2
- package/lib/internal/template/button-dropdown/tooltip.js.map +1 -1
- package/lib/internal/template/calendar/interfaces.d.ts +2 -1
- package/lib/internal/template/calendar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/calendar/interfaces.js.map +1 -1
- package/lib/internal/template/calendar/internal.d.ts +2 -1
- package/lib/internal/template/calendar/internal.d.ts.map +1 -1
- package/lib/internal/template/calendar/internal.js +8 -3
- package/lib/internal/template/calendar/internal.js.map +1 -1
- package/lib/internal/template/cards/index.d.ts.map +1 -1
- package/lib/internal/template/cards/index.js +15 -5
- package/lib/internal/template/cards/index.js.map +1 -1
- package/lib/internal/template/checkbox/base-checkbox.d.ts +1 -5
- package/lib/internal/template/checkbox/base-checkbox.d.ts.map +1 -1
- package/lib/internal/template/checkbox/base-checkbox.js.map +1 -1
- package/lib/internal/template/checkbox/internal.d.ts.map +1 -1
- package/lib/internal/template/checkbox/internal.js +3 -1
- package/lib/internal/template/checkbox/internal.js.map +1 -1
- package/lib/internal/template/container/internal.d.ts +2 -1
- package/lib/internal/template/container/internal.d.ts.map +1 -1
- package/lib/internal/template/container/internal.js +3 -2
- package/lib/internal/template/container/internal.js.map +1 -1
- package/lib/internal/template/date-input/index.d.ts.map +1 -1
- package/lib/internal/template/date-input/index.js +3 -4
- package/lib/internal/template/date-input/index.js.map +1 -1
- package/lib/internal/template/date-input/internal.d.ts.map +1 -1
- package/lib/internal/template/date-input/internal.js +2 -2
- package/lib/internal/template/date-input/internal.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.js +2 -2
- package/lib/internal/template/date-range-picker/calendar/index.js.map +1 -1
- package/lib/internal/template/form-field/interfaces.d.ts +12 -0
- package/lib/internal/template/form-field/interfaces.d.ts.map +1 -1
- package/lib/internal/template/form-field/interfaces.js.map +1 -1
- package/lib/internal/template/form-field/internal.d.ts +3 -2
- package/lib/internal/template/form-field/internal.d.ts.map +1 -1
- package/lib/internal/template/form-field/internal.js +4 -4
- package/lib/internal/template/form-field/internal.js.map +1 -1
- package/lib/internal/template/index.d.ts +2 -0
- package/lib/internal/template/index.d.ts.map +1 -1
- package/lib/internal/template/index.js +2 -0
- package/lib/internal/template/index.js.map +1 -1
- package/lib/internal/template/input/interfaces.d.ts +11 -9
- package/lib/internal/template/input/interfaces.d.ts.map +1 -1
- package/lib/internal/template/input/interfaces.js.map +1 -1
- package/lib/internal/template/input/internal.d.ts +2 -2
- package/lib/internal/template/input/internal.d.ts.map +1 -1
- package/lib/internal/template/input/internal.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +2 -5
- package/lib/internal/template/internal/components/autosuggest-input/index.d.ts +2 -2
- package/lib/internal/template/internal/components/autosuggest-input/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/autosuggest-input/index.js.map +1 -1
- package/lib/internal/template/internal/components/chart-popover/index.js +2 -2
- package/lib/internal/template/internal/components/chart-popover/index.js.map +1 -1
- package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +7 -7
- package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +7 -7
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/link/interfaces.d.ts +1 -1
- package/lib/internal/template/link/interfaces.d.ts.map +1 -1
- package/lib/internal/template/link/interfaces.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -19
- package/lib/internal/template/link/styles.scoped.css +75 -70
- package/lib/internal/template/link/styles.selectors.js +20 -19
- package/lib/internal/template/package.json +2 -0
- package/lib/internal/template/pie-chart/styles.css.js +27 -27
- package/lib/internal/template/pie-chart/styles.scoped.css +44 -44
- package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
- package/lib/internal/template/popover/body.d.ts +1 -4
- package/lib/internal/template/popover/body.d.ts.map +1 -1
- package/lib/internal/template/popover/body.js +2 -4
- package/lib/internal/template/popover/body.js.map +1 -1
- package/lib/internal/template/popover/container.d.ts +4 -1
- package/lib/internal/template/popover/container.d.ts.map +1 -1
- package/lib/internal/template/popover/container.js +51 -37
- package/lib/internal/template/popover/container.js.map +1 -1
- package/lib/internal/template/popover/internal.js +2 -2
- package/lib/internal/template/popover/internal.js.map +1 -1
- package/lib/internal/template/popover/styles.css.js +49 -48
- package/lib/internal/template/popover/styles.scoped.css +209 -89
- package/lib/internal/template/popover/styles.selectors.js +49 -48
- package/lib/internal/template/popover/utils/positions.d.ts +1 -0
- package/lib/internal/template/popover/utils/positions.d.ts.map +1 -1
- package/lib/internal/template/popover/utils/positions.js +40 -14
- package/lib/internal/template/popover/utils/positions.js.map +1 -1
- package/lib/internal/template/radio-group/interfaces.d.ts +5 -0
- package/lib/internal/template/radio-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/radio-group/interfaces.js.map +1 -1
- package/lib/internal/template/radio-group/styles.css.js +9 -9
- package/lib/internal/template/radio-group/styles.scoped.css +16 -16
- package/lib/internal/template/radio-group/styles.selectors.js +9 -9
- package/lib/internal/template/tag-editor/index.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/index.js +1 -1
- package/lib/internal/template/tag-editor/index.js.map +1 -1
- package/lib/internal/template/tag-editor/interfaces.d.ts +1 -0
- package/lib/internal/template/tag-editor/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/interfaces.js.map +1 -1
- package/lib/internal/template/test-utils/dom/index.d.ts +6 -0
- package/lib/internal/template/test-utils/dom/index.js +18 -2
- package/lib/internal/template/test-utils/dom/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/index.d.ts +6 -0
- package/lib/internal/template/test-utils/selectors/index.js +18 -2
- package/lib/internal/template/test-utils/selectors/index.js.map +1 -1
- package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
- package/lib/internal/template/textarea/interfaces.d.ts +2 -2
- package/lib/internal/template/textarea/interfaces.d.ts.map +1 -1
- package/lib/internal/template/textarea/interfaces.js.map +1 -1
- package/lib/internal/template/time-input/interfaces.d.ts +2 -2
- package/lib/internal/template/time-input/interfaces.d.ts.map +1 -1
- package/lib/internal/template/time-input/interfaces.js.map +1 -1
- package/lib/internal/template/toggle/internal.d.ts.map +1 -1
- package/lib/internal/template/toggle/internal.js +3 -1
- package/lib/internal/template/toggle/internal.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"link": "
|
|
5
|
-
"variant-secondary": "awsui_variant-
|
|
6
|
-
"variant-primary": "awsui_variant-
|
|
7
|
-
"variant-info": "awsui_variant-
|
|
8
|
-
"variant-value-large": "awsui_variant-value-
|
|
9
|
-
"variant-top-navigation": "awsui_variant-top-
|
|
10
|
-
"variant-recovery": "awsui_variant-
|
|
11
|
-
"button": "
|
|
12
|
-
"color-inverted": "awsui_color-
|
|
13
|
-
"font-size-body-s": "awsui_font-size-body-
|
|
14
|
-
"font-size-body-m": "awsui_font-size-body-
|
|
15
|
-
"font-size-heading-xs": "awsui_font-size-heading-
|
|
16
|
-
"font-size-heading-s": "awsui_font-size-heading-
|
|
17
|
-
"font-size-heading-m": "awsui_font-size-heading-
|
|
18
|
-
"font-size-heading-l": "awsui_font-size-heading-
|
|
19
|
-
"font-size-heading-xl": "awsui_font-size-heading-
|
|
20
|
-
"font-size-display-l": "awsui_font-size-display-
|
|
21
|
-
"
|
|
22
|
-
"icon": "
|
|
4
|
+
"link": "awsui_link_4c84z_9il5t_93",
|
|
5
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_9il5t_138",
|
|
6
|
+
"variant-primary": "awsui_variant-primary_4c84z_9il5t_173",
|
|
7
|
+
"variant-info": "awsui_variant-info_4c84z_9il5t_208",
|
|
8
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_9il5t_243",
|
|
9
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_9il5t_277",
|
|
10
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_9il5t_312",
|
|
11
|
+
"button": "awsui_button_4c84z_9il5t_347",
|
|
12
|
+
"color-inverted": "awsui_color-inverted_4c84z_9il5t_382",
|
|
13
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_9il5t_401",
|
|
14
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_9il5t_406",
|
|
15
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_9il5t_410",
|
|
16
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_9il5t_414",
|
|
17
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_9il5t_419",
|
|
18
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_9il5t_424",
|
|
19
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_9il5t_429",
|
|
20
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_9il5t_434",
|
|
21
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_9il5t_439",
|
|
22
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_9il5t_445",
|
|
23
|
+
"icon": "awsui_icon_4c84z_9il5t_445"
|
|
23
24
|
};
|
|
24
25
|
|
|
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
93
|
+
.awsui_link_4c84z_9il5t_93:not(#\9) {
|
|
94
94
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
95
95
|
border-collapse: separate;
|
|
96
96
|
border-spacing: 0;
|
|
@@ -139,31 +139,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
139
139
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
140
140
|
}
|
|
141
141
|
@media (prefers-reduced-motion: reduce) {
|
|
142
|
-
.
|
|
142
|
+
.awsui_link_4c84z_9il5t_93:not(#\9) {
|
|
143
143
|
animation: none;
|
|
144
144
|
transition: none;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
-
.awsui-motion-disabled .
|
|
147
|
+
.awsui-motion-disabled .awsui_link_4c84z_9il5t_93:not(#\9), .awsui-mode-entering .awsui_link_4c84z_9il5t_93:not(#\9) {
|
|
148
148
|
animation: none;
|
|
149
149
|
transition: none;
|
|
150
150
|
}
|
|
151
|
-
.
|
|
151
|
+
.awsui_link_4c84z_9il5t_93:not(#\9):hover {
|
|
152
152
|
cursor: pointer;
|
|
153
153
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
154
154
|
}
|
|
155
|
-
.
|
|
155
|
+
.awsui_link_4c84z_9il5t_93:not(#\9):focus {
|
|
156
156
|
outline: none;
|
|
157
157
|
}
|
|
158
|
-
.
|
|
158
|
+
.awsui_link_4c84z_9il5t_93:not(#\9):active {
|
|
159
159
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
160
160
|
}
|
|
161
|
-
.
|
|
161
|
+
.awsui_link_4c84z_9il5t_93:not(#\9):active, .awsui_link_4c84z_9il5t_93:not(#\9):focus, .awsui_link_4c84z_9il5t_93:not(#\9):hover {
|
|
162
162
|
text-decoration: underline;
|
|
163
163
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
164
164
|
text-decoration-color: currentColor;
|
|
165
165
|
}
|
|
166
|
-
.
|
|
166
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-secondary_4c84z_9il5t_138:not(#\9) {
|
|
167
167
|
color: var(--color-text-link-default-753y4e, #0073bb);
|
|
168
168
|
font-weight: inherit;
|
|
169
169
|
letter-spacing: normal;
|
|
@@ -176,31 +176,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
176
176
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
177
177
|
}
|
|
178
178
|
@media (prefers-reduced-motion: reduce) {
|
|
179
|
-
.
|
|
179
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-secondary_4c84z_9il5t_138:not(#\9) {
|
|
180
180
|
animation: none;
|
|
181
181
|
transition: none;
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
|
-
.awsui-motion-disabled .
|
|
184
|
+
.awsui-motion-disabled .awsui_link_4c84z_9il5t_93.awsui_variant-secondary_4c84z_9il5t_138:not(#\9), .awsui-mode-entering .awsui_link_4c84z_9il5t_93.awsui_variant-secondary_4c84z_9il5t_138:not(#\9) {
|
|
185
185
|
animation: none;
|
|
186
186
|
transition: none;
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-secondary_4c84z_9il5t_138:not(#\9):hover {
|
|
189
189
|
cursor: pointer;
|
|
190
190
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-secondary_4c84z_9il5t_138:not(#\9):focus {
|
|
193
193
|
outline: none;
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-secondary_4c84z_9il5t_138:not(#\9):active {
|
|
196
196
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-secondary_4c84z_9il5t_138:not(#\9):active, .awsui_link_4c84z_9il5t_93.awsui_variant-secondary_4c84z_9il5t_138:not(#\9):focus, .awsui_link_4c84z_9il5t_93.awsui_variant-secondary_4c84z_9il5t_138:not(#\9):hover {
|
|
199
199
|
text-decoration: underline;
|
|
200
200
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
201
201
|
text-decoration-color: currentColor;
|
|
202
202
|
}
|
|
203
|
-
.
|
|
203
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-primary_4c84z_9il5t_173:not(#\9) {
|
|
204
204
|
color: var(--color-text-link-default-753y4e, #0073bb);
|
|
205
205
|
font-weight: var(--font-link-primary-weight-08ec3r, 700);
|
|
206
206
|
letter-spacing: var(--font-link-primary-letter-spacing-4lvjol, 0.005em);
|
|
@@ -214,31 +214,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
214
214
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
215
215
|
}
|
|
216
216
|
@media (prefers-reduced-motion: reduce) {
|
|
217
|
-
.
|
|
217
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-primary_4c84z_9il5t_173:not(#\9) {
|
|
218
218
|
animation: none;
|
|
219
219
|
transition: none;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
.awsui-motion-disabled .
|
|
222
|
+
.awsui-motion-disabled .awsui_link_4c84z_9il5t_93.awsui_variant-primary_4c84z_9il5t_173:not(#\9), .awsui-mode-entering .awsui_link_4c84z_9il5t_93.awsui_variant-primary_4c84z_9il5t_173:not(#\9) {
|
|
223
223
|
animation: none;
|
|
224
224
|
transition: none;
|
|
225
225
|
}
|
|
226
|
-
.
|
|
226
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-primary_4c84z_9il5t_173:not(#\9):hover {
|
|
227
227
|
cursor: pointer;
|
|
228
228
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
229
229
|
}
|
|
230
|
-
.
|
|
230
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-primary_4c84z_9il5t_173:not(#\9):focus {
|
|
231
231
|
outline: none;
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-primary_4c84z_9il5t_173:not(#\9):active {
|
|
234
234
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
235
235
|
}
|
|
236
|
-
.
|
|
236
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-primary_4c84z_9il5t_173:not(#\9):active, .awsui_link_4c84z_9il5t_93.awsui_variant-primary_4c84z_9il5t_173:not(#\9):focus, .awsui_link_4c84z_9il5t_93.awsui_variant-primary_4c84z_9il5t_173:not(#\9):hover {
|
|
237
237
|
text-decoration: underline;
|
|
238
238
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
239
239
|
text-decoration-color: currentColor;
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-info_4c84z_9il5t_208:not(#\9) {
|
|
242
242
|
color: var(--color-text-link-default-753y4e, #0073bb);
|
|
243
243
|
font-weight: var(--font-button-weight-of7qcx, 700);
|
|
244
244
|
letter-spacing: 0.005em;
|
|
@@ -251,31 +251,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
251
251
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
252
252
|
}
|
|
253
253
|
@media (prefers-reduced-motion: reduce) {
|
|
254
|
-
.
|
|
254
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-info_4c84z_9il5t_208:not(#\9) {
|
|
255
255
|
animation: none;
|
|
256
256
|
transition: none;
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
|
-
.awsui-motion-disabled .
|
|
259
|
+
.awsui-motion-disabled .awsui_link_4c84z_9il5t_93.awsui_variant-info_4c84z_9il5t_208:not(#\9), .awsui-mode-entering .awsui_link_4c84z_9il5t_93.awsui_variant-info_4c84z_9il5t_208:not(#\9) {
|
|
260
260
|
animation: none;
|
|
261
261
|
transition: none;
|
|
262
262
|
}
|
|
263
|
-
.
|
|
263
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-info_4c84z_9il5t_208:not(#\9):hover {
|
|
264
264
|
cursor: pointer;
|
|
265
265
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
266
266
|
}
|
|
267
|
-
.
|
|
267
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-info_4c84z_9il5t_208:not(#\9):focus {
|
|
268
268
|
outline: none;
|
|
269
269
|
}
|
|
270
|
-
.
|
|
270
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-info_4c84z_9il5t_208:not(#\9):active {
|
|
271
271
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-info_4c84z_9il5t_208:not(#\9):active, .awsui_link_4c84z_9il5t_93.awsui_variant-info_4c84z_9il5t_208:not(#\9):focus, .awsui_link_4c84z_9il5t_93.awsui_variant-info_4c84z_9il5t_208:not(#\9):hover {
|
|
274
274
|
text-decoration: underline;
|
|
275
275
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
276
276
|
text-decoration-color: var(--color-text-link-button-underline-hover-shj5w3, currentColor);
|
|
277
277
|
}
|
|
278
|
-
.
|
|
278
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-value-large_4c84z_9il5t_243:not(#\9) {
|
|
279
279
|
color: var(--color-text-link-default-753y4e, #0073bb);
|
|
280
280
|
font-weight: var(--font-box-value-large-weight-eliigm, 300);
|
|
281
281
|
text-decoration: none;
|
|
@@ -287,31 +287,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
287
287
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
288
288
|
}
|
|
289
289
|
@media (prefers-reduced-motion: reduce) {
|
|
290
|
-
.
|
|
290
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-value-large_4c84z_9il5t_243:not(#\9) {
|
|
291
291
|
animation: none;
|
|
292
292
|
transition: none;
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
|
-
.awsui-motion-disabled .
|
|
295
|
+
.awsui-motion-disabled .awsui_link_4c84z_9il5t_93.awsui_variant-value-large_4c84z_9il5t_243:not(#\9), .awsui-mode-entering .awsui_link_4c84z_9il5t_93.awsui_variant-value-large_4c84z_9il5t_243:not(#\9) {
|
|
296
296
|
animation: none;
|
|
297
297
|
transition: none;
|
|
298
298
|
}
|
|
299
|
-
.
|
|
299
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-value-large_4c84z_9il5t_243:not(#\9):hover {
|
|
300
300
|
cursor: pointer;
|
|
301
301
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
302
302
|
}
|
|
303
|
-
.
|
|
303
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-value-large_4c84z_9il5t_243:not(#\9):focus {
|
|
304
304
|
outline: none;
|
|
305
305
|
}
|
|
306
|
-
.
|
|
306
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-value-large_4c84z_9il5t_243:not(#\9):active {
|
|
307
307
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-value-large_4c84z_9il5t_243:not(#\9):active, .awsui_link_4c84z_9il5t_93.awsui_variant-value-large_4c84z_9il5t_243:not(#\9):focus, .awsui_link_4c84z_9il5t_93.awsui_variant-value-large_4c84z_9il5t_243:not(#\9):hover {
|
|
310
310
|
text-decoration: underline;
|
|
311
311
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
312
312
|
text-decoration-color: currentColor;
|
|
313
313
|
}
|
|
314
|
-
.
|
|
314
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-top-navigation_4c84z_9il5t_277:not(#\9) {
|
|
315
315
|
color: var(--color-text-interactive-default-9me1cm, #545b64);
|
|
316
316
|
font-weight: 700;
|
|
317
317
|
letter-spacing: 0.005em;
|
|
@@ -324,31 +324,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
324
324
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
325
325
|
}
|
|
326
326
|
@media (prefers-reduced-motion: reduce) {
|
|
327
|
-
.
|
|
327
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-top-navigation_4c84z_9il5t_277:not(#\9) {
|
|
328
328
|
animation: none;
|
|
329
329
|
transition: none;
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
|
-
.awsui-motion-disabled .
|
|
332
|
+
.awsui-motion-disabled .awsui_link_4c84z_9il5t_93.awsui_variant-top-navigation_4c84z_9il5t_277:not(#\9), .awsui-mode-entering .awsui_link_4c84z_9il5t_93.awsui_variant-top-navigation_4c84z_9il5t_277:not(#\9) {
|
|
333
333
|
animation: none;
|
|
334
334
|
transition: none;
|
|
335
335
|
}
|
|
336
|
-
.
|
|
336
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-top-navigation_4c84z_9il5t_277:not(#\9):hover {
|
|
337
337
|
cursor: pointer;
|
|
338
338
|
color: var(--color-text-interactive-hover-79wpl9, #16191f);
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-top-navigation_4c84z_9il5t_277:not(#\9):focus {
|
|
341
341
|
outline: none;
|
|
342
342
|
}
|
|
343
|
-
.
|
|
343
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-top-navigation_4c84z_9il5t_277:not(#\9):active {
|
|
344
344
|
color: var(--color-text-interactive-active-i5elzx, #16191f);
|
|
345
345
|
}
|
|
346
|
-
.
|
|
346
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-top-navigation_4c84z_9il5t_277:not(#\9):active, .awsui_link_4c84z_9il5t_93.awsui_variant-top-navigation_4c84z_9il5t_277:not(#\9):focus, .awsui_link_4c84z_9il5t_93.awsui_variant-top-navigation_4c84z_9il5t_277:not(#\9):hover {
|
|
347
347
|
text-decoration: underline;
|
|
348
348
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
349
349
|
text-decoration-color: transparent;
|
|
350
350
|
}
|
|
351
|
-
.
|
|
351
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-recovery_4c84z_9il5t_312:not(#\9) {
|
|
352
352
|
color: var(--color-text-link-default-753y4e, #0073bb);
|
|
353
353
|
font-weight: var(--font-link-button-weight-g5p0bg, 400);
|
|
354
354
|
letter-spacing: var(--font-link-button-letter-spacing-7hbib6, normal);
|
|
@@ -361,31 +361,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
361
361
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
362
362
|
}
|
|
363
363
|
@media (prefers-reduced-motion: reduce) {
|
|
364
|
-
.
|
|
364
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-recovery_4c84z_9il5t_312:not(#\9) {
|
|
365
365
|
animation: none;
|
|
366
366
|
transition: none;
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
|
-
.awsui-motion-disabled .
|
|
369
|
+
.awsui-motion-disabled .awsui_link_4c84z_9il5t_93.awsui_variant-recovery_4c84z_9il5t_312:not(#\9), .awsui-mode-entering .awsui_link_4c84z_9il5t_93.awsui_variant-recovery_4c84z_9il5t_312:not(#\9) {
|
|
370
370
|
animation: none;
|
|
371
371
|
transition: none;
|
|
372
372
|
}
|
|
373
|
-
.
|
|
373
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-recovery_4c84z_9il5t_312:not(#\9):hover {
|
|
374
374
|
cursor: pointer;
|
|
375
375
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
376
376
|
}
|
|
377
|
-
.
|
|
377
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-recovery_4c84z_9il5t_312:not(#\9):focus {
|
|
378
378
|
outline: none;
|
|
379
379
|
}
|
|
380
|
-
.
|
|
380
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-recovery_4c84z_9il5t_312:not(#\9):active {
|
|
381
381
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
382
382
|
}
|
|
383
|
-
.
|
|
383
|
+
.awsui_link_4c84z_9il5t_93.awsui_variant-recovery_4c84z_9il5t_312:not(#\9):active, .awsui_link_4c84z_9il5t_93.awsui_variant-recovery_4c84z_9il5t_312:not(#\9):focus, .awsui_link_4c84z_9il5t_93.awsui_variant-recovery_4c84z_9il5t_312:not(#\9):hover {
|
|
384
384
|
text-decoration: underline;
|
|
385
385
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
386
386
|
text-decoration-color: var(--color-text-link-button-underline-hover-shj5w3, currentColor);
|
|
387
387
|
}
|
|
388
|
-
.
|
|
388
|
+
.awsui_link_4c84z_9il5t_93.awsui_button_4c84z_9il5t_347:not(#\9) {
|
|
389
389
|
color: var(--color-text-link-button-normal-default-4hy24d, #545b64);
|
|
390
390
|
font-weight: var(--font-button-weight-of7qcx, 700);
|
|
391
391
|
letter-spacing: var(--font-button-letter-spacing-9fsbgj, 0.25px);
|
|
@@ -398,42 +398,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
398
398
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
399
399
|
}
|
|
400
400
|
@media (prefers-reduced-motion: reduce) {
|
|
401
|
-
.
|
|
401
|
+
.awsui_link_4c84z_9il5t_93.awsui_button_4c84z_9il5t_347:not(#\9) {
|
|
402
402
|
animation: none;
|
|
403
403
|
transition: none;
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
|
-
.awsui-motion-disabled .
|
|
406
|
+
.awsui-motion-disabled .awsui_link_4c84z_9il5t_93.awsui_button_4c84z_9il5t_347:not(#\9), .awsui-mode-entering .awsui_link_4c84z_9il5t_93.awsui_button_4c84z_9il5t_347:not(#\9) {
|
|
407
407
|
animation: none;
|
|
408
408
|
transition: none;
|
|
409
409
|
}
|
|
410
|
-
.
|
|
410
|
+
.awsui_link_4c84z_9il5t_93.awsui_button_4c84z_9il5t_347:not(#\9):hover {
|
|
411
411
|
cursor: pointer;
|
|
412
412
|
color: var(--color-text-link-button-normal-hover-ir7bl3, #16191f);
|
|
413
413
|
}
|
|
414
|
-
.
|
|
414
|
+
.awsui_link_4c84z_9il5t_93.awsui_button_4c84z_9il5t_347:not(#\9):focus {
|
|
415
415
|
outline: none;
|
|
416
416
|
}
|
|
417
|
-
.
|
|
417
|
+
.awsui_link_4c84z_9il5t_93.awsui_button_4c84z_9il5t_347:not(#\9):active {
|
|
418
418
|
color: var(--color-text-link-button-normal-active-1os5uu, #16191f);
|
|
419
419
|
}
|
|
420
|
-
.
|
|
420
|
+
.awsui_link_4c84z_9il5t_93.awsui_button_4c84z_9il5t_347:not(#\9):active, .awsui_link_4c84z_9il5t_93.awsui_button_4c84z_9il5t_347:not(#\9):focus, .awsui_link_4c84z_9il5t_93.awsui_button_4c84z_9il5t_347:not(#\9):hover {
|
|
421
421
|
text-decoration: underline;
|
|
422
422
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
423
423
|
text-decoration-color: transparent;
|
|
424
424
|
}
|
|
425
|
-
.
|
|
425
|
+
.awsui_link_4c84z_9il5t_93.awsui_color-inverted_4c84z_9il5t_382:not(#\9) {
|
|
426
426
|
color: var(--color-text-notification-default-l83xtb, #fafafa);
|
|
427
427
|
}
|
|
428
|
-
.
|
|
428
|
+
.awsui_link_4c84z_9il5t_93.awsui_color-inverted_4c84z_9il5t_382:not(#\9):not(.awsui_button_4c84z_9il5t_347) {
|
|
429
429
|
text-decoration: underline;
|
|
430
430
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
431
431
|
text-decoration-color: currentColor;
|
|
432
432
|
}
|
|
433
|
-
.
|
|
433
|
+
.awsui_link_4c84z_9il5t_93.awsui_color-inverted_4c84z_9il5t_382:not(#\9):hover {
|
|
434
434
|
color: var(--color-text-link-inverted-hover-v9ehu7, #fafafa);
|
|
435
435
|
}
|
|
436
|
-
.
|
|
436
|
+
.awsui_link_4c84z_9il5t_93[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
437
437
|
outline: thin dotted;
|
|
438
438
|
outline: var(--border-link-focus-ring-outline-67z0xv, 5px auto Highlight);
|
|
439
439
|
outline-offset: 2px;
|
|
@@ -441,49 +441,54 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
441
441
|
border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
|
|
442
442
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-e3dct9, 0px) var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
443
443
|
}
|
|
444
|
-
.
|
|
444
|
+
.awsui_link_4c84z_9il5t_93.awsui_font-size-body-s_4c84z_9il5t_401:not(#\9) {
|
|
445
445
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
446
446
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
447
447
|
letter-spacing: var(--font-body-s-letter-spacing-p88gax, normal);
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
.awsui_link_4c84z_9il5t_93.awsui_font-size-body-m_4c84z_9il5t_406:not(#\9) {
|
|
450
450
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
451
451
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
452
452
|
}
|
|
453
|
-
.
|
|
453
|
+
.awsui_link_4c84z_9il5t_93.awsui_font-size-heading-xs_4c84z_9il5t_410:not(#\9) {
|
|
454
454
|
font-size: var(--font-heading-xs-size-j82aha, 16px);
|
|
455
455
|
line-height: var(--font-heading-xs-line-height-tf278d, 20px);
|
|
456
456
|
}
|
|
457
|
-
.
|
|
457
|
+
.awsui_link_4c84z_9il5t_93.awsui_font-size-heading-s_4c84z_9il5t_414:not(#\9) {
|
|
458
458
|
font-size: var(--font-heading-s-size-9clg8y, 16px);
|
|
459
459
|
line-height: var(--font-heading-s-line-height-5b7f0q, 20px);
|
|
460
460
|
letter-spacing: var(--font-heading-s-letter-spacing-i014lh, normal);
|
|
461
461
|
}
|
|
462
|
-
.
|
|
462
|
+
.awsui_link_4c84z_9il5t_93.awsui_font-size-heading-m_4c84z_9il5t_419:not(#\9) {
|
|
463
463
|
font-size: var(--font-heading-m-size-f8kmgg, 18px);
|
|
464
464
|
line-height: var(--font-heading-m-line-height-wqj6lz, 22px);
|
|
465
465
|
letter-spacing: var(--font-heading-m-letter-spacing-vsl82f, normal);
|
|
466
466
|
}
|
|
467
|
-
.
|
|
467
|
+
.awsui_link_4c84z_9il5t_93.awsui_font-size-heading-l_4c84z_9il5t_424:not(#\9) {
|
|
468
468
|
font-size: var(--font-heading-l-size-glo9md, 18px);
|
|
469
469
|
line-height: var(--font-heading-l-line-height-oujdab, 22px);
|
|
470
470
|
letter-spacing: var(--font-heading-l-letter-spacing-tthw81, normal);
|
|
471
471
|
}
|
|
472
|
-
.
|
|
472
|
+
.awsui_link_4c84z_9il5t_93.awsui_font-size-heading-xl_4c84z_9il5t_429:not(#\9) {
|
|
473
473
|
font-size: var(--font-heading-xl-size-etf0gx, 28px);
|
|
474
474
|
line-height: var(--font-heading-xl-line-height-qeciux, 36px);
|
|
475
475
|
letter-spacing: var(--font-heading-xl-letter-spacing-v5jzbn, normal);
|
|
476
476
|
}
|
|
477
|
-
.
|
|
477
|
+
.awsui_link_4c84z_9il5t_93.awsui_font-size-display-l_4c84z_9il5t_434:not(#\9) {
|
|
478
478
|
font-size: var(--font-display-l-size-obs4uc, 44px);
|
|
479
479
|
line-height: var(--font-display-l-line-height-gic9xn, 56px);
|
|
480
480
|
letter-spacing: var(--font-display-l-letter-spacing-2u0pg2, normal);
|
|
481
481
|
}
|
|
482
|
+
.awsui_link_4c84z_9il5t_93.awsui_font-size-inherit_4c84z_9il5t_439:not(#\9) {
|
|
483
|
+
font-size: inherit;
|
|
484
|
+
line-height: inherit;
|
|
485
|
+
letter-spacing: inherit;
|
|
486
|
+
}
|
|
482
487
|
|
|
483
|
-
.awsui_icon-
|
|
488
|
+
.awsui_icon-wrapper_4c84z_9il5t_445:not(#\9) {
|
|
484
489
|
white-space: nowrap;
|
|
485
490
|
}
|
|
486
491
|
|
|
487
|
-
.
|
|
492
|
+
.awsui_icon_4c84z_9il5t_445:not(#\9) {
|
|
488
493
|
display: inline-block;
|
|
489
494
|
}
|
|
@@ -2,24 +2,25 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"link": "
|
|
6
|
-
"variant-secondary": "awsui_variant-
|
|
7
|
-
"variant-primary": "awsui_variant-
|
|
8
|
-
"variant-info": "awsui_variant-
|
|
9
|
-
"variant-value-large": "awsui_variant-value-
|
|
10
|
-
"variant-top-navigation": "awsui_variant-top-
|
|
11
|
-
"variant-recovery": "awsui_variant-
|
|
12
|
-
"button": "
|
|
13
|
-
"color-inverted": "awsui_color-
|
|
14
|
-
"font-size-body-s": "awsui_font-size-body-
|
|
15
|
-
"font-size-body-m": "awsui_font-size-body-
|
|
16
|
-
"font-size-heading-xs": "awsui_font-size-heading-
|
|
17
|
-
"font-size-heading-s": "awsui_font-size-heading-
|
|
18
|
-
"font-size-heading-m": "awsui_font-size-heading-
|
|
19
|
-
"font-size-heading-l": "awsui_font-size-heading-
|
|
20
|
-
"font-size-heading-xl": "awsui_font-size-heading-
|
|
21
|
-
"font-size-display-l": "awsui_font-size-display-
|
|
22
|
-
"
|
|
23
|
-
"icon": "
|
|
5
|
+
"link": "awsui_link_4c84z_9il5t_93",
|
|
6
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_9il5t_138",
|
|
7
|
+
"variant-primary": "awsui_variant-primary_4c84z_9il5t_173",
|
|
8
|
+
"variant-info": "awsui_variant-info_4c84z_9il5t_208",
|
|
9
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_9il5t_243",
|
|
10
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_9il5t_277",
|
|
11
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_9il5t_312",
|
|
12
|
+
"button": "awsui_button_4c84z_9il5t_347",
|
|
13
|
+
"color-inverted": "awsui_color-inverted_4c84z_9il5t_382",
|
|
14
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_9il5t_401",
|
|
15
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_9il5t_406",
|
|
16
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_9il5t_410",
|
|
17
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_9il5t_414",
|
|
18
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_9il5t_419",
|
|
19
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_9il5t_424",
|
|
20
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_9il5t_429",
|
|
21
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_9il5t_434",
|
|
22
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_9il5t_439",
|
|
23
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_9il5t_445",
|
|
24
|
+
"icon": "awsui_icon_4c84z_9il5t_445"
|
|
24
25
|
};
|
|
25
26
|
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"./breadcrumb-group": "./breadcrumb-group/index.js",
|
|
25
25
|
"./button": "./button/index.js",
|
|
26
26
|
"./button-dropdown": "./button-dropdown/index.js",
|
|
27
|
+
"./calendar": "./calendar/index.js",
|
|
27
28
|
"./cards": "./cards/index.js",
|
|
28
29
|
"./checkbox": "./checkbox/index.js",
|
|
29
30
|
"./code-editor": "./code-editor/index.js",
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
"./column-layout": "./column-layout/index.js",
|
|
32
33
|
"./container": "./container/index.js",
|
|
33
34
|
"./content-layout": "./content-layout/index.js",
|
|
35
|
+
"./date-input": "./date-input/index.js",
|
|
34
36
|
"./date-picker": "./date-picker/index.js",
|
|
35
37
|
"./date-range-picker": "./date-range-picker/index.js",
|
|
36
38
|
"./expandable-section": "./expandable-section/index.js",
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"segment__path": "
|
|
5
|
-
"segment": "
|
|
6
|
-
"segment__hover": "
|
|
7
|
-
"label": "
|
|
8
|
-
"root": "
|
|
9
|
-
"filter-container": "awsui_filter-
|
|
10
|
-
"has-default-filter": "awsui_has-default-
|
|
11
|
-
"content": "
|
|
12
|
-
"content--small": "awsui_content--
|
|
13
|
-
"content--without-labels": "awsui_content--without-
|
|
14
|
-
"content--medium": "awsui_content--
|
|
15
|
-
"content--large": "awsui_content--
|
|
16
|
-
"content--reserve-filter": "awsui_content--reserve-
|
|
17
|
-
"content--reserve-legend": "awsui_content--reserve-
|
|
18
|
-
"status-container": "awsui_status-
|
|
19
|
-
"chart-container": "awsui_chart-
|
|
20
|
-
"inner-content": "awsui_inner-
|
|
21
|
-
"segment__highlight": "
|
|
22
|
-
"segment--dimmed": "awsui_segment--
|
|
23
|
-
"segment--highlighted": "awsui_segment--
|
|
24
|
-
"label--dimmed": "awsui_label--
|
|
25
|
-
"label--align-right": "awsui_label--align-
|
|
26
|
-
"label-text": "awsui_label-
|
|
27
|
-
"label__description": "
|
|
28
|
-
"label-line": "awsui_label-
|
|
29
|
-
"label--highlighted": "awsui_label--
|
|
30
|
-
"popover-header": "awsui_popover-
|
|
4
|
+
"segment__path": "awsui_segment__path_1edmh_1x93y_97",
|
|
5
|
+
"segment": "awsui_segment_1edmh_1x93y_97",
|
|
6
|
+
"segment__hover": "awsui_segment__hover_1edmh_1x93y_124",
|
|
7
|
+
"label": "awsui_label_1edmh_1x93y_138",
|
|
8
|
+
"root": "awsui_root_1edmh_1x93y_156",
|
|
9
|
+
"filter-container": "awsui_filter-container_1edmh_1x93y_168",
|
|
10
|
+
"has-default-filter": "awsui_has-default-filter_1edmh_1x93y_172",
|
|
11
|
+
"content": "awsui_content_1edmh_1x93y_176",
|
|
12
|
+
"content--small": "awsui_content--small_1edmh_1x93y_182",
|
|
13
|
+
"content--without-labels": "awsui_content--without-labels_1edmh_1x93y_185",
|
|
14
|
+
"content--medium": "awsui_content--medium_1edmh_1x93y_188",
|
|
15
|
+
"content--large": "awsui_content--large_1edmh_1x93y_194",
|
|
16
|
+
"content--reserve-filter": "awsui_content--reserve-filter_1edmh_1x93y_200",
|
|
17
|
+
"content--reserve-legend": "awsui_content--reserve-legend_1edmh_1x93y_203",
|
|
18
|
+
"status-container": "awsui_status-container_1edmh_1x93y_207",
|
|
19
|
+
"chart-container": "awsui_chart-container_1edmh_1x93y_211",
|
|
20
|
+
"inner-content": "awsui_inner-content_1edmh_1x93y_216",
|
|
21
|
+
"segment__highlight": "awsui_segment__highlight_1edmh_1x93y_230",
|
|
22
|
+
"segment--dimmed": "awsui_segment--dimmed_1edmh_1x93y_245",
|
|
23
|
+
"segment--highlighted": "awsui_segment--highlighted_1edmh_1x93y_248",
|
|
24
|
+
"label--dimmed": "awsui_label--dimmed_1edmh_1x93y_265",
|
|
25
|
+
"label--align-right": "awsui_label--align-right_1edmh_1x93y_268",
|
|
26
|
+
"label-text": "awsui_label-text_1edmh_1x93y_276",
|
|
27
|
+
"label__description": "awsui_label__description_1edmh_1x93y_282",
|
|
28
|
+
"label-line": "awsui_label-line_1edmh_1x93y_289",
|
|
29
|
+
"label--highlighted": "awsui_label--highlighted_1edmh_1x93y_293",
|
|
30
|
+
"popover-header": "awsui_popover-header_1edmh_1x93y_297"
|
|
31
31
|
};
|
|
32
32
|
|