@entur/dropdown 4.0.2 → 4.0.4

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 +23 -23
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -3,6 +3,20 @@
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. */
6
20
  .eds-multi-select {
7
21
  position: relative;
8
22
  }
@@ -94,20 +108,6 @@
94
108
  }
95
109
  /* DO NOT CHANGE!*/
96
110
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
97
- .eds-dropdown + .eds-form-control__append {
98
- margin-left: -2em;
99
- pointer-events: none;
100
- }
101
-
102
- .eds-dropdown option {
103
- color: #181c56;
104
- background-color: #ffffff;
105
- }
106
- .eds-contrast .eds-dropdown option {
107
- color: #181c56;
108
- }
109
- /* DO NOT CHANGE!*/
110
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
111
111
  .eds-dropdown-list {
112
112
  border-radius: 0.25rem;
113
113
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
@@ -172,6 +172,15 @@
172
172
  }
173
173
  /* DO NOT CHANGE!*/
174
174
  /* 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%;
181
+ }
182
+ /* DO NOT CHANGE!*/
183
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
175
184
  .eds-dropdown__searchable-selected-item {
176
185
  display: block;
177
186
  font-size: 1rem;
@@ -197,15 +206,6 @@
197
206
  }
198
207
  /* DO NOT CHANGE!*/
199
208
  /* 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.2",
3
+ "version": "4.0.4",
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.61",
31
- "@entur/button": "^3.0.2",
32
- "@entur/chip": "^0.6.28",
33
- "@entur/form": "^7.0.1",
34
- "@entur/icons": "^6.1.0",
35
- "@entur/loader": "^0.4.25",
30
+ "@entur/a11y": "^0.2.62",
31
+ "@entur/button": "^3.0.3",
32
+ "@entur/chip": "^0.6.30",
33
+ "@entur/form": "^7.0.3",
34
+ "@entur/icons": "^6.2.0",
35
+ "@entur/loader": "^0.4.26",
36
36
  "@entur/tokens": "^3.8.1",
37
- "@entur/tooltip": "^2.6.11",
38
- "@entur/utils": "^0.6.0",
37
+ "@entur/tooltip": "^2.6.13",
38
+ "@entur/utils": "^0.7.0",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^6.1.7"
41
41
  },
42
- "gitHead": "a3edbb9069b9bd125919df8984b23628a1040cf4"
42
+ "gitHead": "402d010ee77f4ff809e3b709b0a29865c04cc1f4"
43
43
  }