@entur/dropdown 3.0.35 → 3.0.37
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 +14 -14
- package/package.json +9 -9
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
|
}
|
|
@@ -172,6 +158,20 @@
|
|
|
172
158
|
}
|
|
173
159
|
/* DO NOT CHANGE!*/
|
|
174
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
|
+
}
|
|
173
|
+
/* DO NOT CHANGE!*/
|
|
174
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
175
175
|
.eds-dropdown__searchable-selected-item {
|
|
176
176
|
display: block;
|
|
177
177
|
font-size: 1rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.37",
|
|
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.0.
|
|
32
|
-
"@entur/chip": "^0.6.
|
|
33
|
-
"@entur/form": "^
|
|
30
|
+
"@entur/a11y": "^0.2.61",
|
|
31
|
+
"@entur/button": "^3.0.2",
|
|
32
|
+
"@entur/chip": "^0.6.27",
|
|
33
|
+
"@entur/form": "^7.0.0",
|
|
34
34
|
"@entur/icons": "^6.0.1",
|
|
35
|
-
"@entur/loader": "^0.4.
|
|
35
|
+
"@entur/loader": "^0.4.25",
|
|
36
36
|
"@entur/tokens": "^3.8.1",
|
|
37
|
-
"@entur/tooltip": "^2.6.
|
|
38
|
-
"@entur/utils": "^0.
|
|
37
|
+
"@entur/tooltip": "^2.6.10",
|
|
38
|
+
"@entur/utils": "^0.6.0",
|
|
39
39
|
"classnames": "^2.3.1",
|
|
40
40
|
"downshift": "^6.1.7"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "34cd9b50251daa4fed6ec367451c5403162145bc"
|
|
43
43
|
}
|