@entur/datepicker 8.1.0 → 8.1.1
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 +40 -40
- 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__calendar,
|
|
@@ -125,23 +143,32 @@
|
|
|
125
143
|
.eds-contrast .eds-datepicker__calendar__grid__cell--today {
|
|
126
144
|
border-bottom: 2px solid #ff5959;
|
|
127
145
|
}
|
|
128
|
-
|
|
129
|
-
|
|
146
|
+
/* DO NOT CHANGE!*/
|
|
147
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
148
|
+
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
149
|
+
text-align: right;
|
|
130
150
|
}
|
|
131
|
-
.eds-
|
|
132
|
-
|
|
133
|
-
box-shadow: none;
|
|
151
|
+
[dir="rtl"] .eds-date-and-time-field__segment {
|
|
152
|
+
text-align: left;
|
|
134
153
|
}
|
|
135
|
-
.eds-
|
|
136
|
-
|
|
137
|
-
|
|
154
|
+
.eds-date-and-time-field__segment {
|
|
155
|
+
margin-top: 1rem;
|
|
156
|
+
padding: 0 2px;
|
|
157
|
+
font-feature-settings: "tnum";
|
|
158
|
+
font-variant-numeric: tabular-nums;
|
|
138
159
|
}
|
|
139
|
-
.eds-
|
|
140
|
-
|
|
160
|
+
.eds-date-and-time-field__segment--placeholder {
|
|
161
|
+
color: #646464;
|
|
141
162
|
}
|
|
142
|
-
.eds-
|
|
143
|
-
margin-
|
|
144
|
-
margin-right: -0.
|
|
163
|
+
.eds-date-and-time-field__segment--dot-separator {
|
|
164
|
+
margin-left: -0.1rem;
|
|
165
|
+
margin-right: -0.2rem;
|
|
166
|
+
}
|
|
167
|
+
.eds-date-and-time-field__segment:focus {
|
|
168
|
+
background-color: #656782;
|
|
169
|
+
color: #ffffff;
|
|
170
|
+
outline: none;
|
|
171
|
+
border-radius: 0.0625rem;
|
|
145
172
|
}
|
|
146
173
|
/* DO NOT CHANGE!*/
|
|
147
174
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -187,33 +214,6 @@
|
|
|
187
214
|
}
|
|
188
215
|
/* DO NOT CHANGE!*/
|
|
189
216
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
190
|
-
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
191
|
-
text-align: right;
|
|
192
|
-
}
|
|
193
|
-
[dir="rtl"] .eds-date-and-time-field__segment {
|
|
194
|
-
text-align: left;
|
|
195
|
-
}
|
|
196
|
-
.eds-date-and-time-field__segment {
|
|
197
|
-
margin-top: 1rem;
|
|
198
|
-
padding: 0 2px;
|
|
199
|
-
font-feature-settings: "tnum";
|
|
200
|
-
font-variant-numeric: tabular-nums;
|
|
201
|
-
}
|
|
202
|
-
.eds-date-and-time-field__segment--placeholder {
|
|
203
|
-
color: #646464;
|
|
204
|
-
}
|
|
205
|
-
.eds-date-and-time-field__segment--dot-separator {
|
|
206
|
-
margin-left: -0.1rem;
|
|
207
|
-
margin-right: -0.2rem;
|
|
208
|
-
}
|
|
209
|
-
.eds-date-and-time-field__segment:focus {
|
|
210
|
-
background-color: #656782;
|
|
211
|
-
color: #ffffff;
|
|
212
|
-
outline: none;
|
|
213
|
-
border-radius: 0.0625rem;
|
|
214
|
-
}
|
|
215
|
-
/* DO NOT CHANGE!*/
|
|
216
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
217
217
|
.eds-timepicker__wrapper {
|
|
218
218
|
position: relative;
|
|
219
219
|
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.1",
|
|
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.70",
|
|
31
|
-
"@entur/button": "^3.1.
|
|
32
|
-
"@entur/form": "^7.0.
|
|
33
|
-
"@entur/icons": "^6.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
31
|
+
"@entur/button": "^3.1.5",
|
|
32
|
+
"@entur/form": "^7.0.21",
|
|
33
|
+
"@entur/icons": "^6.9.0",
|
|
34
|
+
"@entur/modal": "^1.7.14",
|
|
35
35
|
"@entur/tokens": "^3.10.0",
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
36
|
+
"@entur/tooltip": "^2.6.30",
|
|
37
|
+
"@entur/typography": "^1.8.11",
|
|
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": "36f7ef81ee8188c701d607dc01124658dfff7265"
|
|
56
56
|
}
|