@entur/dropdown 5.4.4 → 5.4.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 +36 -36
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
+
.eds-dropdown__searchable-selected-item {
|
|
4
|
+
display: block;
|
|
5
|
+
font-size: 1rem;
|
|
6
|
+
line-height: 1rem;
|
|
7
|
+
margin-right: -1rem;
|
|
8
|
+
padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
|
|
9
|
+
font-family: inherit;
|
|
10
|
+
overflow-x: hidden;
|
|
11
|
+
text-overflow: ellipsis;
|
|
12
|
+
white-space: nowrap;
|
|
13
|
+
}
|
|
14
|
+
.eds-dropdown__searchable-selected-item__wrapper {
|
|
15
|
+
max-width: 65%;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.eds-form-control.eds-dropdown__input::-moz-placeholder {
|
|
19
|
+
-moz-transition: none;
|
|
20
|
+
transition: none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.eds-form-control.eds-dropdown__input::placeholder {
|
|
24
|
+
transition: none;
|
|
25
|
+
}
|
|
26
|
+
/* DO NOT CHANGE!*/
|
|
27
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
28
|
.eds-multi-select {
|
|
4
29
|
position: relative;
|
|
5
30
|
}
|
|
@@ -153,6 +178,13 @@
|
|
|
153
178
|
.eds-dropdown-list-icon {
|
|
154
179
|
margin-left: 0.75rem;
|
|
155
180
|
}
|
|
181
|
+
.eds-inline-spinner {
|
|
182
|
+
align-items: center;
|
|
183
|
+
display: flex;
|
|
184
|
+
justify-content: center;
|
|
185
|
+
height: 100%;
|
|
186
|
+
width: 100%;
|
|
187
|
+
}
|
|
156
188
|
/* DO NOT CHANGE!*/
|
|
157
189
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
158
190
|
.eds-dropdown-wrapper {
|
|
@@ -213,31 +245,6 @@
|
|
|
213
245
|
}
|
|
214
246
|
/* DO NOT CHANGE!*/
|
|
215
247
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
216
|
-
.eds-dropdown__searchable-selected-item {
|
|
217
|
-
display: block;
|
|
218
|
-
font-size: 1rem;
|
|
219
|
-
line-height: 1rem;
|
|
220
|
-
margin-right: -1rem;
|
|
221
|
-
padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
|
|
222
|
-
font-family: inherit;
|
|
223
|
-
overflow-x: hidden;
|
|
224
|
-
text-overflow: ellipsis;
|
|
225
|
-
white-space: nowrap;
|
|
226
|
-
}
|
|
227
|
-
.eds-dropdown__searchable-selected-item__wrapper {
|
|
228
|
-
max-width: 65%;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.eds-form-control.eds-dropdown__input::-moz-placeholder {
|
|
232
|
-
-moz-transition: none;
|
|
233
|
-
transition: none;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.eds-form-control.eds-dropdown__input::placeholder {
|
|
237
|
-
transition: none;
|
|
238
|
-
}
|
|
239
|
-
/* DO NOT CHANGE!*/
|
|
240
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
241
248
|
.eds-dropdown__toggle-button {
|
|
242
249
|
-webkit-appearance: none;
|
|
243
250
|
-moz-appearance: none;
|
|
@@ -264,13 +271,6 @@
|
|
|
264
271
|
.eds-contrast .eds-dropdown__toggle-button:focus {
|
|
265
272
|
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
266
273
|
}
|
|
267
|
-
.eds-inline-spinner {
|
|
268
|
-
align-items: center;
|
|
269
|
-
display: flex;
|
|
270
|
-
justify-content: center;
|
|
271
|
-
height: 100%;
|
|
272
|
-
width: 100%;
|
|
273
|
-
}
|
|
274
274
|
/* DO NOT CHANGE!*/
|
|
275
275
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
276
276
|
.eds-dropdown__list {
|
|
@@ -394,18 +394,18 @@
|
|
|
394
394
|
border-color: transparent;
|
|
395
395
|
color: var(--components-dropdown-dropdown-standard-text-disabled);
|
|
396
396
|
}
|
|
397
|
-
.eds-dropdown .eds-icon-button {
|
|
397
|
+
.eds-contrast .eds-dropdown .eds-icon-button {
|
|
398
398
|
color: var(--components-button-iconbutton-standard-text);
|
|
399
399
|
}
|
|
400
|
-
.eds-dropdown .eds-icon-button:hover {
|
|
400
|
+
.eds-contrast .eds-dropdown .eds-icon-button:hover {
|
|
401
401
|
background-color: var(--components-button-iconbutton-standard-hover);
|
|
402
402
|
}
|
|
403
|
-
.eds-dropdown .eds-icon-button:focus {
|
|
403
|
+
.eds-contrast .eds-dropdown .eds-icon-button:focus {
|
|
404
404
|
outline: 2px solid #181c56;
|
|
405
405
|
outline-color: var(--basecolors-stroke-focus-standard);
|
|
406
406
|
outline-offset: 0.125rem;
|
|
407
407
|
}
|
|
408
|
-
.eds-dropdown .eds-icon-button:active {
|
|
408
|
+
.eds-contrast .eds-dropdown .eds-icon-button:active {
|
|
409
409
|
background-color: var(--components-button-iconbutton-standard-active);
|
|
410
410
|
}
|
|
411
411
|
.eds-dropdown__appendix {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/dropdown.esm.js",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/a11y": "^0.2.84",
|
|
31
|
-
"@entur/button": "^3.2.
|
|
32
|
-
"@entur/chip": "^0.7.
|
|
33
|
-
"@entur/form": "^7.1.
|
|
34
|
-
"@entur/icons": "^6.
|
|
35
|
-
"@entur/loader": "^0.4.
|
|
31
|
+
"@entur/button": "^3.2.21",
|
|
32
|
+
"@entur/chip": "^0.7.7",
|
|
33
|
+
"@entur/form": "^7.1.6",
|
|
34
|
+
"@entur/icons": "^6.16.0",
|
|
35
|
+
"@entur/loader": "^0.4.65",
|
|
36
36
|
"@entur/tokens": "^3.14.0",
|
|
37
|
-
"@entur/tooltip": "^2.7.
|
|
37
|
+
"@entur/tooltip": "^2.7.5",
|
|
38
38
|
"@entur/utils": "^0.11.1",
|
|
39
39
|
"classnames": "^2.3.1",
|
|
40
40
|
"downshift": "^8.3.3"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3c7f2eef6a200733249c13a3eaf5796054e44fb6"
|
|
43
43
|
}
|