@entur/dropdown 5.0.16 → 5.0.18

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/dist/styles.css CHANGED
@@ -1,30 +1,5 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
- .eds-dropdown__searchable-selected-item {
4
- display: block;
5
- font-size: 1rem;
6
- line-height: 1rem;
7
- margin-right: -1rem;
8
- padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
9
- font-family: inherit;
10
- overflow-x: hidden;
11
- text-overflow: ellipsis;
12
- white-space: nowrap;
13
- }
14
- .eds-dropdown__searchable-selected-item__wrapper {
15
- max-width: 65%;
16
- }
17
-
18
- .eds-form-control.eds-dropdown__input::-moz-placeholder {
19
- -moz-transition: none;
20
- transition: none;
21
- }
22
-
23
- .eds-form-control.eds-dropdown__input::placeholder {
24
- transition: none;
25
- }
26
- /* DO NOT CHANGE!*/
27
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
28
3
  .eds-dropdown-list {
29
4
  border-radius: 0.25rem;
30
5
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
@@ -87,13 +62,6 @@
87
62
  .eds-dropdown-list-icon {
88
63
  margin-left: 0.75rem;
89
64
  }
90
- .eds-inline-spinner {
91
- align-items: center;
92
- display: flex;
93
- justify-content: center;
94
- height: 100%;
95
- width: 100%;
96
- }
97
65
  /* DO NOT CHANGE!*/
98
66
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
99
67
  .eds-multi-select {
@@ -187,6 +155,38 @@
187
155
  }
188
156
  /* DO NOT CHANGE!*/
189
157
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
158
+ .eds-dropdown__searchable-selected-item {
159
+ display: block;
160
+ font-size: 1rem;
161
+ line-height: 1rem;
162
+ margin-right: -1rem;
163
+ padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
164
+ font-family: inherit;
165
+ overflow-x: hidden;
166
+ text-overflow: ellipsis;
167
+ white-space: nowrap;
168
+ }
169
+ .eds-dropdown__searchable-selected-item__wrapper {
170
+ max-width: 65%;
171
+ }
172
+
173
+ .eds-form-control.eds-dropdown__input::-moz-placeholder {
174
+ -moz-transition: none;
175
+ transition: none;
176
+ }
177
+
178
+ .eds-form-control.eds-dropdown__input::placeholder {
179
+ transition: none;
180
+ }
181
+ .eds-inline-spinner {
182
+ align-items: center;
183
+ display: flex;
184
+ justify-content: center;
185
+ height: 100%;
186
+ width: 100%;
187
+ }
188
+ /* DO NOT CHANGE!*/
189
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
190
190
  .eds-dropdown-wrapper {
191
191
  position: relative;
192
192
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "5.0.16",
3
+ "version": "5.0.18",
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.70",
31
- "@entur/button": "^3.1.7",
32
- "@entur/chip": "^0.6.51",
33
- "@entur/form": "^7.0.23",
34
- "@entur/icons": "^6.11.0",
35
- "@entur/loader": "^0.4.44",
31
+ "@entur/button": "^3.1.8",
32
+ "@entur/chip": "^0.6.52",
33
+ "@entur/form": "^7.0.24",
34
+ "@entur/icons": "^6.11.1",
35
+ "@entur/loader": "^0.4.45",
36
36
  "@entur/tokens": "^3.10.0",
37
- "@entur/tooltip": "^2.6.32",
37
+ "@entur/tooltip": "^2.6.33",
38
38
  "@entur/utils": "^0.9.5",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^7.6.1"
41
41
  },
42
- "gitHead": "d1d2a7c625523120a8b4a7fca83794fd827104a4"
42
+ "gitHead": "b25881357126228583ad85f08f716253a2319cf0"
43
43
  }