@entur/dropdown 3.0.18 → 3.0.19-alpha.0
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/CHANGELOG.md +4 -0
- package/dist/styles.css +8 -8
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.19-alpha.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.18...@entur/dropdown@3.0.19-alpha.0) (2022-10-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/dropdown
|
|
9
|
+
|
|
6
10
|
## [3.0.18](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.17...@entur/dropdown@3.0.18) (2022-10-12)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @entur/dropdown
|
package/dist/styles.css
CHANGED
|
@@ -177,14 +177,6 @@
|
|
|
177
177
|
}
|
|
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.
|
|
3
|
+
"version": "3.0.19-alpha.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/dropdown.esm.js",
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/a11y": "^0.2.
|
|
31
|
-
"@entur/chip": "^0.6.
|
|
32
|
-
"@entur/form": "^5.4.
|
|
33
|
-
"@entur/icons": "^5.0.0",
|
|
34
|
-
"@entur/loader": "^0.4.
|
|
30
|
+
"@entur/a11y": "^0.2.50-alpha.0",
|
|
31
|
+
"@entur/chip": "^0.6.9-alpha.0",
|
|
32
|
+
"@entur/form": "^5.4.6-alpha.0",
|
|
33
|
+
"@entur/icons": "^5.0.1-alpha.0",
|
|
34
|
+
"@entur/loader": "^0.4.13-alpha.0",
|
|
35
35
|
"@entur/tokens": "^3.4.1",
|
|
36
|
-
"@entur/tooltip": "^2.5.
|
|
37
|
-
"@entur/utils": "^0.4.
|
|
36
|
+
"@entur/tooltip": "^2.5.18-alpha.0",
|
|
37
|
+
"@entur/utils": "^0.4.6-alpha.0",
|
|
38
38
|
"classnames": "^2.3.1",
|
|
39
39
|
"downshift": "^6.1.7"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "497df350c3af082f714f461c7089a1fec1b4f8c9"
|
|
42
42
|
}
|