@entur/datepicker 9.3.1 → 9.3.2
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 +35 -35
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
2
|
+
margin-left: 1rem;
|
|
3
|
+
}
|
|
4
|
+
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
5
|
+
border-color: transparent;
|
|
6
|
+
box-shadow: none;
|
|
7
|
+
}
|
|
8
|
+
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
9
|
+
border-color: transparent;
|
|
10
|
+
box-shadow: none;
|
|
11
|
+
}
|
|
12
|
+
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
13
|
+
background: none;
|
|
14
|
+
}
|
|
15
|
+
.eds-datefield .eds-form-control__append--tooltip {
|
|
16
|
+
margin-top: 0.75rem;
|
|
17
|
+
margin-right: -0.25rem;
|
|
18
|
+
}
|
|
1
19
|
/* DO NOT CHANGE!*/
|
|
2
20
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
21
|
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
@@ -168,24 +186,6 @@
|
|
|
168
186
|
.eds-contrast .eds-datepicker__calendar__grid__cell--today {
|
|
169
187
|
border-bottom: 2px solid var(--components-datepicker-calendar-stroke-today);
|
|
170
188
|
}
|
|
171
|
-
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
172
|
-
margin-left: 1rem;
|
|
173
|
-
}
|
|
174
|
-
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
175
|
-
border-color: transparent;
|
|
176
|
-
box-shadow: none;
|
|
177
|
-
}
|
|
178
|
-
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
179
|
-
border-color: transparent;
|
|
180
|
-
box-shadow: none;
|
|
181
|
-
}
|
|
182
|
-
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
183
|
-
background: none;
|
|
184
|
-
}
|
|
185
|
-
.eds-datefield .eds-form-control__append--tooltip {
|
|
186
|
-
margin-top: 0.75rem;
|
|
187
|
-
margin-right: -0.25rem;
|
|
188
|
-
}
|
|
189
189
|
/* DO NOT CHANGE!*/
|
|
190
190
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
191
191
|
.eds-datepicker {
|
|
@@ -291,23 +291,6 @@
|
|
|
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
|
-
}
|
|
311
294
|
@import "~@entur/tokens/dist/primitive.css";
|
|
312
295
|
/* DO NOT CHANGE!*/
|
|
313
296
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -473,3 +456,20 @@
|
|
|
473
456
|
:root {
|
|
474
457
|
--eds-datepicker: 1;
|
|
475
458
|
}
|
|
459
|
+
.eds-simple-timepicker {
|
|
460
|
+
--input-width: 7rem;
|
|
461
|
+
width: var(--input-width);
|
|
462
|
+
}
|
|
463
|
+
.eds-simple-timepicker--hide-clock {
|
|
464
|
+
--input-width: 5rem;
|
|
465
|
+
}
|
|
466
|
+
.eds-simple-timepicker--show-seconds {
|
|
467
|
+
--input-width: 8.5rem;
|
|
468
|
+
}
|
|
469
|
+
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock {
|
|
470
|
+
--input-width: 6.5rem;
|
|
471
|
+
}
|
|
472
|
+
.eds-simple-timepicker .eds-form-control__append--tooltip {
|
|
473
|
+
margin-top: -0.2rem;
|
|
474
|
+
margin-left: -0.5rem;
|
|
475
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.2",
|
|
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.77",
|
|
31
|
-
"@entur/button": "^3.2.
|
|
32
|
-
"@entur/form": "^7.0.
|
|
31
|
+
"@entur/button": "^3.2.13",
|
|
32
|
+
"@entur/form": "^7.0.41",
|
|
33
33
|
"@entur/icons": "^6.15.2",
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
34
|
+
"@entur/modal": "^1.7.34",
|
|
35
35
|
"@entur/tokens": "^3.13.1",
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
36
|
+
"@entur/tooltip": "^2.6.50",
|
|
37
|
+
"@entur/typography": "^1.8.26",
|
|
38
38
|
"@entur/utils": "^0.10.0",
|
|
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": "c36e1121738a702fe5ed92cd3f26636d7a4ef026"
|
|
52
52
|
}
|