@entur/dropdown 6.1.0-beta.0 → 7.0.0
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 +3 -3
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -195,6 +195,9 @@
|
|
|
195
195
|
.eds-contrast .eds-dropdown__appendix__toggle-button:focus-visible {
|
|
196
196
|
outline-color: var(--basecolors-stroke-focus-standard);
|
|
197
197
|
}
|
|
198
|
+
:root {
|
|
199
|
+
--eds-dropdown: 1;
|
|
200
|
+
}
|
|
198
201
|
/* DO NOT CHANGE!*/
|
|
199
202
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
200
203
|
.eds-dropdown {
|
|
@@ -275,6 +278,3 @@
|
|
|
275
278
|
.eds-contrast .eds-dropdown--native option {
|
|
276
279
|
color: var(--components-form-basemenu-text);
|
|
277
280
|
}
|
|
278
|
-
:root {
|
|
279
|
-
--eds-dropdown: 1;
|
|
280
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/dropdown.esm.js",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/a11y": "^0.2.95",
|
|
31
|
-
"@entur/button": "^3.3.0
|
|
32
|
-
"@entur/chip": "^0.8.0
|
|
33
|
-
"@entur/form": "^8.2.0
|
|
31
|
+
"@entur/button": "^3.3.0",
|
|
32
|
+
"@entur/chip": "^0.8.0",
|
|
33
|
+
"@entur/form": "^8.2.0",
|
|
34
34
|
"@entur/icons": "^7.6.0",
|
|
35
|
-
"@entur/loader": "^0.5.17
|
|
35
|
+
"@entur/loader": "^0.5.17",
|
|
36
36
|
"@entur/tokens": "^3.17.5",
|
|
37
|
-
"@entur/tooltip": "^5.2.0
|
|
37
|
+
"@entur/tooltip": "^5.2.0",
|
|
38
38
|
"@entur/utils": "^0.12.2",
|
|
39
39
|
"@floating-ui/react-dom": "^2.1.0",
|
|
40
40
|
"classnames": "^2.3.1",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"dts-cli": "2.0.5"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "d8eaf49d7e98b63fb9b1a4985d851a16546d5c98"
|
|
47
47
|
}
|