@entur/datepicker 8.1.0 → 8.1.2
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 +21 -21
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -125,24 +125,6 @@
|
|
|
125
125
|
.eds-contrast .eds-datepicker__calendar__grid__cell--today {
|
|
126
126
|
border-bottom: 2px solid #ff5959;
|
|
127
127
|
}
|
|
128
|
-
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
129
|
-
margin-left: 1rem;
|
|
130
|
-
}
|
|
131
|
-
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
132
|
-
border-color: transparent;
|
|
133
|
-
box-shadow: none;
|
|
134
|
-
}
|
|
135
|
-
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
136
|
-
border-color: transparent;
|
|
137
|
-
box-shadow: none;
|
|
138
|
-
}
|
|
139
|
-
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
140
|
-
background: none;
|
|
141
|
-
}
|
|
142
|
-
.eds-datefield .eds-form-control__append--tooltip {
|
|
143
|
-
margin-top: 0.75rem;
|
|
144
|
-
margin-right: -0.25rem;
|
|
145
|
-
}
|
|
146
128
|
/* DO NOT CHANGE!*/
|
|
147
129
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
148
130
|
.eds-datepicker {
|
|
@@ -212,6 +194,24 @@
|
|
|
212
194
|
outline: none;
|
|
213
195
|
border-radius: 0.0625rem;
|
|
214
196
|
}
|
|
197
|
+
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
198
|
+
margin-left: 1rem;
|
|
199
|
+
}
|
|
200
|
+
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
201
|
+
border-color: transparent;
|
|
202
|
+
box-shadow: none;
|
|
203
|
+
}
|
|
204
|
+
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
205
|
+
border-color: transparent;
|
|
206
|
+
box-shadow: none;
|
|
207
|
+
}
|
|
208
|
+
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
209
|
+
background: none;
|
|
210
|
+
}
|
|
211
|
+
.eds-datefield .eds-form-control__append--tooltip {
|
|
212
|
+
margin-top: 0.75rem;
|
|
213
|
+
margin-right: -0.25rem;
|
|
214
|
+
}
|
|
215
215
|
/* DO NOT CHANGE!*/
|
|
216
216
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
217
217
|
.eds-timepicker__wrapper {
|
|
@@ -264,9 +264,6 @@
|
|
|
264
264
|
position: relative;
|
|
265
265
|
top: -0.5rem;
|
|
266
266
|
}
|
|
267
|
-
:root {
|
|
268
|
-
--eds-datepicker: 1;
|
|
269
|
-
}
|
|
270
267
|
.eds-simple-timepicker {
|
|
271
268
|
--input-width: 7rem;
|
|
272
269
|
width: var(--input-width);
|
|
@@ -284,3 +281,6 @@
|
|
|
284
281
|
margin-top: -0.2rem;
|
|
285
282
|
margin-left: -0.5rem;
|
|
286
283
|
}
|
|
284
|
+
:root {
|
|
285
|
+
--eds-datepicker: 1;
|
|
286
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
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.70",
|
|
31
|
-
"@entur/button": "^3.1.
|
|
32
|
-
"@entur/form": "^7.0.
|
|
33
|
-
"@entur/icons": "^6.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
31
|
+
"@entur/button": "^3.1.6",
|
|
32
|
+
"@entur/form": "^7.0.22",
|
|
33
|
+
"@entur/icons": "^6.10.0",
|
|
34
|
+
"@entur/modal": "^1.7.15",
|
|
35
35
|
"@entur/tokens": "^3.10.0",
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
36
|
+
"@entur/tooltip": "^2.6.31",
|
|
37
|
+
"@entur/typography": "^1.8.12",
|
|
38
38
|
"@entur/utils": "^0.9.5",
|
|
39
39
|
"@floating-ui/react-dom": "^1.0.0",
|
|
40
40
|
"@internationalized/date": "^3.4.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"node": "16.17.0",
|
|
53
53
|
"yarn": "1.22.19"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "9e97f6db17e2ad5096603ba20d568601059ca53e"
|
|
56
56
|
}
|