@cloudscape-design/components 3.0.44 → 3.0.47
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/autosuggest/internal.js +1 -1
- package/autosuggest/internal.js.map +1 -1
- package/autosuggest/styles.css.js +3 -5
- package/autosuggest/styles.scoped.css +3 -12
- package/autosuggest/styles.selectors.js +3 -5
- package/container/internal.d.ts +2 -1
- package/container/internal.d.ts.map +1 -1
- package/container/internal.js +3 -2
- package/container/internal.js.map +1 -1
- package/container/styles.css.js +16 -15
- package/container/styles.scoped.css +29 -24
- package/container/styles.selectors.js +16 -15
- package/date-picker/styles.css.js +24 -24
- package/date-picker/styles.scoped.css +41 -41
- package/date-picker/styles.selectors.js +24 -24
- package/date-range-picker/styles.css.js +41 -41
- package/date-range-picker/styles.scoped.css +50 -50
- package/date-range-picker/styles.selectors.js +41 -41
- package/expandable-section/expandable-section-container.d.ts.map +1 -1
- package/expandable-section/expandable-section-container.js +1 -1
- package/expandable-section/expandable-section-container.js.map +1 -1
- package/icon/interfaces.d.ts +1 -1
- package/icon/interfaces.js.map +1 -1
- package/{autosuggest/autosuggest-input.d.ts → internal/components/autosuggest-input/index.d.ts} +7 -7
- package/internal/components/autosuggest-input/index.d.ts.map +1 -0
- package/{autosuggest/autosuggest-input.js → internal/components/autosuggest-input/index.js} +11 -10
- package/internal/components/autosuggest-input/index.js.map +1 -0
- package/internal/components/autosuggest-input/styles.css.js +7 -0
- package/internal/components/autosuggest-input/styles.scoped.css +12 -0
- package/internal/components/autosuggest-input/styles.selectors.js +8 -0
- package/internal/environment.js +1 -1
- package/internal/generated/styles/tokens.d.ts +17 -0
- package/internal/generated/styles/tokens.js +17 -0
- package/internal/generated/theming/index.cjs +35 -1
- package/internal/generated/theming/index.cjs.d.ts +85 -0
- package/internal/generated/theming/index.d.ts +85 -0
- package/internal/generated/theming/index.js +35 -1
- package/package.json +1 -1
- package/property-filter/controller.d.ts +15 -29
- package/property-filter/controller.d.ts.map +1 -1
- package/property-filter/controller.js +8 -8
- package/property-filter/controller.js.map +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +6 -7
- package/property-filter/index.js.map +1 -1
- package/property-filter/interfaces.d.ts +25 -0
- package/property-filter/interfaces.d.ts.map +1 -1
- package/property-filter/interfaces.js.map +1 -1
- package/property-filter/property-filter-autosuggest.d.ts +1 -1
- package/property-filter/property-filter-autosuggest.d.ts.map +1 -1
- package/property-filter/property-filter-autosuggest.js +1 -1
- package/property-filter/property-filter-autosuggest.js.map +1 -1
- package/property-filter/token-editor.d.ts +16 -7
- package/property-filter/token-editor.d.ts.map +1 -1
- package/property-filter/token-editor.js +1 -2
- package/property-filter/token-editor.js.map +1 -1
- package/property-filter/token.d.ts +20 -9
- package/property-filter/token.d.ts.map +1 -1
- package/property-filter/token.js +1 -1
- package/property-filter/token.js.map +1 -1
- package/property-filter/use-load-items.d.ts +1 -2
- package/property-filter/use-load-items.d.ts.map +1 -1
- package/property-filter/use-load-items.js.map +1 -1
- package/property-filter/utils.d.ts +4 -4
- package/property-filter/utils.d.ts.map +1 -1
- package/property-filter/utils.js.map +1 -1
- package/test-utils/dom/internal/autosuggest-input.d.ts +8 -0
- package/test-utils/dom/internal/autosuggest-input.js +41 -0
- package/test-utils/dom/internal/autosuggest-input.js.map +1 -0
- package/test-utils/selectors/internal/autosuggest-input.d.ts +8 -0
- package/test-utils/selectors/internal/autosuggest-input.js +41 -0
- package/test-utils/selectors/internal/autosuggest-input.js.map +1 -0
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/autosuggest/autosuggest-input.d.ts.map +0 -1
- package/autosuggest/autosuggest-input.js.map +0 -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_145pa_137eg_93:not(#\9) {
|
|
94
|
+
animation: awsui_awsui-motion-fade-in-0_145pa_137eg_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_145pa_137eg_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_145pa_137eg_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_145pa_137eg_93:not(#\9), .awsui-mode-entering .awsui_calendar_145pa_137eg_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_145pa_137eg_120:not(#\9) {
|
|
121
121
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
122
122
|
border-collapse: separate;
|
|
123
123
|
border-spacing: 0;
|
|
@@ -154,25 +154,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
154
154
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.awsui_date-picker-
|
|
157
|
+
.awsui_date-picker-container_145pa_137eg_131:not(#\9) {
|
|
158
158
|
position: relative;
|
|
159
159
|
max-width: 234px;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.awsui_date-picker-
|
|
162
|
+
.awsui_date-picker-trigger_145pa_137eg_136:not(#\9) {
|
|
163
163
|
display: flex;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.awsui_date-picker-
|
|
166
|
+
.awsui_date-picker-input_145pa_137eg_140:not(#\9) {
|
|
167
167
|
padding-right: var(--space-xs-rsr2qu, 8px);
|
|
168
168
|
width: 100%;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
.awsui_open-calendar-
|
|
171
|
+
.awsui_open-calendar-button_145pa_137eg_145:not(#\9) {
|
|
172
172
|
/* used in test-utils */
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.awsui_calendar_145pa_137eg_93:not(#\9) {
|
|
176
176
|
display: block;
|
|
177
177
|
width: 234px;
|
|
178
178
|
overflow: auto;
|
|
@@ -211,34 +211,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
211
211
|
font-weight: 400;
|
|
212
212
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
213
213
|
}
|
|
214
|
-
.
|
|
214
|
+
.awsui_calendar_145pa_137eg_93:not(#\9):focus {
|
|
215
215
|
outline: none;
|
|
216
216
|
}
|
|
217
|
-
.awsui_calendar-
|
|
217
|
+
.awsui_calendar-inner_145pa_137eg_165:not(#\9) {
|
|
218
218
|
margin: var(--space-xs-rsr2qu, 8px);
|
|
219
219
|
}
|
|
220
|
-
.awsui_calendar-
|
|
220
|
+
.awsui_calendar-header_145pa_137eg_168:not(#\9) {
|
|
221
221
|
display: flex;
|
|
222
222
|
justify-content: space-between;
|
|
223
223
|
align-items: center;
|
|
224
224
|
}
|
|
225
|
-
.awsui_calendar-header-
|
|
225
|
+
.awsui_calendar-header-month_145pa_137eg_173:not(#\9) {
|
|
226
226
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
227
227
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
228
228
|
font-weight: 700;
|
|
229
229
|
color: var(--color-text-dropdown-item-default-7tg9p2, #000716);
|
|
230
230
|
}
|
|
231
|
-
.awsui_calendar-next-month-
|
|
231
|
+
.awsui_calendar-next-month-btn_145pa_137eg_179:not(#\9) {
|
|
232
232
|
/* used for identifying element */
|
|
233
233
|
}
|
|
234
|
-
.awsui_calendar-prev-month-
|
|
234
|
+
.awsui_calendar-prev-month-btn_145pa_137eg_182:not(#\9) {
|
|
235
235
|
/* used for identifying element */
|
|
236
236
|
}
|
|
237
|
-
.awsui_calendar-day-
|
|
237
|
+
.awsui_calendar-day-names_145pa_137eg_185:not(#\9) {
|
|
238
238
|
display: flex;
|
|
239
239
|
justify-content: stretch;
|
|
240
240
|
}
|
|
241
|
-
.awsui_calendar-day-
|
|
241
|
+
.awsui_calendar-day-name_145pa_137eg_185:not(#\9) {
|
|
242
242
|
flex: 1 1 0%;
|
|
243
243
|
width: 0;
|
|
244
244
|
word-break: break-word;
|
|
@@ -249,14 +249,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
249
249
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
250
250
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
251
251
|
}
|
|
252
|
-
.awsui_calendar-
|
|
252
|
+
.awsui_calendar-dates_145pa_137eg_200:not(#\9) {
|
|
253
253
|
border: 1px solid var(--color-border-calendar-grid-sshunw, transparent);
|
|
254
254
|
}
|
|
255
|
-
.awsui_calendar-
|
|
255
|
+
.awsui_calendar-week_145pa_137eg_203:not(#\9) {
|
|
256
256
|
display: flex;
|
|
257
257
|
justify-content: stretch;
|
|
258
258
|
}
|
|
259
|
-
.awsui_calendar-
|
|
259
|
+
.awsui_calendar-day_145pa_137eg_185:not(#\9) {
|
|
260
260
|
flex: 1 1 0%;
|
|
261
261
|
width: 0;
|
|
262
262
|
word-break: break-word;
|
|
@@ -268,34 +268,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
268
268
|
color: var(--color-text-dropdown-item-disabled-varol7, #9ba7b6);
|
|
269
269
|
position: relative;
|
|
270
270
|
}
|
|
271
|
-
.awsui_calendar-
|
|
271
|
+
.awsui_calendar-day_145pa_137eg_185:not(#\9):last-child {
|
|
272
272
|
border-right: none;
|
|
273
273
|
}
|
|
274
|
-
.awsui_calendar-day-in-last-
|
|
274
|
+
.awsui_calendar-day-in-last-week_145pa_137eg_222:not(#\9) {
|
|
275
275
|
border-bottom: none;
|
|
276
276
|
}
|
|
277
|
-
.awsui_calendar-day-
|
|
277
|
+
.awsui_calendar-day-focusable_145pa_137eg_225:not(#\9) {
|
|
278
278
|
/* used for identifying element */
|
|
279
279
|
}
|
|
280
|
-
.awsui_calendar-day-
|
|
280
|
+
.awsui_calendar-day-enabled_145pa_137eg_228:not(#\9) {
|
|
281
281
|
cursor: pointer;
|
|
282
282
|
color: var(--color-text-dropdown-item-secondary-0me7js, #5f6b7a);
|
|
283
283
|
}
|
|
284
|
-
.awsui_calendar-day-
|
|
284
|
+
.awsui_calendar-day-enabled_145pa_137eg_228.awsui_calendar-day-current-month_145pa_137eg_232:not(#\9) {
|
|
285
285
|
color: var(--color-text-dropdown-item-default-7tg9p2, #000716);
|
|
286
286
|
}
|
|
287
|
-
.awsui_calendar-day-
|
|
287
|
+
.awsui_calendar-day-enabled_145pa_137eg_228.awsui_calendar-day-current-month_145pa_137eg_232:not(#\9):hover {
|
|
288
288
|
color: var(--color-text-calendar-day-hover-graajh, #000716);
|
|
289
289
|
background-color: var(--color-background-dropdown-item-hover-mqsxkv, #f4f4f4);
|
|
290
290
|
}
|
|
291
|
-
.awsui_calendar-day-
|
|
291
|
+
.awsui_calendar-day-enabled_145pa_137eg_228.awsui_calendar-day-current-month_145pa_137eg_232:not(#\9):hover:not(.awsui_calendar-day-selected_145pa_137eg_239)::after {
|
|
292
292
|
border: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-dropdown-item-hover-tyzq9m, #7d8998);
|
|
293
293
|
border-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
294
294
|
}
|
|
295
|
-
.awsui_calendar-day-
|
|
295
|
+
.awsui_calendar-day-today_145pa_137eg_243:not(#\9) {
|
|
296
296
|
background-color: var(--color-background-calendar-today-762czq, #f4f4f4);
|
|
297
297
|
}
|
|
298
|
-
.awsui_calendar-
|
|
298
|
+
.awsui_calendar-day_145pa_137eg_185:not(#\9)::after {
|
|
299
299
|
content: "";
|
|
300
300
|
position: absolute;
|
|
301
301
|
top: -1px;
|
|
@@ -304,19 +304,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
304
304
|
right: -1px;
|
|
305
305
|
background-color: transparent;
|
|
306
306
|
}
|
|
307
|
-
.awsui_calendar-
|
|
307
|
+
.awsui_calendar-day_145pa_137eg_185 > .awsui_day-inner_145pa_137eg_255:not(#\9) {
|
|
308
308
|
position: relative;
|
|
309
309
|
z-index: 1;
|
|
310
310
|
}
|
|
311
|
-
.awsui_calendar-
|
|
311
|
+
.awsui_calendar-day_145pa_137eg_185:not(#\9):focus {
|
|
312
312
|
outline: none;
|
|
313
313
|
position: relative;
|
|
314
314
|
}
|
|
315
|
-
.awsui_calendar-
|
|
315
|
+
.awsui_calendar-day_145pa_137eg_185:not(#\9):focus {
|
|
316
316
|
outline: 2px dotted transparent;
|
|
317
317
|
outline-offset: calc(var(--space-calendar-grid-focus-outline-gutter-v3dwvl, -5px) - 1px);
|
|
318
318
|
}
|
|
319
|
-
.awsui_calendar-
|
|
319
|
+
.awsui_calendar-day_145pa_137eg_185:not(#\9):focus::before {
|
|
320
320
|
content: " ";
|
|
321
321
|
display: block;
|
|
322
322
|
position: absolute;
|
|
@@ -327,25 +327,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
327
327
|
border-radius: var(--border-radius-calendar-day-focus-ring-a8mlqd, 3px);
|
|
328
328
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
329
329
|
}
|
|
330
|
-
.awsui_calendar-
|
|
330
|
+
.awsui_calendar-day_145pa_137eg_185:not(#\9):focus::before {
|
|
331
331
|
z-index: 2;
|
|
332
332
|
}
|
|
333
|
-
.awsui_calendar-day-
|
|
333
|
+
.awsui_calendar-day-selected_145pa_137eg_239:not(#\9) {
|
|
334
334
|
border-color: transparent;
|
|
335
335
|
position: relative;
|
|
336
336
|
}
|
|
337
|
-
.awsui_calendar-day-
|
|
337
|
+
.awsui_calendar-day-selected_145pa_137eg_239:not(#\9)::after {
|
|
338
338
|
background-color: var(--color-background-dropdown-item-selected-8l4mpk, #f2f8fd);
|
|
339
339
|
border: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-dropdown-item-selected-eahq2j, #0972d3);
|
|
340
340
|
border-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
341
341
|
}
|
|
342
|
-
.awsui_calendar-day-
|
|
342
|
+
.awsui_calendar-day-selected_145pa_137eg_239 > .awsui_day-inner_145pa_137eg_255:not(#\9) {
|
|
343
343
|
color: var(--color-text-calendar-day-selected-64o9sq, #0972d3);
|
|
344
344
|
position: relative;
|
|
345
345
|
}
|
|
346
|
-
.
|
|
346
|
+
.awsui_calendar_145pa_137eg_93[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
347
347
|
outline: 2px dotted transparent;
|
|
348
348
|
outline-offset: 2px;
|
|
349
|
-
border-radius: var(--border-radius-
|
|
349
|
+
border-radius: var(--border-radius-dropdown-ujknaf, 8px);
|
|
350
350
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
351
351
|
}
|
|
@@ -2,29 +2,29 @@
|
|
|
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
|
-
"date-picker-container": "awsui_date-picker-
|
|
9
|
-
"date-picker-trigger": "awsui_date-picker-
|
|
10
|
-
"date-picker-input": "awsui_date-picker-
|
|
11
|
-
"open-calendar-button": "awsui_open-calendar-
|
|
12
|
-
"calendar-inner": "awsui_calendar-
|
|
13
|
-
"calendar-header": "awsui_calendar-
|
|
14
|
-
"calendar-header-month": "awsui_calendar-header-
|
|
15
|
-
"calendar-next-month-btn": "awsui_calendar-next-month-
|
|
16
|
-
"calendar-prev-month-btn": "awsui_calendar-prev-month-
|
|
17
|
-
"calendar-day-names": "awsui_calendar-day-
|
|
18
|
-
"calendar-day-name": "awsui_calendar-day-
|
|
19
|
-
"calendar-dates": "awsui_calendar-
|
|
20
|
-
"calendar-week": "awsui_calendar-
|
|
21
|
-
"calendar-day": "awsui_calendar-
|
|
22
|
-
"calendar-day-in-last-week": "awsui_calendar-day-in-last-
|
|
23
|
-
"calendar-day-focusable": "awsui_calendar-day-
|
|
24
|
-
"calendar-day-enabled": "awsui_calendar-day-
|
|
25
|
-
"calendar-day-current-month": "awsui_calendar-day-current-
|
|
26
|
-
"calendar-day-selected": "awsui_calendar-day-
|
|
27
|
-
"calendar-day-today": "awsui_calendar-day-
|
|
28
|
-
"day-inner": "awsui_day-
|
|
5
|
+
"calendar": "awsui_calendar_145pa_137eg_93",
|
|
6
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_145pa_137eg_1",
|
|
7
|
+
"root": "awsui_root_145pa_137eg_120",
|
|
8
|
+
"date-picker-container": "awsui_date-picker-container_145pa_137eg_131",
|
|
9
|
+
"date-picker-trigger": "awsui_date-picker-trigger_145pa_137eg_136",
|
|
10
|
+
"date-picker-input": "awsui_date-picker-input_145pa_137eg_140",
|
|
11
|
+
"open-calendar-button": "awsui_open-calendar-button_145pa_137eg_145",
|
|
12
|
+
"calendar-inner": "awsui_calendar-inner_145pa_137eg_165",
|
|
13
|
+
"calendar-header": "awsui_calendar-header_145pa_137eg_168",
|
|
14
|
+
"calendar-header-month": "awsui_calendar-header-month_145pa_137eg_173",
|
|
15
|
+
"calendar-next-month-btn": "awsui_calendar-next-month-btn_145pa_137eg_179",
|
|
16
|
+
"calendar-prev-month-btn": "awsui_calendar-prev-month-btn_145pa_137eg_182",
|
|
17
|
+
"calendar-day-names": "awsui_calendar-day-names_145pa_137eg_185",
|
|
18
|
+
"calendar-day-name": "awsui_calendar-day-name_145pa_137eg_185",
|
|
19
|
+
"calendar-dates": "awsui_calendar-dates_145pa_137eg_200",
|
|
20
|
+
"calendar-week": "awsui_calendar-week_145pa_137eg_203",
|
|
21
|
+
"calendar-day": "awsui_calendar-day_145pa_137eg_185",
|
|
22
|
+
"calendar-day-in-last-week": "awsui_calendar-day-in-last-week_145pa_137eg_222",
|
|
23
|
+
"calendar-day-focusable": "awsui_calendar-day-focusable_145pa_137eg_225",
|
|
24
|
+
"calendar-day-enabled": "awsui_calendar-day-enabled_145pa_137eg_228",
|
|
25
|
+
"calendar-day-current-month": "awsui_calendar-day-current-month_145pa_137eg_232",
|
|
26
|
+
"calendar-day-selected": "awsui_calendar-day-selected_145pa_137eg_239",
|
|
27
|
+
"calendar-day-today": "awsui_calendar-day-today_145pa_137eg_243",
|
|
28
|
+
"day-inner": "awsui_day-inner_145pa_137eg_255"
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"calendar": "
|
|
5
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
6
|
-
"root": "
|
|
7
|
-
"trigger-wrapper": "awsui_trigger-
|
|
8
|
-
"trigger-flexbox": "awsui_trigger-
|
|
9
|
-
"one-grid": "awsui_one-
|
|
10
|
-
"calendar-header": "awsui_calendar-
|
|
11
|
-
"calendar-header-months-wrapper": "awsui_calendar-header-months-
|
|
12
|
-
"calendar-header-month": "awsui_calendar-header-
|
|
13
|
-
"calendar-next-month-btn": "awsui_calendar-next-month-
|
|
14
|
-
"calendar-prev-month-btn": "awsui_calendar-prev-month-
|
|
15
|
-
"calendar-day-names": "awsui_calendar-day-
|
|
16
|
-
"calendar-day-name": "awsui_calendar-day-
|
|
17
|
-
"calendar-week": "awsui_calendar-
|
|
18
|
-
"first-grid": "awsui_first-
|
|
19
|
-
"second-grid": "awsui_second-
|
|
20
|
-
"grid": "
|
|
21
|
-
"date-and-time-wrapper": "awsui_date-and-time-
|
|
22
|
-
"date-and-time-wrapper__date": "awsui_date-and-time-
|
|
23
|
-
"date-and-time-wrapper__time": "awsui_date-and-time-
|
|
24
|
-
"date-and-time-constrainttext": "awsui_date-and-time-
|
|
25
|
-
"footer": "
|
|
26
|
-
"has-clear-button": "awsui_has-clear-
|
|
27
|
-
"footer-button-wrapper": "awsui_footer-button-
|
|
28
|
-
"icon-wrapper": "awsui_icon-
|
|
29
|
-
"label": "
|
|
30
|
-
"label-enabled": "awsui_label-
|
|
31
|
-
"label-text": "awsui_label-
|
|
32
|
-
"mode-switch": "awsui_mode-
|
|
33
|
-
"dropdown": "
|
|
34
|
-
"dropdown-content": "awsui_dropdown-
|
|
35
|
-
"start-date-input": "awsui_start-date-
|
|
36
|
-
"start-time-input": "awsui_start-time-
|
|
37
|
-
"end-date-input": "awsui_end-date-
|
|
38
|
-
"end-time-input": "awsui_end-time-
|
|
39
|
-
"validation-section": "awsui_validation-
|
|
40
|
-
"validation-error": "awsui_validation-
|
|
41
|
-
"clear-button": "awsui_clear-
|
|
42
|
-
"apply-button": "awsui_apply-
|
|
43
|
-
"cancel-button": "awsui_cancel-
|
|
44
|
-
"calendar-aria-live": "awsui_calendar-aria-
|
|
4
|
+
"calendar": "awsui_calendar_mgja0_z4fdg_93",
|
|
5
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_z4fdg_1",
|
|
6
|
+
"root": "awsui_root_mgja0_z4fdg_120",
|
|
7
|
+
"trigger-wrapper": "awsui_trigger-wrapper_mgja0_z4fdg_132",
|
|
8
|
+
"trigger-flexbox": "awsui_trigger-flexbox_mgja0_z4fdg_136",
|
|
9
|
+
"one-grid": "awsui_one-grid_mgja0_z4fdg_144",
|
|
10
|
+
"calendar-header": "awsui_calendar-header_mgja0_z4fdg_147",
|
|
11
|
+
"calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_z4fdg_153",
|
|
12
|
+
"calendar-header-month": "awsui_calendar-header-month_mgja0_z4fdg_153",
|
|
13
|
+
"calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_z4fdg_173",
|
|
14
|
+
"calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_z4fdg_176",
|
|
15
|
+
"calendar-day-names": "awsui_calendar-day-names_mgja0_z4fdg_179",
|
|
16
|
+
"calendar-day-name": "awsui_calendar-day-name_mgja0_z4fdg_179",
|
|
17
|
+
"calendar-week": "awsui_calendar-week_mgja0_z4fdg_194",
|
|
18
|
+
"first-grid": "awsui_first-grid_mgja0_z4fdg_199",
|
|
19
|
+
"second-grid": "awsui_second-grid_mgja0_z4fdg_200",
|
|
20
|
+
"grid": "awsui_grid_mgja0_z4fdg_204",
|
|
21
|
+
"date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_z4fdg_208",
|
|
22
|
+
"date-and-time-wrapper__date": "awsui_date-and-time-wrapper__date_mgja0_z4fdg_212",
|
|
23
|
+
"date-and-time-wrapper__time": "awsui_date-and-time-wrapper__time_mgja0_z4fdg_215",
|
|
24
|
+
"date-and-time-constrainttext": "awsui_date-and-time-constrainttext_mgja0_z4fdg_219",
|
|
25
|
+
"footer": "awsui_footer_mgja0_z4fdg_226",
|
|
26
|
+
"has-clear-button": "awsui_has-clear-button_mgja0_z4fdg_233",
|
|
27
|
+
"footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_z4fdg_240",
|
|
28
|
+
"icon-wrapper": "awsui_icon-wrapper_mgja0_z4fdg_244",
|
|
29
|
+
"label": "awsui_label_mgja0_z4fdg_249",
|
|
30
|
+
"label-enabled": "awsui_label-enabled_mgja0_z4fdg_254",
|
|
31
|
+
"label-text": "awsui_label-text_mgja0_z4fdg_258",
|
|
32
|
+
"mode-switch": "awsui_mode-switch_mgja0_z4fdg_263",
|
|
33
|
+
"dropdown": "awsui_dropdown_mgja0_z4fdg_267",
|
|
34
|
+
"dropdown-content": "awsui_dropdown-content_mgja0_z4fdg_283",
|
|
35
|
+
"start-date-input": "awsui_start-date-input_mgja0_z4fdg_292",
|
|
36
|
+
"start-time-input": "awsui_start-time-input_mgja0_z4fdg_293",
|
|
37
|
+
"end-date-input": "awsui_end-date-input_mgja0_z4fdg_294",
|
|
38
|
+
"end-time-input": "awsui_end-time-input_mgja0_z4fdg_295",
|
|
39
|
+
"validation-section": "awsui_validation-section_mgja0_z4fdg_299",
|
|
40
|
+
"validation-error": "awsui_validation-error_mgja0_z4fdg_303",
|
|
41
|
+
"clear-button": "awsui_clear-button_mgja0_z4fdg_307",
|
|
42
|
+
"apply-button": "awsui_apply-button_mgja0_z4fdg_311",
|
|
43
|
+
"cancel-button": "awsui_cancel-button_mgja0_z4fdg_315",
|
|
44
|
+
"calendar-aria-live": "awsui_calendar-aria-live_mgja0_z4fdg_319"
|
|
45
45
|
};
|
|
46
46
|
|
|
@@ -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_z4fdg_93:not(#\9) {
|
|
94
|
+
animation: awsui_awsui-motion-fade-in-0_mgja0_z4fdg_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_z4fdg_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_z4fdg_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_z4fdg_93:not(#\9), .awsui-mode-entering .awsui_calendar_mgja0_z4fdg_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_z4fdg_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,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
155
155
|
max-width: 32em;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.awsui_trigger-
|
|
158
|
+
.awsui_trigger-wrapper_mgja0_z4fdg_132:not(#\9) {
|
|
159
159
|
min-width: calc(var(--size-calendar-grid-width-lxsx0p, 238px) + 2 * var(--space-l-4vl6xu, 20px));
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.awsui_trigger-
|
|
162
|
+
.awsui_trigger-flexbox_mgja0_z4fdg_136:not(#\9) {
|
|
163
163
|
display: flex;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.
|
|
166
|
+
.awsui_calendar_mgja0_z4fdg_93:not(#\9) {
|
|
167
167
|
display: block;
|
|
168
168
|
width: calc(2 * var(--size-calendar-grid-width-lxsx0p, 238px) + var(--space-xs-rsr2qu, 8px));
|
|
169
169
|
}
|
|
170
|
-
.
|
|
170
|
+
.awsui_calendar_mgja0_z4fdg_93.awsui_one-grid_mgja0_z4fdg_144:not(#\9) {
|
|
171
171
|
width: var(--size-calendar-grid-width-lxsx0p, 238px);
|
|
172
172
|
}
|
|
173
|
-
.awsui_calendar-
|
|
173
|
+
.awsui_calendar-header_mgja0_z4fdg_147:not(#\9) {
|
|
174
174
|
display: flex;
|
|
175
175
|
justify-content: space-between;
|
|
176
176
|
align-items: center;
|
|
177
177
|
position: relative;
|
|
178
178
|
}
|
|
179
|
-
.awsui_calendar-header-months-
|
|
179
|
+
.awsui_calendar-header-months-wrapper_mgja0_z4fdg_153:not(#\9) {
|
|
180
180
|
position: absolute;
|
|
181
181
|
right: 0;
|
|
182
182
|
left: 0;
|
|
@@ -188,7 +188,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
188
188
|
flex: 1;
|
|
189
189
|
pointer-events: none;
|
|
190
190
|
}
|
|
191
|
-
.awsui_calendar-header-
|
|
191
|
+
.awsui_calendar-header-month_mgja0_z4fdg_153:not(#\9) {
|
|
192
192
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
193
193
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
194
194
|
font-weight: 700;
|
|
@@ -196,17 +196,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
196
196
|
display: flex;
|
|
197
197
|
pointer-events: auto;
|
|
198
198
|
}
|
|
199
|
-
.awsui_calendar-next-month-
|
|
199
|
+
.awsui_calendar-next-month-btn_mgja0_z4fdg_173:not(#\9) {
|
|
200
200
|
/* used for identifying element */
|
|
201
201
|
}
|
|
202
|
-
.awsui_calendar-prev-month-
|
|
202
|
+
.awsui_calendar-prev-month-btn_mgja0_z4fdg_176:not(#\9) {
|
|
203
203
|
/* used for identifying element */
|
|
204
204
|
}
|
|
205
|
-
.awsui_calendar-day-
|
|
205
|
+
.awsui_calendar-day-names_mgja0_z4fdg_179:not(#\9) {
|
|
206
206
|
display: flex;
|
|
207
207
|
justify-content: stretch;
|
|
208
208
|
}
|
|
209
|
-
.awsui_calendar-day-
|
|
209
|
+
.awsui_calendar-day-name_mgja0_z4fdg_179:not(#\9) {
|
|
210
210
|
flex: 1 1 0%;
|
|
211
211
|
width: 0;
|
|
212
212
|
word-break: break-word;
|
|
@@ -217,133 +217,133 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
217
217
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
218
218
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
219
219
|
}
|
|
220
|
-
.awsui_calendar-
|
|
220
|
+
.awsui_calendar-week_mgja0_z4fdg_194:not(#\9) {
|
|
221
221
|
display: flex;
|
|
222
222
|
justify-content: stretch;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
.awsui_first-
|
|
226
|
-
.awsui_second-
|
|
225
|
+
.awsui_first-grid_mgja0_z4fdg_199:not(#\9),
|
|
226
|
+
.awsui_second-grid_mgja0_z4fdg_200:not(#\9) {
|
|
227
227
|
/* used in test-utils */
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
.
|
|
230
|
+
.awsui_grid_mgja0_z4fdg_204:not(#\9) {
|
|
231
231
|
width: var(--size-calendar-grid-width-lxsx0p, 238px);
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
.awsui_date-and-time-
|
|
234
|
+
.awsui_date-and-time-wrapper_mgja0_z4fdg_208:not(#\9) {
|
|
235
235
|
display: flex;
|
|
236
236
|
width: var(--size-calendar-grid-width-lxsx0p, 238px);
|
|
237
237
|
}
|
|
238
|
-
.awsui_date-and-time-
|
|
238
|
+
.awsui_date-and-time-wrapper__date_mgja0_z4fdg_212:not(#\9) {
|
|
239
239
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
240
240
|
}
|
|
241
|
-
.awsui_date-and-time-
|
|
241
|
+
.awsui_date-and-time-wrapper_mgja0_z4fdg_208 > .awsui_date-and-time-wrapper__time_mgja0_z4fdg_215:not(#\9), .awsui_date-and-time-wrapper_mgja0_z4fdg_208 > .awsui_date-and-time-wrapper__date_mgja0_z4fdg_212:not(#\9) {
|
|
242
242
|
flex-grow: 1;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.awsui_date-and-time-
|
|
245
|
+
.awsui_date-and-time-constrainttext_mgja0_z4fdg_219:not(#\9) {
|
|
246
246
|
color: var(--color-text-form-secondary-ih9x7l, #5f6b7a);
|
|
247
247
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
248
248
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
249
249
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
.
|
|
252
|
+
.awsui_footer_mgja0_z4fdg_226:not(#\9) {
|
|
253
253
|
display: flex;
|
|
254
254
|
flex-wrap: wrap;
|
|
255
255
|
justify-content: flex-end;
|
|
256
256
|
border-top: 1px solid var(--color-border-dropdown-item-default-faosd8, #e9ebed);
|
|
257
257
|
padding: 0 var(--space-l-4vl6xu, 20px) var(--space-s-hv8c1d, 12px);
|
|
258
258
|
}
|
|
259
|
-
.
|
|
259
|
+
.awsui_footer_mgja0_z4fdg_226.awsui_has-clear-button_mgja0_z4fdg_233:not(#\9) {
|
|
260
260
|
justify-content: space-between;
|
|
261
261
|
}
|
|
262
|
-
.
|
|
262
|
+
.awsui_footer_mgja0_z4fdg_226.awsui_one-grid_mgja0_z4fdg_144:not(#\9) {
|
|
263
263
|
padding: 0 var(--space-xs-rsr2qu, 8px) var(--space-s-hv8c1d, 12px);
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.awsui_footer-button-
|
|
266
|
+
.awsui_footer-button-wrapper_mgja0_z4fdg_240:not(#\9) {
|
|
267
267
|
padding-top: var(--space-s-hv8c1d, 12px);
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.awsui_icon-
|
|
270
|
+
.awsui_icon-wrapper_mgja0_z4fdg_244:not(#\9) {
|
|
271
271
|
color: var(--color-text-interactive-default-eg5fsa, #414d5c);
|
|
272
272
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
.
|
|
275
|
+
.awsui_label_mgja0_z4fdg_249:not(#\9) {
|
|
276
276
|
-webkit-user-select: text;
|
|
277
277
|
user-select: text;
|
|
278
278
|
cursor: default;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.
|
|
281
|
+
.awsui_label_mgja0_z4fdg_249.awsui_label-enabled_mgja0_z4fdg_254:not(#\9):hover > .awsui_trigger-flexbox_mgja0_z4fdg_136 > .awsui_icon-wrapper_mgja0_z4fdg_244 {
|
|
282
282
|
color: var(--color-text-interactive-hover-v3lasm, #000716);
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
.awsui_label-
|
|
285
|
+
.awsui_label-text_mgja0_z4fdg_258:not(#\9) {
|
|
286
286
|
color: var(--color-text-input-placeholder-j53j3c, #5f6b7a);
|
|
287
287
|
font-style: italic;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
.awsui_mode-
|
|
290
|
+
.awsui_mode-switch_mgja0_z4fdg_263:not(#\9) {
|
|
291
291
|
/* used in test-utils */
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
.
|
|
294
|
+
.awsui_dropdown_mgja0_z4fdg_267:not(#\9) {
|
|
295
295
|
overflow: auto;
|
|
296
296
|
border-top: 1px solid var(--color-border-container-top-srcvx4, transparent);
|
|
297
297
|
border-bottom: 1px solid var(--color-border-container-top-srcvx4, transparent);
|
|
298
298
|
border-radius: var(--border-radius-dropdown-ujknaf, 8px);
|
|
299
299
|
}
|
|
300
|
-
.
|
|
300
|
+
.awsui_dropdown_mgja0_z4fdg_267:not(#\9):focus {
|
|
301
301
|
outline: none;
|
|
302
302
|
}
|
|
303
|
-
.
|
|
303
|
+
.awsui_dropdown_mgja0_z4fdg_267[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
304
304
|
outline: 2px dotted transparent;
|
|
305
305
|
outline-offset: 2px;
|
|
306
|
-
border-radius: var(--border-radius-
|
|
306
|
+
border-radius: var(--border-radius-dropdown-ujknaf, 8px);
|
|
307
307
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
308
308
|
}
|
|
309
309
|
|
|
310
|
-
.awsui_dropdown-
|
|
310
|
+
.awsui_dropdown-content_mgja0_z4fdg_283:not(#\9) {
|
|
311
311
|
-webkit-user-select: text;
|
|
312
312
|
user-select: text;
|
|
313
313
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
314
314
|
width: calc(2 * var(--size-calendar-grid-width-lxsx0p, 238px) + var(--space-xs-rsr2qu, 8px) + 2 * var(--space-l-4vl6xu, 20px));
|
|
315
315
|
}
|
|
316
|
-
.awsui_dropdown-
|
|
316
|
+
.awsui_dropdown-content_mgja0_z4fdg_283.awsui_one-grid_mgja0_z4fdg_144:not(#\9) {
|
|
317
317
|
width: calc(var(--size-calendar-grid-width-lxsx0p, 238px) + 2 * var(--space-l-4vl6xu, 20px));
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
.awsui_start-date-
|
|
321
|
-
.awsui_start-time-
|
|
322
|
-
.awsui_end-date-
|
|
323
|
-
.awsui_end-time-
|
|
320
|
+
.awsui_start-date-input_mgja0_z4fdg_292:not(#\9),
|
|
321
|
+
.awsui_start-time-input_mgja0_z4fdg_293:not(#\9),
|
|
322
|
+
.awsui_end-date-input_mgja0_z4fdg_294:not(#\9),
|
|
323
|
+
.awsui_end-time-input_mgja0_z4fdg_295:not(#\9) {
|
|
324
324
|
/* used in test-utils */
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
.awsui_validation-
|
|
327
|
+
.awsui_validation-section_mgja0_z4fdg_299:not(#\9) {
|
|
328
328
|
/* used in test-utils */
|
|
329
329
|
}
|
|
330
330
|
|
|
331
|
-
.awsui_validation-
|
|
331
|
+
.awsui_validation-error_mgja0_z4fdg_303:not(#\9) {
|
|
332
332
|
/* used in test-utils */
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
-
.awsui_clear-
|
|
335
|
+
.awsui_clear-button_mgja0_z4fdg_307:not(#\9) {
|
|
336
336
|
/* used in test-utils */
|
|
337
337
|
}
|
|
338
338
|
|
|
339
|
-
.awsui_apply-
|
|
339
|
+
.awsui_apply-button_mgja0_z4fdg_311:not(#\9) {
|
|
340
340
|
/* used in test-utils */
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
.awsui_cancel-
|
|
343
|
+
.awsui_cancel-button_mgja0_z4fdg_315:not(#\9) {
|
|
344
344
|
/* used in test-utils */
|
|
345
345
|
}
|
|
346
346
|
|
|
347
|
-
.awsui_calendar-aria-
|
|
347
|
+
.awsui_calendar-aria-live_mgja0_z4fdg_319:not(#\9) {
|
|
348
348
|
/* used in test-utils */
|
|
349
349
|
}
|