@almadar/ui 4.56.1 → 4.56.2
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/avl/index.cjs +14 -5
- package/dist/avl/index.js +14 -5
- package/dist/components/index.cjs +14 -5
- package/dist/components/index.js +14 -5
- package/dist/providers/index.cjs +14 -5
- package/dist/providers/index.js +14 -5
- package/dist/runtime/index.cjs +14 -5
- package/dist/runtime/index.js +14 -5
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -25502,15 +25502,24 @@ var init_DashboardLayout = __esm({
|
|
|
25502
25502
|
)
|
|
25503
25503
|
}
|
|
25504
25504
|
),
|
|
25505
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
25506
|
-
showBottomNav && /* @__PURE__ */ jsxRuntime.jsx(
|
|
25505
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
25507
25506
|
Box,
|
|
25508
25507
|
{
|
|
25509
|
-
as: "
|
|
25508
|
+
as: "main",
|
|
25510
25509
|
className: cn(
|
|
25511
|
-
"
|
|
25512
|
-
|
|
25510
|
+
"flex-1 p-3 @sm/dashboard:p-4 @md/dashboard:p-6",
|
|
25511
|
+
// Reserve space for the fixed bottom nav so content isn't
|
|
25512
|
+
// hidden under the tab bar.
|
|
25513
|
+
showBottomNav && "pb-20"
|
|
25513
25514
|
),
|
|
25515
|
+
children
|
|
25516
|
+
}
|
|
25517
|
+
),
|
|
25518
|
+
showBottomNav && /* @__PURE__ */ jsxRuntime.jsx(
|
|
25519
|
+
Box,
|
|
25520
|
+
{
|
|
25521
|
+
as: "nav",
|
|
25522
|
+
className: "fixed bottom-0 inset-x-0 z-20 h-16 bg-card dark:bg-card border-t border-border dark:border-border",
|
|
25514
25523
|
children: /* @__PURE__ */ jsxRuntime.jsx(HStack, { align: "center", justify: "around", className: "h-full px-2", children: navItems.map((item) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
25515
25524
|
NavLinkBottom,
|
|
25516
25525
|
{
|
package/dist/avl/index.js
CHANGED
|
@@ -25456,15 +25456,24 @@ var init_DashboardLayout = __esm({
|
|
|
25456
25456
|
)
|
|
25457
25457
|
}
|
|
25458
25458
|
),
|
|
25459
|
-
/* @__PURE__ */ jsx(
|
|
25460
|
-
showBottomNav && /* @__PURE__ */ jsx(
|
|
25459
|
+
/* @__PURE__ */ jsx(
|
|
25461
25460
|
Box,
|
|
25462
25461
|
{
|
|
25463
|
-
as: "
|
|
25462
|
+
as: "main",
|
|
25464
25463
|
className: cn(
|
|
25465
|
-
"
|
|
25466
|
-
|
|
25464
|
+
"flex-1 p-3 @sm/dashboard:p-4 @md/dashboard:p-6",
|
|
25465
|
+
// Reserve space for the fixed bottom nav so content isn't
|
|
25466
|
+
// hidden under the tab bar.
|
|
25467
|
+
showBottomNav && "pb-20"
|
|
25467
25468
|
),
|
|
25469
|
+
children
|
|
25470
|
+
}
|
|
25471
|
+
),
|
|
25472
|
+
showBottomNav && /* @__PURE__ */ jsx(
|
|
25473
|
+
Box,
|
|
25474
|
+
{
|
|
25475
|
+
as: "nav",
|
|
25476
|
+
className: "fixed bottom-0 inset-x-0 z-20 h-16 bg-card dark:bg-card border-t border-border dark:border-border",
|
|
25468
25477
|
children: /* @__PURE__ */ jsx(HStack, { align: "center", justify: "around", className: "h-full px-2", children: navItems.map((item) => /* @__PURE__ */ jsx(
|
|
25469
25478
|
NavLinkBottom,
|
|
25470
25479
|
{
|
|
@@ -20669,15 +20669,24 @@ var init_DashboardLayout = __esm({
|
|
|
20669
20669
|
)
|
|
20670
20670
|
}
|
|
20671
20671
|
),
|
|
20672
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
20673
|
-
showBottomNav && /* @__PURE__ */ jsxRuntime.jsx(
|
|
20672
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
20674
20673
|
exports.Box,
|
|
20675
20674
|
{
|
|
20676
|
-
as: "
|
|
20675
|
+
as: "main",
|
|
20677
20676
|
className: cn(
|
|
20678
|
-
"
|
|
20679
|
-
|
|
20677
|
+
"flex-1 p-3 @sm/dashboard:p-4 @md/dashboard:p-6",
|
|
20678
|
+
// Reserve space for the fixed bottom nav so content isn't
|
|
20679
|
+
// hidden under the tab bar.
|
|
20680
|
+
showBottomNav && "pb-20"
|
|
20680
20681
|
),
|
|
20682
|
+
children
|
|
20683
|
+
}
|
|
20684
|
+
),
|
|
20685
|
+
showBottomNav && /* @__PURE__ */ jsxRuntime.jsx(
|
|
20686
|
+
exports.Box,
|
|
20687
|
+
{
|
|
20688
|
+
as: "nav",
|
|
20689
|
+
className: "fixed bottom-0 inset-x-0 z-20 h-16 bg-card dark:bg-card border-t border-border dark:border-border",
|
|
20681
20690
|
children: /* @__PURE__ */ jsxRuntime.jsx(exports.HStack, { align: "center", justify: "around", className: "h-full px-2", children: navItems.map((item) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
20682
20691
|
NavLinkBottom,
|
|
20683
20692
|
{
|
package/dist/components/index.js
CHANGED
|
@@ -20623,15 +20623,24 @@ var init_DashboardLayout = __esm({
|
|
|
20623
20623
|
)
|
|
20624
20624
|
}
|
|
20625
20625
|
),
|
|
20626
|
-
/* @__PURE__ */ jsx(
|
|
20627
|
-
showBottomNav && /* @__PURE__ */ jsx(
|
|
20626
|
+
/* @__PURE__ */ jsx(
|
|
20628
20627
|
Box,
|
|
20629
20628
|
{
|
|
20630
|
-
as: "
|
|
20629
|
+
as: "main",
|
|
20631
20630
|
className: cn(
|
|
20632
|
-
"
|
|
20633
|
-
|
|
20631
|
+
"flex-1 p-3 @sm/dashboard:p-4 @md/dashboard:p-6",
|
|
20632
|
+
// Reserve space for the fixed bottom nav so content isn't
|
|
20633
|
+
// hidden under the tab bar.
|
|
20634
|
+
showBottomNav && "pb-20"
|
|
20634
20635
|
),
|
|
20636
|
+
children
|
|
20637
|
+
}
|
|
20638
|
+
),
|
|
20639
|
+
showBottomNav && /* @__PURE__ */ jsx(
|
|
20640
|
+
Box,
|
|
20641
|
+
{
|
|
20642
|
+
as: "nav",
|
|
20643
|
+
className: "fixed bottom-0 inset-x-0 z-20 h-16 bg-card dark:bg-card border-t border-border dark:border-border",
|
|
20635
20644
|
children: /* @__PURE__ */ jsx(HStack, { align: "center", justify: "around", className: "h-full px-2", children: navItems.map((item) => /* @__PURE__ */ jsx(
|
|
20636
20645
|
NavLinkBottom,
|
|
20637
20646
|
{
|
package/dist/providers/index.cjs
CHANGED
|
@@ -21914,15 +21914,24 @@ var init_DashboardLayout = __esm({
|
|
|
21914
21914
|
)
|
|
21915
21915
|
}
|
|
21916
21916
|
),
|
|
21917
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
21918
|
-
showBottomNav && /* @__PURE__ */ jsxRuntime.jsx(
|
|
21917
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
21919
21918
|
Box,
|
|
21920
21919
|
{
|
|
21921
|
-
as: "
|
|
21920
|
+
as: "main",
|
|
21922
21921
|
className: cn(
|
|
21923
|
-
"
|
|
21924
|
-
|
|
21922
|
+
"flex-1 p-3 @sm/dashboard:p-4 @md/dashboard:p-6",
|
|
21923
|
+
// Reserve space for the fixed bottom nav so content isn't
|
|
21924
|
+
// hidden under the tab bar.
|
|
21925
|
+
showBottomNav && "pb-20"
|
|
21925
21926
|
),
|
|
21927
|
+
children
|
|
21928
|
+
}
|
|
21929
|
+
),
|
|
21930
|
+
showBottomNav && /* @__PURE__ */ jsxRuntime.jsx(
|
|
21931
|
+
Box,
|
|
21932
|
+
{
|
|
21933
|
+
as: "nav",
|
|
21934
|
+
className: "fixed bottom-0 inset-x-0 z-20 h-16 bg-card dark:bg-card border-t border-border dark:border-border",
|
|
21926
21935
|
children: /* @__PURE__ */ jsxRuntime.jsx(HStack, { align: "center", justify: "around", className: "h-full px-2", children: navItems.map((item) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
21927
21936
|
NavLinkBottom,
|
|
21928
21937
|
{
|
package/dist/providers/index.js
CHANGED
|
@@ -21868,15 +21868,24 @@ var init_DashboardLayout = __esm({
|
|
|
21868
21868
|
)
|
|
21869
21869
|
}
|
|
21870
21870
|
),
|
|
21871
|
-
/* @__PURE__ */ jsx(
|
|
21872
|
-
showBottomNav && /* @__PURE__ */ jsx(
|
|
21871
|
+
/* @__PURE__ */ jsx(
|
|
21873
21872
|
Box,
|
|
21874
21873
|
{
|
|
21875
|
-
as: "
|
|
21874
|
+
as: "main",
|
|
21876
21875
|
className: cn(
|
|
21877
|
-
"
|
|
21878
|
-
|
|
21876
|
+
"flex-1 p-3 @sm/dashboard:p-4 @md/dashboard:p-6",
|
|
21877
|
+
// Reserve space for the fixed bottom nav so content isn't
|
|
21878
|
+
// hidden under the tab bar.
|
|
21879
|
+
showBottomNav && "pb-20"
|
|
21879
21880
|
),
|
|
21881
|
+
children
|
|
21882
|
+
}
|
|
21883
|
+
),
|
|
21884
|
+
showBottomNav && /* @__PURE__ */ jsx(
|
|
21885
|
+
Box,
|
|
21886
|
+
{
|
|
21887
|
+
as: "nav",
|
|
21888
|
+
className: "fixed bottom-0 inset-x-0 z-20 h-16 bg-card dark:bg-card border-t border-border dark:border-border",
|
|
21880
21889
|
children: /* @__PURE__ */ jsx(HStack, { align: "center", justify: "around", className: "h-full px-2", children: navItems.map((item) => /* @__PURE__ */ jsx(
|
|
21881
21890
|
NavLinkBottom,
|
|
21882
21891
|
{
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -21683,15 +21683,24 @@ var init_DashboardLayout = __esm({
|
|
|
21683
21683
|
)
|
|
21684
21684
|
}
|
|
21685
21685
|
),
|
|
21686
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
21687
|
-
showBottomNav && /* @__PURE__ */ jsxRuntime.jsx(
|
|
21686
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
21688
21687
|
Box,
|
|
21689
21688
|
{
|
|
21690
|
-
as: "
|
|
21689
|
+
as: "main",
|
|
21691
21690
|
className: cn(
|
|
21692
|
-
"
|
|
21693
|
-
|
|
21691
|
+
"flex-1 p-3 @sm/dashboard:p-4 @md/dashboard:p-6",
|
|
21692
|
+
// Reserve space for the fixed bottom nav so content isn't
|
|
21693
|
+
// hidden under the tab bar.
|
|
21694
|
+
showBottomNav && "pb-20"
|
|
21694
21695
|
),
|
|
21696
|
+
children
|
|
21697
|
+
}
|
|
21698
|
+
),
|
|
21699
|
+
showBottomNav && /* @__PURE__ */ jsxRuntime.jsx(
|
|
21700
|
+
Box,
|
|
21701
|
+
{
|
|
21702
|
+
as: "nav",
|
|
21703
|
+
className: "fixed bottom-0 inset-x-0 z-20 h-16 bg-card dark:bg-card border-t border-border dark:border-border",
|
|
21695
21704
|
children: /* @__PURE__ */ jsxRuntime.jsx(HStack, { align: "center", justify: "around", className: "h-full px-2", children: navItems.map((item) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
21696
21705
|
NavLinkBottom,
|
|
21697
21706
|
{
|
package/dist/runtime/index.js
CHANGED
|
@@ -21637,15 +21637,24 @@ var init_DashboardLayout = __esm({
|
|
|
21637
21637
|
)
|
|
21638
21638
|
}
|
|
21639
21639
|
),
|
|
21640
|
-
/* @__PURE__ */ jsx(
|
|
21641
|
-
showBottomNav && /* @__PURE__ */ jsx(
|
|
21640
|
+
/* @__PURE__ */ jsx(
|
|
21642
21641
|
Box,
|
|
21643
21642
|
{
|
|
21644
|
-
as: "
|
|
21643
|
+
as: "main",
|
|
21645
21644
|
className: cn(
|
|
21646
|
-
"
|
|
21647
|
-
|
|
21645
|
+
"flex-1 p-3 @sm/dashboard:p-4 @md/dashboard:p-6",
|
|
21646
|
+
// Reserve space for the fixed bottom nav so content isn't
|
|
21647
|
+
// hidden under the tab bar.
|
|
21648
|
+
showBottomNav && "pb-20"
|
|
21648
21649
|
),
|
|
21650
|
+
children
|
|
21651
|
+
}
|
|
21652
|
+
),
|
|
21653
|
+
showBottomNav && /* @__PURE__ */ jsx(
|
|
21654
|
+
Box,
|
|
21655
|
+
{
|
|
21656
|
+
as: "nav",
|
|
21657
|
+
className: "fixed bottom-0 inset-x-0 z-20 h-16 bg-card dark:bg-card border-t border-border dark:border-border",
|
|
21649
21658
|
children: /* @__PURE__ */ jsx(HStack, { align: "center", justify: "around", className: "h-full px-2", children: navItems.map((item) => /* @__PURE__ */ jsx(
|
|
21650
21659
|
NavLinkBottom,
|
|
21651
21660
|
{
|