@entur/dropdown 5.4.3 → 5.4.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 +32 -32
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -155,38 +155,6 @@
155
155
  }
156
156
  /* DO NOT CHANGE!*/
157
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
158
  .eds-dropdown-wrapper {
191
159
  position: relative;
192
160
  }
@@ -245,6 +213,31 @@
245
213
  }
246
214
  /* DO NOT CHANGE!*/
247
215
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
216
+ .eds-dropdown__searchable-selected-item {
217
+ display: block;
218
+ font-size: 1rem;
219
+ line-height: 1rem;
220
+ margin-right: -1rem;
221
+ padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
222
+ font-family: inherit;
223
+ overflow-x: hidden;
224
+ text-overflow: ellipsis;
225
+ white-space: nowrap;
226
+ }
227
+ .eds-dropdown__searchable-selected-item__wrapper {
228
+ max-width: 65%;
229
+ }
230
+
231
+ .eds-form-control.eds-dropdown__input::-moz-placeholder {
232
+ -moz-transition: none;
233
+ transition: none;
234
+ }
235
+
236
+ .eds-form-control.eds-dropdown__input::placeholder {
237
+ transition: none;
238
+ }
239
+ /* DO NOT CHANGE!*/
240
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
248
241
  .eds-dropdown__toggle-button {
249
242
  -webkit-appearance: none;
250
243
  -moz-appearance: none;
@@ -271,6 +264,13 @@
271
264
  .eds-contrast .eds-dropdown__toggle-button:focus {
272
265
  box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
273
266
  }
267
+ .eds-inline-spinner {
268
+ align-items: center;
269
+ display: flex;
270
+ justify-content: center;
271
+ height: 100%;
272
+ width: 100%;
273
+ }
274
274
  /* DO NOT CHANGE!*/
275
275
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
276
276
  .eds-dropdown__list {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "5.4.3",
3
+ "version": "5.4.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.83",
31
- "@entur/button": "^3.2.19",
32
- "@entur/chip": "^0.7.4",
33
- "@entur/form": "^7.1.3",
34
- "@entur/icons": "^6.15.7",
35
- "@entur/loader": "^0.4.63",
36
- "@entur/tokens": "^3.13.5",
37
- "@entur/tooltip": "^2.7.3",
30
+ "@entur/a11y": "^0.2.84",
31
+ "@entur/button": "^3.2.20",
32
+ "@entur/chip": "^0.7.5",
33
+ "@entur/form": "^7.1.4",
34
+ "@entur/icons": "^6.15.8",
35
+ "@entur/loader": "^0.4.64",
36
+ "@entur/tokens": "^3.14.0",
37
+ "@entur/tooltip": "^2.7.4",
38
38
  "@entur/utils": "^0.11.1",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^8.3.3"
41
41
  },
42
- "gitHead": "4a9415af2b2c72292bbb4c6aeeb0f79b7dbdb0bd"
42
+ "gitHead": "bbca019e64cca63b6558abed97643bd12f0dca1b"
43
43
  }