@entur/dropdown 3.0.29 → 3.0.31

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 +29 -27
  2. package/package.json +11 -11
package/dist/styles.css CHANGED
@@ -2,19 +2,6 @@
2
2
  --eds-dropdown: 1;
3
3
  }/* DO NOT CHANGE!*/
4
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
- .eds-dropdown + .eds-form-control__append {
6
- margin-left: -2em;
7
- pointer-events: none;
8
- }
9
-
10
- .eds-dropdown option {
11
- color: #181c56;
12
- background-color: #ffffff;
13
- }
14
- .eds-contrast .eds-dropdown option {
15
- color: #181c56;
16
- }/* DO NOT CHANGE!*/
17
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
18
5
  .eds-multi-select {
19
6
  position: relative;
20
7
  }
@@ -103,7 +90,8 @@
103
90
  100% {
104
91
  stroke-dashoffset: 0;
105
92
  }
106
- }/* DO NOT CHANGE!*/
93
+ }@charset "UTF-8";
94
+ /* DO NOT CHANGE!*/
107
95
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
108
96
  .eds-dropdown-list {
109
97
  border-radius: 0.25rem;
@@ -119,7 +107,7 @@
119
107
  z-index: 20;
120
108
  }
121
109
  .eds-contrast .eds-dropdown-list {
122
- box-shadow: 0 0.0625rem 0.1875rem #393d79;
110
+ box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
123
111
  }
124
112
  .eds-dropdown-list--open {
125
113
  display: inline-block;
@@ -159,10 +147,10 @@
159
147
  border-color: #54568c;
160
148
  background-color: #ffffff;
161
149
  }
162
- .eds-dropdown-list__item--highlighted {
150
+ .eds-dropdown-list__item--highlighted  {
163
151
  background-color: #d1d4e3;
164
152
  }
165
- .eds-contrast .eds-dropdown-list__item--highlighted {
153
+ .eds-contrast .eds-dropdown-list__item--highlighted  {
166
154
  background-color: #d1d4e3;
167
155
  }
168
156
 
@@ -170,6 +158,27 @@
170
158
  margin-left: 0.75rem;
171
159
  }/* DO NOT CHANGE!*/
172
160
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
161
+ .eds-dropdown + .eds-form-control__append {
162
+ margin-left: -2em;
163
+ pointer-events: none;
164
+ }
165
+
166
+ .eds-dropdown option {
167
+ color: #181c56;
168
+ background-color: #ffffff;
169
+ }
170
+ .eds-contrast .eds-dropdown option {
171
+ color: #181c56;
172
+ }/* DO NOT CHANGE!*/
173
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
174
+ .eds-inline-spinner {
175
+ align-items: center;
176
+ display: flex;
177
+ justify-content: center;
178
+ height: 100%;
179
+ width: 100%;
180
+ }/* DO NOT CHANGE!*/
181
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
173
182
  .eds-dropdown__searchable-selected-item {
174
183
  display: block;
175
184
  font-size: 1rem;
@@ -192,15 +201,8 @@
192
201
 
193
202
  .eds-form-control.eds-dropdown__input::placeholder {
194
203
  transition: none;
195
- }/* DO NOT CHANGE!*/
196
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
197
- .eds-inline-spinner {
198
- align-items: center;
199
- display: flex;
200
- justify-content: center;
201
- height: 100%;
202
- width: 100%;
203
- }/* DO NOT CHANGE!*/
204
+ }@charset "UTF-8";
205
+ /* DO NOT CHANGE!*/
204
206
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
205
207
  .eds-searchable-dropdown__wrapper {
206
208
  position: relative;
@@ -312,7 +314,7 @@
312
314
  .eds-searchable-dropdown__list__item-icon {
313
315
  margin-left: 0.75rem;
314
316
  }
315
- .eds-searchable-dropdown__list__item--highlighted {
317
+ .eds-searchable-dropdown__list__item--highlighted  {
316
318
  background-color: #d1d4e3;
317
319
  }
318
320
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "3.0.29",
3
+ "version": "3.0.31",
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.56",
31
- "@entur/button": "^2.10.11",
32
- "@entur/chip": "^0.6.19",
33
- "@entur/form": "^5.4.16",
34
- "@entur/icons": "^5.5.0",
35
- "@entur/loader": "^0.4.19",
36
- "@entur/tokens": "^3.5.0",
37
- "@entur/tooltip": "^2.6.3",
38
- "@entur/utils": "^0.5.2",
30
+ "@entur/a11y": "^0.2.59",
31
+ "@entur/button": "^2.10.14",
32
+ "@entur/chip": "^0.6.21",
33
+ "@entur/form": "^5.4.18",
34
+ "@entur/icons": "^5.8.0",
35
+ "@entur/loader": "^0.4.22",
36
+ "@entur/tokens": "^3.8.0",
37
+ "@entur/tooltip": "^2.6.5",
38
+ "@entur/utils": "^0.5.5",
39
39
  "classnames": "^2.3.1",
40
40
  "downshift": "^6.1.7"
41
41
  },
42
- "gitHead": "30b38034aaafba9fb308fb3d8c8bfaab9608d720"
42
+ "gitHead": "bc067536ed769de8072f19002ef4877a1e974443"
43
43
  }