@entur/datepicker 10.0.10 → 10.0.11-alpha.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 +27 -27
  2. package/package.json +9 -9
package/dist/styles.css CHANGED
@@ -1,28 +1,5 @@
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
- width: -moz-fit-content;
11
- width: fit-content;
12
- }
13
- .eds-datefield .eds-form-control-wrapper--disabled[focus-within] {
14
- border-color: transparent;
15
- box-shadow: none;
16
- }
17
- .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
18
- border-color: transparent;
19
- box-shadow: none;
20
- }
21
- .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
22
- background: none;
23
- }
24
- /* DO NOT CHANGE!*/
25
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
26
3
  .eds-datepicker__calendar,
27
4
  .eds-contrast .eds-datepicker__calendar {
28
5
  width: -moz-fit-content;
@@ -167,6 +144,29 @@
167
144
  }
168
145
  /* DO NOT CHANGE!*/
169
146
  /* 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
+ width: -moz-fit-content;
155
+ width: fit-content;
156
+ }
157
+ .eds-datefield .eds-form-control-wrapper--disabled[focus-within] {
158
+ border-color: transparent;
159
+ box-shadow: none;
160
+ }
161
+ .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
162
+ border-color: transparent;
163
+ box-shadow: none;
164
+ }
165
+ .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
166
+ background: none;
167
+ }
168
+ /* DO NOT CHANGE!*/
169
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
170
170
  [dir="ltr"] .eds-date-and-time-field__segment {
171
171
  text-align: right;
172
172
  }
@@ -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.10",
3
+ "version": "10.0.11-alpha.0",
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.93",
31
- "@entur/button": "^3.2.36",
32
- "@entur/form": "^8.1.7",
30
+ "@entur/a11y": "^0.2.94-alpha.0",
31
+ "@entur/button": "^3.2.37-alpha.0",
32
+ "@entur/form": "^8.1.8-alpha.0",
33
33
  "@entur/icons": "^7.5.0",
34
- "@entur/modal": "^1.7.57",
34
+ "@entur/modal": "^1.7.58-alpha.0",
35
35
  "@entur/tokens": "^3.17.3",
36
- "@entur/tooltip": "^5.1.3",
37
- "@entur/typography": "^1.8.49",
38
- "@entur/utils": "^0.12.1",
36
+ "@entur/tooltip": "^5.1.4-alpha.0",
37
+ "@entur/typography": "^1.8.50-alpha.0",
38
+ "@entur/utils": "^1.0.0-alpha.0",
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": "7b67c7eded2ea9495ba4e21a9bef33c1a82d4a43"
51
+ "gitHead": "b653c119e54372ec210ed20aa99ded642f114c69"
52
52
  }