@turystack/ui 0.0.25 → 0.0.26
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2472,7 +2472,7 @@ const hr = Object.assign(zo, {
|
|
|
2472
2472
|
SubTrigger: Do,
|
|
2473
2473
|
Trigger: To
|
|
2474
2474
|
}), Bo = k({
|
|
2475
|
-
base: "t:flex t:w-full",
|
|
2475
|
+
base: "t:flex t:h-full t:w-full",
|
|
2476
2476
|
defaultVariants: {
|
|
2477
2477
|
align: "start",
|
|
2478
2478
|
direction: "row",
|
|
@@ -3203,7 +3203,7 @@ function fa({ collapsed: e }) {
|
|
|
3203
3203
|
}
|
|
3204
3204
|
function ga({ items: e }) {
|
|
3205
3205
|
const { collapsed: s } = Vt();
|
|
3206
|
-
return /* @__PURE__ */ t.jsx("nav", { className: "t:flex t:flex-col t:gap-1 t:p-2", children: e.map((o) => o.type === "divider" ? null : /* @__PURE__ */ t.jsx(
|
|
3206
|
+
return /* @__PURE__ */ t.jsx("nav", { className: "t:flex t:w-full t:flex-col t:gap-1 t:p-2", children: e.map((o) => o.type === "divider" ? null : /* @__PURE__ */ t.jsx(
|
|
3207
3207
|
ma,
|
|
3208
3208
|
{
|
|
3209
3209
|
item: o.item
|