@entur/dropdown 3.0.32 → 3.0.34

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 +19 -15
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -1,6 +1,7 @@
1
1
  :root {
2
2
  --eds-dropdown: 1;
3
- }/* DO NOT CHANGE!*/
3
+ }
4
+ /* DO NOT CHANGE!*/
4
5
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
6
  .eds-dropdown + .eds-form-control__append {
6
7
  margin-left: -2em;
@@ -13,7 +14,7 @@
13
14
  }
14
15
  .eds-contrast .eds-dropdown option {
15
16
  color: #181c56;
16
- }@charset "UTF-8";
17
+ }
17
18
  /* DO NOT CHANGE!*/
18
19
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
19
20
  .eds-dropdown-list {
@@ -43,7 +44,6 @@
43
44
  max-height: 30vh;
44
45
  }
45
46
  }
46
-
47
47
  .eds-dropdown-list__item {
48
48
  align-items: center;
49
49
  background-color: #f8f8f8;
@@ -70,16 +70,16 @@
70
70
  border-color: #54568c;
71
71
  background-color: #ffffff;
72
72
  }
73
- .eds-dropdown-list__item--highlighted  {
73
+ .eds-dropdown-list__item--highlighted {
74
74
  background-color: #d1d4e3;
75
75
  }
76
- .eds-contrast .eds-dropdown-list__item--highlighted  {
76
+ .eds-contrast .eds-dropdown-list__item--highlighted {
77
77
  background-color: #d1d4e3;
78
78
  }
79
-
80
- .eds-dropdown-list__item-icon {
79
+ .eds-dropdown-list-icon {
81
80
  margin-left: 0.75rem;
82
- }/* DO NOT CHANGE!*/
81
+ }
82
+ /* DO NOT CHANGE!*/
83
83
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
84
84
  .eds-multi-select {
85
85
  position: relative;
@@ -169,7 +169,8 @@
169
169
  100% {
170
170
  stroke-dashoffset: 0;
171
171
  }
172
- }/* DO NOT CHANGE!*/
172
+ }
173
+ /* DO NOT CHANGE!*/
173
174
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
174
175
  .eds-dropdown__searchable-selected-item {
175
176
  display: block;
@@ -193,7 +194,8 @@
193
194
 
194
195
  .eds-form-control.eds-dropdown__input::placeholder {
195
196
  transition: none;
196
- }/* DO NOT CHANGE!*/
197
+ }
198
+ /* DO NOT CHANGE!*/
197
199
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
198
200
  .eds-inline-spinner {
199
201
  align-items: center;
@@ -201,7 +203,7 @@
201
203
  justify-content: center;
202
204
  height: 100%;
203
205
  width: 100%;
204
- }@charset "UTF-8";
206
+ }
205
207
  /* DO NOT CHANGE!*/
206
208
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
207
209
  .eds-searchable-dropdown__wrapper {
@@ -314,7 +316,7 @@
314
316
  .eds-searchable-dropdown__list__item-icon {
315
317
  margin-left: 0.75rem;
316
318
  }
317
- .eds-searchable-dropdown__list__item--highlighted  {
319
+ .eds-searchable-dropdown__list__item--highlighted {
318
320
  background-color: #d1d4e3;
319
321
  }
320
322
 
@@ -329,7 +331,8 @@
329
331
  transition: none;
330
332
  position: relative;
331
333
  bottom: 1px;
332
- }/* DO NOT CHANGE!*/
334
+ }
335
+ /* DO NOT CHANGE!*/
333
336
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
334
337
  .eds-dropdown-wrapper {
335
338
  position: relative;
@@ -386,7 +389,8 @@
386
389
  }
387
390
  .eds-contrast .eds-form-control-wrapper--disabled .eds-dropdown__divider {
388
391
  background-color: #8285a8;
389
- }/* DO NOT CHANGE!*/
392
+ }
393
+ /* DO NOT CHANGE!*/
390
394
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
391
395
  .eds-dropdown__toggle-button {
392
396
  -webkit-appearance: none;
@@ -413,4 +417,4 @@
413
417
  }
414
418
  .eds-contrast .eds-dropdown__toggle-button:focus {
415
419
  box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
416
- }
420
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "3.0.32",
3
+ "version": "3.0.34",
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.59",
31
- "@entur/button": "^2.10.14",
32
- "@entur/chip": "^0.6.22",
33
- "@entur/form": "^5.4.19",
34
- "@entur/icons": "^5.8.0",
35
- "@entur/loader": "^0.4.22",
31
+ "@entur/button": "^3.0.0",
32
+ "@entur/chip": "^0.6.24",
33
+ "@entur/form": "^6.0.0",
34
+ "@entur/icons": "^6.0.0",
35
+ "@entur/loader": "^0.4.23",
36
36
  "@entur/tokens": "^3.8.0",
37
- "@entur/tooltip": "^2.6.6",
37
+ "@entur/tooltip": "^2.6.8",
38
38
  "@entur/utils": "^0.5.5",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^6.1.7"
41
41
  },
42
- "gitHead": "3b97ecb2ab0cba40d9f353d936dc0a87a6253108"
42
+ "gitHead": "48cdba2e353c9311d52550a98c6b025deb7b8270"
43
43
  }