@entur/dropdown 5.4.10 → 5.4.11-beta.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,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-multi-select {
4
29
  position: relative;
5
30
  }
@@ -89,6 +114,13 @@
89
114
  stroke-dashoffset: 0;
90
115
  }
91
116
  }
117
+ .eds-inline-spinner {
118
+ align-items: center;
119
+ display: flex;
120
+ justify-content: center;
121
+ height: 100%;
122
+ width: 100%;
123
+ }
92
124
  /* DO NOT CHANGE!*/
93
125
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
94
126
  .eds-dropdown-list {
@@ -153,38 +185,6 @@
153
185
  .eds-dropdown-list-icon {
154
186
  margin-left: 0.75rem;
155
187
  }
156
- .eds-inline-spinner {
157
- align-items: center;
158
- display: flex;
159
- justify-content: center;
160
- height: 100%;
161
- width: 100%;
162
- }
163
- /* DO NOT CHANGE!*/
164
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
165
- .eds-dropdown__searchable-selected-item {
166
- display: block;
167
- font-size: 1rem;
168
- line-height: 1rem;
169
- margin-right: -1rem;
170
- padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
171
- font-family: inherit;
172
- overflow-x: hidden;
173
- text-overflow: ellipsis;
174
- white-space: nowrap;
175
- }
176
- .eds-dropdown__searchable-selected-item__wrapper {
177
- max-width: 65%;
178
- }
179
-
180
- .eds-form-control.eds-dropdown__input::-moz-placeholder {
181
- -moz-transition: none;
182
- transition: none;
183
- }
184
-
185
- .eds-form-control.eds-dropdown__input::placeholder {
186
- transition: none;
187
- }
188
188
  /* DO NOT CHANGE!*/
189
189
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
190
190
  .eds-dropdown-wrapper {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "5.4.10",
3
+ "version": "5.4.11-beta.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.85",
31
- "@entur/button": "^3.2.25",
32
- "@entur/chip": "^0.7.11",
33
- "@entur/form": "^7.1.10",
34
- "@entur/icons": "^6.17.1",
35
- "@entur/loader": "^0.5.3",
36
- "@entur/tokens": "^3.15.0",
37
- "@entur/tooltip": "^2.7.9",
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",
38
38
  "@entur/utils": "^0.11.1",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^8.3.3"
41
41
  },
42
- "gitHead": "8f5dd2a35e3794050cdc8664efeb078254404632"
42
+ "gitHead": "ea1ac384e3dcc4ad6a5949dbb85c5eb271d5e8a1"
43
43
  }