@cloudscape-design/components-themeable 3.0.60 → 3.0.62
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/calendar/styles.scss +34 -14
- package/lib/internal/scss/date-range-picker/calendar/grids/day/styles.scss +5 -5
- package/lib/internal/scss/date-range-picker/styles.scss +5 -10
- package/lib/internal/scss/property-filter/styles.scss +0 -1
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +16 -16
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.css.js +6 -6
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +12 -12
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +6 -6
- package/lib/internal/template/calendar/grid/day/index.d.ts +2 -2
- package/lib/internal/template/calendar/grid/day/index.d.ts.map +1 -1
- package/lib/internal/template/calendar/grid/day/index.js +5 -4
- package/lib/internal/template/calendar/grid/day/index.js.map +1 -1
- package/lib/internal/template/calendar/grid/index.d.ts.map +1 -1
- package/lib/internal/template/calendar/grid/index.js.map +1 -1
- package/lib/internal/template/calendar/styles.css.js +20 -20
- package/lib/internal/template/calendar/styles.scoped.css +69 -41
- package/lib/internal/template/calendar/styles.selectors.js +20 -20
- package/lib/internal/template/date-input/internal.js +1 -1
- package/lib/internal/template/date-input/internal.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.css.js +21 -21
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.scoped.css +41 -41
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
- package/lib/internal/template/date-range-picker/calendar/index.js +23 -27
- package/lib/internal/template/date-range-picker/calendar/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/styles.css.js +40 -41
- package/lib/internal/template/date-range-picker/styles.scoped.css +52 -53
- package/lib/internal/template/date-range-picker/styles.selectors.js +40 -41
- package/lib/internal/template/internal/base-component/styles.scoped.css +7 -25
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/link/internal.d.ts.map +1 -1
- package/lib/internal/template/link/internal.js +1 -1
- package/lib/internal/template/link/internal.js.map +1 -1
- package/lib/internal/template/property-filter/interfaces.d.ts +1 -5
- package/lib/internal/template/property-filter/interfaces.d.ts.map +1 -1
- package/lib/internal/template/property-filter/interfaces.js.map +1 -1
- package/lib/internal/template/property-filter/styles.css.js +25 -25
- package/lib/internal/template/property-filter/styles.scoped.css +25 -26
- package/lib/internal/template/property-filter/styles.selectors.js +25 -25
- package/lib/internal/template/property-filter/token.d.ts.map +1 -1
- package/lib/internal/template/property-filter/token.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_1ykar_5qnhi_93:not(#\9) {
|
|
94
|
+
animation: awsui_awsui-motion-fade-in-0_1ykar_5qnhi_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_1ykar_5qnhi_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_1ykar_5qnhi_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_1ykar_5qnhi_93:not(#\9), .awsui-mode-entering .awsui_calendar_1ykar_5qnhi_93:not(#\9) {
|
|
112
112
|
animation: none;
|
|
113
113
|
transition: none;
|
|
114
114
|
}
|
|
@@ -117,11 +117,11 @@ 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_1ykar_5qnhi_120:not(#\9) {
|
|
121
121
|
/* used in test-utils */
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.
|
|
124
|
+
.awsui_calendar_1ykar_5qnhi_93:not(#\9) {
|
|
125
125
|
display: block;
|
|
126
126
|
width: 234px;
|
|
127
127
|
overflow: auto;
|
|
@@ -160,31 +160,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
160
160
|
font-weight: 400;
|
|
161
161
|
font-family: var(--font-family-base-mylvzb, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
162
162
|
}
|
|
163
|
-
.awsui_calendar-
|
|
163
|
+
.awsui_calendar-inner_1ykar_5qnhi_137:not(#\9) {
|
|
164
164
|
margin: var(--space-xs-rsr2qu, 8px);
|
|
165
165
|
}
|
|
166
|
-
.awsui_calendar-
|
|
166
|
+
.awsui_calendar-header_1ykar_5qnhi_140:not(#\9) {
|
|
167
167
|
display: flex;
|
|
168
168
|
justify-content: space-between;
|
|
169
169
|
align-items: center;
|
|
170
170
|
}
|
|
171
|
-
.awsui_calendar-header-
|
|
171
|
+
.awsui_calendar-header-month_1ykar_5qnhi_145:not(#\9) {
|
|
172
172
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
173
173
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
174
174
|
font-weight: 700;
|
|
175
175
|
color: var(--color-text-dropdown-item-default-ki8ao1, #16191f);
|
|
176
176
|
}
|
|
177
|
-
.awsui_calendar-next-month-
|
|
177
|
+
.awsui_calendar-next-month-btn_1ykar_5qnhi_151:not(#\9) {
|
|
178
178
|
/* used for identifying element */
|
|
179
179
|
}
|
|
180
|
-
.awsui_calendar-prev-month-
|
|
180
|
+
.awsui_calendar-prev-month-btn_1ykar_5qnhi_154:not(#\9) {
|
|
181
181
|
/* used for identifying element */
|
|
182
182
|
}
|
|
183
|
-
.awsui_calendar-day-
|
|
183
|
+
.awsui_calendar-day-names_1ykar_5qnhi_157:not(#\9) {
|
|
184
184
|
display: flex;
|
|
185
185
|
justify-content: stretch;
|
|
186
186
|
}
|
|
187
|
-
.awsui_calendar-day-
|
|
187
|
+
.awsui_calendar-day-name_1ykar_5qnhi_157:not(#\9) {
|
|
188
188
|
flex: 1 1 0%;
|
|
189
189
|
width: 0;
|
|
190
190
|
word-break: break-word;
|
|
@@ -195,74 +195,79 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
195
195
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
196
196
|
letter-spacing: var(--font-body-s-letter-spacing-p88gax, normal);
|
|
197
197
|
}
|
|
198
|
-
.awsui_calendar-
|
|
198
|
+
.awsui_calendar-dates_1ykar_5qnhi_172:not(#\9) {
|
|
199
199
|
border: 1px solid var(--color-border-calendar-grid-54zscx, #eaeded);
|
|
200
200
|
}
|
|
201
|
-
.awsui_calendar-
|
|
201
|
+
.awsui_calendar-week_1ykar_5qnhi_175:not(#\9) {
|
|
202
202
|
display: flex;
|
|
203
203
|
justify-content: stretch;
|
|
204
204
|
}
|
|
205
|
-
.awsui_calendar-
|
|
205
|
+
.awsui_calendar-day_1ykar_5qnhi_157:not(#\9) {
|
|
206
206
|
flex: 1 1 0%;
|
|
207
207
|
width: 0;
|
|
208
208
|
word-break: break-word;
|
|
209
209
|
text-align: center;
|
|
210
210
|
border-bottom: 1px solid var(--color-border-calendar-grid-54zscx, #eaeded);
|
|
211
211
|
border-right: 1px solid var(--color-border-calendar-grid-54zscx, #eaeded);
|
|
212
|
-
border-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
213
212
|
padding: var(--space-xxs-ynfts5, 4px) 0;
|
|
214
213
|
color: var(--color-text-dropdown-item-disabled-dgi2f4, #aab7b8);
|
|
215
214
|
position: relative;
|
|
216
215
|
}
|
|
217
|
-
.awsui_calendar-
|
|
216
|
+
.awsui_calendar-day_1ykar_5qnhi_157:not(#\9):last-child {
|
|
218
217
|
border-right: none;
|
|
219
218
|
}
|
|
220
|
-
.awsui_calendar-day-in-last-
|
|
219
|
+
.awsui_calendar-day-in-last-week_1ykar_5qnhi_193:not(#\9) {
|
|
221
220
|
border-bottom: none;
|
|
222
221
|
}
|
|
223
|
-
.awsui_calendar-day-
|
|
222
|
+
.awsui_calendar-day-focusable_1ykar_5qnhi_196:not(#\9) {
|
|
224
223
|
/* used for identifying element */
|
|
225
224
|
}
|
|
226
|
-
.awsui_calendar-day-
|
|
225
|
+
.awsui_calendar-day-enabled_1ykar_5qnhi_199:not(#\9) {
|
|
227
226
|
cursor: pointer;
|
|
228
227
|
color: var(--color-text-dropdown-item-secondary-8hw5go, #687078);
|
|
229
228
|
}
|
|
230
|
-
.awsui_calendar-day-
|
|
229
|
+
.awsui_calendar-day-enabled_1ykar_5qnhi_199:not(#\9)::after {
|
|
230
|
+
border-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
231
|
+
}
|
|
232
|
+
.awsui_calendar-day-enabled_1ykar_5qnhi_199.awsui_calendar-day-current-month_1ykar_5qnhi_206:not(#\9) {
|
|
231
233
|
color: var(--color-text-dropdown-item-default-ki8ao1, #16191f);
|
|
232
234
|
}
|
|
233
|
-
.awsui_calendar-day-
|
|
235
|
+
.awsui_calendar-day-enabled_1ykar_5qnhi_199.awsui_calendar-day-current-month_1ykar_5qnhi_206:not(#\9):hover {
|
|
234
236
|
color: var(--color-text-calendar-day-hover-p7s945, #16191f);
|
|
235
237
|
background-color: var(--color-background-dropdown-item-hover-hgdj8r, #f2f3f3);
|
|
236
238
|
}
|
|
237
|
-
.awsui_calendar-day-
|
|
239
|
+
.awsui_calendar-day-enabled_1ykar_5qnhi_199.awsui_calendar-day-current-month_1ykar_5qnhi_206:not(#\9):hover:not(.awsui_calendar-day-selected_1ykar_5qnhi_213)::after {
|
|
238
240
|
border: var(--border-item-width-yvnixs, 1px) solid var(--color-border-dropdown-item-hover-d32f3f, #879596);
|
|
239
|
-
border-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
240
241
|
}
|
|
241
|
-
.awsui_calendar-day-
|
|
242
|
+
.awsui_calendar-day-today_1ykar_5qnhi_216:not(#\9) {
|
|
242
243
|
background-color: var(--color-background-calendar-today-wm2baz, #f2f3f3);
|
|
244
|
+
border-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
243
245
|
}
|
|
244
|
-
.awsui_calendar-
|
|
246
|
+
.awsui_calendar-day_1ykar_5qnhi_157:not(#\9)::after {
|
|
245
247
|
content: "";
|
|
246
248
|
position: absolute;
|
|
247
|
-
|
|
249
|
+
z-index: 1;
|
|
250
|
+
top: calc(-1 * var(--border-item-width-yvnixs, 1px));
|
|
248
251
|
left: -1px;
|
|
249
252
|
bottom: -1px;
|
|
250
|
-
right: -1px;
|
|
253
|
+
right: calc(-1 * var(--border-item-width-yvnixs, 1px));
|
|
251
254
|
background-color: transparent;
|
|
252
255
|
}
|
|
253
|
-
.awsui_calendar-
|
|
256
|
+
.awsui_calendar-day_1ykar_5qnhi_157 > .awsui_day-inner_1ykar_5qnhi_230:not(#\9) {
|
|
254
257
|
position: relative;
|
|
255
258
|
z-index: 1;
|
|
256
259
|
}
|
|
257
|
-
.awsui_calendar-
|
|
260
|
+
.awsui_calendar-day_1ykar_5qnhi_157:not(#\9):focus {
|
|
258
261
|
outline: none;
|
|
262
|
+
}
|
|
263
|
+
.awsui_calendar-day_1ykar_5qnhi_157:not(#\9):focus[data-awsui-focus-visible=true]:focus {
|
|
259
264
|
position: relative;
|
|
260
265
|
}
|
|
261
|
-
.awsui_calendar-
|
|
266
|
+
.awsui_calendar-day_1ykar_5qnhi_157:not(#\9):focus[data-awsui-focus-visible=true]:focus {
|
|
262
267
|
outline: 2px dotted transparent;
|
|
263
268
|
outline-offset: calc(var(--space-calendar-grid-focus-outline-gutter-lbmex4, 0px) - 1px);
|
|
264
269
|
}
|
|
265
|
-
.awsui_calendar-
|
|
270
|
+
.awsui_calendar-day_1ykar_5qnhi_157:not(#\9):focus[data-awsui-focus-visible=true]:focus::before {
|
|
266
271
|
content: " ";
|
|
267
272
|
display: block;
|
|
268
273
|
position: absolute;
|
|
@@ -273,19 +278,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
273
278
|
border-radius: var(--border-radius-calendar-day-focus-ring-16ha5s, 2px);
|
|
274
279
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
275
280
|
}
|
|
276
|
-
.awsui_calendar-
|
|
281
|
+
.awsui_calendar-day_1ykar_5qnhi_157:not(#\9):focus[data-awsui-focus-visible=true]:focus::before {
|
|
277
282
|
z-index: 2;
|
|
278
283
|
}
|
|
279
|
-
.awsui_calendar-day-
|
|
284
|
+
.awsui_calendar-day-selected_1ykar_5qnhi_213:not(#\9) {
|
|
280
285
|
border-color: transparent;
|
|
281
286
|
position: relative;
|
|
287
|
+
z-index: 2;
|
|
288
|
+
}
|
|
289
|
+
.awsui_calendar-day-selected_1ykar_5qnhi_213:not(#\9):focus[data-awsui-focus-visible=true]:focus {
|
|
290
|
+
position: relative;
|
|
291
|
+
}
|
|
292
|
+
.awsui_calendar-day-selected_1ykar_5qnhi_213:not(#\9):focus[data-awsui-focus-visible=true]:focus {
|
|
293
|
+
outline: 2px dotted transparent;
|
|
294
|
+
outline-offset: calc(var(--space-calendar-grid-focus-outline-gutter-lbmex4, 0px) - 1px);
|
|
282
295
|
}
|
|
283
|
-
.awsui_calendar-day-
|
|
284
|
-
|
|
285
|
-
|
|
296
|
+
.awsui_calendar-day-selected_1ykar_5qnhi_213:not(#\9):focus[data-awsui-focus-visible=true]:focus::before {
|
|
297
|
+
content: " ";
|
|
298
|
+
display: block;
|
|
299
|
+
position: absolute;
|
|
300
|
+
left: calc(-1 * var(--space-calendar-grid-focus-outline-gutter-lbmex4, 0px));
|
|
301
|
+
top: calc(-1 * var(--space-calendar-grid-focus-outline-gutter-lbmex4, 0px));
|
|
302
|
+
width: calc(100% + 2 * var(--space-calendar-grid-focus-outline-gutter-lbmex4, 0px));
|
|
303
|
+
height: calc(100% + 2 * var(--space-calendar-grid-focus-outline-gutter-lbmex4, 0px));
|
|
304
|
+
border-radius: var(--border-radius-calendar-day-focus-ring-16ha5s, 2px);
|
|
305
|
+
box-shadow: 0 0 0 2px var(--color-border-calendar-grid-selected-focus-ring-vzbqhb, #0073bb);
|
|
306
|
+
}
|
|
307
|
+
.awsui_calendar-day-selected_1ykar_5qnhi_213:not(#\9):focus[data-awsui-focus-visible=true]:focus::before {
|
|
308
|
+
z-index: 2;
|
|
309
|
+
}
|
|
310
|
+
.awsui_calendar-day-selected_1ykar_5qnhi_213:not(#\9)::after {
|
|
311
|
+
background-color: var(--color-background-control-checked-dyuc53, #0073bb);
|
|
312
|
+
border: var(--border-item-width-yvnixs, 1px) solid var(--color-background-control-checked-dyuc53, #0073bb);
|
|
286
313
|
border-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
287
314
|
}
|
|
288
|
-
.awsui_calendar-day-
|
|
289
|
-
|
|
315
|
+
.awsui_calendar-day-selected_1ykar_5qnhi_213 > .awsui_day-inner_1ykar_5qnhi_230:not(#\9) {
|
|
316
|
+
z-index: 2;
|
|
317
|
+
color: var(--color-background-control-default-8xmy94, #ffffff);
|
|
290
318
|
position: relative;
|
|
291
319
|
}
|
|
@@ -2,25 +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
|
-
"calendar": "
|
|
6
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
7
|
-
"root": "
|
|
8
|
-
"calendar-inner": "awsui_calendar-
|
|
9
|
-
"calendar-header": "awsui_calendar-
|
|
10
|
-
"calendar-header-month": "awsui_calendar-header-
|
|
11
|
-
"calendar-next-month-btn": "awsui_calendar-next-month-
|
|
12
|
-
"calendar-prev-month-btn": "awsui_calendar-prev-month-
|
|
13
|
-
"calendar-day-names": "awsui_calendar-day-
|
|
14
|
-
"calendar-day-name": "awsui_calendar-day-
|
|
15
|
-
"calendar-dates": "awsui_calendar-
|
|
16
|
-
"calendar-week": "awsui_calendar-
|
|
17
|
-
"calendar-day": "awsui_calendar-
|
|
18
|
-
"calendar-day-in-last-week": "awsui_calendar-day-in-last-
|
|
19
|
-
"calendar-day-focusable": "awsui_calendar-day-
|
|
20
|
-
"calendar-day-enabled": "awsui_calendar-day-
|
|
21
|
-
"calendar-day-current-month": "awsui_calendar-day-current-
|
|
22
|
-
"calendar-day-selected": "awsui_calendar-day-
|
|
23
|
-
"calendar-day-today": "awsui_calendar-day-
|
|
24
|
-
"day-inner": "awsui_day-
|
|
5
|
+
"calendar": "awsui_calendar_1ykar_5qnhi_93",
|
|
6
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_1ykar_5qnhi_1",
|
|
7
|
+
"root": "awsui_root_1ykar_5qnhi_120",
|
|
8
|
+
"calendar-inner": "awsui_calendar-inner_1ykar_5qnhi_137",
|
|
9
|
+
"calendar-header": "awsui_calendar-header_1ykar_5qnhi_140",
|
|
10
|
+
"calendar-header-month": "awsui_calendar-header-month_1ykar_5qnhi_145",
|
|
11
|
+
"calendar-next-month-btn": "awsui_calendar-next-month-btn_1ykar_5qnhi_151",
|
|
12
|
+
"calendar-prev-month-btn": "awsui_calendar-prev-month-btn_1ykar_5qnhi_154",
|
|
13
|
+
"calendar-day-names": "awsui_calendar-day-names_1ykar_5qnhi_157",
|
|
14
|
+
"calendar-day-name": "awsui_calendar-day-name_1ykar_5qnhi_157",
|
|
15
|
+
"calendar-dates": "awsui_calendar-dates_1ykar_5qnhi_172",
|
|
16
|
+
"calendar-week": "awsui_calendar-week_1ykar_5qnhi_175",
|
|
17
|
+
"calendar-day": "awsui_calendar-day_1ykar_5qnhi_157",
|
|
18
|
+
"calendar-day-in-last-week": "awsui_calendar-day-in-last-week_1ykar_5qnhi_193",
|
|
19
|
+
"calendar-day-focusable": "awsui_calendar-day-focusable_1ykar_5qnhi_196",
|
|
20
|
+
"calendar-day-enabled": "awsui_calendar-day-enabled_1ykar_5qnhi_199",
|
|
21
|
+
"calendar-day-current-month": "awsui_calendar-day-current-month_1ykar_5qnhi_206",
|
|
22
|
+
"calendar-day-selected": "awsui_calendar-day-selected_1ykar_5qnhi_213",
|
|
23
|
+
"calendar-day-today": "awsui_calendar-day-today_1ykar_5qnhi_216",
|
|
24
|
+
"day-inner": "awsui_day-inner_1ykar_5qnhi_230"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -24,7 +24,7 @@ var maskArgs = {
|
|
|
24
24
|
};
|
|
25
25
|
var InternalDateInput = React.forwardRef(function (_a, ref) {
|
|
26
26
|
var value = _a.value, onChange = _a.onChange, _b = _a.disableBrowserAutocorrect, disableBrowserAutocorrect = _b === void 0 ? true : _b, _c = _a.__internalRootRef, __internalRootRef = _c === void 0 ? null : _c, props = __rest(_a, ["value", "onChange", "disableBrowserAutocorrect", "__internalRootRef"]);
|
|
27
|
-
return (React.createElement(MaskedInput, __assign({ ref: ref }, props, { value: isoToDisplay(value), onChange: function (event) { return fireNonCancelableEvent(onChange, { value: displayToIso(event.detail.value) }); }, className: clsx(styles.root, props.className), mask: maskArgs, autofix: true, autoComplete: false, disableAutocompleteOnBlur: false, disableBrowserAutocorrect: disableBrowserAutocorrect, __internalRootRef: __internalRootRef })));
|
|
27
|
+
return (React.createElement(MaskedInput, __assign({ ref: ref }, props, { value: isoToDisplay(value || ''), onChange: function (event) { return fireNonCancelableEvent(onChange, { value: displayToIso(event.detail.value) }); }, className: clsx(styles.root, props.className), mask: maskArgs, autofix: true, autoComplete: false, disableAutocompleteOnBlur: false, disableBrowserAutocorrect: disableBrowserAutocorrect, __internalRootRef: __internalRootRef })));
|
|
28
28
|
});
|
|
29
29
|
export default InternalDateInput;
|
|
30
30
|
//# sourceMappingURL=internal.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../src/date-input/internal.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;;AAEtC,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,KAAc,MAAM,OAAO,CAAC;AACnC,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAEpF,OAAO,WAAW,MAAM,qCAAqC,CAAC;AAG9D,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAMrC,SAAS,OAAO,CAAC,KAAa;IAC5B,2EAA2E;IAC3E,IAAM,QAAQ,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACrD,OAAO,cAAc,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC;AAC7C,CAAC;AAED,IAAM,QAAQ,GAAa;IACzB,SAAS,EAAE,GAAG;IACd,eAAe,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IAChC,QAAQ,EAAE;QACR,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,SAAO,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE;QAC/C,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE;QAC9B,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC,EAAE;KACpC;CACF,CAAC;AAEF,IAAM,iBAAiB,GAAG,KAAK,CAAC,UAAU,CACxC,UACE,EAAiH,EACjH,GAA0B;IADxB,IAAA,KAAK,WAAA,EAAE,QAAQ,cAAA,EAAE,iCAAgC,EAAhC,yBAAyB,mBAAG,IAAI,KAAA,EAAE,yBAAwB,EAAxB,iBAAiB,mBAAG,IAAI,KAAA,EAAK,KAAK,cAAvF,uEAAyF,CAAF;IAGvF,OAAO,CACL,oBAAC,WAAW,aACV,GAAG,EAAE,GAAG,IACJ,KAAK,IACT,KAAK,EAAE,YAAY,CAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../src/date-input/internal.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;;AAEtC,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,KAAc,MAAM,OAAO,CAAC;AACnC,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAEpF,OAAO,WAAW,MAAM,qCAAqC,CAAC;AAG9D,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAMrC,SAAS,OAAO,CAAC,KAAa;IAC5B,2EAA2E;IAC3E,IAAM,QAAQ,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACrD,OAAO,cAAc,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC;AAC7C,CAAC;AAED,IAAM,QAAQ,GAAa;IACzB,SAAS,EAAE,GAAG;IACd,eAAe,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IAChC,QAAQ,EAAE;QACR,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,SAAO,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE;QAC/C,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE;QAC9B,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC,EAAE;KACpC;CACF,CAAC;AAEF,IAAM,iBAAiB,GAAG,KAAK,CAAC,UAAU,CACxC,UACE,EAAiH,EACjH,GAA0B;IADxB,IAAA,KAAK,WAAA,EAAE,QAAQ,cAAA,EAAE,iCAAgC,EAAhC,yBAAyB,mBAAG,IAAI,KAAA,EAAE,yBAAwB,EAAxB,iBAAiB,mBAAG,IAAI,KAAA,EAAK,KAAK,cAAvF,uEAAyF,CAAF;IAGvF,OAAO,CACL,oBAAC,WAAW,aACV,GAAG,EAAE,GAAG,IACJ,KAAK,IACT,KAAK,EAAE,YAAY,CAAC,KAAK,IAAI,EAAE,CAAC,EAChC,QAAQ,EAAE,UAAA,KAAK,IAAI,OAAA,sBAAsB,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,YAAY,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,EAA7E,CAA6E,EAChG,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC,EAC7C,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,IAAI,EACb,YAAY,EAAE,KAAK,EACnB,yBAAyB,EAAE,KAAK,EAChC,yBAAyB,EAAE,yBAAyB,EACpD,iBAAiB,EAAE,iBAAiB,IACpC,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,eAAe,iBAAiB,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport clsx from 'clsx';\nimport { getDaysInMonth } from 'date-fns';\nimport React, { Ref } from 'react';\nimport { fireNonCancelableEvent } from '../internal/events';\nimport { displayToIso, isoToDisplay, parseDate } from '../internal/utils/date-time';\n\nimport MaskedInput from '../internal/components/masked-input';\nimport { MaskArgs } from '../internal/components/masked-input/utils/mask-format';\n\nimport styles from './styles.css.js';\nimport { DateInputProps } from './interfaces';\nimport { InternalBaseComponentProps } from '../internal/hooks/use-base-component';\n\ntype InternalDateInputProps = DateInputProps & InternalBaseComponentProps;\n\nfunction daysMax(value: string): number {\n // force to first day in month, as new Date('2018-02-30') -> March 2nd 2018\n const baseDate = displayToIso(value).substring(0, 7);\n return getDaysInMonth(parseDate(baseDate));\n}\n\nconst maskArgs: MaskArgs = {\n separator: '/',\n inputSeparators: ['-', '.', ' '],\n segments: [\n { min: 0, max: 9999, default: 2000, length: 4 },\n { min: 1, max: 12, length: 2 },\n { min: 1, max: daysMax, length: 2 },\n ],\n};\n\nconst InternalDateInput = React.forwardRef(\n (\n { value, onChange, disableBrowserAutocorrect = true, __internalRootRef = null, ...props }: InternalDateInputProps,\n ref: Ref<HTMLInputElement>\n ) => {\n return (\n <MaskedInput\n ref={ref}\n {...props}\n value={isoToDisplay(value || '')}\n onChange={event => fireNonCancelableEvent(onChange, { value: displayToIso(event.detail.value) })}\n className={clsx(styles.root, props.className)}\n mask={maskArgs}\n autofix={true}\n autoComplete={false}\n disableAutocompleteOnBlur={false}\n disableBrowserAutocorrect={disableBrowserAutocorrect}\n __internalRootRef={__internalRootRef}\n />\n );\n }\n);\n\nexport default InternalDateInput;\n"]}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"day": "
|
|
5
|
-
"day-inner": "awsui_day-
|
|
6
|
-
"in-first-row": "awsui_in-first-
|
|
7
|
-
"in-previous-month": "awsui_in-previous-
|
|
8
|
-
"last-day-of-month": "awsui_last-day-of-
|
|
9
|
-
"in-next-month": "awsui_in-next-
|
|
10
|
-
"in-first-column": "awsui_in-first-
|
|
11
|
-
"in-current-month": "awsui_in-current-
|
|
12
|
-
"enabled": "
|
|
13
|
-
"in-range": "awsui_in-
|
|
14
|
-
"end-date": "awsui_end-
|
|
15
|
-
"start-date": "awsui_start-
|
|
16
|
-
"no-range": "awsui_no-
|
|
17
|
-
"selected": "
|
|
18
|
-
"today": "
|
|
19
|
-
"range-start-date": "awsui_range-start-
|
|
20
|
-
"in-range-border-bottom": "awsui_in-range-border-
|
|
21
|
-
"range-end-date": "awsui_range-end-
|
|
22
|
-
"in-range-border-top": "awsui_in-range-border-
|
|
23
|
-
"in-range-border-right": "awsui_in-range-border-
|
|
24
|
-
"in-range-border-left": "awsui_in-range-border-
|
|
4
|
+
"day": "awsui_day_vci2l_yhnrz_93",
|
|
5
|
+
"day-inner": "awsui_day-inner_vci2l_yhnrz_136",
|
|
6
|
+
"in-first-row": "awsui_in-first-row_vci2l_yhnrz_141",
|
|
7
|
+
"in-previous-month": "awsui_in-previous-month_vci2l_yhnrz_141",
|
|
8
|
+
"last-day-of-month": "awsui_last-day-of-month_vci2l_yhnrz_145",
|
|
9
|
+
"in-next-month": "awsui_in-next-month_vci2l_yhnrz_149",
|
|
10
|
+
"in-first-column": "awsui_in-first-column_vci2l_yhnrz_153",
|
|
11
|
+
"in-current-month": "awsui_in-current-month_vci2l_yhnrz_156",
|
|
12
|
+
"enabled": "awsui_enabled_vci2l_yhnrz_160",
|
|
13
|
+
"in-range": "awsui_in-range_vci2l_yhnrz_166",
|
|
14
|
+
"end-date": "awsui_end-date_vci2l_yhnrz_166",
|
|
15
|
+
"start-date": "awsui_start-date_vci2l_yhnrz_166",
|
|
16
|
+
"no-range": "awsui_no-range_vci2l_yhnrz_166",
|
|
17
|
+
"selected": "awsui_selected_vci2l_yhnrz_173",
|
|
18
|
+
"today": "awsui_today_vci2l_yhnrz_177",
|
|
19
|
+
"range-start-date": "awsui_range-start-date_vci2l_yhnrz_213",
|
|
20
|
+
"in-range-border-bottom": "awsui_in-range-border-bottom_vci2l_yhnrz_216",
|
|
21
|
+
"range-end-date": "awsui_range-end-date_vci2l_yhnrz_219",
|
|
22
|
+
"in-range-border-top": "awsui_in-range-border-top_vci2l_yhnrz_222",
|
|
23
|
+
"in-range-border-right": "awsui_in-range-border-right_vci2l_yhnrz_237",
|
|
24
|
+
"in-range-border-left": "awsui_in-range-border-left_vci2l_yhnrz_243"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -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_day_vci2l_yhnrz_93:not(#\9) {
|
|
94
94
|
flex: 1 1 0%;
|
|
95
95
|
width: 0;
|
|
96
96
|
word-break: break-word;
|
|
@@ -101,10 +101,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
101
101
|
color: var(--color-text-dropdown-item-disabled-dgi2f4, #aab7b8);
|
|
102
102
|
position: relative;
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
.awsui_day_vci2l_yhnrz_93:not(#\9):focus {
|
|
105
105
|
outline: none;
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
.awsui_day_vci2l_yhnrz_93:not(#\9)::after {
|
|
108
108
|
content: "";
|
|
109
109
|
position: absolute;
|
|
110
110
|
z-index: 1;
|
|
@@ -114,19 +114,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
114
114
|
right: calc(-1 * var(--border-item-width-yvnixs, 1px));
|
|
115
115
|
background-color: transparent;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
118
|
-
position: relative;
|
|
119
|
-
z-index: 1;
|
|
120
|
-
}
|
|
121
|
-
.awsui_day_vci2l_14yn9_93[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
117
|
+
.awsui_day_vci2l_yhnrz_93[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
122
118
|
z-index: 2;
|
|
123
119
|
position: relative;
|
|
124
120
|
}
|
|
125
|
-
.
|
|
121
|
+
.awsui_day_vci2l_yhnrz_93[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
126
122
|
outline: 2px dotted transparent;
|
|
127
123
|
outline-offset: calc(var(--space-calendar-grid-focus-outline-gutter-lbmex4, 0px) - 1px);
|
|
128
124
|
}
|
|
129
|
-
.
|
|
125
|
+
.awsui_day_vci2l_yhnrz_93[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
130
126
|
content: " ";
|
|
131
127
|
display: block;
|
|
132
128
|
position: absolute;
|
|
@@ -137,61 +133,65 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
137
133
|
border-radius: var(--border-radius-calendar-day-focus-ring-16ha5s, 2px);
|
|
138
134
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
139
135
|
}
|
|
136
|
+
.awsui_day_vci2l_yhnrz_93 > .awsui_day-inner_vci2l_yhnrz_136:not(#\9) {
|
|
137
|
+
position: relative;
|
|
138
|
+
z-index: 1;
|
|
139
|
+
}
|
|
140
140
|
|
|
141
|
-
.awsui_in-first-
|
|
141
|
+
.awsui_in-first-row_vci2l_yhnrz_141:not(#\9):not(.awsui_in-previous-month_vci2l_yhnrz_141) {
|
|
142
142
|
border-top: 1px solid var(--color-border-calendar-grid-54zscx, #eaeded);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
.awsui_in-previous-
|
|
145
|
+
.awsui_in-previous-month_vci2l_yhnrz_141:not(#\9):not(.awsui_last-day-of-month_vci2l_yhnrz_145) {
|
|
146
146
|
border-right-color: transparent;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
.awsui_in-next-
|
|
149
|
+
.awsui_in-next-month_vci2l_yhnrz_149:not(#\9) {
|
|
150
150
|
border-color: transparent;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.awsui_in-first-
|
|
153
|
+
.awsui_in-first-column_vci2l_yhnrz_153:not(#\9) {
|
|
154
154
|
border-left: 1px solid transparent;
|
|
155
155
|
}
|
|
156
|
-
.awsui_in-first-
|
|
156
|
+
.awsui_in-first-column_vci2l_yhnrz_153.awsui_in-current-month_vci2l_yhnrz_156:not(#\9) {
|
|
157
157
|
border-left: 1px solid var(--color-border-calendar-grid-54zscx, #eaeded);
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
160
|
+
.awsui_enabled_vci2l_yhnrz_160:not(#\9) {
|
|
161
161
|
cursor: pointer;
|
|
162
162
|
}
|
|
163
|
-
.
|
|
163
|
+
.awsui_enabled_vci2l_yhnrz_160.awsui_in-current-month_vci2l_yhnrz_156:not(#\9) {
|
|
164
164
|
color: var(--color-text-dropdown-item-default-ki8ao1, #16191f);
|
|
165
165
|
}
|
|
166
|
-
.
|
|
166
|
+
.awsui_enabled_vci2l_yhnrz_160.awsui_in-current-month_vci2l_yhnrz_156:not(#\9):not(.awsui_in-range_vci2l_yhnrz_166), .awsui_enabled_vci2l_yhnrz_160.awsui_in-current-month_vci2l_yhnrz_156:not(#\9):not(.awsui_in-range_vci2l_yhnrz_166)::after, .awsui_enabled_vci2l_yhnrz_160.awsui_in-current-month_vci2l_yhnrz_156.awsui_end-date_vci2l_yhnrz_166.awsui_start-date_vci2l_yhnrz_166:not(#\9), .awsui_enabled_vci2l_yhnrz_160.awsui_in-current-month_vci2l_yhnrz_156.awsui_end-date_vci2l_yhnrz_166.awsui_start-date_vci2l_yhnrz_166:not(#\9)::after, .awsui_enabled_vci2l_yhnrz_160.awsui_in-current-month_vci2l_yhnrz_156.awsui_no-range_vci2l_yhnrz_166:not(#\9), .awsui_enabled_vci2l_yhnrz_160.awsui_in-current-month_vci2l_yhnrz_156.awsui_no-range_vci2l_yhnrz_166:not(#\9)::after {
|
|
167
167
|
border-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
168
168
|
}
|
|
169
|
-
.
|
|
169
|
+
.awsui_enabled_vci2l_yhnrz_160.awsui_in-current-month_vci2l_yhnrz_156:not(#\9):hover {
|
|
170
170
|
color: var(--color-text-calendar-day-hover-p7s945, #16191f);
|
|
171
171
|
background-color: var(--color-background-dropdown-item-hover-hgdj8r, #f2f3f3);
|
|
172
172
|
}
|
|
173
|
-
.
|
|
173
|
+
.awsui_enabled_vci2l_yhnrz_160.awsui_in-current-month_vci2l_yhnrz_156:not(#\9):hover:not(.awsui_selected_vci2l_yhnrz_173)::after {
|
|
174
174
|
border: var(--border-item-width-yvnixs, 1px) solid var(--color-border-dropdown-item-hover-d32f3f, #879596);
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
.awsui_today_vci2l_yhnrz_177:not(#\9):not(.awsui_in-range_vci2l_yhnrz_166) {
|
|
178
178
|
background-color: var(--color-background-calendar-today-wm2baz, #f2f3f3);
|
|
179
179
|
border-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.
|
|
182
|
+
.awsui_selected_vci2l_yhnrz_173:not(#\9) {
|
|
183
183
|
border-color: transparent;
|
|
184
184
|
position: relative;
|
|
185
185
|
z-index: 2;
|
|
186
186
|
}
|
|
187
|
-
.
|
|
187
|
+
.awsui_selected_vci2l_yhnrz_173[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
188
188
|
position: relative;
|
|
189
189
|
}
|
|
190
|
-
.
|
|
190
|
+
.awsui_selected_vci2l_yhnrz_173[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
191
191
|
outline: 2px dotted transparent;
|
|
192
192
|
outline-offset: calc(var(--space-calendar-grid-selected-focus-outline-gutter-s5ollf, 2px) - 1px);
|
|
193
193
|
}
|
|
194
|
-
.
|
|
194
|
+
.awsui_selected_vci2l_yhnrz_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
195
195
|
content: " ";
|
|
196
196
|
display: block;
|
|
197
197
|
position: absolute;
|
|
@@ -202,56 +202,56 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
202
202
|
border-radius: var(--border-radius-calendar-day-focus-ring-16ha5s, 2px);
|
|
203
203
|
box-shadow: 0 0 0 2px var(--color-border-calendar-grid-selected-focus-ring-vzbqhb, #0073bb);
|
|
204
204
|
}
|
|
205
|
-
.
|
|
205
|
+
.awsui_selected_vci2l_yhnrz_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
206
206
|
z-index: 1;
|
|
207
207
|
}
|
|
208
|
-
.
|
|
208
|
+
.awsui_selected_vci2l_yhnrz_173:not(#\9)::after {
|
|
209
209
|
background-color: var(--color-background-control-checked-dyuc53, #0073bb);
|
|
210
210
|
border: var(--border-item-width-yvnixs, 1px) solid var(--color-background-control-checked-dyuc53, #0073bb);
|
|
211
211
|
z-index: 0;
|
|
212
212
|
}
|
|
213
|
-
.
|
|
213
|
+
.awsui_selected_vci2l_yhnrz_173.awsui_start-date_vci2l_yhnrz_166:not(#\9), .awsui_selected_vci2l_yhnrz_173.awsui_start-date_vci2l_yhnrz_166:not(#\9)::after, .awsui_selected_vci2l_yhnrz_173.awsui_range-start-date_vci2l_yhnrz_213:not(#\9), .awsui_selected_vci2l_yhnrz_173.awsui_range-start-date_vci2l_yhnrz_213:not(#\9)::after {
|
|
214
214
|
border-top-left-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
215
215
|
}
|
|
216
|
-
.
|
|
216
|
+
.awsui_selected_vci2l_yhnrz_173.awsui_start-date_vci2l_yhnrz_166.awsui_in-range-border-bottom_vci2l_yhnrz_216:not(#\9), .awsui_selected_vci2l_yhnrz_173.awsui_start-date_vci2l_yhnrz_166.awsui_in-range-border-bottom_vci2l_yhnrz_216:not(#\9)::after, .awsui_selected_vci2l_yhnrz_173.awsui_range-start-date_vci2l_yhnrz_213.awsui_in-range-border-bottom_vci2l_yhnrz_216:not(#\9), .awsui_selected_vci2l_yhnrz_173.awsui_range-start-date_vci2l_yhnrz_213.awsui_in-range-border-bottom_vci2l_yhnrz_216:not(#\9)::after {
|
|
217
217
|
border-bottom-left-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
.awsui_selected_vci2l_yhnrz_173.awsui_end-date_vci2l_yhnrz_166:not(#\9), .awsui_selected_vci2l_yhnrz_173.awsui_end-date_vci2l_yhnrz_166:not(#\9)::after, .awsui_selected_vci2l_yhnrz_173.awsui_range-end-date_vci2l_yhnrz_219:not(#\9), .awsui_selected_vci2l_yhnrz_173.awsui_range-end-date_vci2l_yhnrz_219:not(#\9)::after {
|
|
220
220
|
border-bottom-right-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
.awsui_selected_vci2l_yhnrz_173.awsui_end-date_vci2l_yhnrz_166.awsui_in-range-border-top_vci2l_yhnrz_222:not(#\9), .awsui_selected_vci2l_yhnrz_173.awsui_end-date_vci2l_yhnrz_166.awsui_in-range-border-top_vci2l_yhnrz_222:not(#\9)::after, .awsui_selected_vci2l_yhnrz_173.awsui_range-end-date_vci2l_yhnrz_219.awsui_in-range-border-top_vci2l_yhnrz_222:not(#\9), .awsui_selected_vci2l_yhnrz_173.awsui_range-end-date_vci2l_yhnrz_219.awsui_in-range-border-top_vci2l_yhnrz_222:not(#\9)::after {
|
|
223
223
|
border-top-right-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
.awsui_selected_vci2l_yhnrz_173 > .awsui_day-inner_vci2l_yhnrz_136:not(#\9) {
|
|
226
226
|
color: var(--color-background-control-default-8xmy94, #ffffff);
|
|
227
227
|
position: relative;
|
|
228
228
|
z-index: 2;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.awsui_in-
|
|
231
|
+
.awsui_in-range_vci2l_yhnrz_166:not(#\9) {
|
|
232
232
|
background-color: var(--color-background-dropdown-item-selected-w7iegd, #f1faff);
|
|
233
233
|
}
|
|
234
|
-
.awsui_in-
|
|
234
|
+
.awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-top_vci2l_yhnrz_222:not(#\9)::after {
|
|
235
235
|
border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-background-control-checked-dyuc53, #0073bb);
|
|
236
236
|
}
|
|
237
|
-
.awsui_in-
|
|
237
|
+
.awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-right_vci2l_yhnrz_237:not(#\9)::after {
|
|
238
238
|
border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-background-control-checked-dyuc53, #0073bb);
|
|
239
239
|
}
|
|
240
|
-
.awsui_in-
|
|
240
|
+
.awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-bottom_vci2l_yhnrz_216:not(#\9)::after {
|
|
241
241
|
border-bottom: var(--border-item-width-yvnixs, 1px) solid var(--color-background-control-checked-dyuc53, #0073bb);
|
|
242
242
|
}
|
|
243
|
-
.awsui_in-
|
|
243
|
+
.awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-left_vci2l_yhnrz_243:not(#\9)::after {
|
|
244
244
|
border-left: var(--border-item-width-yvnixs, 1px) solid var(--color-background-control-checked-dyuc53, #0073bb);
|
|
245
245
|
}
|
|
246
|
-
.awsui_in-
|
|
246
|
+
.awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-top_vci2l_yhnrz_222.awsui_in-range-border-right_vci2l_yhnrz_237:not(#\9), .awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-top_vci2l_yhnrz_222.awsui_in-range-border-right_vci2l_yhnrz_237:not(#\9)::after {
|
|
247
247
|
border-top-right-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
248
248
|
}
|
|
249
|
-
.awsui_in-
|
|
249
|
+
.awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-bottom_vci2l_yhnrz_216.awsui_in-range-border-right_vci2l_yhnrz_237:not(#\9), .awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-bottom_vci2l_yhnrz_216.awsui_in-range-border-right_vci2l_yhnrz_237:not(#\9)::after {
|
|
250
250
|
border-bottom-right-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
251
251
|
}
|
|
252
|
-
.awsui_in-
|
|
252
|
+
.awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-bottom_vci2l_yhnrz_216.awsui_in-range-border-left_vci2l_yhnrz_243:not(#\9), .awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-bottom_vci2l_yhnrz_216.awsui_in-range-border-left_vci2l_yhnrz_243:not(#\9)::after {
|
|
253
253
|
border-bottom-left-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
254
254
|
}
|
|
255
|
-
.awsui_in-
|
|
255
|
+
.awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-top_vci2l_yhnrz_222.awsui_in-range-border-left_vci2l_yhnrz_243:not(#\9), .awsui_in-range_vci2l_yhnrz_166.awsui_in-range-border-top_vci2l_yhnrz_222.awsui_in-range-border-left_vci2l_yhnrz_243:not(#\9)::after {
|
|
256
256
|
border-top-left-radius: var(--border-radius-item-wjpc1f, 0px);
|
|
257
257
|
}
|
|
@@ -2,26 +2,26 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"day": "
|
|
6
|
-
"day-inner": "awsui_day-
|
|
7
|
-
"in-first-row": "awsui_in-first-
|
|
8
|
-
"in-previous-month": "awsui_in-previous-
|
|
9
|
-
"last-day-of-month": "awsui_last-day-of-
|
|
10
|
-
"in-next-month": "awsui_in-next-
|
|
11
|
-
"in-first-column": "awsui_in-first-
|
|
12
|
-
"in-current-month": "awsui_in-current-
|
|
13
|
-
"enabled": "
|
|
14
|
-
"in-range": "awsui_in-
|
|
15
|
-
"end-date": "awsui_end-
|
|
16
|
-
"start-date": "awsui_start-
|
|
17
|
-
"no-range": "awsui_no-
|
|
18
|
-
"selected": "
|
|
19
|
-
"today": "
|
|
20
|
-
"range-start-date": "awsui_range-start-
|
|
21
|
-
"in-range-border-bottom": "awsui_in-range-border-
|
|
22
|
-
"range-end-date": "awsui_range-end-
|
|
23
|
-
"in-range-border-top": "awsui_in-range-border-
|
|
24
|
-
"in-range-border-right": "awsui_in-range-border-
|
|
25
|
-
"in-range-border-left": "awsui_in-range-border-
|
|
5
|
+
"day": "awsui_day_vci2l_yhnrz_93",
|
|
6
|
+
"day-inner": "awsui_day-inner_vci2l_yhnrz_136",
|
|
7
|
+
"in-first-row": "awsui_in-first-row_vci2l_yhnrz_141",
|
|
8
|
+
"in-previous-month": "awsui_in-previous-month_vci2l_yhnrz_141",
|
|
9
|
+
"last-day-of-month": "awsui_last-day-of-month_vci2l_yhnrz_145",
|
|
10
|
+
"in-next-month": "awsui_in-next-month_vci2l_yhnrz_149",
|
|
11
|
+
"in-first-column": "awsui_in-first-column_vci2l_yhnrz_153",
|
|
12
|
+
"in-current-month": "awsui_in-current-month_vci2l_yhnrz_156",
|
|
13
|
+
"enabled": "awsui_enabled_vci2l_yhnrz_160",
|
|
14
|
+
"in-range": "awsui_in-range_vci2l_yhnrz_166",
|
|
15
|
+
"end-date": "awsui_end-date_vci2l_yhnrz_166",
|
|
16
|
+
"start-date": "awsui_start-date_vci2l_yhnrz_166",
|
|
17
|
+
"no-range": "awsui_no-range_vci2l_yhnrz_166",
|
|
18
|
+
"selected": "awsui_selected_vci2l_yhnrz_173",
|
|
19
|
+
"today": "awsui_today_vci2l_yhnrz_177",
|
|
20
|
+
"range-start-date": "awsui_range-start-date_vci2l_yhnrz_213",
|
|
21
|
+
"in-range-border-bottom": "awsui_in-range-border-bottom_vci2l_yhnrz_216",
|
|
22
|
+
"range-end-date": "awsui_range-end-date_vci2l_yhnrz_219",
|
|
23
|
+
"in-range-border-top": "awsui_in-range-border-top_vci2l_yhnrz_222",
|
|
24
|
+
"in-range-border-right": "awsui_in-range-border-right_vci2l_yhnrz_237",
|
|
25
|
+
"in-range-border-left": "awsui_in-range-border-left_vci2l_yhnrz_243"
|
|
26
26
|
};
|
|
27
27
|
|