@entur/datepicker 8.1.6 → 8.1.7
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 +45 -45
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
2
|
+
margin-left: 1rem;
|
|
3
|
+
}
|
|
4
|
+
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
5
|
+
border-color: transparent;
|
|
6
|
+
box-shadow: none;
|
|
7
|
+
}
|
|
8
|
+
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
9
|
+
border-color: transparent;
|
|
10
|
+
box-shadow: none;
|
|
11
|
+
}
|
|
12
|
+
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
13
|
+
background: none;
|
|
14
|
+
}
|
|
15
|
+
.eds-datefield .eds-form-control__append--tooltip {
|
|
16
|
+
margin-top: 0.75rem;
|
|
17
|
+
margin-right: -0.25rem;
|
|
18
|
+
}
|
|
1
19
|
/* DO NOT CHANGE!*/
|
|
2
20
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
21
|
.eds-datepicker {
|
|
@@ -44,6 +62,33 @@
|
|
|
44
62
|
}
|
|
45
63
|
/* DO NOT CHANGE!*/
|
|
46
64
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
65
|
+
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
66
|
+
text-align: right;
|
|
67
|
+
}
|
|
68
|
+
[dir="rtl"] .eds-date-and-time-field__segment {
|
|
69
|
+
text-align: left;
|
|
70
|
+
}
|
|
71
|
+
.eds-date-and-time-field__segment {
|
|
72
|
+
margin-top: 1rem;
|
|
73
|
+
padding: 0 2px;
|
|
74
|
+
font-feature-settings: "tnum";
|
|
75
|
+
font-variant-numeric: tabular-nums;
|
|
76
|
+
}
|
|
77
|
+
.eds-date-and-time-field__segment--placeholder {
|
|
78
|
+
color: #646464;
|
|
79
|
+
}
|
|
80
|
+
.eds-date-and-time-field__segment--dot-separator {
|
|
81
|
+
margin-left: -0.1rem;
|
|
82
|
+
margin-right: -0.2rem;
|
|
83
|
+
}
|
|
84
|
+
.eds-date-and-time-field__segment:focus {
|
|
85
|
+
background-color: #656782;
|
|
86
|
+
color: #ffffff;
|
|
87
|
+
outline: none;
|
|
88
|
+
border-radius: 0.0625rem;
|
|
89
|
+
}
|
|
90
|
+
/* DO NOT CHANGE!*/
|
|
91
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
47
92
|
.eds-datepicker__calendar,
|
|
48
93
|
.eds-contrast .eds-datepicker__calendar {
|
|
49
94
|
width: -moz-fit-content;
|
|
@@ -171,51 +216,6 @@
|
|
|
171
216
|
}
|
|
172
217
|
/* DO NOT CHANGE!*/
|
|
173
218
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
174
|
-
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
175
|
-
text-align: right;
|
|
176
|
-
}
|
|
177
|
-
[dir="rtl"] .eds-date-and-time-field__segment {
|
|
178
|
-
text-align: left;
|
|
179
|
-
}
|
|
180
|
-
.eds-date-and-time-field__segment {
|
|
181
|
-
margin-top: 1rem;
|
|
182
|
-
padding: 0 2px;
|
|
183
|
-
font-feature-settings: "tnum";
|
|
184
|
-
font-variant-numeric: tabular-nums;
|
|
185
|
-
}
|
|
186
|
-
.eds-date-and-time-field__segment--placeholder {
|
|
187
|
-
color: #646464;
|
|
188
|
-
}
|
|
189
|
-
.eds-date-and-time-field__segment--dot-separator {
|
|
190
|
-
margin-left: -0.1rem;
|
|
191
|
-
margin-right: -0.2rem;
|
|
192
|
-
}
|
|
193
|
-
.eds-date-and-time-field__segment:focus {
|
|
194
|
-
background-color: #656782;
|
|
195
|
-
color: #ffffff;
|
|
196
|
-
outline: none;
|
|
197
|
-
border-radius: 0.0625rem;
|
|
198
|
-
}
|
|
199
|
-
.eds-datefield div:first-of-type.eds-date-and-time-field__segment {
|
|
200
|
-
margin-left: 1rem;
|
|
201
|
-
}
|
|
202
|
-
.eds-datefield.eds-form-control-wrapper--disabled[focus-within] {
|
|
203
|
-
border-color: transparent;
|
|
204
|
-
box-shadow: none;
|
|
205
|
-
}
|
|
206
|
-
.eds-datefield.eds-form-control-wrapper--disabled:focus-within {
|
|
207
|
-
border-color: transparent;
|
|
208
|
-
box-shadow: none;
|
|
209
|
-
}
|
|
210
|
-
.eds-datefield.eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
211
|
-
background: none;
|
|
212
|
-
}
|
|
213
|
-
.eds-datefield .eds-form-control__append--tooltip {
|
|
214
|
-
margin-top: 0.75rem;
|
|
215
|
-
margin-right: -0.25rem;
|
|
216
|
-
}
|
|
217
|
-
/* DO NOT CHANGE!*/
|
|
218
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
219
219
|
.eds-timepicker__wrapper {
|
|
220
220
|
position: relative;
|
|
221
221
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.7",
|
|
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.71",
|
|
31
|
-
"@entur/button": "^3.1.
|
|
32
|
-
"@entur/form": "^7.0.
|
|
33
|
-
"@entur/icons": "^6.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
31
|
+
"@entur/button": "^3.1.10",
|
|
32
|
+
"@entur/form": "^7.0.26",
|
|
33
|
+
"@entur/icons": "^6.12.0",
|
|
34
|
+
"@entur/modal": "^1.7.19",
|
|
35
35
|
"@entur/tokens": "^3.11.0",
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
36
|
+
"@entur/tooltip": "^2.6.35",
|
|
37
|
+
"@entur/typography": "^1.8.16",
|
|
38
38
|
"@entur/utils": "^0.9.5",
|
|
39
39
|
"@floating-ui/react-dom": "^1.0.0",
|
|
40
40
|
"@internationalized/date": "^3.4.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"node": "16.17.0",
|
|
53
53
|
"yarn": "1.22.19"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "6e557eb43d533d387713194d8b302ccc101bad20"
|
|
56
56
|
}
|