@entur/datepicker 11.0.4 → 11.0.6-beta.0
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 +26 -26
- package/package.json +10 -10
package/dist/styles.css
CHANGED
|
@@ -262,32 +262,6 @@
|
|
|
262
262
|
position: relative;
|
|
263
263
|
top: -0.5rem;
|
|
264
264
|
}
|
|
265
|
-
.eds-simple-timepicker {
|
|
266
|
-
width: 7rem;
|
|
267
|
-
width: var(--input-width);
|
|
268
|
-
--input-width: 7rem;
|
|
269
|
-
}
|
|
270
|
-
.eds-simple-timepicker--has-tooltip {
|
|
271
|
-
--input-width: 9rem;
|
|
272
|
-
}
|
|
273
|
-
.eds-simple-timepicker--hide-clock {
|
|
274
|
-
--input-width: 5rem;
|
|
275
|
-
}
|
|
276
|
-
.eds-simple-timepicker--hide-clock.eds-simple-timepicker--has-tooltip {
|
|
277
|
-
--input-width: 7rem;
|
|
278
|
-
}
|
|
279
|
-
.eds-simple-timepicker--show-seconds {
|
|
280
|
-
--input-width: 8.5rem;
|
|
281
|
-
}
|
|
282
|
-
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock {
|
|
283
|
-
--input-width: 6.5rem;
|
|
284
|
-
}
|
|
285
|
-
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock.eds-simple-timepicker--has-tooltip {
|
|
286
|
-
--input-width: 8.5rem;
|
|
287
|
-
}
|
|
288
|
-
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--has-tooltip {
|
|
289
|
-
--input-width: 10.5rem;
|
|
290
|
-
}
|
|
291
265
|
/* DO NOT CHANGE!*/
|
|
292
266
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
293
267
|
/* DO NOT CHANGE!*/
|
|
@@ -324,3 +298,29 @@
|
|
|
324
298
|
:root {
|
|
325
299
|
--eds-datepicker: 1;
|
|
326
300
|
}
|
|
301
|
+
.eds-simple-timepicker {
|
|
302
|
+
width: 7rem;
|
|
303
|
+
width: var(--input-width);
|
|
304
|
+
--input-width: 7rem;
|
|
305
|
+
}
|
|
306
|
+
.eds-simple-timepicker--has-tooltip {
|
|
307
|
+
--input-width: 9rem;
|
|
308
|
+
}
|
|
309
|
+
.eds-simple-timepicker--hide-clock {
|
|
310
|
+
--input-width: 5rem;
|
|
311
|
+
}
|
|
312
|
+
.eds-simple-timepicker--hide-clock.eds-simple-timepicker--has-tooltip {
|
|
313
|
+
--input-width: 7rem;
|
|
314
|
+
}
|
|
315
|
+
.eds-simple-timepicker--show-seconds {
|
|
316
|
+
--input-width: 8.5rem;
|
|
317
|
+
}
|
|
318
|
+
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock {
|
|
319
|
+
--input-width: 6.5rem;
|
|
320
|
+
}
|
|
321
|
+
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock.eds-simple-timepicker--has-tooltip {
|
|
322
|
+
--input-width: 8.5rem;
|
|
323
|
+
}
|
|
324
|
+
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--has-tooltip {
|
|
325
|
+
--input-width: 10.5rem;
|
|
326
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.6-beta.0",
|
|
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.3.
|
|
32
|
-
"@entur/form": "^8.2.
|
|
33
|
-
"@entur/icons": "^7.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
35
|
-
"@entur/tokens": "^3.19.
|
|
36
|
-
"@entur/tooltip": "^5.2.
|
|
37
|
-
"@entur/typography": "^1.9.
|
|
30
|
+
"@entur/a11y": "^0.2.99",
|
|
31
|
+
"@entur/button": "^3.3.10-beta.0",
|
|
32
|
+
"@entur/form": "^8.2.10-beta.0",
|
|
33
|
+
"@entur/icons": "^7.13.0-beta.0",
|
|
34
|
+
"@entur/modal": "^1.7.70-beta.0",
|
|
35
|
+
"@entur/tokens": "^3.19.1",
|
|
36
|
+
"@entur/tooltip": "^5.2.10-beta.0",
|
|
37
|
+
"@entur/typography": "^1.9.10-beta.0",
|
|
38
38
|
"@entur/utils": "^0.12.3",
|
|
39
39
|
"@floating-ui/react-dom": "^2.1.0",
|
|
40
40
|
"@internationalized/date": "^3.4.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"@react-types/datepicker": "^3.9.0",
|
|
52
52
|
"dts-cli": "2.0.5"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "395ed0106e0bd13be76da11ee8ae35b3197ab218"
|
|
55
55
|
}
|