@entur/datepicker 9.4.1 → 9.4.3

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 +26 -26
  2. package/package.json +11 -11
package/dist/styles.css CHANGED
@@ -142,32 +142,6 @@
142
142
  .eds-contrast .eds-datepicker__calendar__grid__cell--today {
143
143
  border-bottom: 2px solid var(--components-datepicker-calendar-stroke-today);
144
144
  }
145
- /* DO NOT CHANGE!*/
146
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
147
- [dir="ltr"] .eds-date-and-time-field__segment {
148
- text-align: right;
149
- }
150
- [dir="rtl"] .eds-date-and-time-field__segment {
151
- text-align: left;
152
- }
153
- .eds-date-and-time-field__segment {
154
- margin-top: 1rem;
155
- padding: 0 2px;
156
- font-feature-settings: "tnum";
157
- font-variant-numeric: tabular-nums;
158
- }
159
- .eds-date-and-time-field__segment--placeholder {
160
- color: var(--components-datepicker-datefield-standard-text-content);
161
- }
162
- .eds-date-and-time-field__segment--dot-separator {
163
- margin-left: -0.1rem;
164
- margin-right: -0.2rem;
165
- }
166
- .eds-date-and-time-field__segment:focus {
167
- background-color: var(--components-button-iconbutton-standard-active);
168
- outline: transparent;
169
- border-radius: 0.0625rem;
170
- }
171
145
  .eds-datefield div:first-of-type.eds-date-and-time-field__segment {
172
146
  margin-left: 1rem;
173
147
  }
@@ -232,6 +206,32 @@
232
206
  }
233
207
  /* DO NOT CHANGE!*/
234
208
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
209
+ [dir="ltr"] .eds-date-and-time-field__segment {
210
+ text-align: right;
211
+ }
212
+ [dir="rtl"] .eds-date-and-time-field__segment {
213
+ text-align: left;
214
+ }
215
+ .eds-date-and-time-field__segment {
216
+ margin-top: 1rem;
217
+ padding: 0 2px;
218
+ font-feature-settings: "tnum";
219
+ font-variant-numeric: tabular-nums;
220
+ }
221
+ .eds-date-and-time-field__segment--placeholder {
222
+ color: var(--components-datepicker-datefield-standard-text-content);
223
+ }
224
+ .eds-date-and-time-field__segment--dot-separator {
225
+ margin-left: -0.1rem;
226
+ margin-right: -0.2rem;
227
+ }
228
+ .eds-date-and-time-field__segment:focus {
229
+ background-color: var(--components-button-iconbutton-standard-active);
230
+ outline: transparent;
231
+ border-radius: 0.0625rem;
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.1",
3
+ "version": "9.4.3",
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.81",
31
- "@entur/button": "^3.2.17",
32
- "@entur/form": "^7.1.1",
33
- "@entur/icons": "^6.15.6",
34
- "@entur/modal": "^1.7.38",
35
- "@entur/tokens": "^3.13.4",
36
- "@entur/tooltip": "^2.7.1",
37
- "@entur/typography": "^1.8.30",
38
- "@entur/utils": "^0.11.0",
30
+ "@entur/a11y": "^0.2.83",
31
+ "@entur/button": "^3.2.19",
32
+ "@entur/form": "^7.1.3",
33
+ "@entur/icons": "^6.15.7",
34
+ "@entur/modal": "^1.7.40",
35
+ "@entur/tokens": "^3.13.5",
36
+ "@entur/tooltip": "^2.7.3",
37
+ "@entur/typography": "^1.8.32",
38
+ "@entur/utils": "^0.11.1",
39
39
  "@floating-ui/react-dom": "^1.0.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": "af2884729bb414d54d6cf9e9a28b2b6f7c74af74"
51
+ "gitHead": "4a9415af2b2c72292bbb4c6aeeb0f79b7dbdb0bd"
52
52
  }