@entur/dropdown 5.4.6 → 5.4.7
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 +35 -35
- package/package.json +10 -10
package/dist/styles.css
CHANGED
|
@@ -114,6 +114,41 @@
|
|
|
114
114
|
stroke-dashoffset: 0;
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
|
+
.eds-inline-spinner {
|
|
118
|
+
align-items: center;
|
|
119
|
+
display: flex;
|
|
120
|
+
justify-content: center;
|
|
121
|
+
height: 100%;
|
|
122
|
+
width: 100%;
|
|
123
|
+
}
|
|
124
|
+
/* DO NOT CHANGE!*/
|
|
125
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
126
|
+
.eds-dropdown__toggle-button {
|
|
127
|
+
-webkit-appearance: none;
|
|
128
|
+
-moz-appearance: none;
|
|
129
|
+
appearance: none;
|
|
130
|
+
background: none;
|
|
131
|
+
border: none;
|
|
132
|
+
border-radius: 0;
|
|
133
|
+
color: inherit;
|
|
134
|
+
font-size: inherit;
|
|
135
|
+
font-family: inherit;
|
|
136
|
+
margin-right: -0.75rem;
|
|
137
|
+
padding: 0.5rem;
|
|
138
|
+
display: flex;
|
|
139
|
+
justify-content: center;
|
|
140
|
+
}
|
|
141
|
+
.eds-dropdown__toggle-button--open svg {
|
|
142
|
+
transform: rotate(180deg);
|
|
143
|
+
}
|
|
144
|
+
.eds-dropdown__toggle-button:focus {
|
|
145
|
+
outline-offset: 0.125rem;
|
|
146
|
+
outline: none;
|
|
147
|
+
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
148
|
+
}
|
|
149
|
+
.eds-contrast .eds-dropdown__toggle-button:focus {
|
|
150
|
+
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
151
|
+
}
|
|
117
152
|
/* DO NOT CHANGE!*/
|
|
118
153
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
119
154
|
.eds-dropdown-list {
|
|
@@ -178,13 +213,6 @@
|
|
|
178
213
|
.eds-dropdown-list-icon {
|
|
179
214
|
margin-left: 0.75rem;
|
|
180
215
|
}
|
|
181
|
-
.eds-inline-spinner {
|
|
182
|
-
align-items: center;
|
|
183
|
-
display: flex;
|
|
184
|
-
justify-content: center;
|
|
185
|
-
height: 100%;
|
|
186
|
-
width: 100%;
|
|
187
|
-
}
|
|
188
216
|
/* DO NOT CHANGE!*/
|
|
189
217
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
190
218
|
.eds-dropdown-wrapper {
|
|
@@ -245,34 +273,6 @@
|
|
|
245
273
|
}
|
|
246
274
|
/* DO NOT CHANGE!*/
|
|
247
275
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
248
|
-
.eds-dropdown__toggle-button {
|
|
249
|
-
-webkit-appearance: none;
|
|
250
|
-
-moz-appearance: none;
|
|
251
|
-
appearance: none;
|
|
252
|
-
background: none;
|
|
253
|
-
border: none;
|
|
254
|
-
border-radius: 0;
|
|
255
|
-
color: inherit;
|
|
256
|
-
font-size: inherit;
|
|
257
|
-
font-family: inherit;
|
|
258
|
-
margin-right: -0.75rem;
|
|
259
|
-
padding: 0.5rem;
|
|
260
|
-
display: flex;
|
|
261
|
-
justify-content: center;
|
|
262
|
-
}
|
|
263
|
-
.eds-dropdown__toggle-button--open svg {
|
|
264
|
-
transform: rotate(180deg);
|
|
265
|
-
}
|
|
266
|
-
.eds-dropdown__toggle-button:focus {
|
|
267
|
-
outline-offset: 0.125rem;
|
|
268
|
-
outline: none;
|
|
269
|
-
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
270
|
-
}
|
|
271
|
-
.eds-contrast .eds-dropdown__toggle-button:focus {
|
|
272
|
-
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
273
|
-
}
|
|
274
|
-
/* DO NOT CHANGE!*/
|
|
275
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
276
276
|
.eds-dropdown__list {
|
|
277
277
|
position: absolute;
|
|
278
278
|
list-style: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.7",
|
|
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.
|
|
31
|
-
"@entur/button": "^3.2.
|
|
32
|
-
"@entur/chip": "^0.7.
|
|
33
|
-
"@entur/form": "^7.1.
|
|
34
|
-
"@entur/icons": "^6.16.
|
|
35
|
-
"@entur/loader": "^0.
|
|
36
|
-
"@entur/tokens": "^3.
|
|
37
|
-
"@entur/tooltip": "^2.7.
|
|
30
|
+
"@entur/a11y": "^0.2.85",
|
|
31
|
+
"@entur/button": "^3.2.22",
|
|
32
|
+
"@entur/chip": "^0.7.8",
|
|
33
|
+
"@entur/form": "^7.1.7",
|
|
34
|
+
"@entur/icons": "^6.16.1",
|
|
35
|
+
"@entur/loader": "^0.5.0",
|
|
36
|
+
"@entur/tokens": "^3.15.0",
|
|
37
|
+
"@entur/tooltip": "^2.7.6",
|
|
38
38
|
"@entur/utils": "^0.11.1",
|
|
39
39
|
"classnames": "^2.3.1",
|
|
40
40
|
"downshift": "^8.3.3"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "c702433653670daf832e66c5de26be359201655f"
|
|
43
43
|
}
|