@entur/datepicker 9.0.0 → 9.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.
Files changed (2) hide show
  1. package/dist/styles.css +3 -3
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -267,9 +267,6 @@
267
267
  position: relative;
268
268
  top: -0.5rem;
269
269
  }
270
- :root {
271
- --eds-datepicker: 1;
272
- }
273
270
  .eds-simple-timepicker {
274
271
  --input-width: 7rem;
275
272
  width: var(--input-width);
@@ -287,3 +284,6 @@
287
284
  margin-top: -0.2rem;
288
285
  margin-left: -0.5rem;
289
286
  }
287
+ :root {
288
+ --eds-datepicker: 1;
289
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "9.0.0",
3
+ "version": "9.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.71",
31
- "@entur/button": "^3.2.0",
32
- "@entur/form": "^7.0.27",
31
+ "@entur/button": "^3.2.1",
32
+ "@entur/form": "^7.0.28",
33
33
  "@entur/icons": "^6.12.0",
34
- "@entur/modal": "^1.7.20",
34
+ "@entur/modal": "^1.7.21",
35
35
  "@entur/tokens": "^3.11.0",
36
- "@entur/tooltip": "^2.6.36",
36
+ "@entur/tooltip": "^2.6.37",
37
37
  "@entur/typography": "^1.8.16",
38
38
  "@entur/utils": "^0.9.5",
39
39
  "@floating-ui/react-dom": "^1.0.0",
@@ -48,5 +48,5 @@
48
48
  "classnames": "^2.3.1",
49
49
  "react-focus-lock": "^2.9.1"
50
50
  },
51
- "gitHead": "ce91791c414af0274bcff712cacfad25a44c45c2"
51
+ "gitHead": "b88f20e65837e48f9c1c2882f6d18233613d63a6"
52
52
  }