@entur/menu 6.0.0-beta.1 → 6.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 +11 -9
- package/package.json +10 -10
package/dist/styles.css
CHANGED
|
@@ -406,10 +406,20 @@
|
|
|
406
406
|
:where(.eds-contrast) .eds-breadcrumbs__item{
|
|
407
407
|
color:var(--components-menu-breadcrumb-contrast-text);
|
|
408
408
|
}
|
|
409
|
+
.eds-breadcrumbs__item__link{
|
|
410
|
+
color:var(--components-menu-breadcrumb-standard-text);
|
|
411
|
+
}
|
|
412
|
+
.eds-breadcrumbs__item__link:where(:focus-visible){
|
|
413
|
+
outline:2px solid #181c56;
|
|
414
|
+
outline-color:var(--basecolors-stroke-focus-standard);
|
|
415
|
+
outline-offset:0.125rem;
|
|
416
|
+
}
|
|
417
|
+
:where(.eds-contrast) .eds-breadcrumbs__item__link:where(:focus-visible){
|
|
418
|
+
outline-color:var(--basecolors-stroke-focus-contrast);
|
|
419
|
+
}
|
|
409
420
|
.eds-breadcrumbs__item__link:not(:where(.eds-breadcrumbs__item__link--current)){
|
|
410
421
|
-webkit-text-decoration:none;
|
|
411
422
|
text-decoration:none;
|
|
412
|
-
color:var(--components-menu-breadcrumb-standard-text);
|
|
413
423
|
background-image:-webkit-linear-gradient(330deg, var(--components-menu-breadcrumb-standard-text) 0%, var(--components-menu-breadcrumb-standard-text) 100%);
|
|
414
424
|
background-image:-moz-linear-gradient(330deg, var(--components-menu-breadcrumb-standard-text) 0%, var(--components-menu-breadcrumb-standard-text) 100%);
|
|
415
425
|
background-image:-o-linear-gradient(330deg, var(--components-menu-breadcrumb-standard-text) 0%, var(--components-menu-breadcrumb-standard-text) 100%);
|
|
@@ -434,14 +444,6 @@
|
|
|
434
444
|
animation:eds-breadcrumbs-underline 0.3s ease-in;
|
|
435
445
|
cursor:pointer;
|
|
436
446
|
}
|
|
437
|
-
.eds-breadcrumbs__item__link:not(:where(.eds-breadcrumbs__item__link--current)):where(:focus-visible){
|
|
438
|
-
outline:2px solid #181c56;
|
|
439
|
-
outline-color:var(--basecolors-stroke-focus-standard);
|
|
440
|
-
outline-offset:0.125rem;
|
|
441
|
-
}
|
|
442
|
-
:where(.eds-contrast) .eds-breadcrumbs__item__link:not(:where(.eds-breadcrumbs__item__link--current)):where(:focus-visible){
|
|
443
|
-
outline-color:var(--basecolors-stroke-focus-contrast);
|
|
444
|
-
}
|
|
445
447
|
@-webkit-keyframes eds-breadcrumbs-underline{
|
|
446
448
|
from{
|
|
447
449
|
background-size:0% 0.125rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/menu",
|
|
3
|
-
"version": "6.0.0
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/menu.cjs.js",
|
|
6
6
|
"module": "dist/menu.esm.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/a11y": "^0.2.105
|
|
31
|
-
"@entur/button": "^
|
|
32
|
-
"@entur/expand": "^3.7.2
|
|
33
|
-
"@entur/icons": "^8.4.1
|
|
34
|
-
"@entur/layout": "^3.3.2
|
|
35
|
-
"@entur/tokens": "^3.22.0
|
|
36
|
-
"@entur/tooltip": "^5.3.2
|
|
37
|
-
"@entur/typography": "^2.1.2
|
|
30
|
+
"@entur/a11y": "^0.2.105",
|
|
31
|
+
"@entur/button": "^4.0.0",
|
|
32
|
+
"@entur/expand": "^3.7.2",
|
|
33
|
+
"@entur/icons": "^8.4.1",
|
|
34
|
+
"@entur/layout": "^3.3.2",
|
|
35
|
+
"@entur/tokens": "^3.22.0",
|
|
36
|
+
"@entur/tooltip": "^5.3.2",
|
|
37
|
+
"@entur/typography": "^2.1.2",
|
|
38
38
|
"@entur/utils": "^0.13.1",
|
|
39
39
|
"@floating-ui/react": "^0.26.28",
|
|
40
40
|
"classnames": "^2.5.1"
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"vite": "^7.1.3",
|
|
53
53
|
"vite-plugin-dts": "^4.5.4"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "33c44d308fe95c688fa7672fdd5b5dbd1b125344"
|
|
56
56
|
}
|