@entur/dropdown 3.0.30 → 3.0.32

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.
Files changed (2) hide show
  1. package/dist/styles.css +8 -8
  2. package/package.json +11 -11
package/dist/styles.css CHANGED
@@ -171,14 +171,6 @@
171
171
  }
172
172
  }/* DO NOT CHANGE!*/
173
173
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
174
- .eds-inline-spinner {
175
- align-items: center;
176
- display: flex;
177
- justify-content: center;
178
- height: 100%;
179
- width: 100%;
180
- }/* DO NOT CHANGE!*/
181
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
182
174
  .eds-dropdown__searchable-selected-item {
183
175
  display: block;
184
176
  font-size: 1rem;
@@ -201,6 +193,14 @@
201
193
 
202
194
  .eds-form-control.eds-dropdown__input::placeholder {
203
195
  transition: none;
196
+ }/* DO NOT CHANGE!*/
197
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
198
+ .eds-inline-spinner {
199
+ align-items: center;
200
+ display: flex;
201
+ justify-content: center;
202
+ height: 100%;
203
+ width: 100%;
204
204
  }@charset "UTF-8";
205
205
  /* DO NOT CHANGE!*/
206
206
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "3.0.30",
3
+ "version": "3.0.32",
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.58",
31
- "@entur/button": "^2.10.13",
32
- "@entur/chip": "^0.6.20",
33
- "@entur/form": "^5.4.17",
34
- "@entur/icons": "^5.7.0",
35
- "@entur/loader": "^0.4.21",
36
- "@entur/tokens": "^3.7.0",
37
- "@entur/tooltip": "^2.6.4",
38
- "@entur/utils": "^0.5.4",
30
+ "@entur/a11y": "^0.2.59",
31
+ "@entur/button": "^2.10.14",
32
+ "@entur/chip": "^0.6.22",
33
+ "@entur/form": "^5.4.19",
34
+ "@entur/icons": "^5.8.0",
35
+ "@entur/loader": "^0.4.22",
36
+ "@entur/tokens": "^3.8.0",
37
+ "@entur/tooltip": "^2.6.6",
38
+ "@entur/utils": "^0.5.5",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^6.1.7"
41
41
  },
42
- "gitHead": "ff44073d29948fc811c0dbd6921c003794285c06"
42
+ "gitHead": "3b97ecb2ab0cba40d9f353d936dc0a87a6253108"
43
43
  }