@entur/datepicker 11.2.1-beta.6 → 11.2.1-beta.8
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 +41 -41
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -140,24 +140,35 @@
|
|
|
140
140
|
}
|
|
141
141
|
/* DO NOT CHANGE!*/
|
|
142
142
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
143
|
-
.eds-datefield {
|
|
144
|
-
|
|
145
|
-
width: fit-content;
|
|
146
|
-
display: block;
|
|
143
|
+
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control-wrapper {
|
|
144
|
+
padding-right: 0rem;
|
|
147
145
|
}
|
|
148
|
-
.eds-datefield .eds-form-
|
|
149
|
-
|
|
150
|
-
padding-left: 1rem;
|
|
151
|
-
padding-right: 1rem;
|
|
152
|
-
width: -moz-fit-content;
|
|
153
|
-
width: fit-content;
|
|
146
|
+
.eds-datepicker.eds-datefield:not(.eds-datepicker--disabled) .eds-form-control__append {
|
|
147
|
+
margin-left: auto;
|
|
154
148
|
}
|
|
155
|
-
.eds-
|
|
156
|
-
|
|
157
|
-
box-shadow: none;
|
|
149
|
+
.eds-datepicker__open-calendar-button {
|
|
150
|
+
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
158
151
|
}
|
|
159
|
-
.eds-
|
|
160
|
-
|
|
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;
|
|
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;
|
|
161
172
|
}
|
|
162
173
|
/* DO NOT CHANGE!*/
|
|
163
174
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -185,35 +196,24 @@
|
|
|
185
196
|
}
|
|
186
197
|
/* DO NOT CHANGE!*/
|
|
187
198
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
188
|
-
.eds-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
margin-left: auto;
|
|
193
|
-
}
|
|
194
|
-
.eds-datepicker__open-calendar-button {
|
|
195
|
-
margin: 0rem 0.25rem 0rem 0.5rem;
|
|
196
|
-
}
|
|
197
|
-
.eds-datepicker__open-calendar-button.eds-icon-button {
|
|
198
|
-
color: var(--components-datepicker-calendar-icon);
|
|
199
|
-
}
|
|
200
|
-
.eds-datepicker__open-calendar-button.eds-icon-button:hover {
|
|
201
|
-
background-color: var(--components-button-iconbutton-standard-hover);
|
|
199
|
+
.eds-datefield {
|
|
200
|
+
width: -moz-fit-content;
|
|
201
|
+
width: fit-content;
|
|
202
|
+
display: block;
|
|
202
203
|
}
|
|
203
|
-
.eds-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
204
|
+
.eds-datefield .eds-form-control-wrapper {
|
|
205
|
+
display: inline-flex;
|
|
206
|
+
padding-left: 1rem;
|
|
207
|
+
padding-right: 1rem;
|
|
208
|
+
width: -moz-fit-content;
|
|
209
|
+
width: fit-content;
|
|
207
210
|
}
|
|
208
|
-
.eds-
|
|
209
|
-
|
|
211
|
+
.eds-datefield .eds-form-control-wrapper--disabled:focus-within {
|
|
212
|
+
border-color: transparent;
|
|
213
|
+
box-shadow: none;
|
|
210
214
|
}
|
|
211
|
-
.eds-
|
|
212
|
-
|
|
213
|
-
padding: initial;
|
|
214
|
-
width: inherit;
|
|
215
|
-
background-color: transparent;
|
|
216
|
-
background-color: initial;
|
|
215
|
+
.eds-datefield .eds-form-control-wrapper--disabled .eds-date-and-time-field__segment:focus {
|
|
216
|
+
background: none;
|
|
217
217
|
}
|
|
218
218
|
/* DO NOT CHANGE!*/
|
|
219
219
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/datepicker",
|
|
3
|
-
"version": "11.2.1-beta.
|
|
3
|
+
"version": "11.2.1-beta.8",
|
|
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.13-beta.
|
|
32
|
-
"@entur/form": "^8.3.2-beta.
|
|
31
|
+
"@entur/button": "^3.3.13-beta.8",
|
|
32
|
+
"@entur/form": "^8.3.2-beta.8",
|
|
33
33
|
"@entur/icons": "^8.0.0",
|
|
34
|
-
"@entur/modal": "^1.7.73-beta.
|
|
34
|
+
"@entur/modal": "^1.7.73-beta.8",
|
|
35
35
|
"@entur/tokens": "^3.19.1",
|
|
36
|
-
"@entur/tooltip": "^5.2.13-beta.
|
|
37
|
-
"@entur/typography": "^1.10.0-beta.
|
|
36
|
+
"@entur/tooltip": "^5.2.13-beta.8",
|
|
37
|
+
"@entur/typography": "^1.10.0-beta.8",
|
|
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": "75f853e86839313d80d1ea5aa89fb133f42102de"
|
|
55
55
|
}
|