@entur/dropdown 5.0.0 → 5.0.2
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.cjs.development.js +1 -1
- 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 +1 -1
- package/dist/dropdown.esm.js.map +1 -1
- package/dist/styles.css +9 -9
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -443,6 +443,15 @@
|
|
|
443
443
|
}
|
|
444
444
|
/* DO NOT CHANGE!*/
|
|
445
445
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
446
|
+
.eds-inline-spinner {
|
|
447
|
+
align-items: center;
|
|
448
|
+
display: flex;
|
|
449
|
+
justify-content: center;
|
|
450
|
+
height: 100%;
|
|
451
|
+
width: 100%;
|
|
452
|
+
}
|
|
453
|
+
/* DO NOT CHANGE!*/
|
|
454
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
446
455
|
.eds-dropdown__searchable-selected-item {
|
|
447
456
|
display: block;
|
|
448
457
|
font-size: 1rem;
|
|
@@ -468,15 +477,6 @@
|
|
|
468
477
|
}
|
|
469
478
|
/* DO NOT CHANGE!*/
|
|
470
479
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
471
|
-
.eds-inline-spinner {
|
|
472
|
-
align-items: center;
|
|
473
|
-
display: flex;
|
|
474
|
-
justify-content: center;
|
|
475
|
-
height: 100%;
|
|
476
|
-
width: 100%;
|
|
477
|
-
}
|
|
478
|
-
/* DO NOT CHANGE!*/
|
|
479
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
480
480
|
.eds-dropdown-wrapper {
|
|
481
481
|
position: relative;
|
|
482
482
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
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.68",
|
|
31
|
-
"@entur/button": "^3.0
|
|
32
|
-
"@entur/chip": "^0.6.
|
|
33
|
-
"@entur/form": "^7.0.
|
|
34
|
-
"@entur/icons": "^6.4.
|
|
35
|
-
"@entur/loader": "^0.4.
|
|
31
|
+
"@entur/button": "^3.1.0",
|
|
32
|
+
"@entur/chip": "^0.6.42",
|
|
33
|
+
"@entur/form": "^7.0.15",
|
|
34
|
+
"@entur/icons": "^6.4.2",
|
|
35
|
+
"@entur/loader": "^0.4.37",
|
|
36
36
|
"@entur/tokens": "^3.10.0",
|
|
37
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
+
"@entur/tooltip": "^2.6.25",
|
|
38
38
|
"@entur/utils": "^0.9.3",
|
|
39
39
|
"classnames": "^2.3.1",
|
|
40
40
|
"downshift": "^7.6.1"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3a047a582443389da0c58bc67cf94ce99de54a43"
|
|
43
43
|
}
|