@entur/datepicker 8.0.5 → 8.0.6
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 +26 -26
- package/package.json +11 -11
package/dist/styles.css
CHANGED
|
@@ -172,32 +172,6 @@
|
|
|
172
172
|
}
|
|
173
173
|
/* DO NOT CHANGE!*/
|
|
174
174
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
175
|
-
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
176
|
-
margin-left: 1rem;
|
|
177
|
-
}
|
|
178
|
-
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
179
|
-
border-color: transparent;
|
|
180
|
-
box-shadow: none;
|
|
181
|
-
}
|
|
182
|
-
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
183
|
-
border-color: transparent;
|
|
184
|
-
box-shadow: none;
|
|
185
|
-
}
|
|
186
|
-
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
187
|
-
background: none;
|
|
188
|
-
}
|
|
189
|
-
.eds-datefield .eds-form-control__append--tooltip {
|
|
190
|
-
margin-top: 0.75rem;
|
|
191
|
-
margin-right: -0.25rem;
|
|
192
|
-
}
|
|
193
|
-
/* DO NOT CHANGE!*/
|
|
194
|
-
/* 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
175
|
.eds-timepicker__wrapper {
|
|
202
176
|
position: relative;
|
|
203
177
|
display: flex;
|
|
@@ -246,6 +220,32 @@
|
|
|
246
220
|
}
|
|
247
221
|
/* DO NOT CHANGE!*/
|
|
248
222
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
223
|
+
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
224
|
+
margin-left: 1rem;
|
|
225
|
+
}
|
|
226
|
+
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
227
|
+
border-color: transparent;
|
|
228
|
+
box-shadow: none;
|
|
229
|
+
}
|
|
230
|
+
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
231
|
+
border-color: transparent;
|
|
232
|
+
box-shadow: none;
|
|
233
|
+
}
|
|
234
|
+
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
235
|
+
background: none;
|
|
236
|
+
}
|
|
237
|
+
.eds-datefield .eds-form-control__append--tooltip {
|
|
238
|
+
margin-top: 0.75rem;
|
|
239
|
+
margin-right: -0.25rem;
|
|
240
|
+
}
|
|
241
|
+
/* DO NOT CHANGE!*/
|
|
242
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
243
|
+
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
244
|
+
position: relative;
|
|
245
|
+
top: -0.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.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/a11y": "^0.2.
|
|
31
|
-
"@entur/button": "^3.0.
|
|
32
|
-
"@entur/form": "^7.0.
|
|
33
|
-
"@entur/icons": "^6.3.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
35
|
-
"@entur/tokens": "^3.
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
38
|
-
"@entur/utils": "^0.9.
|
|
30
|
+
"@entur/a11y": "^0.2.66",
|
|
31
|
+
"@entur/button": "^3.0.9",
|
|
32
|
+
"@entur/form": "^7.0.10",
|
|
33
|
+
"@entur/icons": "^6.3.1",
|
|
34
|
+
"@entur/modal": "^1.7.4",
|
|
35
|
+
"@entur/tokens": "^3.10.0",
|
|
36
|
+
"@entur/tooltip": "^2.6.20",
|
|
37
|
+
"@entur/typography": "^1.8.1",
|
|
38
|
+
"@entur/utils": "^0.9.1",
|
|
39
39
|
"@floating-ui/react-dom": "^1.0.0",
|
|
40
40
|
"@internationalized/date": "^3.0.2",
|
|
41
41
|
"@react-aria/button": "^3.6.4",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"node": "16.17.0",
|
|
53
53
|
"yarn": "1.22.19"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "de2304501aabbda4457d9dbfe30671786b91474e"
|
|
56
56
|
}
|