@cloudscape-design/components-themeable 3.0.87 → 3.0.89
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/date-picker/styles.scss +6 -0
- package/lib/internal/scss/date-range-picker/styles.scss +4 -0
- package/lib/internal/scss/header/styles.scss +2 -0
- package/lib/internal/scss/internal/components/abstract-switch/styles.scss +1 -0
- package/lib/internal/scss/property-filter/styles.scss +4 -0
- package/lib/internal/template/checkbox/internal.d.ts +0 -1
- package/lib/internal/template/checkbox/internal.d.ts.map +1 -1
- package/lib/internal/template/checkbox/internal.js +9 -11
- package/lib/internal/template/checkbox/internal.js.map +1 -1
- package/lib/internal/template/date-picker/index.js +1 -1
- package/lib/internal/template/date-picker/index.js.map +1 -1
- package/lib/internal/template/date-picker/styles.css.js +7 -6
- package/lib/internal/template/date-picker/styles.scoped.css +14 -7
- package/lib/internal/template/date-picker/styles.selectors.js +7 -6
- package/lib/internal/template/date-range-picker/dropdown.js +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
- package/lib/internal/template/date-range-picker/styles.css.js +37 -36
- package/lib/internal/template/date-range-picker/styles.scoped.css +48 -44
- package/lib/internal/template/date-range-picker/styles.selectors.js +37 -36
- package/lib/internal/template/header/styles.css.js +40 -40
- package/lib/internal/template/header/styles.scoped.css +45 -43
- package/lib/internal/template/header/styles.selectors.js +40 -40
- package/lib/internal/template/hotspot/index.d.ts.map +1 -1
- package/lib/internal/template/hotspot/index.js +2 -2
- package/lib/internal/template/hotspot/index.js.map +1 -1
- package/lib/internal/template/internal/components/abstract-switch/index.d.ts +2 -2
- package/lib/internal/template/internal/components/abstract-switch/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/abstract-switch/index.js +2 -9
- package/lib/internal/template/internal/components/abstract-switch/index.js.map +1 -1
- package/lib/internal/template/internal/components/abstract-switch/styles.css.js +12 -12
- package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +20 -19
- package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +12 -12
- package/lib/internal/template/internal/components/focus-lock/index.d.ts +2 -1
- package/lib/internal/template/internal/components/focus-lock/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/focus-lock/index.js +2 -2
- package/lib/internal/template/internal/components/focus-lock/index.js.map +1 -1
- package/lib/internal/template/internal/components/screenreader-only/index.js +1 -1
- package/lib/internal/template/internal/components/screenreader-only/index.js.map +1 -1
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/property-filter/controller.d.ts +4 -7
- package/lib/internal/template/property-filter/controller.d.ts.map +1 -1
- package/lib/internal/template/property-filter/controller.js +3 -2
- package/lib/internal/template/property-filter/controller.js.map +1 -1
- package/lib/internal/template/property-filter/filter-options.d.ts +3 -0
- package/lib/internal/template/property-filter/filter-options.d.ts.map +1 -0
- package/lib/internal/template/property-filter/filter-options.js +31 -0
- package/lib/internal/template/property-filter/filter-options.js.map +1 -0
- package/lib/internal/template/property-filter/index.d.ts.map +1 -1
- package/lib/internal/template/property-filter/index.js +0 -5
- package/lib/internal/template/property-filter/index.js.map +1 -1
- package/lib/internal/template/property-filter/property-filter-autosuggest.d.ts.map +1 -1
- package/lib/internal/template/property-filter/property-filter-autosuggest.js +9 -7
- package/lib/internal/template/property-filter/property-filter-autosuggest.js.map +1 -1
- package/lib/internal/template/property-filter/styles.css.js +33 -32
- package/lib/internal/template/property-filter/styles.scoped.css +38 -34
- package/lib/internal/template/property-filter/styles.selectors.js +33 -32
- package/lib/internal/template/radio-group/radio-button.d.ts +3 -3
- package/lib/internal/template/radio-group/radio-button.d.ts.map +1 -1
- package/lib/internal/template/radio-group/radio-button.js +18 -6
- package/lib/internal/template/radio-group/radio-button.js.map +1 -1
- package/lib/internal/template/select/parts/trigger.d.ts.map +1 -1
- package/lib/internal/template/select/parts/trigger.js +8 -2
- package/lib/internal/template/select/parts/trigger.js.map +1 -1
- package/lib/internal/template/table/selection-control/index.js +1 -1
- package/lib/internal/template/table/selection-control/index.js.map +1 -1
- package/lib/internal/template/tiles/internal.d.ts.map +1 -1
- package/lib/internal/template/tiles/internal.js +2 -9
- package/lib/internal/template/tiles/internal.js.map +1 -1
- package/lib/internal/template/tiles/tile.d.ts +12 -0
- package/lib/internal/template/tiles/tile.d.ts.map +1 -0
- package/lib/internal/template/tiles/tile.js +27 -0
- package/lib/internal/template/tiles/tile.js.map +1 -0
- package/lib/internal/template/toggle/internal.d.ts.map +1 -1
- package/lib/internal/template/toggle/internal.js +7 -1
- package/lib/internal/template/toggle/internal.js.map +1 -1
- package/package.json +1 -1
|
@@ -90,11 +90,11 @@ 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
|
-
.
|
|
94
|
-
animation: awsui_awsui-motion-fade-in-
|
|
93
|
+
.awsui_calendar_mgja0_ue9wz_93:not(#\9) {
|
|
94
|
+
animation: awsui_awsui-motion-fade-in-0_mgja0_ue9wz_1 var(--motion-duration-show-quick-tyaalm, 135ms) var(--motion-easing-show-quick-1fcgbv, ease-out);
|
|
95
95
|
animation-fill-mode: both;
|
|
96
96
|
}
|
|
97
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
97
|
+
@keyframes awsui_awsui-motion-fade-in-0_mgja0_ue9wz_1 {
|
|
98
98
|
from {
|
|
99
99
|
opacity: 0;
|
|
100
100
|
}
|
|
@@ -103,12 +103,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
@media (prefers-reduced-motion: reduce) {
|
|
106
|
-
.
|
|
106
|
+
.awsui_calendar_mgja0_ue9wz_93:not(#\9) {
|
|
107
107
|
animation: none;
|
|
108
108
|
transition: none;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
.awsui-motion-disabled .
|
|
111
|
+
.awsui-motion-disabled .awsui_calendar_mgja0_ue9wz_93:not(#\9), .awsui-mode-entering .awsui_calendar_mgja0_ue9wz_93:not(#\9) {
|
|
112
112
|
animation: none;
|
|
113
113
|
transition: none;
|
|
114
114
|
}
|
|
@@ -117,7 +117,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
117
117
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
118
118
|
SPDX-License-Identifier: Apache-2.0
|
|
119
119
|
*/
|
|
120
|
-
.
|
|
120
|
+
.awsui_root_mgja0_ue9wz_120:not(#\9) {
|
|
121
121
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
122
122
|
border-collapse: separate;
|
|
123
123
|
border-spacing: 0;
|
|
@@ -155,28 +155,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
155
155
|
max-width: 32em;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.
|
|
158
|
+
.awsui_focus-lock_mgja0_ue9wz_132:not(#\9) {
|
|
159
|
+
display: contents;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.awsui_trigger-wrapper_mgja0_ue9wz_136:not(#\9) {
|
|
159
163
|
min-width: calc(var(--size-calendar-grid-width-luenzs, 234px) + 2 * var(--space-l-4vl6xu, 20px));
|
|
160
164
|
}
|
|
161
165
|
|
|
162
|
-
.awsui_trigger-
|
|
166
|
+
.awsui_trigger-flexbox_mgja0_ue9wz_140:not(#\9) {
|
|
163
167
|
display: flex;
|
|
164
168
|
}
|
|
165
169
|
|
|
166
|
-
.
|
|
170
|
+
.awsui_calendar_mgja0_ue9wz_93:not(#\9) {
|
|
167
171
|
display: block;
|
|
168
172
|
width: calc(2 * var(--size-calendar-grid-width-luenzs, 234px) + var(--space-xs-rsr2qu, 8px));
|
|
169
173
|
}
|
|
170
|
-
.
|
|
174
|
+
.awsui_calendar_mgja0_ue9wz_93.awsui_one-grid_mgja0_ue9wz_148:not(#\9) {
|
|
171
175
|
width: var(--size-calendar-grid-width-luenzs, 234px);
|
|
172
176
|
}
|
|
173
|
-
.awsui_calendar-
|
|
177
|
+
.awsui_calendar-header_mgja0_ue9wz_151:not(#\9) {
|
|
174
178
|
display: flex;
|
|
175
179
|
justify-content: space-between;
|
|
176
180
|
align-items: center;
|
|
177
181
|
position: relative;
|
|
178
182
|
}
|
|
179
|
-
.awsui_calendar-header-months-
|
|
183
|
+
.awsui_calendar-header-months-wrapper_mgja0_ue9wz_157:not(#\9) {
|
|
180
184
|
position: absolute;
|
|
181
185
|
right: 0;
|
|
182
186
|
left: 0;
|
|
@@ -189,7 +193,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
189
193
|
flex: 1;
|
|
190
194
|
pointer-events: none;
|
|
191
195
|
}
|
|
192
|
-
.awsui_calendar-header-
|
|
196
|
+
.awsui_calendar-header-month_mgja0_ue9wz_157:not(#\9) {
|
|
193
197
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
194
198
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
195
199
|
font-weight: 700;
|
|
@@ -197,130 +201,130 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
197
201
|
display: flex;
|
|
198
202
|
pointer-events: auto;
|
|
199
203
|
}
|
|
200
|
-
.awsui_calendar-next-month-
|
|
204
|
+
.awsui_calendar-next-month-btn_mgja0_ue9wz_178:not(#\9) {
|
|
201
205
|
/* used for identifying element */
|
|
202
206
|
}
|
|
203
|
-
.awsui_calendar-prev-month-
|
|
207
|
+
.awsui_calendar-prev-month-btn_mgja0_ue9wz_181:not(#\9) {
|
|
204
208
|
/* used for identifying element */
|
|
205
209
|
}
|
|
206
210
|
|
|
207
|
-
.awsui_first-
|
|
208
|
-
.awsui_second-
|
|
211
|
+
.awsui_first-grid_mgja0_ue9wz_185:not(#\9),
|
|
212
|
+
.awsui_second-grid_mgja0_ue9wz_186:not(#\9) {
|
|
209
213
|
/* used in test-utils */
|
|
210
214
|
}
|
|
211
215
|
|
|
212
|
-
.awsui_date-and-time-
|
|
216
|
+
.awsui_date-and-time-container_mgja0_ue9wz_190:not(#\9) {
|
|
213
217
|
display: grid;
|
|
214
218
|
grid-template-columns: repeat(auto-fit, minmax(var(--size-calendar-grid-width-luenzs, 234px), 1fr));
|
|
215
219
|
gap: var(--space-xs-rsr2qu, 8px);
|
|
216
220
|
}
|
|
217
221
|
|
|
218
|
-
.awsui_date-and-time-
|
|
222
|
+
.awsui_date-and-time-wrapper_mgja0_ue9wz_196:not(#\9) {
|
|
219
223
|
width: var(--size-calendar-grid-width-luenzs, 234px);
|
|
220
224
|
display: grid;
|
|
221
225
|
gap: var(--space-xs-rsr2qu, 8px);
|
|
222
226
|
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
|
223
227
|
}
|
|
224
228
|
|
|
225
|
-
.
|
|
229
|
+
.awsui_footer_mgja0_ue9wz_203:not(#\9) {
|
|
226
230
|
display: flex;
|
|
227
231
|
flex-wrap: wrap;
|
|
228
232
|
justify-content: flex-end;
|
|
229
233
|
border-top: 1px solid var(--color-border-dropdown-item-default-tcqivq, #eaeded);
|
|
230
234
|
padding: 0 var(--space-l-4vl6xu, 20px) var(--space-s-hv8c1d, 12px);
|
|
231
235
|
}
|
|
232
|
-
.
|
|
236
|
+
.awsui_footer_mgja0_ue9wz_203.awsui_has-clear-button_mgja0_ue9wz_210:not(#\9) {
|
|
233
237
|
justify-content: space-between;
|
|
234
238
|
}
|
|
235
|
-
.
|
|
239
|
+
.awsui_footer_mgja0_ue9wz_203.awsui_one-grid_mgja0_ue9wz_148:not(#\9) {
|
|
236
240
|
padding: 0 var(--space-xs-rsr2qu, 8px) var(--space-s-hv8c1d, 12px);
|
|
237
241
|
}
|
|
238
242
|
|
|
239
|
-
.awsui_footer-button-
|
|
243
|
+
.awsui_footer-button-wrapper_mgja0_ue9wz_217:not(#\9) {
|
|
240
244
|
padding-top: var(--space-s-hv8c1d, 12px);
|
|
241
245
|
}
|
|
242
246
|
|
|
243
|
-
.awsui_icon-
|
|
247
|
+
.awsui_icon-wrapper_mgja0_ue9wz_221:not(#\9) {
|
|
244
248
|
color: var(--color-text-interactive-default-9me1cm, #545b64);
|
|
245
249
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
246
250
|
}
|
|
247
251
|
|
|
248
|
-
.
|
|
252
|
+
.awsui_label_mgja0_ue9wz_226:not(#\9) {
|
|
249
253
|
-webkit-user-select: text;
|
|
250
254
|
user-select: text;
|
|
251
255
|
cursor: default;
|
|
252
256
|
}
|
|
253
257
|
|
|
254
|
-
.
|
|
258
|
+
.awsui_label_mgja0_ue9wz_226.awsui_label-enabled_mgja0_ue9wz_231:not(#\9):hover > .awsui_trigger-flexbox_mgja0_ue9wz_140 > .awsui_icon-wrapper_mgja0_ue9wz_221 {
|
|
255
259
|
color: var(--color-text-interactive-hover-79wpl9, #16191f);
|
|
256
260
|
}
|
|
257
261
|
|
|
258
|
-
.awsui_label-
|
|
262
|
+
.awsui_label-text_mgja0_ue9wz_235:not(#\9) {
|
|
259
263
|
color: var(--color-text-input-placeholder-rtvjp5, #687078);
|
|
260
264
|
font-style: italic;
|
|
261
265
|
}
|
|
262
266
|
|
|
263
|
-
.awsui_label-token-
|
|
267
|
+
.awsui_label-token-nowrap_mgja0_ue9wz_240:not(#\9) {
|
|
264
268
|
white-space: nowrap;
|
|
265
269
|
}
|
|
266
270
|
|
|
267
|
-
.awsui_mode-
|
|
271
|
+
.awsui_mode-switch_mgja0_ue9wz_244:not(#\9) {
|
|
268
272
|
/* used in test-utils */
|
|
269
273
|
}
|
|
270
274
|
|
|
271
|
-
.
|
|
275
|
+
.awsui_dropdown_mgja0_ue9wz_248:not(#\9) {
|
|
272
276
|
overflow: auto;
|
|
273
277
|
border-top: 1px solid var(--color-border-container-top-1itxac, #eaeded);
|
|
274
278
|
border-bottom: 1px solid var(--color-border-container-top-1itxac, #eaeded);
|
|
275
279
|
border-radius: var(--border-radius-dropdown-0c284d, 0px);
|
|
276
280
|
}
|
|
277
|
-
.
|
|
281
|
+
.awsui_dropdown_mgja0_ue9wz_248:not(#\9):focus {
|
|
278
282
|
outline: none;
|
|
279
283
|
}
|
|
280
|
-
.
|
|
284
|
+
.awsui_dropdown_mgja0_ue9wz_248[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
281
285
|
outline: 2px dotted transparent;
|
|
282
286
|
outline-offset: 2px;
|
|
283
287
|
border-radius: var(--border-radius-dropdown-0c284d, 0px);
|
|
284
288
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
285
289
|
}
|
|
286
290
|
|
|
287
|
-
.awsui_dropdown-
|
|
291
|
+
.awsui_dropdown-content_mgja0_ue9wz_264:not(#\9) {
|
|
288
292
|
-webkit-user-select: text;
|
|
289
293
|
user-select: text;
|
|
290
294
|
background-color: var(--color-background-container-content-o88wxm, #ffffff);
|
|
291
295
|
width: calc(2 * var(--size-calendar-grid-width-luenzs, 234px) + var(--space-xs-rsr2qu, 8px) + 2 * var(--space-l-4vl6xu, 20px));
|
|
292
296
|
}
|
|
293
|
-
.awsui_dropdown-
|
|
297
|
+
.awsui_dropdown-content_mgja0_ue9wz_264.awsui_one-grid_mgja0_ue9wz_148:not(#\9) {
|
|
294
298
|
width: calc(var(--size-calendar-grid-width-luenzs, 234px) + 2 * var(--space-l-4vl6xu, 20px));
|
|
295
299
|
}
|
|
296
300
|
|
|
297
|
-
.awsui_start-date-
|
|
298
|
-
.awsui_start-time-
|
|
299
|
-
.awsui_end-date-
|
|
300
|
-
.awsui_end-time-
|
|
301
|
+
.awsui_start-date-input_mgja0_ue9wz_273:not(#\9),
|
|
302
|
+
.awsui_start-time-input_mgja0_ue9wz_274:not(#\9),
|
|
303
|
+
.awsui_end-date-input_mgja0_ue9wz_275:not(#\9),
|
|
304
|
+
.awsui_end-time-input_mgja0_ue9wz_276:not(#\9) {
|
|
301
305
|
/* used in test-utils */
|
|
302
306
|
}
|
|
303
307
|
|
|
304
|
-
.awsui_validation-
|
|
308
|
+
.awsui_validation-section_mgja0_ue9wz_280:not(#\9) {
|
|
305
309
|
/* used in test-utils */
|
|
306
310
|
}
|
|
307
311
|
|
|
308
|
-
.awsui_validation-
|
|
312
|
+
.awsui_validation-error_mgja0_ue9wz_284:not(#\9) {
|
|
309
313
|
/* used in test-utils */
|
|
310
314
|
}
|
|
311
315
|
|
|
312
|
-
.awsui_clear-
|
|
316
|
+
.awsui_clear-button_mgja0_ue9wz_288:not(#\9) {
|
|
313
317
|
/* used in test-utils */
|
|
314
318
|
}
|
|
315
319
|
|
|
316
|
-
.awsui_apply-
|
|
320
|
+
.awsui_apply-button_mgja0_ue9wz_292:not(#\9) {
|
|
317
321
|
/* used in test-utils */
|
|
318
322
|
}
|
|
319
323
|
|
|
320
|
-
.awsui_cancel-
|
|
324
|
+
.awsui_cancel-button_mgja0_ue9wz_296:not(#\9) {
|
|
321
325
|
/* used in test-utils */
|
|
322
326
|
}
|
|
323
327
|
|
|
324
|
-
.awsui_calendar-aria-
|
|
328
|
+
.awsui_calendar-aria-live_mgja0_ue9wz_300:not(#\9) {
|
|
325
329
|
/* used in test-utils */
|
|
326
330
|
}
|
|
@@ -2,41 +2,42 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"calendar": "
|
|
6
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
7
|
-
"root": "
|
|
8
|
-
"
|
|
9
|
-
"trigger-
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"calendar-header
|
|
13
|
-
"calendar-header-
|
|
14
|
-
"calendar-
|
|
15
|
-
"calendar-
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"date-and-time-
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"label
|
|
26
|
-
"label-
|
|
27
|
-
"label-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"dropdown
|
|
31
|
-
"
|
|
32
|
-
"start-
|
|
33
|
-
"
|
|
34
|
-
"end-
|
|
35
|
-
"
|
|
36
|
-
"validation-
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
5
|
+
"calendar": "awsui_calendar_mgja0_ue9wz_93",
|
|
6
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_ue9wz_1",
|
|
7
|
+
"root": "awsui_root_mgja0_ue9wz_120",
|
|
8
|
+
"focus-lock": "awsui_focus-lock_mgja0_ue9wz_132",
|
|
9
|
+
"trigger-wrapper": "awsui_trigger-wrapper_mgja0_ue9wz_136",
|
|
10
|
+
"trigger-flexbox": "awsui_trigger-flexbox_mgja0_ue9wz_140",
|
|
11
|
+
"one-grid": "awsui_one-grid_mgja0_ue9wz_148",
|
|
12
|
+
"calendar-header": "awsui_calendar-header_mgja0_ue9wz_151",
|
|
13
|
+
"calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_ue9wz_157",
|
|
14
|
+
"calendar-header-month": "awsui_calendar-header-month_mgja0_ue9wz_157",
|
|
15
|
+
"calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_ue9wz_178",
|
|
16
|
+
"calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_ue9wz_181",
|
|
17
|
+
"first-grid": "awsui_first-grid_mgja0_ue9wz_185",
|
|
18
|
+
"second-grid": "awsui_second-grid_mgja0_ue9wz_186",
|
|
19
|
+
"date-and-time-container": "awsui_date-and-time-container_mgja0_ue9wz_190",
|
|
20
|
+
"date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_ue9wz_196",
|
|
21
|
+
"footer": "awsui_footer_mgja0_ue9wz_203",
|
|
22
|
+
"has-clear-button": "awsui_has-clear-button_mgja0_ue9wz_210",
|
|
23
|
+
"footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_ue9wz_217",
|
|
24
|
+
"icon-wrapper": "awsui_icon-wrapper_mgja0_ue9wz_221",
|
|
25
|
+
"label": "awsui_label_mgja0_ue9wz_226",
|
|
26
|
+
"label-enabled": "awsui_label-enabled_mgja0_ue9wz_231",
|
|
27
|
+
"label-text": "awsui_label-text_mgja0_ue9wz_235",
|
|
28
|
+
"label-token-nowrap": "awsui_label-token-nowrap_mgja0_ue9wz_240",
|
|
29
|
+
"mode-switch": "awsui_mode-switch_mgja0_ue9wz_244",
|
|
30
|
+
"dropdown": "awsui_dropdown_mgja0_ue9wz_248",
|
|
31
|
+
"dropdown-content": "awsui_dropdown-content_mgja0_ue9wz_264",
|
|
32
|
+
"start-date-input": "awsui_start-date-input_mgja0_ue9wz_273",
|
|
33
|
+
"start-time-input": "awsui_start-time-input_mgja0_ue9wz_274",
|
|
34
|
+
"end-date-input": "awsui_end-date-input_mgja0_ue9wz_275",
|
|
35
|
+
"end-time-input": "awsui_end-time-input_mgja0_ue9wz_276",
|
|
36
|
+
"validation-section": "awsui_validation-section_mgja0_ue9wz_280",
|
|
37
|
+
"validation-error": "awsui_validation-error_mgja0_ue9wz_284",
|
|
38
|
+
"clear-button": "awsui_clear-button_mgja0_ue9wz_288",
|
|
39
|
+
"apply-button": "awsui_apply-button_mgja0_ue9wz_292",
|
|
40
|
+
"cancel-button": "awsui_cancel-button_mgja0_ue9wz_296",
|
|
41
|
+
"calendar-aria-live": "awsui_calendar-aria-live_mgja0_ue9wz_300"
|
|
41
42
|
};
|
|
42
43
|
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"root-no-actions": "awsui_root-no-
|
|
6
|
-
"root-variant-h1": "awsui_root-variant-
|
|
7
|
-
"root-variant-h1-refresh": "awsui_root-variant-h1-
|
|
8
|
-
"root-variant-h2": "awsui_root-variant-
|
|
9
|
-
"root-has-description": "awsui_root-has-
|
|
10
|
-
"root-variant-h2-refresh": "awsui_root-variant-h2-
|
|
11
|
-
"root-variant-h3": "awsui_root-variant-
|
|
12
|
-
"root-variant-h3-refresh": "awsui_root-variant-h3-
|
|
13
|
-
"root-no-wrap": "awsui_root-no-
|
|
14
|
-
"main": "
|
|
15
|
-
"main-variant-h1": "awsui_main-variant-
|
|
16
|
-
"main-variant-h1-refresh": "awsui_main-variant-h1-
|
|
17
|
-
"main-variant-h2": "awsui_main-variant-
|
|
18
|
-
"main-variant-h3": "awsui_main-variant-
|
|
19
|
-
"main-variant-h2-refresh": "awsui_main-variant-h2-
|
|
20
|
-
"actions": "
|
|
21
|
-
"actions-variant-h1": "awsui_actions-variant-
|
|
22
|
-
"actions-variant-h1-refresh": "awsui_actions-variant-h1-
|
|
23
|
-
"actions-variant-h2": "awsui_actions-variant-
|
|
24
|
-
"actions-variant-h3": "awsui_actions-variant-
|
|
25
|
-
"actions-variant-h2-refresh": "awsui_actions-variant-h2-
|
|
26
|
-
"actions-variant-h3-refresh": "awsui_actions-variant-h3-
|
|
27
|
-
"title": "
|
|
28
|
-
"title-variant-h2": "awsui_title-variant-
|
|
29
|
-
"title-variant-h3": "awsui_title-variant-
|
|
30
|
-
"title-variant-h2-refresh": "awsui_title-variant-h2-
|
|
31
|
-
"info": "
|
|
32
|
-
"description": "
|
|
33
|
-
"description-variant-h1": "awsui_description-variant-
|
|
34
|
-
"description-variant-h1-refresh": "awsui_description-variant-h1-
|
|
35
|
-
"description-variant-h2": "awsui_description-variant-
|
|
36
|
-
"description-variant-h3": "awsui_description-variant-
|
|
37
|
-
"description-variant-h3-refresh": "awsui_description-variant-h3-
|
|
38
|
-
"heading": "
|
|
39
|
-
"heading-variant-h1": "awsui_heading-variant-
|
|
40
|
-
"heading-variant-h2": "awsui_heading-variant-
|
|
41
|
-
"heading-variant-h3": "awsui_heading-variant-
|
|
42
|
-
"heading-text": "awsui_heading-
|
|
43
|
-
"counter": "
|
|
4
|
+
"root": "awsui_root_2qdw9_1vobd_93",
|
|
5
|
+
"root-no-actions": "awsui_root-no-actions_2qdw9_1vobd_108",
|
|
6
|
+
"root-variant-h1": "awsui_root-variant-h1_2qdw9_1vobd_108",
|
|
7
|
+
"root-variant-h1-refresh": "awsui_root-variant-h1-refresh_2qdw9_1vobd_111",
|
|
8
|
+
"root-variant-h2": "awsui_root-variant-h2_2qdw9_1vobd_114",
|
|
9
|
+
"root-has-description": "awsui_root-has-description_2qdw9_1vobd_114",
|
|
10
|
+
"root-variant-h2-refresh": "awsui_root-variant-h2-refresh_2qdw9_1vobd_117",
|
|
11
|
+
"root-variant-h3": "awsui_root-variant-h3_2qdw9_1vobd_120",
|
|
12
|
+
"root-variant-h3-refresh": "awsui_root-variant-h3-refresh_2qdw9_1vobd_123",
|
|
13
|
+
"root-no-wrap": "awsui_root-no-wrap_2qdw9_1vobd_126",
|
|
14
|
+
"main": "awsui_main_2qdw9_1vobd_130",
|
|
15
|
+
"main-variant-h1": "awsui_main-variant-h1_2qdw9_1vobd_138",
|
|
16
|
+
"main-variant-h1-refresh": "awsui_main-variant-h1-refresh_2qdw9_1vobd_141",
|
|
17
|
+
"main-variant-h2": "awsui_main-variant-h2_2qdw9_1vobd_147",
|
|
18
|
+
"main-variant-h3": "awsui_main-variant-h3_2qdw9_1vobd_147",
|
|
19
|
+
"main-variant-h2-refresh": "awsui_main-variant-h2-refresh_2qdw9_1vobd_153",
|
|
20
|
+
"actions": "awsui_actions_2qdw9_1vobd_160",
|
|
21
|
+
"actions-variant-h1": "awsui_actions-variant-h1_2qdw9_1vobd_164",
|
|
22
|
+
"actions-variant-h1-refresh": "awsui_actions-variant-h1-refresh_2qdw9_1vobd_167",
|
|
23
|
+
"actions-variant-h2": "awsui_actions-variant-h2_2qdw9_1vobd_170",
|
|
24
|
+
"actions-variant-h3": "awsui_actions-variant-h3_2qdw9_1vobd_170",
|
|
25
|
+
"actions-variant-h2-refresh": "awsui_actions-variant-h2-refresh_2qdw9_1vobd_176",
|
|
26
|
+
"actions-variant-h3-refresh": "awsui_actions-variant-h3-refresh_2qdw9_1vobd_179",
|
|
27
|
+
"title": "awsui_title_2qdw9_1vobd_183",
|
|
28
|
+
"title-variant-h2": "awsui_title-variant-h2_2qdw9_1vobd_189",
|
|
29
|
+
"title-variant-h3": "awsui_title-variant-h3_2qdw9_1vobd_189",
|
|
30
|
+
"title-variant-h2-refresh": "awsui_title-variant-h2-refresh_2qdw9_1vobd_198",
|
|
31
|
+
"info": "awsui_info_2qdw9_1vobd_208",
|
|
32
|
+
"description": "awsui_description_2qdw9_1vobd_212",
|
|
33
|
+
"description-variant-h1": "awsui_description-variant-h1_2qdw9_1vobd_217",
|
|
34
|
+
"description-variant-h1-refresh": "awsui_description-variant-h1-refresh_2qdw9_1vobd_222",
|
|
35
|
+
"description-variant-h2": "awsui_description-variant-h2_2qdw9_1vobd_225",
|
|
36
|
+
"description-variant-h3": "awsui_description-variant-h3_2qdw9_1vobd_230",
|
|
37
|
+
"description-variant-h3-refresh": "awsui_description-variant-h3-refresh_2qdw9_1vobd_236",
|
|
38
|
+
"heading": "awsui_heading_2qdw9_1vobd_240",
|
|
39
|
+
"heading-variant-h1": "awsui_heading-variant-h1_2qdw9_1vobd_249",
|
|
40
|
+
"heading-variant-h2": "awsui_heading-variant-h2_2qdw9_1vobd_255",
|
|
41
|
+
"heading-variant-h3": "awsui_heading-variant-h3_2qdw9_1vobd_259",
|
|
42
|
+
"heading-text": "awsui_heading-text_2qdw9_1vobd_264",
|
|
43
|
+
"counter": "awsui_counter_2qdw9_1vobd_268"
|
|
44
44
|
};
|
|
45
45
|
|
|
@@ -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_root_2qdw9_1vobd_93:not(#\9) {
|
|
94
94
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
95
95
|
border-collapse: separate;
|
|
96
96
|
border-spacing: 0;
|
|
@@ -131,165 +131,167 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
131
131
|
flex-wrap: wrap;
|
|
132
132
|
justify-content: space-between;
|
|
133
133
|
}
|
|
134
|
-
.awsui_root-no-
|
|
134
|
+
.awsui_root-no-actions_2qdw9_1vobd_108.awsui_root-variant-h1_2qdw9_1vobd_108:not(#\9) {
|
|
135
135
|
padding-bottom: 0;
|
|
136
136
|
}
|
|
137
|
-
.awsui_root-no-
|
|
137
|
+
.awsui_root-no-actions_2qdw9_1vobd_108.awsui_root-variant-h1-refresh_2qdw9_1vobd_111:not(#\9) {
|
|
138
138
|
padding-bottom: var(--space-xxxs-k2w98v, 2px);
|
|
139
139
|
}
|
|
140
|
-
.awsui_root-no-
|
|
140
|
+
.awsui_root-no-actions_2qdw9_1vobd_108.awsui_root-variant-h2_2qdw9_1vobd_114:not(#\9), .awsui_root-has-description_2qdw9_1vobd_114.awsui_root-variant-h2_2qdw9_1vobd_114:not(#\9) {
|
|
141
141
|
padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
|
|
142
142
|
}
|
|
143
|
-
.awsui_root-no-
|
|
143
|
+
.awsui_root-no-actions_2qdw9_1vobd_108.awsui_root-variant-h2-refresh_2qdw9_1vobd_117:not(#\9), .awsui_root-has-description_2qdw9_1vobd_114.awsui_root-variant-h2-refresh_2qdw9_1vobd_117:not(#\9) {
|
|
144
144
|
padding-bottom: var(--space-xxxs-k2w98v, 2px);
|
|
145
145
|
}
|
|
146
|
-
.awsui_root-no-
|
|
146
|
+
.awsui_root-no-actions_2qdw9_1vobd_108.awsui_root-variant-h3_2qdw9_1vobd_120:not(#\9), .awsui_root-has-description_2qdw9_1vobd_114.awsui_root-variant-h3_2qdw9_1vobd_120:not(#\9) {
|
|
147
147
|
padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
|
|
148
148
|
}
|
|
149
|
-
.awsui_root-no-
|
|
149
|
+
.awsui_root-no-actions_2qdw9_1vobd_108.awsui_root-variant-h3-refresh_2qdw9_1vobd_123:not(#\9), .awsui_root-has-description_2qdw9_1vobd_114.awsui_root-variant-h3-refresh_2qdw9_1vobd_123:not(#\9) {
|
|
150
150
|
padding-bottom: 0;
|
|
151
151
|
}
|
|
152
|
-
.awsui_root-no-
|
|
152
|
+
.awsui_root-no-wrap_2qdw9_1vobd_126:not(#\9) {
|
|
153
153
|
flex-wrap: nowrap;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
.
|
|
156
|
+
.awsui_main_2qdw9_1vobd_130:not(#\9) {
|
|
157
157
|
word-wrap: break-word;
|
|
158
158
|
max-width: 100%;
|
|
159
159
|
overflow: hidden;
|
|
160
160
|
}
|
|
161
|
-
:not(#\9):not(.awsui_root-no-
|
|
161
|
+
:not(#\9):not(.awsui_root-no-actions_2qdw9_1vobd_108) > .awsui_main_2qdw9_1vobd_130 {
|
|
162
162
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
163
163
|
}
|
|
164
|
-
.awsui_main-variant-
|
|
164
|
+
.awsui_main-variant-h1_2qdw9_1vobd_138:not(#\9) {
|
|
165
165
|
padding: var(--space-scaled-2x-xxs-t5qzmf, 4px) 0;
|
|
166
166
|
}
|
|
167
|
-
.awsui_main-variant-h1-
|
|
167
|
+
.awsui_main-variant-h1-refresh_2qdw9_1vobd_141:not(#\9) {
|
|
168
168
|
padding: var(--space-xxs-ynfts5, 4px) 0;
|
|
169
169
|
}
|
|
170
|
-
:not(#\9):not(.awsui_root-no-
|
|
170
|
+
:not(#\9):not(.awsui_root-no-actions_2qdw9_1vobd_108) > .awsui_main-variant-h1-refresh_2qdw9_1vobd_141 {
|
|
171
171
|
padding-top: var(--space-scaled-xxxs-b6dm8t, 2px);
|
|
172
172
|
}
|
|
173
|
-
.awsui_main-variant-
|
|
173
|
+
.awsui_main-variant-h2_2qdw9_1vobd_147:not(#\9), .awsui_main-variant-h3_2qdw9_1vobd_147:not(#\9) {
|
|
174
174
|
padding-top: var(--space-scaled-xxs-95dhkm, 4px);
|
|
175
175
|
}
|
|
176
|
-
:not(#\9):not(.awsui_root-has-
|
|
176
|
+
:not(#\9):not(.awsui_root-has-description_2qdw9_1vobd_114) > .awsui_main-variant-h2_2qdw9_1vobd_147, :not(#\9):not(.awsui_root-has-description_2qdw9_1vobd_114) > .awsui_main-variant-h3_2qdw9_1vobd_147 {
|
|
177
177
|
padding-bottom: var(--space-xxxs-k2w98v, 2px);
|
|
178
178
|
}
|
|
179
|
-
.awsui_main-variant-h2-
|
|
179
|
+
.awsui_main-variant-h2-refresh_2qdw9_1vobd_153:not(#\9) {
|
|
180
180
|
padding-top: 0;
|
|
181
181
|
}
|
|
182
|
-
:not(#\9):not(.awsui_root-has-
|
|
182
|
+
:not(#\9):not(.awsui_root-has-description_2qdw9_1vobd_114) > .awsui_main-variant-h2-refresh_2qdw9_1vobd_153 {
|
|
183
183
|
padding-bottom: 0;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.
|
|
186
|
+
.awsui_actions_2qdw9_1vobd_160:not(#\9) {
|
|
187
187
|
display: flex;
|
|
188
188
|
align-items: flex-start;
|
|
189
189
|
}
|
|
190
|
-
.awsui_actions-variant-
|
|
190
|
+
.awsui_actions-variant-h1_2qdw9_1vobd_164:not(#\9) {
|
|
191
191
|
padding: var(--space-scaled-xs-6859qs, 8px) 0;
|
|
192
192
|
}
|
|
193
|
-
.awsui_actions-variant-h1-
|
|
193
|
+
.awsui_actions-variant-h1-refresh_2qdw9_1vobd_167:not(#\9) {
|
|
194
194
|
padding: var(--space-xs-rsr2qu, 8px) 0;
|
|
195
195
|
}
|
|
196
|
-
.awsui_actions-variant-
|
|
196
|
+
.awsui_actions-variant-h2_2qdw9_1vobd_170:not(#\9), .awsui_actions-variant-h3_2qdw9_1vobd_170:not(#\9) {
|
|
197
197
|
padding: var(--space-scaled-xxs-95dhkm, 4px) 0;
|
|
198
198
|
}
|
|
199
|
-
.awsui_root-has-
|
|
199
|
+
.awsui_root-has-description_2qdw9_1vobd_114 > .awsui_actions-variant-h2_2qdw9_1vobd_170:not(#\9), .awsui_root-has-description_2qdw9_1vobd_114 > .awsui_actions-variant-h3_2qdw9_1vobd_170:not(#\9) {
|
|
200
200
|
padding-bottom: 0;
|
|
201
201
|
}
|
|
202
|
-
.awsui_actions-variant-h2-
|
|
202
|
+
.awsui_actions-variant-h2-refresh_2qdw9_1vobd_176:not(#\9) {
|
|
203
203
|
padding-bottom: var(--space-xxxs-k2w98v, 2px);
|
|
204
204
|
}
|
|
205
|
-
.awsui_actions-variant-h3-
|
|
205
|
+
.awsui_actions-variant-h3-refresh_2qdw9_1vobd_179:not(#\9) {
|
|
206
206
|
padding-bottom: 0;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
.
|
|
209
|
+
.awsui_title_2qdw9_1vobd_183:not(#\9) {
|
|
210
210
|
min-width: 0;
|
|
211
211
|
-ms-word-break: break-all;
|
|
212
212
|
word-break: break-word;
|
|
213
213
|
color: var(--color-text-heading-default-bjds33, #16191f);
|
|
214
214
|
}
|
|
215
|
-
.awsui_title-variant-
|
|
215
|
+
.awsui_title-variant-h2_2qdw9_1vobd_189:not(#\9), .awsui_title-variant-h3_2qdw9_1vobd_189:not(#\9) {
|
|
216
216
|
padding: var(--space-scaled-xxs-95dhkm, 4px) 0;
|
|
217
217
|
}
|
|
218
|
-
.awsui_title-variant-
|
|
218
|
+
.awsui_title-variant-h2_2qdw9_1vobd_189:not(#\9) {
|
|
219
219
|
font-size: var(--font-heading-l-size-glo9md, 18px);
|
|
220
220
|
line-height: var(--font-heading-l-line-height-oujdab, 22px);
|
|
221
221
|
letter-spacing: var(--font-heading-l-letter-spacing-tthw81, normal);
|
|
222
222
|
font-weight: var(--font-heading-l-weight-qh3c9t, 700);
|
|
223
223
|
}
|
|
224
|
-
.awsui_title-variant-h2-
|
|
224
|
+
.awsui_title-variant-h2-refresh_2qdw9_1vobd_198:not(#\9) {
|
|
225
225
|
padding-top: var(--space-scaled-2x-xxs-t5qzmf, 4px);
|
|
226
226
|
}
|
|
227
|
-
.awsui_title-variant-
|
|
227
|
+
.awsui_title-variant-h3_2qdw9_1vobd_189:not(#\9) {
|
|
228
228
|
font-size: var(--font-heading-m-size-f8kmgg, 18px);
|
|
229
229
|
line-height: var(--font-heading-m-line-height-wqj6lz, 22px);
|
|
230
230
|
letter-spacing: var(--font-heading-m-letter-spacing-vsl82f, normal);
|
|
231
231
|
font-weight: var(--font-heading-m-weight-0y5yq5, 400);
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
.
|
|
234
|
+
.awsui_info_2qdw9_1vobd_208:not(#\9) {
|
|
235
235
|
padding-right: var(--space-s-hv8c1d, 12px);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.
|
|
238
|
+
.awsui_description_2qdw9_1vobd_212:not(#\9) {
|
|
239
239
|
margin: 0;
|
|
240
240
|
padding: 0;
|
|
241
241
|
color: var(--color-text-heading-secondary-mvxtuw, #545b64);
|
|
242
242
|
}
|
|
243
|
-
.awsui_description-variant-
|
|
243
|
+
.awsui_description-variant-h1_2qdw9_1vobd_217:not(#\9) {
|
|
244
244
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
245
245
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
246
246
|
padding-top: var(--space-scaled-xxs-95dhkm, 4px);
|
|
247
247
|
}
|
|
248
|
-
.awsui_description-variant-h1-
|
|
248
|
+
.awsui_description-variant-h1-refresh_2qdw9_1vobd_222:not(#\9) {
|
|
249
249
|
padding-top: var(--space-scaled-xs-6859qs, 8px);
|
|
250
250
|
}
|
|
251
|
-
.awsui_description-variant-
|
|
251
|
+
.awsui_description-variant-h2_2qdw9_1vobd_225:not(#\9) {
|
|
252
252
|
font-size: var(--font-header-h2-description-size-q5s3cp, 12px);
|
|
253
253
|
line-height: var(--font-header-h2-description-line-height-519y0m, 16px);
|
|
254
254
|
padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
|
|
255
255
|
}
|
|
256
|
-
.awsui_description-variant-
|
|
256
|
+
.awsui_description-variant-h3_2qdw9_1vobd_230:not(#\9) {
|
|
257
257
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
258
258
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
259
259
|
letter-spacing: var(--font-body-s-letter-spacing-p88gax, normal);
|
|
260
260
|
padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
|
|
261
261
|
}
|
|
262
|
-
.awsui_description-variant-h3-
|
|
262
|
+
.awsui_description-variant-h3-refresh_2qdw9_1vobd_236:not(#\9) {
|
|
263
263
|
padding-top: var(--space-xxxs-k2w98v, 2px);
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.
|
|
266
|
+
.awsui_heading_2qdw9_1vobd_240:not(#\9) {
|
|
267
267
|
margin: 0;
|
|
268
268
|
display: inline;
|
|
269
269
|
font-size: inherit;
|
|
270
270
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
271
271
|
}
|
|
272
|
-
.
|
|
272
|
+
.awsui_heading_2qdw9_1vobd_240:not(#\9):only-child {
|
|
273
273
|
margin: 0;
|
|
274
274
|
}
|
|
275
|
-
.awsui_heading-variant-
|
|
275
|
+
.awsui_heading-variant-h1_2qdw9_1vobd_249:not(#\9) {
|
|
276
276
|
font-size: var(--font-heading-xl-size-etf0gx, 28px);
|
|
277
277
|
line-height: var(--font-heading-xl-line-height-qeciux, 36px);
|
|
278
278
|
letter-spacing: var(--font-heading-xl-letter-spacing-v5jzbn, normal);
|
|
279
279
|
font-weight: var(--font-heading-xl-weight-zuv5k6, 400);
|
|
280
280
|
}
|
|
281
|
-
.awsui_heading-variant-
|
|
281
|
+
.awsui_heading-variant-h2_2qdw9_1vobd_255:not(#\9) {
|
|
282
282
|
font-weight: var(--font-heading-l-weight-qh3c9t, 700);
|
|
283
|
+
line-height: var(--font-heading-l-line-height-oujdab, 22px);
|
|
283
284
|
}
|
|
284
|
-
.awsui_heading-variant-
|
|
285
|
+
.awsui_heading-variant-h3_2qdw9_1vobd_259:not(#\9) {
|
|
285
286
|
font-weight: var(--font-heading-m-weight-0y5yq5, 400);
|
|
287
|
+
line-height: var(--font-heading-m-line-height-wqj6lz, 22px);
|
|
286
288
|
}
|
|
287
289
|
|
|
288
|
-
.awsui_heading-
|
|
290
|
+
.awsui_heading-text_2qdw9_1vobd_264:not(#\9) {
|
|
289
291
|
/* used in test-utils */
|
|
290
292
|
}
|
|
291
293
|
|
|
292
|
-
.
|
|
294
|
+
.awsui_counter_2qdw9_1vobd_268:not(#\9) {
|
|
293
295
|
color: var(--color-text-counter-wyou6g, #687078);
|
|
294
296
|
font-weight: 400;
|
|
295
297
|
}
|