@entur/dropdown 5.0.26 → 5.0.27-RC.0

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
@@ -1,5 +1,37 @@
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
+ .eds-inline-spinner {
27
+ align-items: center;
28
+ display: flex;
29
+ justify-content: center;
30
+ height: 100%;
31
+ width: 100%;
32
+ }
33
+ /* DO NOT CHANGE!*/
34
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
35
  .eds-multi-select {
4
36
  position: relative;
5
37
  }
@@ -155,38 +187,6 @@
155
187
  }
156
188
  /* DO NOT CHANGE!*/
157
189
  /* 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.26",
3
+ "version": "5.0.27-RC.0",
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.72",
31
- "@entur/button": "^3.2.3",
32
- "@entur/chip": "^0.6.58",
33
- "@entur/form": "^7.0.30",
34
- "@entur/icons": "^6.13.0",
35
- "@entur/loader": "^0.4.49",
36
- "@entur/tokens": "^3.11.1",
37
- "@entur/tooltip": "^2.6.39",
30
+ "@entur/a11y": "^0.2.73-RC.0",
31
+ "@entur/button": "^3.2.4-RC.0",
32
+ "@entur/chip": "^0.6.59-RC.0",
33
+ "@entur/form": "^7.0.31-RC.0",
34
+ "@entur/icons": "^6.13.1-RC.0",
35
+ "@entur/loader": "^0.4.50-RC.0",
36
+ "@entur/tokens": "^3.11.2-RC.0",
37
+ "@entur/tooltip": "^2.6.40-RC.0",
38
38
  "@entur/utils": "^0.9.5",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^7.6.1"
41
41
  },
42
- "gitHead": "298374e622bca3ae3bbb7226bdd94890be5f82c8"
42
+ "gitHead": "ffc1bbef705504dd4e8df8abccc435dd01513ce3"
43
43
  }