@entur/datepicker 9.4.7 → 9.4.9

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 +44 -44
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -18,50 +18,6 @@
18
18
  }
19
19
  /* DO NOT CHANGE!*/
20
20
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
21
- .eds-datepicker {
22
- position: relative;
23
- width: -moz-fit-content;
24
- width: fit-content;
25
- height: -moz-fit-content;
26
- height: fit-content;
27
- }
28
- .eds-datepicker__open-calendar-button {
29
- position: absolute;
30
- right: 0.5rem;
31
- top: 0.45rem;
32
- }
33
- .eds-datepicker__open-calendar-button.eds-icon-button {
34
- color: var(--components-datepicker-calendar-icon);
35
- }
36
- .eds-datepicker__open-calendar-button.eds-icon-button:hover {
37
- background-color: var(--components-button-iconbutton-standard-hover);
38
- }
39
- .eds-datepicker__open-calendar-button.eds-icon-button:focus {
40
- outline: 2px solid #181c56;
41
- outline-color: var(--basecolors-stroke-focus-standard);
42
- outline-offset: 0.125rem;
43
- }
44
- .eds-datepicker__open-calendar-button.eds-icon-button:active {
45
- background-color: var(--components-button-iconbutton-standard-active);
46
- }
47
- .eds-datepicker__datefield {
48
- padding-right: 4rem;
49
- }
50
- .eds-datepicker__datefield--disabled {
51
- padding-right: 1rem;
52
- }
53
- .eds-datepicker__datefield__wrapper {
54
- position: relative;
55
- }
56
- .eds-datepicker__calendar-modal.eds-modal__content {
57
- padding: 0;
58
- padding: initial;
59
- width: inherit;
60
- background-color: transparent;
61
- background-color: initial;
62
- }
63
- /* DO NOT CHANGE!*/
64
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
65
21
  .eds-datepicker__calendar,
66
22
  .eds-contrast .eds-datepicker__calendar {
67
23
  width: -moz-fit-content;
@@ -232,6 +188,50 @@
232
188
  }
233
189
  /* DO NOT CHANGE!*/
234
190
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
191
+ .eds-datepicker {
192
+ position: relative;
193
+ width: -moz-fit-content;
194
+ width: fit-content;
195
+ height: -moz-fit-content;
196
+ height: fit-content;
197
+ }
198
+ .eds-datepicker__open-calendar-button {
199
+ position: absolute;
200
+ right: 0.5rem;
201
+ top: 0.45rem;
202
+ }
203
+ .eds-datepicker__open-calendar-button.eds-icon-button {
204
+ color: var(--components-datepicker-calendar-icon);
205
+ }
206
+ .eds-datepicker__open-calendar-button.eds-icon-button:hover {
207
+ background-color: var(--components-button-iconbutton-standard-hover);
208
+ }
209
+ .eds-datepicker__open-calendar-button.eds-icon-button:focus {
210
+ outline: 2px solid #181c56;
211
+ outline-color: var(--basecolors-stroke-focus-standard);
212
+ outline-offset: 0.125rem;
213
+ }
214
+ .eds-datepicker__open-calendar-button.eds-icon-button:active {
215
+ background-color: var(--components-button-iconbutton-standard-active);
216
+ }
217
+ .eds-datepicker__datefield {
218
+ padding-right: 4rem;
219
+ }
220
+ .eds-datepicker__datefield--disabled {
221
+ padding-right: 1rem;
222
+ }
223
+ .eds-datepicker__datefield__wrapper {
224
+ position: relative;
225
+ }
226
+ .eds-datepicker__calendar-modal.eds-modal__content {
227
+ padding: 0;
228
+ padding: initial;
229
+ width: inherit;
230
+ background-color: transparent;
231
+ background-color: initial;
232
+ }
233
+ /* DO NOT CHANGE!*/
234
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
235
235
  .eds-timepicker__wrapper {
236
236
  width: -moz-fit-content;
237
237
  width: fit-content;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "9.4.7",
3
+ "version": "9.4.9",
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.85",
31
- "@entur/button": "^3.2.22",
32
- "@entur/form": "^7.1.7",
33
- "@entur/icons": "^6.16.1",
34
- "@entur/modal": "^1.7.43",
31
+ "@entur/button": "^3.2.24",
32
+ "@entur/form": "^7.1.9",
33
+ "@entur/icons": "^6.17.0",
34
+ "@entur/modal": "^1.7.45",
35
35
  "@entur/tokens": "^3.15.0",
36
- "@entur/tooltip": "^2.7.6",
37
- "@entur/typography": "^1.8.35",
36
+ "@entur/tooltip": "^2.7.8",
37
+ "@entur/typography": "^1.8.37",
38
38
  "@entur/utils": "^0.11.1",
39
39
  "@floating-ui/react-dom": "^1.0.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": "c702433653670daf832e66c5de26be359201655f"
51
+ "gitHead": "74491efb25596a135f38b50d15305803afe963ae"
52
52
  }