@utrecht/component-library-css 1.0.0-alpha.601 → 1.0.0-alpha.603

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.
Files changed (2) hide show
  1. package/dist/index.css +10 -3
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -691,10 +691,17 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
691
691
  .utrecht-breadcrumb-nav {
692
692
  --utrecht-focus-background-color: var(--utrecht-breadcrumb-nav-link-focus-background-color);
693
693
  --utrecht-link-background-color: var(--utrecht-breadcrumb-nav-link-background-color);
694
+ --utrecht-link-text-decoration: var(--utrecht-breadcrumb-nav-link-text-decoration);
694
695
  --utrecht-link-focus-color: var(--utrecht-breadcrumb-nav-link-focus-color, var(--utrecht-breadcrumb-nav-link-color));
695
- --utrecht-link-focus-text-decoration: var(--utrecht-link-text-decoration);
696
- --utrecht-link-hover-color: var(--utrecht-breadcrumb-nav-link-color);
697
- --utrecht-link-hover-text-decoration: var(--utrecht-link-text-decoration);
696
+ --utrecht-link-focus-text-decoration: var(
697
+ --utrecht-breadcrumb-nav-link-focus-text-decoration,
698
+ var(--utrecht-breadcrumb-nav-link-text-decoration)
699
+ );
700
+ --utrecht-link-hover-color: var(--utrecht-breadcrumb-nav-link-hover-color, var(--utrecht-breadcrumb-nav-link-color));
701
+ --utrecht-link-hover-text-decoration: var(
702
+ --utrecht-breadcrumb-nav-link-hover-text-decoration,
703
+ var(--utrecht-breadcrumb-nav-link-text-decoration)
704
+ );
698
705
  --utrecht-link-visited-color: var(--utrecht-breadcrumb-nav-link-color);
699
706
  --utrecht-link-visited-text-decoration: var(--utrecht-link-text-decoration);
700
707
  --utrecht-link-color: var(--utrecht-breadcrumb-nav-link-color);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.601",
2
+ "version": "1.0.0-alpha.603",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "8eddf6bc77e44351cfed49fee8161fcff3df3daa"
29
+ "gitHead": "7ae56affed673d0101130c11dce2cbd88875aea0"
30
30
  }