@entur/datepicker 10.0.8-beta.0 → 10.0.9
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 +12 -12
package/dist/styles.css
CHANGED
|
@@ -1,28 +1,5 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
-
.eds-datefield {
|
|
4
|
-
width: -moz-fit-content;
|
|
5
|
-
width: fit-content;
|
|
6
|
-
}
|
|
7
|
-
.eds-datefield .eds-form-control-wrapper {
|
|
8
|
-
padding-left: 1rem;
|
|
9
|
-
padding-right: 1rem;
|
|
10
|
-
width: -moz-fit-content;
|
|
11
|
-
width: fit-content;
|
|
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:focus-within {
|
|
18
|
-
border-color: transparent;
|
|
19
|
-
box-shadow: none;
|
|
20
|
-
}
|
|
21
|
-
.eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
22
|
-
background: none;
|
|
23
|
-
}
|
|
24
|
-
/* DO NOT CHANGE!*/
|
|
25
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
26
3
|
.eds-datepicker__calendar,
|
|
27
4
|
.eds-contrast .eds-datepicker__calendar {
|
|
28
5
|
width: -moz-fit-content;
|
|
@@ -196,6 +173,29 @@
|
|
|
196
173
|
}
|
|
197
174
|
/* DO NOT CHANGE!*/
|
|
198
175
|
/* 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,6 +226,10 @@
|
|
|
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
|
+
}
|
|
229
233
|
/* DO NOT CHANGE!*/
|
|
230
234
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
231
235
|
.eds-timepicker {
|
|
@@ -265,10 +269,6 @@
|
|
|
265
269
|
.eds-timepicker .eds-icon-button--disabled__wrapper {
|
|
266
270
|
display: none;
|
|
267
271
|
}
|
|
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.9",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "https://
|
|
13
|
+
"url": "https://github.com/entur/design-system.git",
|
|
14
14
|
"directory": "packages/datepicker"
|
|
15
15
|
},
|
|
16
16
|
"publishConfig": {
|
|
@@ -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.4.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
35
|
-
"@entur/tokens": "^3.17.
|
|
36
|
-
"@entur/tooltip": "^5.1.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
38
|
-
"@entur/utils": "^0.12.
|
|
30
|
+
"@entur/a11y": "^0.2.93",
|
|
31
|
+
"@entur/button": "^3.2.35",
|
|
32
|
+
"@entur/form": "^8.1.6",
|
|
33
|
+
"@entur/icons": "^7.4.3",
|
|
34
|
+
"@entur/modal": "^1.7.56",
|
|
35
|
+
"@entur/tokens": "^3.17.3",
|
|
36
|
+
"@entur/tooltip": "^5.1.2",
|
|
37
|
+
"@entur/typography": "^1.8.48",
|
|
38
|
+
"@entur/utils": "^0.12.1",
|
|
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": "214480c52396a9b6f7133bdb21c81986e69c5ec4"
|
|
52
52
|
}
|