@entur/datepicker 10.0.3-RC.0 → 10.0.3-RC.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 +25 -25
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -1,5 +1,26 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
+ .eds-datefield {
4
+ width: -moz-fit-content;
5
+ width: fit-content;
6
+ }
7
+ .eds-datefield .eds-form-control-wrapper {
8
+ padding-left: 1rem;
9
+ padding-right: 1rem;
10
+ }
11
+ .eds-datefield .eds-form-control-wrapper--disabled[focus-within] {
12
+ border-color: transparent;
13
+ box-shadow: none;
14
+ }
15
+ .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
16
+ border-color: transparent;
17
+ box-shadow: none;
18
+ }
19
+ .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
20
+ background: none;
21
+ }
22
+ /* DO NOT CHANGE!*/
23
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
24
  [dir="ltr"] .eds-date-and-time-field__segment {
4
25
  text-align: right;
5
26
  }
@@ -26,27 +47,6 @@
26
47
  }
27
48
  /* DO NOT CHANGE!*/
28
49
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
29
- .eds-datefield {
30
- width: -moz-fit-content;
31
- width: fit-content;
32
- }
33
- .eds-datefield .eds-form-control-wrapper {
34
- padding-left: 1rem;
35
- padding-right: 1rem;
36
- }
37
- .eds-datefield .eds-form-control-wrapper--disabled[focus-within] {
38
- border-color: transparent;
39
- box-shadow: none;
40
- }
41
- .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
42
- border-color: transparent;
43
- box-shadow: none;
44
- }
45
- .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
46
- background: none;
47
- }
48
- /* DO NOT CHANGE!*/
49
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
50
50
  .eds-datepicker__calendar,
51
51
  .eds-contrast .eds-datepicker__calendar {
52
52
  width: -moz-fit-content;
@@ -221,6 +221,10 @@
221
221
  background-color: transparent;
222
222
  background-color: initial;
223
223
  }
224
+ .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
225
+ position: relative;
226
+ top: -0.5rem;
227
+ }
224
228
  /* DO NOT CHANGE!*/
225
229
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
226
230
  .eds-timepicker {
@@ -260,10 +264,6 @@
260
264
  .eds-timepicker .eds-icon-button--disabled__wrapper {
261
265
  display: none;
262
266
  }
263
- .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
264
- position: relative;
265
- top: -0.5rem;
266
- }
267
267
  .eds-simple-timepicker {
268
268
  --input-width: 7rem;
269
269
  width: var(--input-width);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "10.0.3-RC.0",
3
+ "version": "10.0.3-RC.1",
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.90-RC.0",
31
- "@entur/button": "^3.2.31-RC.0",
32
- "@entur/form": "^8.1.0-RC.0",
33
- "@entur/icons": "^7.3.0-RC.0",
34
- "@entur/modal": "^1.7.52-RC.0",
30
+ "@entur/a11y": "^0.2.90-RC.1",
31
+ "@entur/button": "^3.2.31-RC.1",
32
+ "@entur/form": "^8.1.0-RC.1",
33
+ "@entur/icons": "^7.3.0-RC.1",
34
+ "@entur/modal": "^1.7.52-RC.1",
35
35
  "@entur/tokens": "^3.17.0",
36
- "@entur/tooltip": "^4.0.0-RC.0",
37
- "@entur/typography": "^1.8.44-RC.0",
38
- "@entur/utils": "^0.11.2-RC.0",
36
+ "@entur/tooltip": "^4.0.0-RC.1",
37
+ "@entur/typography": "^1.8.44-RC.1",
38
+ "@entur/utils": "^0.11.2-RC.1",
39
39
  "@floating-ui/react-dom": "^2.1.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": "f279e609e10d40dd3ff47b09bd2828edf2bbcb7b"
51
+ "gitHead": "d7b4d04bcbef5d3861b802b0a6af3f36a91a4118"
52
52
  }