fui-material 1.21.0 → 1.21.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.
@@ -2610,7 +2610,7 @@ const Kl = ({
2610
2610
  "li",
2611
2611
  {
2612
2612
  id: i,
2613
- className: `${Wn[s]} ${n || ""}`,
2613
+ className: `${s ? Wn[s] : "nav-rout"} ${n || ""}`,
2614
2614
  style: e,
2615
2615
  children: t
2616
2616
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "1.21.0",
3
+ "version": "1.21.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"