@entur/datepicker 8.0.2 → 8.0.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.
- package/dist/styles.css +54 -54
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -130,6 +130,54 @@
|
|
|
130
130
|
}
|
|
131
131
|
/* DO NOT CHANGE!*/
|
|
132
132
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
133
|
+
.eds-timepicker__wrapper {
|
|
134
|
+
position: relative;
|
|
135
|
+
display: flex;
|
|
136
|
+
align-items: center;
|
|
137
|
+
width: -moz-fit-content;
|
|
138
|
+
width: fit-content;
|
|
139
|
+
}
|
|
140
|
+
.eds-timepicker__wrapper .eds-timepicker {
|
|
141
|
+
justify-content: center;
|
|
142
|
+
padding: 0rem 3rem;
|
|
143
|
+
}
|
|
144
|
+
.eds-timepicker__wrapper .eds-timepicker .eds-input-group__label,
|
|
145
|
+
.eds-timepicker__wrapper .eds-timepicker .eds-input-group__label--filled {
|
|
146
|
+
margin-left: 0rem !important;
|
|
147
|
+
}
|
|
148
|
+
.eds-timepicker__wrapper .eds-timepicker__arrowbutton {
|
|
149
|
+
color: #181c56;
|
|
150
|
+
}
|
|
151
|
+
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--left {
|
|
152
|
+
position: absolute;
|
|
153
|
+
left: 0.35rem;
|
|
154
|
+
z-index: 1;
|
|
155
|
+
}
|
|
156
|
+
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--right {
|
|
157
|
+
position: absolute;
|
|
158
|
+
right: 0.4rem;
|
|
159
|
+
}
|
|
160
|
+
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--disabled {
|
|
161
|
+
opacity: 0.5;
|
|
162
|
+
pointer-events: none;
|
|
163
|
+
visibility: hidden;
|
|
164
|
+
}
|
|
165
|
+
.eds-timepicker__wrapper .eds-timepicker__arrowbutton:hover {
|
|
166
|
+
background-color: #d1d4e3;
|
|
167
|
+
}
|
|
168
|
+
.eds-timepicker__wrapper .eds-timepicker .eds-form-control__append--tooltip {
|
|
169
|
+
margin-top: 0.75rem;
|
|
170
|
+
margin-right: -0.25rem;
|
|
171
|
+
}
|
|
172
|
+
.eds-timepicker__wrapper .eds-icon-button--disabled__wrapper {
|
|
173
|
+
display: none;
|
|
174
|
+
}
|
|
175
|
+
.eds-timepicker__wrapper .eds-feedback-text {
|
|
176
|
+
position: absolute;
|
|
177
|
+
top: 3.5rem;
|
|
178
|
+
}
|
|
179
|
+
/* DO NOT CHANGE!*/
|
|
180
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
133
181
|
.eds-datepicker {
|
|
134
182
|
position: relative;
|
|
135
183
|
width: -moz-fit-content;
|
|
@@ -172,6 +220,12 @@
|
|
|
172
220
|
}
|
|
173
221
|
/* DO NOT CHANGE!*/
|
|
174
222
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
223
|
+
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
224
|
+
position: relative;
|
|
225
|
+
top: -0.5rem;
|
|
226
|
+
}
|
|
227
|
+
/* DO NOT CHANGE!*/
|
|
228
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
175
229
|
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
176
230
|
margin-left: 1rem;
|
|
177
231
|
}
|
|
@@ -192,60 +246,6 @@
|
|
|
192
246
|
}
|
|
193
247
|
/* DO NOT CHANGE!*/
|
|
194
248
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
195
|
-
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
196
|
-
position: relative;
|
|
197
|
-
top: -0.5rem;
|
|
198
|
-
}
|
|
199
|
-
/* DO NOT CHANGE!*/
|
|
200
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
201
|
-
.eds-timepicker__wrapper {
|
|
202
|
-
position: relative;
|
|
203
|
-
display: flex;
|
|
204
|
-
align-items: center;
|
|
205
|
-
width: -moz-fit-content;
|
|
206
|
-
width: fit-content;
|
|
207
|
-
}
|
|
208
|
-
.eds-timepicker__wrapper .eds-timepicker {
|
|
209
|
-
justify-content: center;
|
|
210
|
-
padding: 0rem 3rem;
|
|
211
|
-
}
|
|
212
|
-
.eds-timepicker__wrapper .eds-timepicker .eds-input-group__label,
|
|
213
|
-
.eds-timepicker__wrapper .eds-timepicker .eds-input-group__label--filled {
|
|
214
|
-
margin-left: 0rem !important;
|
|
215
|
-
}
|
|
216
|
-
.eds-timepicker__wrapper .eds-timepicker__arrowbutton {
|
|
217
|
-
color: #181c56;
|
|
218
|
-
}
|
|
219
|
-
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--left {
|
|
220
|
-
position: absolute;
|
|
221
|
-
left: 0.35rem;
|
|
222
|
-
z-index: 1;
|
|
223
|
-
}
|
|
224
|
-
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--right {
|
|
225
|
-
position: absolute;
|
|
226
|
-
right: 0.4rem;
|
|
227
|
-
}
|
|
228
|
-
.eds-timepicker__wrapper .eds-timepicker__arrowbutton--disabled {
|
|
229
|
-
opacity: 0.5;
|
|
230
|
-
pointer-events: none;
|
|
231
|
-
visibility: hidden;
|
|
232
|
-
}
|
|
233
|
-
.eds-timepicker__wrapper .eds-timepicker__arrowbutton:hover {
|
|
234
|
-
background-color: #d1d4e3;
|
|
235
|
-
}
|
|
236
|
-
.eds-timepicker__wrapper .eds-timepicker .eds-form-control__append--tooltip {
|
|
237
|
-
margin-top: 0.75rem;
|
|
238
|
-
margin-right: -0.25rem;
|
|
239
|
-
}
|
|
240
|
-
.eds-timepicker__wrapper .eds-icon-button--disabled__wrapper {
|
|
241
|
-
display: none;
|
|
242
|
-
}
|
|
243
|
-
.eds-timepicker__wrapper .eds-feedback-text {
|
|
244
|
-
position: absolute;
|
|
245
|
-
top: 3.5rem;
|
|
246
|
-
}
|
|
247
|
-
/* DO NOT CHANGE!*/
|
|
248
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
249
249
|
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
250
250
|
text-align: right;
|
|
251
251
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3",
|
|
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.65",
|
|
31
31
|
"@entur/button": "^3.0.7",
|
|
32
|
-
"@entur/form": "^7.0.
|
|
33
|
-
"@entur/icons": "^6.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
32
|
+
"@entur/form": "^7.0.8",
|
|
33
|
+
"@entur/icons": "^6.3.0",
|
|
34
|
+
"@entur/modal": "^1.7.1",
|
|
35
35
|
"@entur/tokens": "^3.9.0",
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
36
|
+
"@entur/tooltip": "^2.6.18",
|
|
37
37
|
"@entur/typography": "^1.7.17",
|
|
38
38
|
"@entur/utils": "^0.9.0",
|
|
39
39
|
"@floating-ui/react-dom": "^1.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"node": "16.17.0",
|
|
53
53
|
"yarn": "1.22.19"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "a4e1d50fdac6ac767d5a90e92360c8d07e7c5e9c"
|
|
56
56
|
}
|