@entur/datepicker 9.4.10-beta.0 → 9.4.10
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/dist/styles.css +43 -43
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -62,32 +62,6 @@
|
|
|
62
62
|
}
|
|
63
63
|
/* DO NOT CHANGE!*/
|
|
64
64
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
65
|
-
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
66
|
-
text-align: right;
|
|
67
|
-
}
|
|
68
|
-
[dir="rtl"] .eds-date-and-time-field__segment {
|
|
69
|
-
text-align: left;
|
|
70
|
-
}
|
|
71
|
-
.eds-date-and-time-field__segment {
|
|
72
|
-
margin-top: 1rem;
|
|
73
|
-
padding: 0 2px;
|
|
74
|
-
font-feature-settings: "tnum";
|
|
75
|
-
font-variant-numeric: tabular-nums;
|
|
76
|
-
}
|
|
77
|
-
.eds-date-and-time-field__segment--placeholder {
|
|
78
|
-
color: var(--components-datepicker-datefield-standard-text-content);
|
|
79
|
-
}
|
|
80
|
-
.eds-date-and-time-field__segment--dot-separator {
|
|
81
|
-
margin-left: -0.1rem;
|
|
82
|
-
margin-right: -0.2rem;
|
|
83
|
-
}
|
|
84
|
-
.eds-date-and-time-field__segment:focus {
|
|
85
|
-
background-color: var(--components-button-iconbutton-standard-active);
|
|
86
|
-
outline: transparent;
|
|
87
|
-
border-radius: 0.0625rem;
|
|
88
|
-
}
|
|
89
|
-
/* DO NOT CHANGE!*/
|
|
90
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
91
65
|
.eds-datepicker__calendar,
|
|
92
66
|
.eds-contrast .eds-datepicker__calendar {
|
|
93
67
|
width: -moz-fit-content;
|
|
@@ -232,6 +206,32 @@
|
|
|
232
206
|
}
|
|
233
207
|
/* DO NOT CHANGE!*/
|
|
234
208
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
209
|
+
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
210
|
+
text-align: right;
|
|
211
|
+
}
|
|
212
|
+
[dir="rtl"] .eds-date-and-time-field__segment {
|
|
213
|
+
text-align: left;
|
|
214
|
+
}
|
|
215
|
+
.eds-date-and-time-field__segment {
|
|
216
|
+
margin-top: 1rem;
|
|
217
|
+
padding: 0 2px;
|
|
218
|
+
font-feature-settings: "tnum";
|
|
219
|
+
font-variant-numeric: tabular-nums;
|
|
220
|
+
}
|
|
221
|
+
.eds-date-and-time-field__segment--placeholder {
|
|
222
|
+
color: var(--components-datepicker-datefield-standard-text-content);
|
|
223
|
+
}
|
|
224
|
+
.eds-date-and-time-field__segment--dot-separator {
|
|
225
|
+
margin-left: -0.1rem;
|
|
226
|
+
margin-right: -0.2rem;
|
|
227
|
+
}
|
|
228
|
+
.eds-date-and-time-field__segment:focus {
|
|
229
|
+
background-color: var(--components-button-iconbutton-standard-active);
|
|
230
|
+
outline: transparent;
|
|
231
|
+
border-radius: 0.0625rem;
|
|
232
|
+
}
|
|
233
|
+
/* DO NOT CHANGE!*/
|
|
234
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
235
235
|
.eds-timepicker__wrapper {
|
|
236
236
|
width: -moz-fit-content;
|
|
237
237
|
width: fit-content;
|
|
@@ -291,6 +291,23 @@
|
|
|
291
291
|
position: relative;
|
|
292
292
|
top: -0.5rem;
|
|
293
293
|
}
|
|
294
|
+
.eds-simple-timepicker {
|
|
295
|
+
--input-width: 7rem;
|
|
296
|
+
width: var(--input-width);
|
|
297
|
+
}
|
|
298
|
+
.eds-simple-timepicker--hide-clock {
|
|
299
|
+
--input-width: 5rem;
|
|
300
|
+
}
|
|
301
|
+
.eds-simple-timepicker--show-seconds {
|
|
302
|
+
--input-width: 8.5rem;
|
|
303
|
+
}
|
|
304
|
+
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock {
|
|
305
|
+
--input-width: 6.5rem;
|
|
306
|
+
}
|
|
307
|
+
.eds-simple-timepicker .eds-form-control__append--tooltip {
|
|
308
|
+
margin-top: -0.2rem;
|
|
309
|
+
margin-left: -0.5rem;
|
|
310
|
+
}
|
|
294
311
|
/* DO NOT CHANGE!*/
|
|
295
312
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
296
313
|
/* DO NOT CHANGE!*/
|
|
@@ -327,20 +344,3 @@
|
|
|
327
344
|
:root {
|
|
328
345
|
--eds-datepicker: 1;
|
|
329
346
|
}
|
|
330
|
-
.eds-simple-timepicker {
|
|
331
|
-
--input-width: 7rem;
|
|
332
|
-
width: var(--input-width);
|
|
333
|
-
}
|
|
334
|
-
.eds-simple-timepicker--hide-clock {
|
|
335
|
-
--input-width: 5rem;
|
|
336
|
-
}
|
|
337
|
-
.eds-simple-timepicker--show-seconds {
|
|
338
|
-
--input-width: 8.5rem;
|
|
339
|
-
}
|
|
340
|
-
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock {
|
|
341
|
-
--input-width: 6.5rem;
|
|
342
|
-
}
|
|
343
|
-
.eds-simple-timepicker .eds-form-control__append--tooltip {
|
|
344
|
-
margin-top: -0.2rem;
|
|
345
|
-
margin-left: -0.5rem;
|
|
346
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "9.4.10
|
|
3
|
+
"version": "9.4.10",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/a11y": "^0.2.85",
|
|
31
|
-
"@entur/button": "^3.2.25
|
|
32
|
-
"@entur/form": "^7.1.10
|
|
33
|
-
"@entur/icons": "^6.17.1
|
|
34
|
-
"@entur/modal": "^1.7.46
|
|
31
|
+
"@entur/button": "^3.2.25",
|
|
32
|
+
"@entur/form": "^7.1.10",
|
|
33
|
+
"@entur/icons": "^6.17.1",
|
|
34
|
+
"@entur/modal": "^1.7.46",
|
|
35
35
|
"@entur/tokens": "^3.15.0",
|
|
36
|
-
"@entur/tooltip": "^2.7.9
|
|
37
|
-
"@entur/typography": "^1.8.38
|
|
36
|
+
"@entur/tooltip": "^2.7.9",
|
|
37
|
+
"@entur/typography": "^1.8.38",
|
|
38
38
|
"@entur/utils": "^0.11.1",
|
|
39
39
|
"@floating-ui/react-dom": "^1.0.0",
|
|
40
40
|
"@internationalized/date": "^3.4.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"classnames": "^2.3.1",
|
|
49
49
|
"react-focus-lock": "^2.9.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "8f5dd2a35e3794050cdc8664efeb078254404632"
|
|
52
52
|
}
|