@uxf/ui 11.112.0 → 11.112.1

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/css/menu.css CHANGED
@@ -45,6 +45,7 @@
45
45
  }
46
46
 
47
47
  &.is-active:not(.uxf-menu-item--level-1),
48
+ &.is-active.has-no-children,
48
49
  .uxf-menu.is-collapsed &.is-active.uxf-menu-item--level-1 {
49
50
  --uxf-menu-item-background-color: #e5e7eb;
50
51
 
@@ -40,9 +40,10 @@ const toggle_1 = require("../toggle");
40
40
  const menu_1 = require("./menu");
41
41
  const CONFIGURATION = [
42
42
  {
43
- label: "UXF Web",
43
+ label: "UXF Web (active)",
44
44
  href: "https://www.uxf.cz",
45
45
  icon: "eye",
46
+ routeMatcher: () => true,
46
47
  },
47
48
  {
48
49
  label: "Link without children",
@@ -55,7 +56,7 @@ const CONFIGURATION = [
55
56
  icon: "file",
56
57
  badge: react_1.default.createElement(badge_1.Badge, null, "5"),
57
58
  children: [
58
- { label: "Link 1", icon: "bars", routeMatcher: () => true },
59
+ { label: "Link 1 (active)", icon: "bars", routeMatcher: () => true },
59
60
  { label: "Link 2", href: "/examples", icon: "copy" },
60
61
  { label: "Link with very very long text", href: "/examples", icon: "copy" },
61
62
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/ui",
3
- "version": "11.112.0",
3
+ "version": "11.112.1",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"