@entur/datepicker 10.0.11-alpha.0 → 10.0.11
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 +55 -55
- package/package.json +9 -9
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
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
|
+
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
|
|
27
|
+
padding-right: 0rem;
|
|
28
|
+
}
|
|
29
|
+
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
|
|
30
|
+
margin-left: auto;
|
|
31
|
+
}
|
|
32
|
+
.eds-datepicker__open-calendar-button {
|
|
33
|
+
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
34
|
+
}
|
|
35
|
+
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
36
|
+
color: var(--components-datepicker-calendar-icon);
|
|
37
|
+
}
|
|
38
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
39
|
+
background-color: var(--components-button-iconbutton-standard-hover);
|
|
40
|
+
}
|
|
41
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:focus {
|
|
42
|
+
outline: 2px solid #181c56;
|
|
43
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
44
|
+
outline-offset: 0.125rem;
|
|
45
|
+
}
|
|
46
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
47
|
+
background-color: var(--components-button-iconbutton-standard-active);
|
|
48
|
+
}
|
|
49
|
+
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
50
|
+
padding: 0;
|
|
51
|
+
padding: initial;
|
|
52
|
+
width: inherit;
|
|
53
|
+
background-color: transparent;
|
|
54
|
+
background-color: initial;
|
|
55
|
+
}
|
|
56
|
+
/* DO NOT CHANGE!*/
|
|
57
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
58
|
.eds-datepicker__calendar,
|
|
4
59
|
.eds-contrast .eds-datepicker__calendar {
|
|
5
60
|
width: -moz-fit-content;
|
|
@@ -144,29 +199,6 @@
|
|
|
144
199
|
}
|
|
145
200
|
/* DO NOT CHANGE!*/
|
|
146
201
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
147
|
-
.eds-datefield {
|
|
148
|
-
width: -moz-fit-content;
|
|
149
|
-
width: fit-content;
|
|
150
|
-
}
|
|
151
|
-
.eds-datefield .eds-form-control-wrapper {
|
|
152
|
-
padding-left: 1rem;
|
|
153
|
-
padding-right: 1rem;
|
|
154
|
-
width: -moz-fit-content;
|
|
155
|
-
width: fit-content;
|
|
156
|
-
}
|
|
157
|
-
.eds-datefield .eds-form-control-wrapper--disabled[focus-within] {
|
|
158
|
-
border-color: transparent;
|
|
159
|
-
box-shadow: none;
|
|
160
|
-
}
|
|
161
|
-
.eds-datefield .eds-form-control-wrapper--disabled:focus-within {
|
|
162
|
-
border-color: transparent;
|
|
163
|
-
box-shadow: none;
|
|
164
|
-
}
|
|
165
|
-
.eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
166
|
-
background: none;
|
|
167
|
-
}
|
|
168
|
-
/* DO NOT CHANGE!*/
|
|
169
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
170
202
|
[dir="ltr"] .eds-date-and-time-field__segment {
|
|
171
203
|
text-align: right;
|
|
172
204
|
}
|
|
@@ -196,38 +228,6 @@
|
|
|
196
228
|
}
|
|
197
229
|
/* DO NOT CHANGE!*/
|
|
198
230
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
199
|
-
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
|
|
200
|
-
padding-right: 0rem;
|
|
201
|
-
}
|
|
202
|
-
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
|
|
203
|
-
margin-left: auto;
|
|
204
|
-
}
|
|
205
|
-
.eds-datepicker__open-calendar-button {
|
|
206
|
-
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
207
|
-
}
|
|
208
|
-
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
209
|
-
color: var(--components-datepicker-calendar-icon);
|
|
210
|
-
}
|
|
211
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
212
|
-
background-color: var(--components-button-iconbutton-standard-hover);
|
|
213
|
-
}
|
|
214
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:focus {
|
|
215
|
-
outline: 2px solid #181c56;
|
|
216
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
217
|
-
outline-offset: 0.125rem;
|
|
218
|
-
}
|
|
219
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
220
|
-
background-color: var(--components-button-iconbutton-standard-active);
|
|
221
|
-
}
|
|
222
|
-
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
223
|
-
padding: 0;
|
|
224
|
-
padding: initial;
|
|
225
|
-
width: inherit;
|
|
226
|
-
background-color: transparent;
|
|
227
|
-
background-color: initial;
|
|
228
|
-
}
|
|
229
|
-
/* DO NOT CHANGE!*/
|
|
230
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
231
231
|
.eds-timepicker {
|
|
232
232
|
width: -moz-fit-content;
|
|
233
233
|
width: fit-content;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "10.0.11
|
|
3
|
+
"version": "10.0.11",
|
|
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": "^8.1.8
|
|
30
|
+
"@entur/a11y": "^0.2.93",
|
|
31
|
+
"@entur/button": "^3.2.36",
|
|
32
|
+
"@entur/form": "^8.1.8",
|
|
33
33
|
"@entur/icons": "^7.5.0",
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
34
|
+
"@entur/modal": "^1.7.57",
|
|
35
35
|
"@entur/tokens": "^3.17.3",
|
|
36
|
-
"@entur/tooltip": "^5.1.4
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
38
|
-
"@entur/utils": "^
|
|
36
|
+
"@entur/tooltip": "^5.1.4",
|
|
37
|
+
"@entur/typography": "^1.8.49",
|
|
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": "5c9836f2bcab799e31cc52b6fe72c6e198947a71"
|
|
52
52
|
}
|