@entur/datepicker 10.0.7 → 10.0.8-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.
Files changed (2) hide show
  1. package/dist/styles.css +4 -4
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -226,10 +226,6 @@
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
- }
233
229
  /* DO NOT CHANGE!*/
234
230
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
235
231
  .eds-timepicker {
@@ -269,6 +265,10 @@
269
265
  .eds-timepicker .eds-icon-button--disabled__wrapper {
270
266
  display: none;
271
267
  }
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.7",
3
+ "version": "10.0.8-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.91",
31
- "@entur/button": "^3.2.33",
32
- "@entur/form": "^8.1.4",
33
- "@entur/icons": "^7.4.1",
34
- "@entur/modal": "^1.7.54",
35
- "@entur/tokens": "^3.17.1",
36
- "@entur/tooltip": "^5.1.0",
37
- "@entur/typography": "^1.8.46",
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",
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": "7df4cea445e3dac77f80619ea0c298dc0b5c31e0"
51
+ "gitHead": "f6ea45ed1980eeed83c71cbb049cf726815dbb3d"
52
52
  }