@entur/dropdown 5.0.12 → 5.0.14

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 +8 -8
package/dist/styles.css CHANGED
@@ -1,5 +1,30 @@
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. */
3
28
  .eds-dropdown-list {
4
29
  border-radius: 0.25rem;
5
30
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
@@ -62,13 +87,6 @@
62
87
  .eds-dropdown-list-icon {
63
88
  margin-left: 0.75rem;
64
89
  }
65
- .eds-inline-spinner {
66
- align-items: center;
67
- display: flex;
68
- justify-content: center;
69
- height: 100%;
70
- width: 100%;
71
- }
72
90
  /* DO NOT CHANGE!*/
73
91
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
74
92
  .eds-multi-select {
@@ -218,6 +236,13 @@
218
236
  .eds-contrast .eds-form-control-wrapper--disabled .eds-dropdown__divider {
219
237
  background-color: #8285a8;
220
238
  }
239
+ .eds-inline-spinner {
240
+ align-items: center;
241
+ display: flex;
242
+ justify-content: center;
243
+ height: 100%;
244
+ width: 100%;
245
+ }
221
246
  /* DO NOT CHANGE!*/
222
247
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
223
248
  .eds-dropdown__toggle-button {
@@ -248,31 +273,6 @@
248
273
  }
249
274
  /* DO NOT CHANGE!*/
250
275
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
251
- .eds-dropdown__searchable-selected-item {
252
- display: block;
253
- font-size: 1rem;
254
- line-height: 1rem;
255
- margin-right: -1rem;
256
- padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
257
- font-family: inherit;
258
- overflow-x: hidden;
259
- text-overflow: ellipsis;
260
- white-space: nowrap;
261
- }
262
- .eds-dropdown__searchable-selected-item__wrapper {
263
- max-width: 65%;
264
- }
265
-
266
- .eds-form-control.eds-dropdown__input::-moz-placeholder {
267
- -moz-transition: none;
268
- transition: none;
269
- }
270
-
271
- .eds-form-control.eds-dropdown__input::placeholder {
272
- transition: none;
273
- }
274
- /* DO NOT CHANGE!*/
275
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
276
276
  .eds-dropdown__list {
277
277
  position: absolute;
278
278
  list-style: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "5.0.12",
3
+ "version": "5.0.14",
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.4",
32
- "@entur/chip": "^0.6.48",
33
- "@entur/form": "^7.0.20",
34
- "@entur/icons": "^6.8.0",
35
- "@entur/loader": "^0.4.41",
31
+ "@entur/button": "^3.1.6",
32
+ "@entur/chip": "^0.6.50",
33
+ "@entur/form": "^7.0.22",
34
+ "@entur/icons": "^6.10.0",
35
+ "@entur/loader": "^0.4.43",
36
36
  "@entur/tokens": "^3.10.0",
37
- "@entur/tooltip": "^2.6.29",
37
+ "@entur/tooltip": "^2.6.31",
38
38
  "@entur/utils": "^0.9.5",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^7.6.1"
41
41
  },
42
- "gitHead": "fc2d2bb1966935c2eb86b0ebd2e1ce6239f82404"
42
+ "gitHead": "9e97f6db17e2ad5096603ba20d568601059ca53e"
43
43
  }