@entur/datepicker 10.0.3 → 10.0.4

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 +21 -21
  2. package/package.json +8 -8
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
  .eds-datepicker__calendar,
4
25
  .eds-contrast .eds-datepicker__calendar {
5
26
  width: -moz-fit-content;
@@ -144,27 +165,6 @@
144
165
  }
145
166
  /* DO NOT CHANGE!*/
146
167
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
147
- .eds-datefield {
148
- width: -moz-fit-content;
149
- width: fit-content;
150
- }
151
- .eds-datefield .eds-form-control-wrapper {
152
- padding-left: 1rem;
153
- padding-right: 1rem;
154
- }
155
- .eds-datefield .eds-form-control-wrapper--disabled[focus-within] {
156
- border-color: transparent;
157
- box-shadow: none;
158
- }
159
- .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
160
- border-color: transparent;
161
- box-shadow: none;
162
- }
163
- .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
164
- background: none;
165
- }
166
- /* DO NOT CHANGE!*/
167
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
168
168
  [dir="ltr"] .eds-date-and-time-field__segment {
169
169
  text-align: right;
170
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/datepicker.esm.js",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@entur/a11y": "^0.2.90",
31
- "@entur/button": "^3.2.31",
32
- "@entur/form": "^8.1.0",
33
- "@entur/icons": "^7.3.0",
34
- "@entur/modal": "^1.7.52",
31
+ "@entur/button": "^3.2.32",
32
+ "@entur/form": "^8.1.1",
33
+ "@entur/icons": "^7.4.0",
34
+ "@entur/modal": "^1.7.53",
35
35
  "@entur/tokens": "^3.17.0",
36
- "@entur/tooltip": "^4.0.0",
37
- "@entur/typography": "^1.8.44",
36
+ "@entur/tooltip": "^4.0.1",
37
+ "@entur/typography": "^1.8.45",
38
38
  "@entur/utils": "^0.11.2",
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": "c5713d9ad333e17ca5714d86181baba74c56e0eb"
51
+ "gitHead": "045cada5d95c62d8ddfc95d82b4526742ab07d0a"
52
52
  }