@entur/dropdown 5.0.14 → 5.0.16
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/Dropdown.d.ts +13 -2
- package/dist/MultiSelect.d.ts +7 -6
- package/dist/SearchableDropdown.d.ts +14 -1
- package/dist/dropdown.cjs.development.js +18 -8
- package/dist/dropdown.cjs.development.js.map +1 -1
- package/dist/dropdown.cjs.production.min.js +1 -1
- package/dist/dropdown.cjs.production.min.js.map +1 -1
- package/dist/dropdown.esm.js +18 -8
- package/dist/dropdown.esm.js.map +1 -1
- package/dist/styles.css +7 -7
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -87,6 +87,13 @@
|
|
|
87
87
|
.eds-dropdown-list-icon {
|
|
88
88
|
margin-left: 0.75rem;
|
|
89
89
|
}
|
|
90
|
+
.eds-inline-spinner {
|
|
91
|
+
align-items: center;
|
|
92
|
+
display: flex;
|
|
93
|
+
justify-content: center;
|
|
94
|
+
height: 100%;
|
|
95
|
+
width: 100%;
|
|
96
|
+
}
|
|
90
97
|
/* DO NOT CHANGE!*/
|
|
91
98
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
92
99
|
.eds-multi-select {
|
|
@@ -236,13 +243,6 @@
|
|
|
236
243
|
.eds-contrast .eds-form-control-wrapper--disabled .eds-dropdown__divider {
|
|
237
244
|
background-color: #8285a8;
|
|
238
245
|
}
|
|
239
|
-
.eds-inline-spinner {
|
|
240
|
-
align-items: center;
|
|
241
|
-
display: flex;
|
|
242
|
-
justify-content: center;
|
|
243
|
-
height: 100%;
|
|
244
|
-
width: 100%;
|
|
245
|
-
}
|
|
246
246
|
/* DO NOT CHANGE!*/
|
|
247
247
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
248
248
|
.eds-dropdown__toggle-button {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.16",
|
|
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.70",
|
|
31
|
-
"@entur/button": "^3.1.
|
|
32
|
-
"@entur/chip": "^0.6.
|
|
33
|
-
"@entur/form": "^7.0.
|
|
34
|
-
"@entur/icons": "^6.
|
|
35
|
-
"@entur/loader": "^0.4.
|
|
31
|
+
"@entur/button": "^3.1.7",
|
|
32
|
+
"@entur/chip": "^0.6.51",
|
|
33
|
+
"@entur/form": "^7.0.23",
|
|
34
|
+
"@entur/icons": "^6.11.0",
|
|
35
|
+
"@entur/loader": "^0.4.44",
|
|
36
36
|
"@entur/tokens": "^3.10.0",
|
|
37
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
+
"@entur/tooltip": "^2.6.32",
|
|
38
38
|
"@entur/utils": "^0.9.5",
|
|
39
39
|
"classnames": "^2.3.1",
|
|
40
40
|
"downshift": "^7.6.1"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "d1d2a7c625523120a8b4a7fca83794fd827104a4"
|
|
43
43
|
}
|