@entur/datepicker 10.1.1 → 10.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 +24 -24
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -140,6 +140,30 @@
|
|
|
140
140
|
}
|
|
141
141
|
/* DO NOT CHANGE!*/
|
|
142
142
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
143
|
+
.eds-date-and-time-field__segment {
|
|
144
|
+
margin-top: 1rem;
|
|
145
|
+
padding: 0 2px;
|
|
146
|
+
font-feature-settings: "tnum";
|
|
147
|
+
font-variant-numeric: tabular-nums;
|
|
148
|
+
text-align: right;
|
|
149
|
+
}
|
|
150
|
+
.eds-date-and-time-field__segment--placeholder {
|
|
151
|
+
color: var(--components-datepicker-datefield-standard-text-content);
|
|
152
|
+
}
|
|
153
|
+
.eds-date-and-time-field__segment--dot-separator {
|
|
154
|
+
margin-left: -0.1rem;
|
|
155
|
+
margin-right: -0.2rem;
|
|
156
|
+
}
|
|
157
|
+
.eds-date-and-time-field__segment:focus-visible {
|
|
158
|
+
background-color: var(--components-button-iconbutton-standard-active);
|
|
159
|
+
outline: transparent;
|
|
160
|
+
border-radius: 0.0625rem;
|
|
161
|
+
}
|
|
162
|
+
.eds-date-and-time-field__segment[aria-valuemax="9999"] {
|
|
163
|
+
min-width: 4ch;
|
|
164
|
+
}
|
|
165
|
+
/* DO NOT CHANGE!*/
|
|
166
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
143
167
|
.eds-datefield {
|
|
144
168
|
width: -moz-fit-content;
|
|
145
169
|
width: fit-content;
|
|
@@ -191,30 +215,6 @@
|
|
|
191
215
|
}
|
|
192
216
|
/* DO NOT CHANGE!*/
|
|
193
217
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
194
|
-
.eds-date-and-time-field__segment {
|
|
195
|
-
margin-top: 1rem;
|
|
196
|
-
padding: 0 2px;
|
|
197
|
-
font-feature-settings: "tnum";
|
|
198
|
-
font-variant-numeric: tabular-nums;
|
|
199
|
-
text-align: right;
|
|
200
|
-
}
|
|
201
|
-
.eds-date-and-time-field__segment--placeholder {
|
|
202
|
-
color: var(--components-datepicker-datefield-standard-text-content);
|
|
203
|
-
}
|
|
204
|
-
.eds-date-and-time-field__segment--dot-separator {
|
|
205
|
-
margin-left: -0.1rem;
|
|
206
|
-
margin-right: -0.2rem;
|
|
207
|
-
}
|
|
208
|
-
.eds-date-and-time-field__segment:focus-visible {
|
|
209
|
-
background-color: var(--components-button-iconbutton-standard-active);
|
|
210
|
-
outline: transparent;
|
|
211
|
-
border-radius: 0.0625rem;
|
|
212
|
-
}
|
|
213
|
-
.eds-date-and-time-field__segment[aria-valuemax="9999"] {
|
|
214
|
-
min-width: 4ch;
|
|
215
|
-
}
|
|
216
|
-
/* DO NOT CHANGE!*/
|
|
217
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
218
218
|
.eds-timepicker {
|
|
219
219
|
width: -moz-fit-content;
|
|
220
220
|
width: fit-content;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.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.96",
|
|
31
|
-
"@entur/button": "^3.3.
|
|
32
|
-
"@entur/form": "^8.2.
|
|
33
|
-
"@entur/icons": "^7.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
31
|
+
"@entur/button": "^3.3.2",
|
|
32
|
+
"@entur/form": "^8.2.2",
|
|
33
|
+
"@entur/icons": "^7.7.0",
|
|
34
|
+
"@entur/modal": "^1.7.62",
|
|
35
35
|
"@entur/tokens": "^3.17.6",
|
|
36
|
-
"@entur/tooltip": "^5.2.
|
|
37
|
-
"@entur/typography": "^1.9.
|
|
36
|
+
"@entur/tooltip": "^5.2.2",
|
|
37
|
+
"@entur/typography": "^1.9.2",
|
|
38
38
|
"@entur/utils": "^0.12.2",
|
|
39
39
|
"@floating-ui/react-dom": "^2.1.0",
|
|
40
40
|
"@internationalized/date": "^3.4.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"@react-types/datepicker": "^3.9.0",
|
|
52
52
|
"dts-cli": "2.0.5"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "7c03f458e9c34f5e0fd4f2d23c8eb6a6e47fb669"
|
|
55
55
|
}
|