@entur/dropdown 4.0.8 → 4.0.10

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 +20 -20
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -3,20 +3,6 @@
3
3
  }
4
4
  /* DO NOT CHANGE!*/
5
5
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
6
- .eds-dropdown + .eds-form-control__append {
7
- margin-left: -2em;
8
- pointer-events: none;
9
- }
10
-
11
- .eds-dropdown option {
12
- color: #181c56;
13
- background-color: #ffffff;
14
- }
15
- .eds-contrast .eds-dropdown option {
16
- color: #181c56;
17
- }
18
- /* DO NOT CHANGE!*/
19
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
20
6
  .eds-dropdown-list {
21
7
  border-radius: 0.25rem;
22
8
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
@@ -172,12 +158,17 @@
172
158
  }
173
159
  /* DO NOT CHANGE!*/
174
160
  /* 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%;
161
+ .eds-dropdown + .eds-form-control__append {
162
+ margin-left: -2em;
163
+ pointer-events: none;
164
+ }
165
+
166
+ .eds-dropdown option {
167
+ color: #181c56;
168
+ background-color: #ffffff;
169
+ }
170
+ .eds-contrast .eds-dropdown option {
171
+ color: #181c56;
181
172
  }
182
173
  /* DO NOT CHANGE!*/
183
174
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
@@ -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.8",
3
+ "version": "4.0.10",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/dropdown.esm.js",
@@ -28,16 +28,16 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@entur/a11y": "^0.2.65",
31
- "@entur/button": "^3.0.7",
32
- "@entur/chip": "^0.6.34",
33
- "@entur/form": "^7.0.7",
34
- "@entur/icons": "^6.2.1",
35
- "@entur/loader": "^0.4.30",
31
+ "@entur/button": "^3.0.8",
32
+ "@entur/chip": "^0.6.36",
33
+ "@entur/form": "^7.0.9",
34
+ "@entur/icons": "^6.3.0",
35
+ "@entur/loader": "^0.4.31",
36
36
  "@entur/tokens": "^3.9.0",
37
- "@entur/tooltip": "^2.6.17",
37
+ "@entur/tooltip": "^2.6.19",
38
38
  "@entur/utils": "^0.9.0",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^6.1.7"
41
41
  },
42
- "gitHead": "be029b3d6a7f40e805697a28daf0c5df55a6177d"
42
+ "gitHead": "8f124a94b17be084024892eca96ab800f18ceca2"
43
43
  }