@entur/datepicker 10.0.10 → 10.0.11
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 +36 -36
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -23,6 +23,38 @@
|
|
|
23
23
|
}
|
|
24
24
|
/* DO NOT CHANGE!*/
|
|
25
25
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
26
|
+
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
|
|
27
|
+
padding-right: 0rem;
|
|
28
|
+
}
|
|
29
|
+
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
|
|
30
|
+
margin-left: auto;
|
|
31
|
+
}
|
|
32
|
+
.eds-datepicker__open-calendar-button {
|
|
33
|
+
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
34
|
+
}
|
|
35
|
+
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
36
|
+
color: var(--components-datepicker-calendar-icon);
|
|
37
|
+
}
|
|
38
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
39
|
+
background-color: var(--components-button-iconbutton-standard-hover);
|
|
40
|
+
}
|
|
41
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:focus {
|
|
42
|
+
outline: 2px solid #181c56;
|
|
43
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
44
|
+
outline-offset: 0.125rem;
|
|
45
|
+
}
|
|
46
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
47
|
+
background-color: var(--components-button-iconbutton-standard-active);
|
|
48
|
+
}
|
|
49
|
+
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
50
|
+
padding: 0;
|
|
51
|
+
padding: initial;
|
|
52
|
+
width: inherit;
|
|
53
|
+
background-color: transparent;
|
|
54
|
+
background-color: initial;
|
|
55
|
+
}
|
|
56
|
+
/* DO NOT CHANGE!*/
|
|
57
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
26
58
|
.eds-datepicker__calendar,
|
|
27
59
|
.eds-contrast .eds-datepicker__calendar {
|
|
28
60
|
width: -moz-fit-content;
|
|
@@ -196,42 +228,6 @@
|
|
|
196
228
|
}
|
|
197
229
|
/* DO NOT CHANGE!*/
|
|
198
230
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
199
|
-
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
|
|
200
|
-
padding-right: 0rem;
|
|
201
|
-
}
|
|
202
|
-
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
|
|
203
|
-
margin-left: auto;
|
|
204
|
-
}
|
|
205
|
-
.eds-datepicker__open-calendar-button {
|
|
206
|
-
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
207
|
-
}
|
|
208
|
-
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
209
|
-
color: var(--components-datepicker-calendar-icon);
|
|
210
|
-
}
|
|
211
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
212
|
-
background-color: var(--components-button-iconbutton-standard-hover);
|
|
213
|
-
}
|
|
214
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:focus {
|
|
215
|
-
outline: 2px solid #181c56;
|
|
216
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
217
|
-
outline-offset: 0.125rem;
|
|
218
|
-
}
|
|
219
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
220
|
-
background-color: var(--components-button-iconbutton-standard-active);
|
|
221
|
-
}
|
|
222
|
-
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
223
|
-
padding: 0;
|
|
224
|
-
padding: initial;
|
|
225
|
-
width: inherit;
|
|
226
|
-
background-color: transparent;
|
|
227
|
-
background-color: initial;
|
|
228
|
-
}
|
|
229
|
-
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
230
|
-
position: relative;
|
|
231
|
-
top: -0.5rem;
|
|
232
|
-
}
|
|
233
|
-
/* DO NOT CHANGE!*/
|
|
234
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
235
231
|
.eds-timepicker {
|
|
236
232
|
width: -moz-fit-content;
|
|
237
233
|
width: fit-content;
|
|
@@ -269,6 +265,10 @@
|
|
|
269
265
|
.eds-timepicker .eds-icon-button--disabled__wrapper {
|
|
270
266
|
display: none;
|
|
271
267
|
}
|
|
268
|
+
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
269
|
+
position: relative;
|
|
270
|
+
top: -0.5rem;
|
|
271
|
+
}
|
|
272
272
|
.eds-simple-timepicker {
|
|
273
273
|
--input-width: 7rem;
|
|
274
274
|
width: var(--input-width);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.11",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/a11y": "^0.2.93",
|
|
31
31
|
"@entur/button": "^3.2.36",
|
|
32
|
-
"@entur/form": "^8.1.
|
|
32
|
+
"@entur/form": "^8.1.8",
|
|
33
33
|
"@entur/icons": "^7.5.0",
|
|
34
34
|
"@entur/modal": "^1.7.57",
|
|
35
35
|
"@entur/tokens": "^3.17.3",
|
|
36
|
-
"@entur/tooltip": "^5.1.
|
|
36
|
+
"@entur/tooltip": "^5.1.4",
|
|
37
37
|
"@entur/typography": "^1.8.49",
|
|
38
38
|
"@entur/utils": "^0.12.1",
|
|
39
39
|
"@floating-ui/react-dom": "^2.1.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"classnames": "^2.3.1",
|
|
49
49
|
"react-focus-lock": "^2.9.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "5c9836f2bcab799e31cc52b6fe72c6e198947a71"
|
|
52
52
|
}
|