@entur/datepicker 8.0.0 → 8.0.1
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 +6 -6
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -192,6 +192,12 @@
|
|
|
192
192
|
}
|
|
193
193
|
/* DO NOT CHANGE!*/
|
|
194
194
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
195
|
+
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
196
|
+
position: relative;
|
|
197
|
+
top: -0.5rem;
|
|
198
|
+
}
|
|
199
|
+
/* DO NOT CHANGE!*/
|
|
200
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
195
201
|
.eds-timepicker__wrapper {
|
|
196
202
|
position: relative;
|
|
197
203
|
display: flex;
|
|
@@ -240,12 +246,6 @@
|
|
|
240
246
|
}
|
|
241
247
|
/* DO NOT CHANGE!*/
|
|
242
248
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
243
|
-
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
244
|
-
position: relative;
|
|
245
|
-
top: -0.5rem;
|
|
246
|
-
}
|
|
247
|
-
/* DO NOT CHANGE!*/
|
|
248
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
249
249
|
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
250
250
|
text-align: right;
|
|
251
251
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/a11y": "^0.2.64",
|
|
31
|
-
"@entur/button": "^3.0.
|
|
32
|
-
"@entur/form": "^7.0.
|
|
31
|
+
"@entur/button": "^3.0.6",
|
|
32
|
+
"@entur/form": "^7.0.6",
|
|
33
33
|
"@entur/icons": "^6.2.0",
|
|
34
|
-
"@entur/modal": "^1.6.
|
|
34
|
+
"@entur/modal": "^1.6.34",
|
|
35
35
|
"@entur/tokens": "^3.8.1",
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
36
|
+
"@entur/tooltip": "^2.6.16",
|
|
37
37
|
"@entur/typography": "^1.7.16",
|
|
38
38
|
"@entur/utils": "^0.9.0",
|
|
39
39
|
"@floating-ui/react-dom": "^1.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"node": "16.17.0",
|
|
53
53
|
"yarn": "1.22.19"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "02c9d76ac36b3357b91ee60ac3e0f66eb111c9c2"
|
|
56
56
|
}
|