@entur/dropdown 3.0.33 → 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.
- package/dist/styles.css +14 -14
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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. */
|
|
6
20
|
.eds-dropdown-list {
|
|
7
21
|
border-radius: 0.25rem;
|
|
8
22
|
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
@@ -158,20 +172,6 @@
|
|
|
158
172
|
}
|
|
159
173
|
/* DO NOT CHANGE!*/
|
|
160
174
|
/* 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.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": "^
|
|
32
|
-
"@entur/chip": "^0.6.
|
|
33
|
-
"@entur/form": "^
|
|
34
|
-
"@entur/icons": "^
|
|
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
35
|
"@entur/loader": "^0.4.23",
|
|
36
36
|
"@entur/tokens": "^3.8.0",
|
|
37
|
-
"@entur/tooltip": "^2.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": "
|
|
42
|
+
"gitHead": "48cdba2e353c9311d52550a98c6b025deb7b8270"
|
|
43
43
|
}
|