@entur/dropdown 5.4.11-beta.0 → 5.4.11

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-multi-select {
29
4
  position: relative;
30
5
  }
@@ -114,12 +89,30 @@
114
89
  stroke-dashoffset: 0;
115
90
  }
116
91
  }
117
- .eds-inline-spinner {
118
- align-items: center;
119
- display: flex;
120
- justify-content: center;
121
- height: 100%;
122
- width: 100%;
92
+ /* DO NOT CHANGE!*/
93
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
94
+ .eds-dropdown__searchable-selected-item {
95
+ display: block;
96
+ font-size: 1rem;
97
+ line-height: 1rem;
98
+ margin-right: -1rem;
99
+ padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
100
+ font-family: inherit;
101
+ overflow-x: hidden;
102
+ text-overflow: ellipsis;
103
+ white-space: nowrap;
104
+ }
105
+ .eds-dropdown__searchable-selected-item__wrapper {
106
+ max-width: 65%;
107
+ }
108
+
109
+ .eds-form-control.eds-dropdown__input::-moz-placeholder {
110
+ -moz-transition: none;
111
+ transition: none;
112
+ }
113
+
114
+ .eds-form-control.eds-dropdown__input::placeholder {
115
+ transition: none;
123
116
  }
124
117
  /* DO NOT CHANGE!*/
125
118
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
@@ -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 {
@@ -494,6 +494,7 @@
494
494
  text-overflow: ellipsis;
495
495
  line-height: 1rem;
496
496
  padding: 1.25rem 1rem 0.25rem;
497
+ min-height: 2.75rem;
497
498
  }
498
499
  .eds-dropdown__selected-item.focus-visible {
499
500
  outline: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "5.4.11-beta.0",
3
+ "version": "5.4.11",
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.86-beta.0",
31
- "@entur/button": "^3.2.26-beta.0",
32
- "@entur/chip": "^0.7.12-beta.0",
33
- "@entur/form": "^7.1.11-beta.0",
34
- "@entur/icons": "^6.17.2-beta.0",
35
- "@entur/loader": "^0.5.4-beta.0",
36
- "@entur/tokens": "^3.15.1-beta.0",
37
- "@entur/tooltip": "^2.7.10-beta.0",
30
+ "@entur/a11y": "^0.2.86",
31
+ "@entur/button": "^3.2.26",
32
+ "@entur/chip": "^0.7.12",
33
+ "@entur/form": "^7.1.11",
34
+ "@entur/icons": "^6.18.0",
35
+ "@entur/loader": "^0.5.4",
36
+ "@entur/tokens": "^3.15.1",
37
+ "@entur/tooltip": "^2.7.10",
38
38
  "@entur/utils": "^0.11.1",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^8.3.3"
41
41
  },
42
- "gitHead": "ea1ac384e3dcc4ad6a5949dbb85c5eb271d5e8a1"
42
+ "gitHead": "59263b656c7de882e8ecf50bdb49f7ddfd283026"
43
43
  }