@entur/datepicker 9.1.3 → 9.1.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 +30 -30
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -18,33 +18,6 @@
18
18
  }
19
19
  /* DO NOT CHANGE!*/
20
20
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
21
- [dir="ltr"] .eds-date-and-time-field__segment {
22
- text-align: right;
23
- }
24
- [dir="rtl"] .eds-date-and-time-field__segment {
25
- text-align: left;
26
- }
27
- .eds-date-and-time-field__segment {
28
- margin-top: 1rem;
29
- padding: 0 2px;
30
- font-feature-settings: "tnum";
31
- font-variant-numeric: tabular-nums;
32
- }
33
- .eds-date-and-time-field__segment--placeholder {
34
- color: #646464;
35
- }
36
- .eds-date-and-time-field__segment--dot-separator {
37
- margin-left: -0.1rem;
38
- margin-right: -0.2rem;
39
- }
40
- .eds-date-and-time-field__segment:focus {
41
- background-color: #656782;
42
- color: #ffffff;
43
- outline: transparent;
44
- border-radius: 0.0625rem;
45
- }
46
- /* DO NOT CHANGE!*/
47
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
48
21
  .eds-datepicker__calendar,
49
22
  .eds-contrast .eds-datepicker__calendar {
50
23
  width: -moz-fit-content;
@@ -172,6 +145,33 @@
172
145
  }
173
146
  /* DO NOT CHANGE!*/
174
147
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
148
+ [dir="ltr"] .eds-date-and-time-field__segment {
149
+ text-align: right;
150
+ }
151
+ [dir="rtl"] .eds-date-and-time-field__segment {
152
+ text-align: left;
153
+ }
154
+ .eds-date-and-time-field__segment {
155
+ margin-top: 1rem;
156
+ padding: 0 2px;
157
+ font-feature-settings: "tnum";
158
+ font-variant-numeric: tabular-nums;
159
+ }
160
+ .eds-date-and-time-field__segment--placeholder {
161
+ color: #646464;
162
+ }
163
+ .eds-date-and-time-field__segment--dot-separator {
164
+ margin-left: -0.1rem;
165
+ margin-right: -0.2rem;
166
+ }
167
+ .eds-date-and-time-field__segment:focus {
168
+ background-color: #656782;
169
+ color: #ffffff;
170
+ outline: transparent;
171
+ border-radius: 0.0625rem;
172
+ }
173
+ /* DO NOT CHANGE!*/
174
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
175
175
  .eds-datepicker {
176
176
  position: relative;
177
177
  width: -moz-fit-content;
@@ -273,6 +273,9 @@
273
273
  position: relative;
274
274
  top: -0.5rem;
275
275
  }
276
+ :root {
277
+ --eds-datepicker: 1;
278
+ }
276
279
  .eds-simple-timepicker {
277
280
  --input-width: 7rem;
278
281
  width: var(--input-width);
@@ -290,6 +293,3 @@
290
293
  margin-top: -0.2rem;
291
294
  margin-left: -0.5rem;
292
295
  }
293
- :root {
294
- --eds-datepicker: 1;
295
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "9.1.3",
3
+ "version": "9.1.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.75",
31
- "@entur/button": "^3.2.7",
32
- "@entur/form": "^7.0.34",
33
- "@entur/icons": "^6.13.2",
34
- "@entur/modal": "^1.7.27",
31
+ "@entur/button": "^3.2.8",
32
+ "@entur/form": "^7.0.35",
33
+ "@entur/icons": "^6.14.0",
34
+ "@entur/modal": "^1.7.28",
35
35
  "@entur/tokens": "^3.12.0",
36
- "@entur/tooltip": "^2.6.43",
37
- "@entur/typography": "^1.8.21",
36
+ "@entur/tooltip": "^2.6.44",
37
+ "@entur/typography": "^1.8.22",
38
38
  "@entur/utils": "^0.10.0",
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": "55899d49a6bab285199abb7c6709da8088e5a2e3"
51
+ "gitHead": "883677c25c50baf66df6f90c46759d186147921c"
52
52
  }