@entur/datepicker 4.0.3 → 4.0.4
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 +24 -24
- package/package.json +11 -11
package/dist/styles.css
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
--eds-datepicker: 1;
|
|
3
3
|
}/* DO NOT CHANGE!*/
|
|
4
4
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
5
|
+
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
6
|
+
margin-left: 1rem;
|
|
7
|
+
}
|
|
8
|
+
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
9
|
+
border-color: transparent;
|
|
10
|
+
box-shadow: none;
|
|
11
|
+
}
|
|
12
|
+
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
13
|
+
border-color: transparent;
|
|
14
|
+
box-shadow: none;
|
|
15
|
+
}
|
|
16
|
+
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
17
|
+
background: none;
|
|
18
|
+
}
|
|
19
|
+
.eds-datefield .eds-form-control__append--tooltip {
|
|
20
|
+
margin-top: 0.75rem;
|
|
21
|
+
margin-right: -0.25rem;
|
|
22
|
+
}/* DO NOT CHANGE!*/
|
|
23
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
5
24
|
.eds-datepicker__calendar,
|
|
6
25
|
.eds-contrast .eds-datepicker__calendar {
|
|
7
26
|
width: -moz-fit-content;
|
|
@@ -128,25 +147,6 @@
|
|
|
128
147
|
border-bottom: 2px solid #ff5959;
|
|
129
148
|
}/* DO NOT CHANGE!*/
|
|
130
149
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
131
|
-
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
132
|
-
margin-left: 1rem;
|
|
133
|
-
}
|
|
134
|
-
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
135
|
-
border-color: transparent;
|
|
136
|
-
box-shadow: none;
|
|
137
|
-
}
|
|
138
|
-
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
139
|
-
border-color: transparent;
|
|
140
|
-
box-shadow: none;
|
|
141
|
-
}
|
|
142
|
-
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
143
|
-
background: none;
|
|
144
|
-
}
|
|
145
|
-
.eds-datefield .eds-form-control__append--tooltip {
|
|
146
|
-
margin-top: 0.75rem;
|
|
147
|
-
margin-right: -0.25rem;
|
|
148
|
-
}/* DO NOT CHANGE!*/
|
|
149
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
150
150
|
.eds-datepicker {
|
|
151
151
|
position: relative;
|
|
152
152
|
width: -moz-fit-content;
|
|
@@ -188,6 +188,11 @@
|
|
|
188
188
|
overflow: scroll;
|
|
189
189
|
}/* DO NOT CHANGE!*/
|
|
190
190
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
191
|
+
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
192
|
+
position: relative;
|
|
193
|
+
top: -0.5rem;
|
|
194
|
+
}/* DO NOT CHANGE!*/
|
|
195
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
191
196
|
.eds-timepicker__wrapper {
|
|
192
197
|
position: relative;
|
|
193
198
|
display: flex;
|
|
@@ -235,11 +240,6 @@
|
|
|
235
240
|
top: 3.5rem;
|
|
236
241
|
}/* DO NOT CHANGE!*/
|
|
237
242
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
238
|
-
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
239
|
-
position: relative;
|
|
240
|
-
top: -0.5rem;
|
|
241
|
-
}/* DO NOT CHANGE!*/
|
|
242
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
243
243
|
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
244
244
|
text-align: right;
|
|
245
245
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
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": "^2.10.
|
|
32
|
-
"@entur/form": "^5.4.
|
|
33
|
-
"@entur/icons": "^5.
|
|
34
|
-
"@entur/modal": "^1.6.
|
|
35
|
-
"@entur/tokens": "^3.
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
-
"@entur/typography": "^1.7.
|
|
38
|
-
"@entur/utils": "^0.5.
|
|
30
|
+
"@entur/a11y": "^0.2.59",
|
|
31
|
+
"@entur/button": "^2.10.14",
|
|
32
|
+
"@entur/form": "^5.4.18",
|
|
33
|
+
"@entur/icons": "^5.8.0",
|
|
34
|
+
"@entur/modal": "^1.6.24",
|
|
35
|
+
"@entur/tokens": "^3.8.0",
|
|
36
|
+
"@entur/tooltip": "^2.6.5",
|
|
37
|
+
"@entur/typography": "^1.7.10",
|
|
38
|
+
"@entur/utils": "^0.5.5",
|
|
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": "bc067536ed769de8072f19002ef4877a1e974443"
|
|
56
56
|
}
|