@entur/datepicker 10.0.1 → 10.0.3-beta.0
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 +32 -32
- package/package.json +10 -10
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
+
.eds-datepicker.eds-datefield .eds-form-control-wrapper {
|
|
4
|
+
padding-right: 0rem;
|
|
5
|
+
}
|
|
6
|
+
.eds-datepicker__open-calendar-button {
|
|
7
|
+
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
8
|
+
}
|
|
9
|
+
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
10
|
+
color: var(--components-datepicker-calendar-icon);
|
|
11
|
+
}
|
|
12
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
13
|
+
background-color: var(--components-button-iconbutton-standard-hover);
|
|
14
|
+
}
|
|
15
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:focus {
|
|
16
|
+
outline: 2px solid #181c56;
|
|
17
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
18
|
+
outline-offset: 0.125rem;
|
|
19
|
+
}
|
|
20
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
21
|
+
background-color: var(--components-button-iconbutton-standard-active);
|
|
22
|
+
}
|
|
23
|
+
.eds-datepicker--disabled {
|
|
24
|
+
padding-right: 1rem;
|
|
25
|
+
}
|
|
26
|
+
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
27
|
+
padding: 0;
|
|
28
|
+
padding: initial;
|
|
29
|
+
width: inherit;
|
|
30
|
+
background-color: transparent;
|
|
31
|
+
background-color: initial;
|
|
32
|
+
}
|
|
33
|
+
/* DO NOT CHANGE!*/
|
|
34
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
35
|
.eds-datepicker__calendar,
|
|
4
36
|
.eds-contrast .eds-datepicker__calendar {
|
|
5
37
|
width: -moz-fit-content;
|
|
@@ -191,38 +223,6 @@
|
|
|
191
223
|
}
|
|
192
224
|
/* DO NOT CHANGE!*/
|
|
193
225
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
194
|
-
.eds-datepicker.eds-datefield .eds-form-control-wrapper {
|
|
195
|
-
padding-right: 0rem;
|
|
196
|
-
}
|
|
197
|
-
.eds-datepicker__open-calendar-button {
|
|
198
|
-
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
199
|
-
}
|
|
200
|
-
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
201
|
-
color: var(--components-datepicker-calendar-icon);
|
|
202
|
-
}
|
|
203
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
204
|
-
background-color: var(--components-button-iconbutton-standard-hover);
|
|
205
|
-
}
|
|
206
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:focus {
|
|
207
|
-
outline: 2px solid #181c56;
|
|
208
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
209
|
-
outline-offset: 0.125rem;
|
|
210
|
-
}
|
|
211
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
212
|
-
background-color: var(--components-button-iconbutton-standard-active);
|
|
213
|
-
}
|
|
214
|
-
.eds-datepicker--disabled {
|
|
215
|
-
padding-right: 1rem;
|
|
216
|
-
}
|
|
217
|
-
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
218
|
-
padding: 0;
|
|
219
|
-
padding: initial;
|
|
220
|
-
width: inherit;
|
|
221
|
-
background-color: transparent;
|
|
222
|
-
background-color: initial;
|
|
223
|
-
}
|
|
224
|
-
/* DO NOT CHANGE!*/
|
|
225
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
226
226
|
.eds-timepicker {
|
|
227
227
|
width: -moz-fit-content;
|
|
228
228
|
width: fit-content;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.3-beta.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/datepicker.esm.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
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.0.
|
|
33
|
-
"@entur/icons": "^7.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
35
|
-
"@entur/tokens": "^3.
|
|
36
|
-
"@entur/tooltip": "^
|
|
37
|
-
"@entur/typography": "^1.8.
|
|
30
|
+
"@entur/a11y": "^0.2.89",
|
|
31
|
+
"@entur/button": "^3.2.30",
|
|
32
|
+
"@entur/form": "^8.1.0-beta.0",
|
|
33
|
+
"@entur/icons": "^7.2.0",
|
|
34
|
+
"@entur/modal": "^1.7.51",
|
|
35
|
+
"@entur/tokens": "^3.17.0",
|
|
36
|
+
"@entur/tooltip": "^4.0.0-beta.0",
|
|
37
|
+
"@entur/typography": "^1.8.43",
|
|
38
38
|
"@entur/utils": "^0.11.1",
|
|
39
39
|
"@floating-ui/react-dom": "^2.1.0",
|
|
40
40
|
"@internationalized/date": "^3.4.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"classnames": "^2.3.1",
|
|
49
49
|
"react-focus-lock": "^2.9.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "cf307ea5b19e314649370964a7368666df04305b"
|
|
52
52
|
}
|