@entur/dropdown 4.0.11 → 4.0.12
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 +9 -9
- package/package.json +9 -9
package/dist/styles.css
CHANGED
|
@@ -172,15 +172,6 @@
|
|
|
172
172
|
}
|
|
173
173
|
/* DO NOT CHANGE!*/
|
|
174
174
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
175
|
-
.eds-inline-spinner {
|
|
176
|
-
align-items: center;
|
|
177
|
-
display: flex;
|
|
178
|
-
justify-content: center;
|
|
179
|
-
height: 100%;
|
|
180
|
-
width: 100%;
|
|
181
|
-
}
|
|
182
|
-
/* DO NOT CHANGE!*/
|
|
183
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
184
175
|
.eds-dropdown__searchable-selected-item {
|
|
185
176
|
display: block;
|
|
186
177
|
font-size: 1rem;
|
|
@@ -206,6 +197,15 @@
|
|
|
206
197
|
}
|
|
207
198
|
/* DO NOT CHANGE!*/
|
|
208
199
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
200
|
+
.eds-inline-spinner {
|
|
201
|
+
align-items: center;
|
|
202
|
+
display: flex;
|
|
203
|
+
justify-content: center;
|
|
204
|
+
height: 100%;
|
|
205
|
+
width: 100%;
|
|
206
|
+
}
|
|
207
|
+
/* DO NOT CHANGE!*/
|
|
208
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
209
209
|
.eds-searchable-dropdown__wrapper {
|
|
210
210
|
position: relative;
|
|
211
211
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.12",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/dropdown.esm.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/a11y": "^0.2.
|
|
31
|
-
"@entur/button": "^3.0.
|
|
32
|
-
"@entur/chip": "^0.6.
|
|
33
|
-
"@entur/form": "^7.0.
|
|
30
|
+
"@entur/a11y": "^0.2.67",
|
|
31
|
+
"@entur/button": "^3.0.10",
|
|
32
|
+
"@entur/chip": "^0.6.38",
|
|
33
|
+
"@entur/form": "^7.0.11",
|
|
34
34
|
"@entur/icons": "^6.3.1",
|
|
35
|
-
"@entur/loader": "^0.4.
|
|
35
|
+
"@entur/loader": "^0.4.33",
|
|
36
36
|
"@entur/tokens": "^3.10.0",
|
|
37
|
-
"@entur/tooltip": "^2.6.
|
|
38
|
-
"@entur/utils": "^0.9.
|
|
37
|
+
"@entur/tooltip": "^2.6.21",
|
|
38
|
+
"@entur/utils": "^0.9.2",
|
|
39
39
|
"classnames": "^2.3.1",
|
|
40
40
|
"downshift": "^6.1.7"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "a7f288d524c9ef12f3b78ea35b864c879c0f1cc3"
|
|
43
43
|
}
|