@entur/dropdown 7.0.0 → 7.0.1-beta.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 +8 -8
package/dist/styles.css
CHANGED
|
@@ -195,9 +195,6 @@
|
|
|
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
|
-
}
|
|
201
198
|
/* DO NOT CHANGE!*/
|
|
202
199
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
203
200
|
.eds-dropdown {
|
|
@@ -278,3 +275,6 @@
|
|
|
278
275
|
.eds-contrast .eds-dropdown--native option {
|
|
279
276
|
color: var(--components-form-basemenu-text);
|
|
280
277
|
}
|
|
278
|
+
:root {
|
|
279
|
+
--eds-dropdown: 1;
|
|
280
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "7.0.0",
|
|
3
|
+
"version": "7.0.1-beta.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",
|
|
34
|
-
"@entur/icons": "^7.
|
|
35
|
-
"@entur/loader": "^0.5.
|
|
31
|
+
"@entur/button": "^3.3.1-beta.0",
|
|
32
|
+
"@entur/chip": "^0.8.1-beta.0",
|
|
33
|
+
"@entur/form": "^8.2.1-beta.0",
|
|
34
|
+
"@entur/icons": "^7.7.0-beta.0",
|
|
35
|
+
"@entur/loader": "^0.5.18-beta.0",
|
|
36
36
|
"@entur/tokens": "^3.17.5",
|
|
37
|
-
"@entur/tooltip": "^5.2.0",
|
|
37
|
+
"@entur/tooltip": "^5.2.1-beta.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": "e65150a6a9f9e2beb4a8bbecc06b9237119fe55e"
|
|
47
47
|
}
|