@entur/datepicker 11.0.3 → 11.0.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.
- package/dist/styles.css +58 -58
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -1,37 +1,5 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
-
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
|
|
4
|
-
padding-right: 0rem;
|
|
5
|
-
}
|
|
6
|
-
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
|
|
7
|
-
margin-left: auto;
|
|
8
|
-
}
|
|
9
|
-
.eds-datepicker__open-calendar-button {
|
|
10
|
-
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
11
|
-
}
|
|
12
|
-
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
13
|
-
color: var(--components-datepicker-calendar-icon);
|
|
14
|
-
}
|
|
15
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
16
|
-
background-color: var(--components-button-iconbutton-standard-hover);
|
|
17
|
-
}
|
|
18
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:focus-visible {
|
|
19
|
-
outline: 2px solid #181c56;
|
|
20
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
21
|
-
outline-offset: 0.125rem;
|
|
22
|
-
}
|
|
23
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
24
|
-
background-color: var(--components-button-iconbutton-standard-active);
|
|
25
|
-
}
|
|
26
|
-
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
27
|
-
padding: 0;
|
|
28
|
-
padding: initial;
|
|
29
|
-
width: inherit;
|
|
30
|
-
background-color: transparent;
|
|
31
|
-
background-color: initial;
|
|
32
|
-
}
|
|
33
|
-
/* DO NOT CHANGE!*/
|
|
34
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
35
3
|
.eds-datefield {
|
|
36
4
|
width: -moz-fit-content;
|
|
37
5
|
width: fit-content;
|
|
@@ -191,6 +159,38 @@
|
|
|
191
159
|
}
|
|
192
160
|
/* DO NOT CHANGE!*/
|
|
193
161
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
162
|
+
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
|
|
163
|
+
padding-right: 0rem;
|
|
164
|
+
}
|
|
165
|
+
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
|
|
166
|
+
margin-left: auto;
|
|
167
|
+
}
|
|
168
|
+
.eds-datepicker__open-calendar-button {
|
|
169
|
+
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
170
|
+
}
|
|
171
|
+
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
172
|
+
color: var(--components-datepicker-calendar-icon);
|
|
173
|
+
}
|
|
174
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
175
|
+
background-color: var(--components-button-iconbutton-standard-hover);
|
|
176
|
+
}
|
|
177
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:focus-visible {
|
|
178
|
+
outline: 2px solid #181c56;
|
|
179
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
180
|
+
outline-offset: 0.125rem;
|
|
181
|
+
}
|
|
182
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
183
|
+
background-color: var(--components-button-iconbutton-standard-active);
|
|
184
|
+
}
|
|
185
|
+
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
186
|
+
padding: 0;
|
|
187
|
+
padding: initial;
|
|
188
|
+
width: inherit;
|
|
189
|
+
background-color: transparent;
|
|
190
|
+
background-color: initial;
|
|
191
|
+
}
|
|
192
|
+
/* DO NOT CHANGE!*/
|
|
193
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
194
194
|
.eds-date-and-time-field__segment {
|
|
195
195
|
margin-top: 1rem;
|
|
196
196
|
padding: 0 2px;
|
|
@@ -262,6 +262,32 @@
|
|
|
262
262
|
position: relative;
|
|
263
263
|
top: -0.5rem;
|
|
264
264
|
}
|
|
265
|
+
.eds-simple-timepicker {
|
|
266
|
+
width: 7rem;
|
|
267
|
+
width: var(--input-width);
|
|
268
|
+
--input-width: 7rem;
|
|
269
|
+
}
|
|
270
|
+
.eds-simple-timepicker--has-tooltip {
|
|
271
|
+
--input-width: 9rem;
|
|
272
|
+
}
|
|
273
|
+
.eds-simple-timepicker--hide-clock {
|
|
274
|
+
--input-width: 5rem;
|
|
275
|
+
}
|
|
276
|
+
.eds-simple-timepicker--hide-clock.eds-simple-timepicker--has-tooltip {
|
|
277
|
+
--input-width: 7rem;
|
|
278
|
+
}
|
|
279
|
+
.eds-simple-timepicker--show-seconds {
|
|
280
|
+
--input-width: 8.5rem;
|
|
281
|
+
}
|
|
282
|
+
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock {
|
|
283
|
+
--input-width: 6.5rem;
|
|
284
|
+
}
|
|
285
|
+
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock.eds-simple-timepicker--has-tooltip {
|
|
286
|
+
--input-width: 8.5rem;
|
|
287
|
+
}
|
|
288
|
+
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--has-tooltip {
|
|
289
|
+
--input-width: 10.5rem;
|
|
290
|
+
}
|
|
265
291
|
/* DO NOT CHANGE!*/
|
|
266
292
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
267
293
|
/* DO NOT CHANGE!*/
|
|
@@ -298,29 +324,3 @@
|
|
|
298
324
|
:root {
|
|
299
325
|
--eds-datepicker: 1;
|
|
300
326
|
}
|
|
301
|
-
.eds-simple-timepicker {
|
|
302
|
-
width: 7rem;
|
|
303
|
-
width: var(--input-width);
|
|
304
|
-
--input-width: 7rem;
|
|
305
|
-
}
|
|
306
|
-
.eds-simple-timepicker--has-tooltip {
|
|
307
|
-
--input-width: 9rem;
|
|
308
|
-
}
|
|
309
|
-
.eds-simple-timepicker--hide-clock {
|
|
310
|
-
--input-width: 5rem;
|
|
311
|
-
}
|
|
312
|
-
.eds-simple-timepicker--hide-clock.eds-simple-timepicker--has-tooltip {
|
|
313
|
-
--input-width: 7rem;
|
|
314
|
-
}
|
|
315
|
-
.eds-simple-timepicker--show-seconds {
|
|
316
|
-
--input-width: 8.5rem;
|
|
317
|
-
}
|
|
318
|
-
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock {
|
|
319
|
-
--input-width: 6.5rem;
|
|
320
|
-
}
|
|
321
|
-
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--hide-clock.eds-simple-timepicker--has-tooltip {
|
|
322
|
-
--input-width: 8.5rem;
|
|
323
|
-
}
|
|
324
|
-
.eds-simple-timepicker--show-seconds.eds-simple-timepicker--has-tooltip {
|
|
325
|
-
--input-width: 10.5rem;
|
|
326
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.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.98",
|
|
31
|
-
"@entur/button": "^3.3.
|
|
32
|
-
"@entur/form": "^8.2.
|
|
33
|
-
"@entur/icons": "^7.11.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
31
|
+
"@entur/button": "^3.3.8",
|
|
32
|
+
"@entur/form": "^8.2.8",
|
|
33
|
+
"@entur/icons": "^7.11.1",
|
|
34
|
+
"@entur/modal": "^1.7.68",
|
|
35
35
|
"@entur/tokens": "^3.19.0",
|
|
36
|
-
"@entur/tooltip": "^5.2.
|
|
37
|
-
"@entur/typography": "^1.9.
|
|
36
|
+
"@entur/tooltip": "^5.2.8",
|
|
37
|
+
"@entur/typography": "^1.9.8",
|
|
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": "
|
|
54
|
+
"gitHead": "af6fc58f70a8e98b774cd4c19478392c802b071f"
|
|
55
55
|
}
|