@entur/datepicker 9.1.4 → 9.1.5

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 +8 -8
package/dist/styles.css CHANGED
@@ -145,33 +145,6 @@
145
145
  }
146
146
  /* DO NOT CHANGE!*/
147
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
148
  .eds-datepicker {
176
149
  position: relative;
177
150
  width: -moz-fit-content;
@@ -215,6 +188,33 @@
215
188
  }
216
189
  /* DO NOT CHANGE!*/
217
190
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
191
+ [dir="ltr"] .eds-date-and-time-field__segment {
192
+ text-align: right;
193
+ }
194
+ [dir="rtl"] .eds-date-and-time-field__segment {
195
+ text-align: left;
196
+ }
197
+ .eds-date-and-time-field__segment {
198
+ margin-top: 1rem;
199
+ padding: 0 2px;
200
+ font-feature-settings: "tnum";
201
+ font-variant-numeric: tabular-nums;
202
+ }
203
+ .eds-date-and-time-field__segment--placeholder {
204
+ color: #646464;
205
+ }
206
+ .eds-date-and-time-field__segment--dot-separator {
207
+ margin-left: -0.1rem;
208
+ margin-right: -0.2rem;
209
+ }
210
+ .eds-date-and-time-field__segment:focus {
211
+ background-color: #656782;
212
+ color: #ffffff;
213
+ outline: transparent;
214
+ border-radius: 0.0625rem;
215
+ }
216
+ /* DO NOT CHANGE!*/
217
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
218
218
  .eds-timepicker__wrapper {
219
219
  position: relative;
220
220
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/datepicker",
3
- "version": "9.1.4",
3
+ "version": "9.1.5",
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.8",
32
- "@entur/form": "^7.0.35",
33
- "@entur/icons": "^6.14.0",
34
- "@entur/modal": "^1.7.28",
31
+ "@entur/button": "^3.2.9",
32
+ "@entur/form": "^7.0.36",
33
+ "@entur/icons": "^6.15.0",
34
+ "@entur/modal": "^1.7.29",
35
35
  "@entur/tokens": "^3.12.0",
36
- "@entur/tooltip": "^2.6.44",
37
- "@entur/typography": "^1.8.22",
36
+ "@entur/tooltip": "^2.6.45",
37
+ "@entur/typography": "^1.8.23",
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": "883677c25c50baf66df6f90c46759d186147921c"
51
+ "gitHead": "3842f90322ff4340572e6597baf4ce753a6bf355"
52
52
  }