@entur/datepicker 8.0.10 → 8.0.11
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 +68 -68
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -3,6 +3,68 @@
|
|
|
3
3
|
}
|
|
4
4
|
/* DO NOT CHANGE!*/
|
|
5
5
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
6
|
+
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
7
|
+
margin-left: 1rem;
|
|
8
|
+
}
|
|
9
|
+
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
10
|
+
border-color: transparent;
|
|
11
|
+
box-shadow: none;
|
|
12
|
+
}
|
|
13
|
+
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
14
|
+
border-color: transparent;
|
|
15
|
+
box-shadow: none;
|
|
16
|
+
}
|
|
17
|
+
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
18
|
+
background: none;
|
|
19
|
+
}
|
|
20
|
+
.eds-datefield .eds-form-control__append--tooltip {
|
|
21
|
+
margin-top: 0.75rem;
|
|
22
|
+
margin-right: -0.25rem;
|
|
23
|
+
}
|
|
24
|
+
/* DO NOT CHANGE!*/
|
|
25
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
26
|
+
.eds-datepicker {
|
|
27
|
+
position: relative;
|
|
28
|
+
width: -moz-fit-content;
|
|
29
|
+
width: fit-content;
|
|
30
|
+
}
|
|
31
|
+
.eds-datepicker__open-calendar-button {
|
|
32
|
+
position: absolute;
|
|
33
|
+
right: 0.5rem;
|
|
34
|
+
top: 0.45rem;
|
|
35
|
+
}
|
|
36
|
+
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
37
|
+
color: #181c56;
|
|
38
|
+
}
|
|
39
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
40
|
+
background-color: #656782;
|
|
41
|
+
color: #ffffff;
|
|
42
|
+
}
|
|
43
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:focus {
|
|
44
|
+
border: 0.0625rem solid #181c56;
|
|
45
|
+
}
|
|
46
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
47
|
+
background-color: #8285a8;
|
|
48
|
+
}
|
|
49
|
+
.eds-datepicker__datefield {
|
|
50
|
+
padding-right: 4rem;
|
|
51
|
+
}
|
|
52
|
+
.eds-datepicker__datefield--disabled {
|
|
53
|
+
padding-right: 1rem;
|
|
54
|
+
}
|
|
55
|
+
.eds-datepicker__datefield__wrapper {
|
|
56
|
+
position: relative;
|
|
57
|
+
}
|
|
58
|
+
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
59
|
+
padding: 0;
|
|
60
|
+
padding: initial;
|
|
61
|
+
width: inherit;
|
|
62
|
+
background-color: transparent;
|
|
63
|
+
background-color: initial;
|
|
64
|
+
overflow: scroll;
|
|
65
|
+
}
|
|
66
|
+
/* DO NOT CHANGE!*/
|
|
67
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
6
68
|
.eds-datepicker__calendar,
|
|
7
69
|
.eds-contrast .eds-datepicker__calendar {
|
|
8
70
|
width: -moz-fit-content;
|
|
@@ -130,74 +192,6 @@
|
|
|
130
192
|
}
|
|
131
193
|
/* DO NOT CHANGE!*/
|
|
132
194
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
133
|
-
.eds-datepicker {
|
|
134
|
-
position: relative;
|
|
135
|
-
width: -moz-fit-content;
|
|
136
|
-
width: fit-content;
|
|
137
|
-
}
|
|
138
|
-
.eds-datepicker__open-calendar-button {
|
|
139
|
-
position: absolute;
|
|
140
|
-
right: 0.5rem;
|
|
141
|
-
top: 0.45rem;
|
|
142
|
-
}
|
|
143
|
-
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
144
|
-
color: #181c56;
|
|
145
|
-
}
|
|
146
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
147
|
-
background-color: #656782;
|
|
148
|
-
color: #ffffff;
|
|
149
|
-
}
|
|
150
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:focus {
|
|
151
|
-
border: 0.0625rem solid #181c56;
|
|
152
|
-
}
|
|
153
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
154
|
-
background-color: #8285a8;
|
|
155
|
-
}
|
|
156
|
-
.eds-datepicker__datefield {
|
|
157
|
-
padding-right: 4rem;
|
|
158
|
-
}
|
|
159
|
-
.eds-datepicker__datefield--disabled {
|
|
160
|
-
padding-right: 1rem;
|
|
161
|
-
}
|
|
162
|
-
.eds-datepicker__datefield__wrapper {
|
|
163
|
-
position: relative;
|
|
164
|
-
}
|
|
165
|
-
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
166
|
-
padding: 0;
|
|
167
|
-
padding: initial;
|
|
168
|
-
width: inherit;
|
|
169
|
-
background-color: transparent;
|
|
170
|
-
background-color: initial;
|
|
171
|
-
overflow: scroll;
|
|
172
|
-
}
|
|
173
|
-
/* DO NOT CHANGE!*/
|
|
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
195
|
.eds-timepicker__wrapper {
|
|
202
196
|
position: relative;
|
|
203
197
|
display: flex;
|
|
@@ -246,6 +240,12 @@
|
|
|
246
240
|
}
|
|
247
241
|
/* DO NOT CHANGE!*/
|
|
248
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.11",
|
|
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.68",
|
|
31
|
-
"@entur/button": "^3.0
|
|
32
|
-
"@entur/form": "^7.0.
|
|
33
|
-
"@entur/icons": "^6.4.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
31
|
+
"@entur/button": "^3.1.0",
|
|
32
|
+
"@entur/form": "^7.0.15",
|
|
33
|
+
"@entur/icons": "^6.4.2",
|
|
34
|
+
"@entur/modal": "^1.7.9",
|
|
35
35
|
"@entur/tokens": "^3.10.0",
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
36
|
+
"@entur/tooltip": "^2.6.25",
|
|
37
|
+
"@entur/typography": "^1.8.6",
|
|
38
38
|
"@entur/utils": "^0.9.3",
|
|
39
39
|
"@floating-ui/react-dom": "^1.0.0",
|
|
40
40
|
"@internationalized/date": "^3.0.2",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"node": "16.17.0",
|
|
53
53
|
"yarn": "1.22.19"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "5fcad4b449082b80b796ab52e68f178977f2eba7"
|
|
56
56
|
}
|