@entur/datepicker 9.1.3-beta.0 → 9.1.3

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 +22 -22
  2. package/package.json +9 -9
package/dist/styles.css CHANGED
@@ -1,3 +1,21 @@
1
+ .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
2
+ margin-left: 1rem;
3
+ }
4
+ .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
5
+ border-color: transparent;
6
+ box-shadow: none;
7
+ }
8
+ .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
9
+ border-color: transparent;
10
+ box-shadow: none;
11
+ }
12
+ .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
13
+ background: none;
14
+ }
15
+ .eds-datefield .eds-form-control__append--tooltip {
16
+ margin-top: 0.75rem;
17
+ margin-right: -0.25rem;
18
+ }
1
19
  /* DO NOT CHANGE!*/
2
20
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
21
  [dir="ltr"] .eds-date-and-time-field__segment {
@@ -25,24 +43,6 @@
25
43
  outline: transparent;
26
44
  border-radius: 0.0625rem;
27
45
  }
28
- .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
29
- margin-left: 1rem;
30
- }
31
- .eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
32
- border-color: transparent;
33
- box-shadow: none;
34
- }
35
- .eds-datefield.eds-form-control-wrapper--disabled:focus-within {
36
- border-color: transparent;
37
- box-shadow: none;
38
- }
39
- .eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
40
- background: none;
41
- }
42
- .eds-datefield .eds-form-control__append--tooltip {
43
- margin-top: 0.75rem;
44
- margin-right: -0.25rem;
45
- }
46
46
  /* DO NOT CHANGE!*/
47
47
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
48
48
  .eds-datepicker__calendar,
@@ -213,10 +213,6 @@
213
213
  background-color: transparent;
214
214
  background-color: initial;
215
215
  }
216
- .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
217
- position: relative;
218
- top: -0.5rem;
219
- }
220
216
  /* DO NOT CHANGE!*/
221
217
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
222
218
  .eds-timepicker__wrapper {
@@ -273,6 +269,10 @@
273
269
  position: absolute;
274
270
  top: 3.5rem;
275
271
  }
272
+ .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
273
+ position: relative;
274
+ top: -0.5rem;
275
+ }
276
276
  .eds-simple-timepicker {
277
277
  --input-width: 7rem;
278
278
  width: var(--input-width);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "9.1.3-beta.0",
3
+ "version": "9.1.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/datepicker.esm.js",
@@ -27,15 +27,15 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.75-beta.0",
31
- "@entur/button": "^3.2.7-beta.0",
32
- "@entur/form": "^7.0.34-beta.0",
30
+ "@entur/a11y": "^0.2.75",
31
+ "@entur/button": "^3.2.7",
32
+ "@entur/form": "^7.0.34",
33
33
  "@entur/icons": "^6.13.2",
34
- "@entur/modal": "^1.7.27-beta.0",
34
+ "@entur/modal": "^1.7.27",
35
35
  "@entur/tokens": "^3.12.0",
36
- "@entur/tooltip": "^2.6.43-beta.0",
37
- "@entur/typography": "^1.8.21-beta.0",
38
- "@entur/utils": "^1.0.0-beta.0",
36
+ "@entur/tooltip": "^2.6.43",
37
+ "@entur/typography": "^1.8.21",
38
+ "@entur/utils": "^0.10.0",
39
39
  "@floating-ui/react-dom": "^1.0.0",
40
40
  "@internationalized/date": "^3.4.0",
41
41
  "@react-aria/button": "^3.6.4",
@@ -48,5 +48,5 @@
48
48
  "classnames": "^2.3.1",
49
49
  "react-focus-lock": "^2.9.1"
50
50
  },
51
- "gitHead": "4e2a54a5b8402cf439cd91487f569e775bf53691"
51
+ "gitHead": "55899d49a6bab285199abb7c6709da8088e5a2e3"
52
52
  }