@entur/dropdown 3.0.18 → 3.0.19-alpha.1

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 CHANGED
@@ -3,6 +3,14 @@
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.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.19-alpha.0...@entur/dropdown@3.0.19-alpha.1) (2022-10-26)
7
+
8
+ **Note:** Version bump only for package @entur/dropdown
9
+
10
+ ## [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)
11
+
12
+ **Note:** Version bump only for package @entur/dropdown
13
+
6
14
  ## [3.0.18](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.17...@entur/dropdown@3.0.18) (2022-10-12)
7
15
 
8
16
  **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.18",
3
+ "version": "3.0.19-alpha.1",
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.49",
31
- "@entur/chip": "^0.6.8",
32
- "@entur/form": "^5.4.5",
33
- "@entur/icons": "^5.0.0",
34
- "@entur/loader": "^0.4.12",
30
+ "@entur/a11y": "^0.2.50-alpha.1",
31
+ "@entur/chip": "^0.6.9-alpha.1",
32
+ "@entur/form": "^5.4.6-alpha.1",
33
+ "@entur/icons": "^5.0.1-alpha.1",
34
+ "@entur/loader": "^0.4.13-alpha.1",
35
35
  "@entur/tokens": "^3.4.1",
36
- "@entur/tooltip": "^2.5.17",
37
- "@entur/utils": "^0.4.5",
36
+ "@entur/tooltip": "^2.5.18-alpha.1",
37
+ "@entur/utils": "^0.5.0-alpha.0",
38
38
  "classnames": "^2.3.1",
39
39
  "downshift": "^6.1.7"
40
40
  },
41
- "gitHead": "e6da59550f3ace8e356155d60ce72d480aa17d51"
41
+ "gitHead": "8e5d6c63d180d5b3a7b2d0c6c4cdbb8ecb8af8f4"
42
42
  }