@entur/datepicker 10.0.8-beta.0 → 10.0.8

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.
Files changed (2) hide show
  1. package/dist/styles.css +4 -4
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -226,6 +226,10 @@
226
226
  background-color: transparent;
227
227
  background-color: initial;
228
228
  }
229
+ .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
230
+ position: relative;
231
+ top: -0.5rem;
232
+ }
229
233
  /* DO NOT CHANGE!*/
230
234
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
231
235
  .eds-timepicker {
@@ -265,10 +269,6 @@
265
269
  .eds-timepicker .eds-icon-button--disabled__wrapper {
266
270
  display: none;
267
271
  }
268
- .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
269
- position: relative;
270
- top: -0.5rem;
271
- }
272
272
  .eds-simple-timepicker {
273
273
  --input-width: 7rem;
274
274
  width: var(--input-width);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "10.0.8-beta.0",
3
+ "version": "10.0.8",
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.92-beta.0",
31
- "@entur/button": "^3.2.34-beta.0",
32
- "@entur/form": "^8.1.5-beta.0",
33
- "@entur/icons": "^7.4.2-beta.0",
34
- "@entur/modal": "^1.7.55-beta.0",
35
- "@entur/tokens": "^3.17.2-beta.0",
36
- "@entur/tooltip": "^5.1.1-beta.0",
37
- "@entur/typography": "^1.8.47-beta.0",
30
+ "@entur/a11y": "^0.2.92",
31
+ "@entur/button": "^3.2.34",
32
+ "@entur/form": "^8.1.5",
33
+ "@entur/icons": "^7.4.2",
34
+ "@entur/modal": "^1.7.55",
35
+ "@entur/tokens": "^3.17.2",
36
+ "@entur/tooltip": "^5.1.1",
37
+ "@entur/typography": "^1.8.47",
38
38
  "@entur/utils": "^0.12.0",
39
39
  "@floating-ui/react-dom": "^2.1.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": "f6ea45ed1980eeed83c71cbb049cf726815dbb3d"
51
+ "gitHead": "36055df834c5a9dd170f1846c1e0469481575e1a"
52
52
  }