@entur/datepicker 11.0.1 → 11.0.2

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.
package/dist/styles.css CHANGED
@@ -1,5 +1,24 @@
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 .eds-date-and-time-field__segment:focus {
18
+ background: none;
19
+ }
20
+ /* DO NOT CHANGE!*/
21
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
22
  .eds-date-and-time-field__segment {
4
23
  margin-top: 1rem;
5
24
  padding: 0 2px;
@@ -196,29 +215,6 @@
196
215
  }
197
216
  /* DO NOT CHANGE!*/
198
217
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
199
- .eds-datefield {
200
- width: -moz-fit-content;
201
- width: fit-content;
202
- }
203
- .eds-datefield .eds-form-control-wrapper {
204
- padding-left: 1rem;
205
- padding-right: 1rem;
206
- width: -moz-fit-content;
207
- width: fit-content;
208
- }
209
- .eds-datefield .eds-form-control-wrapper--disabled:focus-within {
210
- border-color: transparent;
211
- box-shadow: none;
212
- }
213
- .eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
214
- background: none;
215
- }
216
- .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
217
- position: relative;
218
- top: -0.5rem;
219
- }
220
- /* DO NOT CHANGE!*/
221
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
222
218
  .eds-timepicker {
223
219
  width: -moz-fit-content;
224
220
  width: fit-content;
@@ -262,6 +258,10 @@
262
258
  .eds-timepicker .eds-icon-button--disabled__wrapper {
263
259
  display: none;
264
260
  }
261
+ .eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
262
+ position: relative;
263
+ top: -0.5rem;
264
+ }
265
265
  .eds-simple-timepicker {
266
266
  width: 7rem;
267
267
  width: var(--input-width);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "11.0.1",
3
+ "version": "11.0.2",
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.98",
31
- "@entur/button": "^3.3.5",
32
- "@entur/form": "^8.2.5",
33
- "@entur/icons": "^7.9.0",
34
- "@entur/modal": "^1.7.65",
31
+ "@entur/button": "^3.3.6",
32
+ "@entur/form": "^8.2.6",
33
+ "@entur/icons": "^7.10.0",
34
+ "@entur/modal": "^1.7.66",
35
35
  "@entur/tokens": "^3.19.0",
36
- "@entur/tooltip": "^5.2.5",
37
- "@entur/typography": "^1.9.5",
36
+ "@entur/tooltip": "^5.2.6",
37
+ "@entur/typography": "^1.9.6",
38
38
  "@entur/utils": "^0.12.3",
39
39
  "@floating-ui/react-dom": "^2.1.0",
40
40
  "@internationalized/date": "^3.4.0",
@@ -51,5 +51,5 @@
51
51
  "@react-types/datepicker": "^3.9.0",
52
52
  "dts-cli": "2.0.5"
53
53
  },
54
- "gitHead": "e59bee5bf5aa6ab864c96be6cf4979feab287c61"
54
+ "gitHead": "2574ca4c0632d084e2c531ee43e4f066c32c4d89"
55
55
  }