@entur/datepicker 9.4.2 → 9.4.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 +44 -44
- package/package.json +11 -11
package/dist/styles.css
CHANGED
|
@@ -144,50 +144,6 @@
|
|
|
144
144
|
}
|
|
145
145
|
/* DO NOT CHANGE!*/
|
|
146
146
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
147
|
-
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
148
|
-
text-align: right;
|
|
149
|
-
}
|
|
150
|
-
[dir="rtl"] .eds-date-and-time-field__segment {
|
|
151
|
-
text-align: left;
|
|
152
|
-
}
|
|
153
|
-
.eds-date-and-time-field__segment {
|
|
154
|
-
margin-top: 1rem;
|
|
155
|
-
padding: 0 2px;
|
|
156
|
-
font-feature-settings: "tnum";
|
|
157
|
-
font-variant-numeric: tabular-nums;
|
|
158
|
-
}
|
|
159
|
-
.eds-date-and-time-field__segment--placeholder {
|
|
160
|
-
color: var(--components-datepicker-datefield-standard-text-content);
|
|
161
|
-
}
|
|
162
|
-
.eds-date-and-time-field__segment--dot-separator {
|
|
163
|
-
margin-left: -0.1rem;
|
|
164
|
-
margin-right: -0.2rem;
|
|
165
|
-
}
|
|
166
|
-
.eds-date-and-time-field__segment:focus {
|
|
167
|
-
background-color: var(--components-button-iconbutton-standard-active);
|
|
168
|
-
outline: transparent;
|
|
169
|
-
border-radius: 0.0625rem;
|
|
170
|
-
}
|
|
171
|
-
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
172
|
-
margin-left: 1rem;
|
|
173
|
-
}
|
|
174
|
-
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
175
|
-
border-color: transparent;
|
|
176
|
-
box-shadow: none;
|
|
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 .eds-date-and-time-field__segment:focus {
|
|
183
|
-
background: none;
|
|
184
|
-
}
|
|
185
|
-
.eds-datefield .eds-form-control__append--tooltip {
|
|
186
|
-
margin-top: 0.75rem;
|
|
187
|
-
margin-right: -0.25rem;
|
|
188
|
-
}
|
|
189
|
-
/* DO NOT CHANGE!*/
|
|
190
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
191
147
|
.eds-datepicker {
|
|
192
148
|
position: relative;
|
|
193
149
|
width: -moz-fit-content;
|
|
@@ -232,6 +188,50 @@
|
|
|
232
188
|
}
|
|
233
189
|
/* DO NOT CHANGE!*/
|
|
234
190
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
191
|
+
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
192
|
+
text-align: right;
|
|
193
|
+
}
|
|
194
|
+
[dir="rtl"] .eds-date-and-time-field__segment {
|
|
195
|
+
text-align: left;
|
|
196
|
+
}
|
|
197
|
+
.eds-date-and-time-field__segment {
|
|
198
|
+
margin-top: 1rem;
|
|
199
|
+
padding: 0 2px;
|
|
200
|
+
font-feature-settings: "tnum";
|
|
201
|
+
font-variant-numeric: tabular-nums;
|
|
202
|
+
}
|
|
203
|
+
.eds-date-and-time-field__segment--placeholder {
|
|
204
|
+
color: var(--components-datepicker-datefield-standard-text-content);
|
|
205
|
+
}
|
|
206
|
+
.eds-date-and-time-field__segment--dot-separator {
|
|
207
|
+
margin-left: -0.1rem;
|
|
208
|
+
margin-right: -0.2rem;
|
|
209
|
+
}
|
|
210
|
+
.eds-date-and-time-field__segment:focus {
|
|
211
|
+
background-color: var(--components-button-iconbutton-standard-active);
|
|
212
|
+
outline: transparent;
|
|
213
|
+
border-radius: 0.0625rem;
|
|
214
|
+
}
|
|
215
|
+
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
216
|
+
margin-left: 1rem;
|
|
217
|
+
}
|
|
218
|
+
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
219
|
+
border-color: transparent;
|
|
220
|
+
box-shadow: none;
|
|
221
|
+
}
|
|
222
|
+
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
223
|
+
border-color: transparent;
|
|
224
|
+
box-shadow: none;
|
|
225
|
+
}
|
|
226
|
+
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
227
|
+
background: none;
|
|
228
|
+
}
|
|
229
|
+
.eds-datefield .eds-form-control__append--tooltip {
|
|
230
|
+
margin-top: 0.75rem;
|
|
231
|
+
margin-right: -0.25rem;
|
|
232
|
+
}
|
|
233
|
+
/* DO NOT CHANGE!*/
|
|
234
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
235
235
|
.eds-timepicker__wrapper {
|
|
236
236
|
width: -moz-fit-content;
|
|
237
237
|
width: fit-content;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.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": "^3.2.
|
|
32
|
-
"@entur/form": "^7.1.
|
|
33
|
-
"@entur/icons": "^6.15.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
35
|
-
"@entur/tokens": "^3.
|
|
36
|
-
"@entur/tooltip": "^2.7.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
38
|
-
"@entur/utils": "^0.11.
|
|
30
|
+
"@entur/a11y": "^0.2.84",
|
|
31
|
+
"@entur/button": "^3.2.20",
|
|
32
|
+
"@entur/form": "^7.1.4",
|
|
33
|
+
"@entur/icons": "^6.15.8",
|
|
34
|
+
"@entur/modal": "^1.7.41",
|
|
35
|
+
"@entur/tokens": "^3.14.0",
|
|
36
|
+
"@entur/tooltip": "^2.7.4",
|
|
37
|
+
"@entur/typography": "^1.8.33",
|
|
38
|
+
"@entur/utils": "^0.11.1",
|
|
39
39
|
"@floating-ui/react-dom": "^1.0.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": "bbca019e64cca63b6558abed97643bd12f0dca1b"
|
|
52
52
|
}
|