@nightshadeui/core 2.0.16 → 2.0.17

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/core.mjs +1 -1
  2. package/package.json +1 -1
package/dist/core.mjs CHANGED
@@ -558,7 +558,7 @@ function ce(t, n, e, i, l, o) {
558
558
  }, {
559
559
  default: v(({ href: _, navigate: k, isActive: m, isExactActive: V }) => [
560
560
  O(s, B({
561
- as: "a",
561
+ tagName: "a",
562
562
  href: _
563
563
  }, o.actualAttrs(m, V), { onClick: k }), null, 16, ["href", "onClick"])
564
564
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightshadeui/core",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "description": "Core Nightshade UI components",
5
5
  "author": "Boris Okunskiy",
6
6
  "license": "ISC",