@entur/datepicker 8.0.13 → 8.0.14
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 +39 -39
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -1,29 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
4
|
-
text-align: right;
|
|
5
|
-
}
|
|
6
|
-
[dir="rtl"] .eds-date-and-time-field__segment {
|
|
7
|
-
text-align: left;
|
|
1
|
+
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
2
|
+
margin-left: 1rem;
|
|
8
3
|
}
|
|
9
|
-
.eds-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
font-feature-settings: "tnum";
|
|
13
|
-
font-variant-numeric: tabular-nums;
|
|
4
|
+
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
5
|
+
border-color: transparent;
|
|
6
|
+
box-shadow: none;
|
|
14
7
|
}
|
|
15
|
-
.eds-
|
|
16
|
-
color:
|
|
8
|
+
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
9
|
+
border-color: transparent;
|
|
10
|
+
box-shadow: none;
|
|
17
11
|
}
|
|
18
|
-
.eds-date-and-time-field__segment
|
|
19
|
-
|
|
20
|
-
margin-right: -0.2rem;
|
|
12
|
+
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
13
|
+
background: none;
|
|
21
14
|
}
|
|
22
|
-
.eds-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
outline: none;
|
|
26
|
-
border-radius: 0.0625rem;
|
|
15
|
+
.eds-datefield .eds-form-control__append--tooltip {
|
|
16
|
+
margin-top: 0.75rem;
|
|
17
|
+
margin-right: -0.25rem;
|
|
27
18
|
}
|
|
28
19
|
/* DO NOT CHANGE!*/
|
|
29
20
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -152,23 +143,32 @@
|
|
|
152
143
|
.eds-contrast .eds-datepicker__calendar__grid__cell--today {
|
|
153
144
|
border-bottom: 2px solid #ff5959;
|
|
154
145
|
}
|
|
155
|
-
|
|
156
|
-
|
|
146
|
+
/* DO NOT CHANGE!*/
|
|
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;
|
|
157
150
|
}
|
|
158
|
-
.eds-
|
|
159
|
-
|
|
160
|
-
box-shadow: none;
|
|
151
|
+
[dir="rtl"] .eds-date-and-time-field__segment {
|
|
152
|
+
text-align: left;
|
|
161
153
|
}
|
|
162
|
-
.eds-
|
|
163
|
-
|
|
164
|
-
|
|
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;
|
|
165
159
|
}
|
|
166
|
-
.eds-
|
|
167
|
-
|
|
160
|
+
.eds-date-and-time-field__segment--placeholder {
|
|
161
|
+
color: #646464;
|
|
168
162
|
}
|
|
169
|
-
.eds-
|
|
170
|
-
margin-
|
|
171
|
-
margin-right: -0.
|
|
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: none;
|
|
171
|
+
border-radius: 0.0625rem;
|
|
172
172
|
}
|
|
173
173
|
/* DO NOT CHANGE!*/
|
|
174
174
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -212,6 +212,10 @@
|
|
|
212
212
|
background-color: initial;
|
|
213
213
|
overflow: scroll;
|
|
214
214
|
}
|
|
215
|
+
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
216
|
+
position: relative;
|
|
217
|
+
top: -0.5rem;
|
|
218
|
+
}
|
|
215
219
|
/* DO NOT CHANGE!*/
|
|
216
220
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
217
221
|
.eds-timepicker__wrapper {
|
|
@@ -260,10 +264,6 @@
|
|
|
260
264
|
position: absolute;
|
|
261
265
|
top: 3.5rem;
|
|
262
266
|
}
|
|
263
|
-
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
264
|
-
position: relative;
|
|
265
|
-
top: -0.5rem;
|
|
266
|
-
}
|
|
267
267
|
:root {
|
|
268
268
|
--eds-datepicker: 1;
|
|
269
269
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.14",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"node": "16.17.0",
|
|
53
53
|
"yarn": "1.22.19"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "c2bedc452395ed78cce9a2dc38b1998750330779"
|
|
56
56
|
}
|