stratosphere-ui 2.2.5 → 2.2.6
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/dist/stratosphere-ui.js
CHANGED
|
@@ -29501,18 +29501,20 @@ const v0 = Gc(
|
|
|
29501
29501
|
className: l,
|
|
29502
29502
|
disabled: s,
|
|
29503
29503
|
focus: p,
|
|
29504
|
-
|
|
29505
|
-
|
|
29506
|
-
|
|
29507
|
-
|
|
29508
|
-
|
|
29504
|
+
listItemProps: m,
|
|
29505
|
+
selected: h,
|
|
29506
|
+
subMenu: x,
|
|
29507
|
+
title: E,
|
|
29508
|
+
...T
|
|
29509
|
+
}, O) => /* @__PURE__ */ Q.jsxs(
|
|
29509
29510
|
"li",
|
|
29510
29511
|
{
|
|
29511
29512
|
className: st(
|
|
29512
29513
|
s && "menu-disabled",
|
|
29513
|
-
|
|
29514
|
+
E && "menu-title",
|
|
29514
29515
|
l
|
|
29515
29516
|
),
|
|
29517
|
+
...m,
|
|
29516
29518
|
children: [
|
|
29517
29519
|
/* @__PURE__ */ Q.jsxs(
|
|
29518
29520
|
"a",
|
|
@@ -29522,15 +29524,15 @@ const v0 = Gc(
|
|
|
29522
29524
|
p && "menu-focus",
|
|
29523
29525
|
!s && "cursor-pointer"
|
|
29524
29526
|
),
|
|
29525
|
-
ref:
|
|
29526
|
-
...
|
|
29527
|
+
ref: O,
|
|
29528
|
+
...T,
|
|
29527
29529
|
children: [
|
|
29528
|
-
|
|
29530
|
+
h !== void 0 ? /* @__PURE__ */ Q.jsx("div", { className: "flex w-4 justify-center", children: h ? /* @__PURE__ */ Q.jsx(_P, { className: "h-4 w-4" }) : null }) : null,
|
|
29529
29531
|
u
|
|
29530
29532
|
]
|
|
29531
29533
|
}
|
|
29532
29534
|
),
|
|
29533
|
-
|
|
29535
|
+
x
|
|
29534
29536
|
]
|
|
29535
29537
|
}
|
|
29536
29538
|
)
|