@entur/datepicker 10.0.9 → 10.0.11-alpha.0
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 +27 -27
- package/package.json +10 -10
package/dist/styles.css
CHANGED
|
@@ -144,6 +144,29 @@
|
|
|
144
144
|
}
|
|
145
145
|
/* DO NOT CHANGE!*/
|
|
146
146
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
147
|
+
.eds-datefield {
|
|
148
|
+
width: -moz-fit-content;
|
|
149
|
+
width: fit-content;
|
|
150
|
+
}
|
|
151
|
+
.eds-datefield .eds-form-control-wrapper {
|
|
152
|
+
padding-left: 1rem;
|
|
153
|
+
padding-right: 1rem;
|
|
154
|
+
width: -moz-fit-content;
|
|
155
|
+
width: fit-content;
|
|
156
|
+
}
|
|
157
|
+
.eds-datefield .eds-form-control-wrapper--disabled[focus-within] {
|
|
158
|
+
border-color: transparent;
|
|
159
|
+
box-shadow: none;
|
|
160
|
+
}
|
|
161
|
+
.eds-datefield .eds-form-control-wrapper--disabled:focus-within {
|
|
162
|
+
border-color: transparent;
|
|
163
|
+
box-shadow: none;
|
|
164
|
+
}
|
|
165
|
+
.eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
166
|
+
background: none;
|
|
167
|
+
}
|
|
168
|
+
/* DO NOT CHANGE!*/
|
|
169
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
147
170
|
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
148
171
|
text-align: right;
|
|
149
172
|
}
|
|
@@ -173,29 +196,6 @@
|
|
|
173
196
|
}
|
|
174
197
|
/* DO NOT CHANGE!*/
|
|
175
198
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
176
|
-
.eds-datefield {
|
|
177
|
-
width: -moz-fit-content;
|
|
178
|
-
width: fit-content;
|
|
179
|
-
}
|
|
180
|
-
.eds-datefield .eds-form-control-wrapper {
|
|
181
|
-
padding-left: 1rem;
|
|
182
|
-
padding-right: 1rem;
|
|
183
|
-
width: -moz-fit-content;
|
|
184
|
-
width: fit-content;
|
|
185
|
-
}
|
|
186
|
-
.eds-datefield .eds-form-control-wrapper--disabled[focus-within] {
|
|
187
|
-
border-color: transparent;
|
|
188
|
-
box-shadow: none;
|
|
189
|
-
}
|
|
190
|
-
.eds-datefield .eds-form-control-wrapper--disabled:focus-within {
|
|
191
|
-
border-color: transparent;
|
|
192
|
-
box-shadow: none;
|
|
193
|
-
}
|
|
194
|
-
.eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
195
|
-
background: none;
|
|
196
|
-
}
|
|
197
|
-
/* DO NOT CHANGE!*/
|
|
198
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
199
199
|
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
|
|
200
200
|
padding-right: 0rem;
|
|
201
201
|
}
|
|
@@ -226,10 +226,6 @@
|
|
|
226
226
|
background-color: transparent;
|
|
227
227
|
background-color: initial;
|
|
228
228
|
}
|
|
229
|
-
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
230
|
-
position: relative;
|
|
231
|
-
top: -0.5rem;
|
|
232
|
-
}
|
|
233
229
|
/* DO NOT CHANGE!*/
|
|
234
230
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
235
231
|
.eds-timepicker {
|
|
@@ -269,6 +265,10 @@
|
|
|
269
265
|
.eds-timepicker .eds-icon-button--disabled__wrapper {
|
|
270
266
|
display: none;
|
|
271
267
|
}
|
|
268
|
+
.eds-native-timepicker input[type=time]::-webkit-calendar-picker-indicator {
|
|
269
|
+
position: relative;
|
|
270
|
+
top: -0.5rem;
|
|
271
|
+
}
|
|
272
272
|
.eds-simple-timepicker {
|
|
273
273
|
--input-width: 7rem;
|
|
274
274
|
width: var(--input-width);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.11-alpha.0",
|
|
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.2.
|
|
32
|
-
"@entur/form": "^8.1.
|
|
33
|
-
"@entur/icons": "^7.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
30
|
+
"@entur/a11y": "^0.2.94-alpha.0",
|
|
31
|
+
"@entur/button": "^3.2.37-alpha.0",
|
|
32
|
+
"@entur/form": "^8.1.8-alpha.0",
|
|
33
|
+
"@entur/icons": "^7.5.0",
|
|
34
|
+
"@entur/modal": "^1.7.58-alpha.0",
|
|
35
35
|
"@entur/tokens": "^3.17.3",
|
|
36
|
-
"@entur/tooltip": "^5.1.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
38
|
-
"@entur/utils": "^0.
|
|
36
|
+
"@entur/tooltip": "^5.1.4-alpha.0",
|
|
37
|
+
"@entur/typography": "^1.8.50-alpha.0",
|
|
38
|
+
"@entur/utils": "^1.0.0-alpha.0",
|
|
39
39
|
"@floating-ui/react-dom": "^2.1.0",
|
|
40
40
|
"@internationalized/date": "^3.4.0",
|
|
41
41
|
"@react-aria/button": "^3.6.4",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"classnames": "^2.3.1",
|
|
49
49
|
"react-focus-lock": "^2.9.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "b653c119e54372ec210ed20aa99ded642f114c69"
|
|
52
52
|
}
|