@entur/dropdown 3.0.21-beta.0 → 3.0.21-beta.3
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 +8 -8
- package/package.json +10 -12
package/dist/styles.css
CHANGED
|
@@ -177,14 +177,6 @@
|
|
|
177
177
|
color: #181c56;
|
|
178
178
|
}/* DO NOT CHANGE!*/
|
|
179
179
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
180
|
-
.eds-inline-spinner {
|
|
181
|
-
align-items: center;
|
|
182
|
-
display: flex;
|
|
183
|
-
justify-content: center;
|
|
184
|
-
height: 100%;
|
|
185
|
-
width: 100%;
|
|
186
|
-
}/* DO NOT CHANGE!*/
|
|
187
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
188
180
|
.eds-dropdown__searchable-selected-item {
|
|
189
181
|
display: block;
|
|
190
182
|
font-size: 1rem;
|
|
@@ -214,6 +206,14 @@
|
|
|
214
206
|
transition: none;
|
|
215
207
|
}/* DO NOT CHANGE!*/
|
|
216
208
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
209
|
+
.eds-inline-spinner {
|
|
210
|
+
align-items: center;
|
|
211
|
+
display: flex;
|
|
212
|
+
justify-content: center;
|
|
213
|
+
height: 100%;
|
|
214
|
+
width: 100%;
|
|
215
|
+
}/* DO NOT CHANGE!*/
|
|
216
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
217
217
|
.eds-searchable-dropdown__wrapper {
|
|
218
218
|
position: relative;
|
|
219
219
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "3.0.21-beta.
|
|
3
|
+
"version": "3.0.21-beta.3",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/dropdown.esm.js",
|
|
@@ -19,8 +19,6 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"start": "yarn run dts watch --noClean",
|
|
21
21
|
"build": "yarn run dts build",
|
|
22
|
-
"prepack": "yarn run build",
|
|
23
|
-
"prepublish": "yarn run test && yarn run lint",
|
|
24
22
|
"test": "yarn run dts test --env=jsdom",
|
|
25
23
|
"lint": "yarn run dts lint"
|
|
26
24
|
},
|
|
@@ -29,14 +27,14 @@
|
|
|
29
27
|
"react-dom": ">=16.8.0"
|
|
30
28
|
},
|
|
31
29
|
"dependencies": {
|
|
32
|
-
"@entur/a11y": "^0.2.50-beta.
|
|
33
|
-
"@entur/chip": "^0.6.11-beta.
|
|
34
|
-
"@entur/form": "^5.4.8-beta.
|
|
35
|
-
"@entur/icons": "^5.1.2-beta.
|
|
36
|
-
"@entur/loader": "^0.4.13-beta.
|
|
37
|
-
"@entur/tokens": "^3.4.2-beta.
|
|
38
|
-
"@entur/tooltip": "^2.5.20-beta.
|
|
39
|
-
"@entur/utils": "^0.4.6-beta.
|
|
30
|
+
"@entur/a11y": "^0.2.50-beta.3",
|
|
31
|
+
"@entur/chip": "^0.6.11-beta.3",
|
|
32
|
+
"@entur/form": "^5.4.8-beta.3",
|
|
33
|
+
"@entur/icons": "^5.1.2-beta.3",
|
|
34
|
+
"@entur/loader": "^0.4.13-beta.3",
|
|
35
|
+
"@entur/tokens": "^3.4.2-beta.2",
|
|
36
|
+
"@entur/tooltip": "^2.5.20-beta.3",
|
|
37
|
+
"@entur/utils": "^0.4.6-beta.2",
|
|
40
38
|
"classnames": "^2.3.1",
|
|
41
39
|
"downshift": "^6.1.7"
|
|
42
40
|
},
|
|
@@ -45,5 +43,5 @@
|
|
|
45
43
|
"jest-watch-typeahead": "^2.2.0",
|
|
46
44
|
"ts-jest": "^27.0.0"
|
|
47
45
|
},
|
|
48
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
|
|
49
47
|
}
|