vxui-react 1.3.3 → 1.3.5
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/README.en.md +3 -5
- package/README.md +3 -5
- package/dist/index.cjs +2 -2
- package/dist/index.js +3 -3
- package/dist/vxui-react.css +1 -1
- package/llms.txt +1 -1
- package/package.json +2 -3
package/dist/index.js
CHANGED
|
@@ -4421,7 +4421,7 @@ function Bl({ items: e, className: t }) {
|
|
|
4421
4421
|
className: T(
|
|
4422
4422
|
"vxm-bottomnav__item",
|
|
4423
4423
|
l.active && "vxm-bottomnav__item--active",
|
|
4424
|
-
((i = l.submenu)
|
|
4424
|
+
!!((i = l.submenu) != null && i.length && n === l.key) && "vxm-bottomnav__item--submenu-open"
|
|
4425
4425
|
),
|
|
4426
4426
|
onClick: () => s(l),
|
|
4427
4427
|
"aria-current": l.active ? "page" : void 0,
|
|
@@ -5214,7 +5214,7 @@ function rc({
|
|
|
5214
5214
|
d ? /* @__PURE__ */ a("span", { className: "vx-field-group__error", children: d }) : null,
|
|
5215
5215
|
!d && i ? /* @__PURE__ */ a("span", { className: "vx-field-group__hint", children: i }) : null,
|
|
5216
5216
|
p && (() => {
|
|
5217
|
-
const D = !!P, $ = D ? { top: P.top, bottom: P.bottom, left: P.left, width: P.width, pointerEvents: "auto" } : void 0, W = /* @__PURE__ */ N(
|
|
5217
|
+
const D = !!P, $ = D && P ? { top: P.top, bottom: P.bottom, left: P.left, width: P.width, pointerEvents: "auto" } : void 0, W = /* @__PURE__ */ N(
|
|
5218
5218
|
"div",
|
|
5219
5219
|
{
|
|
5220
5220
|
ref: A,
|
|
@@ -8636,7 +8636,7 @@ function Ec({
|
|
|
8636
8636
|
) })
|
|
8637
8637
|
] });
|
|
8638
8638
|
}
|
|
8639
|
-
const Oi = "1.3.
|
|
8639
|
+
const Oi = "1.3.5", $i = {
|
|
8640
8640
|
version: Oi
|
|
8641
8641
|
}, Ve = `v${$i.version}`, Wr = {
|
|
8642
8642
|
locale: "en",
|