@entur/dropdown 4.0.1 → 4.0.2
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 +23 -23
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -3,20 +3,6 @@
|
|
|
3
3
|
}
|
|
4
4
|
/* DO NOT CHANGE!*/
|
|
5
5
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
6
|
-
.eds-dropdown + .eds-form-control__append {
|
|
7
|
-
margin-left: -2em;
|
|
8
|
-
pointer-events: none;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.eds-dropdown option {
|
|
12
|
-
color: #181c56;
|
|
13
|
-
background-color: #ffffff;
|
|
14
|
-
}
|
|
15
|
-
.eds-contrast .eds-dropdown option {
|
|
16
|
-
color: #181c56;
|
|
17
|
-
}
|
|
18
|
-
/* DO NOT CHANGE!*/
|
|
19
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
20
6
|
.eds-multi-select {
|
|
21
7
|
position: relative;
|
|
22
8
|
}
|
|
@@ -108,6 +94,20 @@
|
|
|
108
94
|
}
|
|
109
95
|
/* DO NOT CHANGE!*/
|
|
110
96
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
97
|
+
.eds-dropdown + .eds-form-control__append {
|
|
98
|
+
margin-left: -2em;
|
|
99
|
+
pointer-events: none;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.eds-dropdown option {
|
|
103
|
+
color: #181c56;
|
|
104
|
+
background-color: #ffffff;
|
|
105
|
+
}
|
|
106
|
+
.eds-contrast .eds-dropdown option {
|
|
107
|
+
color: #181c56;
|
|
108
|
+
}
|
|
109
|
+
/* DO NOT CHANGE!*/
|
|
110
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
111
111
|
.eds-dropdown-list {
|
|
112
112
|
border-radius: 0.25rem;
|
|
113
113
|
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
@@ -172,15 +172,6 @@
|
|
|
172
172
|
}
|
|
173
173
|
/* DO NOT CHANGE!*/
|
|
174
174
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
175
|
-
.eds-inline-spinner {
|
|
176
|
-
align-items: center;
|
|
177
|
-
display: flex;
|
|
178
|
-
justify-content: center;
|
|
179
|
-
height: 100%;
|
|
180
|
-
width: 100%;
|
|
181
|
-
}
|
|
182
|
-
/* DO NOT CHANGE!*/
|
|
183
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
184
175
|
.eds-dropdown__searchable-selected-item {
|
|
185
176
|
display: block;
|
|
186
177
|
font-size: 1rem;
|
|
@@ -206,6 +197,15 @@
|
|
|
206
197
|
}
|
|
207
198
|
/* DO NOT CHANGE!*/
|
|
208
199
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
200
|
+
.eds-inline-spinner {
|
|
201
|
+
align-items: center;
|
|
202
|
+
display: flex;
|
|
203
|
+
justify-content: center;
|
|
204
|
+
height: 100%;
|
|
205
|
+
width: 100%;
|
|
206
|
+
}
|
|
207
|
+
/* DO NOT CHANGE!*/
|
|
208
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
209
209
|
.eds-searchable-dropdown__wrapper {
|
|
210
210
|
position: relative;
|
|
211
211
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/dropdown.esm.js",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/a11y": "^0.2.61",
|
|
31
31
|
"@entur/button": "^3.0.2",
|
|
32
|
-
"@entur/chip": "^0.6.
|
|
33
|
-
"@entur/form": "^7.0.
|
|
34
|
-
"@entur/icons": "^6.0
|
|
32
|
+
"@entur/chip": "^0.6.28",
|
|
33
|
+
"@entur/form": "^7.0.1",
|
|
34
|
+
"@entur/icons": "^6.1.0",
|
|
35
35
|
"@entur/loader": "^0.4.25",
|
|
36
36
|
"@entur/tokens": "^3.8.1",
|
|
37
|
-
"@entur/tooltip": "^2.6.
|
|
37
|
+
"@entur/tooltip": "^2.6.11",
|
|
38
38
|
"@entur/utils": "^0.6.0",
|
|
39
39
|
"classnames": "^2.3.1",
|
|
40
40
|
"downshift": "^6.1.7"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "a3edbb9069b9bd125919df8984b23628a1040cf4"
|
|
43
43
|
}
|