@entur/datepicker 11.0.5 → 11.0.6
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 +8 -8
package/dist/styles.css
CHANGED
|
@@ -140,38 +140,6 @@
|
|
|
140
140
|
}
|
|
141
141
|
/* DO NOT CHANGE!*/
|
|
142
142
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
143
|
-
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
|
|
144
|
-
padding-right: 0rem;
|
|
145
|
-
}
|
|
146
|
-
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
|
|
147
|
-
margin-left: auto;
|
|
148
|
-
}
|
|
149
|
-
.eds-datepicker__open-calendar-button {
|
|
150
|
-
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
151
|
-
}
|
|
152
|
-
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
153
|
-
color: var(--components-datepicker-calendar-icon);
|
|
154
|
-
}
|
|
155
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
156
|
-
background-color: var(--components-button-iconbutton-standard-hover);
|
|
157
|
-
}
|
|
158
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:focus-visible {
|
|
159
|
-
outline: 2px solid #181c56;
|
|
160
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
161
|
-
outline-offset: 0.125rem;
|
|
162
|
-
}
|
|
163
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
164
|
-
background-color: var(--components-button-iconbutton-standard-active);
|
|
165
|
-
}
|
|
166
|
-
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
167
|
-
padding: 0;
|
|
168
|
-
padding: initial;
|
|
169
|
-
width: inherit;
|
|
170
|
-
background-color: transparent;
|
|
171
|
-
background-color: initial;
|
|
172
|
-
}
|
|
173
|
-
/* DO NOT CHANGE!*/
|
|
174
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
175
143
|
.eds-datefield {
|
|
176
144
|
width: -moz-fit-content;
|
|
177
145
|
width: fit-content;
|
|
@@ -215,6 +183,38 @@
|
|
|
215
183
|
}
|
|
216
184
|
/* DO NOT CHANGE!*/
|
|
217
185
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
186
|
+
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
|
|
187
|
+
padding-right: 0rem;
|
|
188
|
+
}
|
|
189
|
+
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
|
|
190
|
+
margin-left: auto;
|
|
191
|
+
}
|
|
192
|
+
.eds-datepicker__open-calendar-button {
|
|
193
|
+
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
194
|
+
}
|
|
195
|
+
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
196
|
+
color: var(--components-datepicker-calendar-icon);
|
|
197
|
+
}
|
|
198
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
199
|
+
background-color: var(--components-button-iconbutton-standard-hover);
|
|
200
|
+
}
|
|
201
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:focus-visible {
|
|
202
|
+
outline: 2px solid #181c56;
|
|
203
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
204
|
+
outline-offset: 0.125rem;
|
|
205
|
+
}
|
|
206
|
+
.eds-datepicker__open-calendar-button.eds-icon-button:active {
|
|
207
|
+
background-color: var(--components-button-iconbutton-standard-active);
|
|
208
|
+
}
|
|
209
|
+
.eds-datepicker__calendar-modal.eds-modal__content {
|
|
210
|
+
padding: 0;
|
|
211
|
+
padding: initial;
|
|
212
|
+
width: inherit;
|
|
213
|
+
background-color: transparent;
|
|
214
|
+
background-color: initial;
|
|
215
|
+
}
|
|
216
|
+
/* DO NOT CHANGE!*/
|
|
217
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
218
218
|
.eds-timepicker {
|
|
219
219
|
width: -moz-fit-content;
|
|
220
220
|
width: fit-content;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.6",
|
|
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.99",
|
|
31
|
-
"@entur/button": "^3.3.
|
|
32
|
-
"@entur/form": "^8.2.
|
|
33
|
-
"@entur/icons": "^7.
|
|
34
|
-
"@entur/modal": "^1.7.
|
|
31
|
+
"@entur/button": "^3.3.10",
|
|
32
|
+
"@entur/form": "^8.2.10",
|
|
33
|
+
"@entur/icons": "^7.13.0",
|
|
34
|
+
"@entur/modal": "^1.7.70",
|
|
35
35
|
"@entur/tokens": "^3.19.1",
|
|
36
|
-
"@entur/tooltip": "^5.2.
|
|
37
|
-
"@entur/typography": "^1.9.
|
|
36
|
+
"@entur/tooltip": "^5.2.10",
|
|
37
|
+
"@entur/typography": "^1.9.10",
|
|
38
38
|
"@entur/utils": "^0.12.3",
|
|
39
39
|
"@floating-ui/react-dom": "^2.1.0",
|
|
40
40
|
"@internationalized/date": "^3.4.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"@react-types/datepicker": "^3.9.0",
|
|
52
52
|
"dts-cli": "2.0.5"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "fce8c4670732d7dd2742d18f0d7759a364ba2c3c"
|
|
55
55
|
}
|