@entur/datepicker 9.4.5 → 9.4.7
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 +18 -18
- package/package.json +10 -10
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
|
.eds-datepicker {
|
|
@@ -212,24 +230,6 @@
|
|
|
212
230
|
outline: transparent;
|
|
213
231
|
border-radius: 0.0625rem;
|
|
214
232
|
}
|
|
215
|
-
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
216
|
-
margin-left: 1rem;
|
|
217
|
-
}
|
|
218
|
-
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
219
|
-
border-color: transparent;
|
|
220
|
-
box-shadow: none;
|
|
221
|
-
}
|
|
222
|
-
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
223
|
-
border-color: transparent;
|
|
224
|
-
box-shadow: none;
|
|
225
|
-
}
|
|
226
|
-
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
227
|
-
background: none;
|
|
228
|
-
}
|
|
229
|
-
.eds-datefield .eds-form-control__append--tooltip {
|
|
230
|
-
margin-top: 0.75rem;
|
|
231
|
-
margin-right: -0.25rem;
|
|
232
|
-
}
|
|
233
233
|
/* DO NOT CHANGE!*/
|
|
234
234
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
235
235
|
.eds-timepicker__wrapper {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.7",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/a11y": "^0.2.
|
|
31
|
-
"@entur/button": "^3.2.
|
|
32
|
-
"@entur/form": "^7.1.
|
|
33
|
-
"@entur/icons": "^6.16.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
35
|
-
"@entur/tokens": "^3.
|
|
36
|
-
"@entur/tooltip": "^2.7.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
30
|
+
"@entur/a11y": "^0.2.85",
|
|
31
|
+
"@entur/button": "^3.2.22",
|
|
32
|
+
"@entur/form": "^7.1.7",
|
|
33
|
+
"@entur/icons": "^6.16.1",
|
|
34
|
+
"@entur/modal": "^1.7.43",
|
|
35
|
+
"@entur/tokens": "^3.15.0",
|
|
36
|
+
"@entur/tooltip": "^2.7.6",
|
|
37
|
+
"@entur/typography": "^1.8.35",
|
|
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": "c702433653670daf832e66c5de26be359201655f"
|
|
52
52
|
}
|