@opensite/ui 3.4.6 → 3.4.8
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/navbar-animated-preview.cjs +16 -9
- package/dist/navbar-animated-preview.d.cts +3 -1
- package/dist/navbar-animated-preview.d.ts +3 -1
- package/dist/navbar-animated-preview.js +16 -9
- package/dist/navbar-centered-menu.cjs +2 -2
- package/dist/navbar-centered-menu.d.cts +4 -2
- package/dist/navbar-centered-menu.d.ts +4 -2
- package/dist/navbar-centered-menu.js +2 -2
- package/dist/navbar-dark-icons.cjs +7 -7
- package/dist/navbar-dark-icons.d.cts +5 -3
- package/dist/navbar-dark-icons.d.ts +5 -3
- package/dist/navbar-dark-icons.js +7 -7
- package/dist/navbar-dropdown-menu.cjs +2 -2
- package/dist/navbar-dropdown-menu.d.cts +4 -2
- package/dist/navbar-dropdown-menu.d.ts +4 -2
- package/dist/navbar-dropdown-menu.js +2 -2
- package/dist/navbar-education-platform.cjs +4 -4
- package/dist/navbar-education-platform.d.cts +5 -3
- package/dist/navbar-education-platform.d.ts +5 -3
- package/dist/navbar-education-platform.js +4 -4
- package/dist/navbar-enterprise-mega.cjs +12 -5
- package/dist/navbar-enterprise-mega.d.cts +10 -8
- package/dist/navbar-enterprise-mega.d.ts +10 -8
- package/dist/navbar-enterprise-mega.js +12 -5
- package/dist/navbar-feature-grid.cjs +2 -2
- package/dist/navbar-feature-grid.d.cts +3 -1
- package/dist/navbar-feature-grid.d.ts +3 -1
- package/dist/navbar-feature-grid.js +2 -2
- package/dist/navbar-floating-pill.cjs +2 -2
- package/dist/navbar-floating-pill.d.cts +3 -1
- package/dist/navbar-floating-pill.d.ts +3 -1
- package/dist/navbar-floating-pill.js +2 -2
- package/dist/navbar-fullscreen-menu.d.cts +3 -1
- package/dist/navbar-fullscreen-menu.d.ts +3 -1
- package/dist/navbar-icon-links.cjs +17 -3
- package/dist/navbar-icon-links.d.cts +4 -2
- package/dist/navbar-icon-links.d.ts +4 -2
- package/dist/navbar-icon-links.js +17 -3
- package/dist/navbar-image-preview.cjs +8 -8
- package/dist/navbar-image-preview.d.cts +5 -3
- package/dist/navbar-image-preview.d.ts +5 -3
- package/dist/navbar-image-preview.js +8 -8
- package/dist/navbar-mega-menu.cjs +36 -12
- package/dist/navbar-mega-menu.d.cts +4 -2
- package/dist/navbar-mega-menu.d.ts +4 -2
- package/dist/navbar-mega-menu.js +36 -12
- package/dist/navbar-multi-column-groups.cjs +10 -10
- package/dist/navbar-multi-column-groups.d.cts +5 -3
- package/dist/navbar-multi-column-groups.d.ts +5 -3
- package/dist/navbar-multi-column-groups.js +10 -10
- package/dist/navbar-platform-resources.cjs +30 -12
- package/dist/navbar-platform-resources.d.cts +3 -1
- package/dist/navbar-platform-resources.d.ts +3 -1
- package/dist/navbar-platform-resources.js +30 -12
- package/dist/navbar-search-focused.cjs +7 -7
- package/dist/navbar-search-focused.d.cts +5 -3
- package/dist/navbar-search-focused.d.ts +5 -3
- package/dist/navbar-search-focused.js +7 -7
- package/dist/navbar-sidebar-mobile.cjs +4 -4
- package/dist/navbar-sidebar-mobile.d.cts +4 -2
- package/dist/navbar-sidebar-mobile.d.ts +4 -2
- package/dist/navbar-sidebar-mobile.js +4 -4
- package/dist/navbar-simple-links.cjs +4 -4
- package/dist/navbar-simple-links.d.cts +3 -1
- package/dist/navbar-simple-links.d.ts +3 -1
- package/dist/navbar-simple-links.js +4 -4
- package/dist/navbar-split-cta.cjs +2 -2
- package/dist/navbar-split-cta.d.cts +4 -2
- package/dist/navbar-split-cta.d.ts +4 -2
- package/dist/navbar-split-cta.js +2 -2
- package/dist/navbar-sticky-compact.cjs +4 -4
- package/dist/navbar-sticky-compact.d.cts +4 -2
- package/dist/navbar-sticky-compact.d.ts +4 -2
- package/dist/navbar-sticky-compact.js +4 -4
- package/dist/navbar-tabbed-sections.cjs +2 -2
- package/dist/navbar-tabbed-sections.d.cts +5 -3
- package/dist/navbar-tabbed-sections.d.ts +5 -3
- package/dist/navbar-tabbed-sections.js +2 -2
- package/dist/navbar-transparent-overlay.cjs +6 -6
- package/dist/navbar-transparent-overlay.d.cts +5 -3
- package/dist/navbar-transparent-overlay.d.ts +5 -3
- package/dist/navbar-transparent-overlay.js +6 -6
- package/dist/registry.cjs +177 -107
- package/dist/registry.js +177 -107
- package/dist/social-link-icon.d.cts +1 -1
- package/dist/social-link-icon.d.ts +1 -1
- package/dist/{types-ldjwVMcl.d.cts → types-hJ2R0GoH.d.ts} +5 -4
- package/dist/{types-ldjwVMcl.d.ts → types-mWZcgKth.d.cts} +5 -4
- package/package.json +1 -1
package/dist/registry.js
CHANGED
|
@@ -63136,9 +63136,9 @@ var NavbarDropdownMenu = ({
|
|
|
63136
63136
|
className: actionClassName,
|
|
63137
63137
|
...pressableProps,
|
|
63138
63138
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
63139
|
-
icon,
|
|
63139
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
63140
63140
|
label,
|
|
63141
|
-
iconAfter
|
|
63141
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
63142
63142
|
] })
|
|
63143
63143
|
},
|
|
63144
63144
|
index
|
|
@@ -63364,9 +63364,9 @@ var NavbarCenteredMenu = ({
|
|
|
63364
63364
|
className: actionClassName,
|
|
63365
63365
|
...pressableProps,
|
|
63366
63366
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
63367
|
-
icon,
|
|
63367
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
63368
63368
|
label,
|
|
63369
|
-
iconAfter
|
|
63369
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
63370
63370
|
] })
|
|
63371
63371
|
},
|
|
63372
63372
|
index
|
|
@@ -63570,7 +63570,13 @@ var DesktopMenuItem = ({
|
|
|
63570
63570
|
optixFlowConfig
|
|
63571
63571
|
}
|
|
63572
63572
|
) }),
|
|
63573
|
-
!item.image && (item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "flex h-10 w-10 shrink-0 items-center justify-center rounded-md border border-border bg-muted/40 text-muted-foreground", children:
|
|
63573
|
+
!item.image && (item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "flex h-10 w-10 shrink-0 items-center justify-center rounded-md border border-border bg-muted/40 text-muted-foreground", children: /* @__PURE__ */ jsx(
|
|
63574
|
+
DynamicIcon,
|
|
63575
|
+
{
|
|
63576
|
+
name: item.icon || item.iconName,
|
|
63577
|
+
size: 20
|
|
63578
|
+
}
|
|
63579
|
+
) }),
|
|
63574
63580
|
/* @__PURE__ */ jsxs("div", { className: "flex-1", children: [
|
|
63575
63581
|
/* @__PURE__ */ jsx("div", { className: "text-sm font-medium", children: item.label }),
|
|
63576
63582
|
item.description && /* @__PURE__ */ jsx("div", { className: "text-sm font-normal text-muted-foreground", children: item.description })
|
|
@@ -63597,7 +63603,13 @@ var DesktopMenuItem = ({
|
|
|
63597
63603
|
optixFlowConfig
|
|
63598
63604
|
}
|
|
63599
63605
|
) }),
|
|
63600
|
-
!item.image && (item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "flex h-10 w-10 shrink-0 items-center justify-center rounded-md border border-border bg-muted/40 text-muted-foreground", children:
|
|
63606
|
+
!item.image && (item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "flex h-10 w-10 shrink-0 items-center justify-center rounded-md border border-border bg-muted/40 text-muted-foreground", children: /* @__PURE__ */ jsx(
|
|
63607
|
+
DynamicIcon,
|
|
63608
|
+
{
|
|
63609
|
+
name: item.icon || item.iconName,
|
|
63610
|
+
size: 20
|
|
63611
|
+
}
|
|
63612
|
+
) }),
|
|
63601
63613
|
/* @__PURE__ */ jsxs("div", { className: "flex-1", children: [
|
|
63602
63614
|
/* @__PURE__ */ jsx("div", { className: "text-sm font-medium", children: item.label }),
|
|
63603
63615
|
item.description && /* @__PURE__ */ jsx("div", { className: "text-sm font-normal text-muted-foreground", children: item.description })
|
|
@@ -63636,7 +63648,13 @@ var DesktopMenuItem = ({
|
|
|
63636
63648
|
optixFlowConfig
|
|
63637
63649
|
}
|
|
63638
63650
|
) }),
|
|
63639
|
-
!item.image && (item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-muted/40 text-muted-foreground", children:
|
|
63651
|
+
!item.image && (item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-muted/40 text-muted-foreground", children: /* @__PURE__ */ jsx(
|
|
63652
|
+
DynamicIcon,
|
|
63653
|
+
{
|
|
63654
|
+
name: item.icon || item.iconName,
|
|
63655
|
+
size: 16
|
|
63656
|
+
}
|
|
63657
|
+
) }),
|
|
63640
63658
|
/* @__PURE__ */ jsxs("div", { className: "flex-1", children: [
|
|
63641
63659
|
/* @__PURE__ */ jsx("div", { className: "text-sm font-medium", children: item.label }),
|
|
63642
63660
|
item.description && /* @__PURE__ */ jsx("div", { className: "text-xs text-muted-foreground", children: item.description })
|
|
@@ -63665,7 +63683,13 @@ var DesktopMenuItem = ({
|
|
|
63665
63683
|
optixFlowConfig
|
|
63666
63684
|
}
|
|
63667
63685
|
) }),
|
|
63668
|
-
!item.image && (item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-muted/40 text-muted-foreground", children:
|
|
63686
|
+
!item.image && (item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-muted/40 text-muted-foreground", children: /* @__PURE__ */ jsx(
|
|
63687
|
+
DynamicIcon,
|
|
63688
|
+
{
|
|
63689
|
+
name: item.icon || item.iconName,
|
|
63690
|
+
size: 16
|
|
63691
|
+
}
|
|
63692
|
+
) }),
|
|
63669
63693
|
/* @__PURE__ */ jsxs("div", { className: "flex-1", children: [
|
|
63670
63694
|
/* @__PURE__ */ jsx("div", { className: "text-sm font-medium", children: item.label }),
|
|
63671
63695
|
item.description && /* @__PURE__ */ jsx("div", { className: "text-xs text-muted-foreground", children: item.description })
|
|
@@ -63723,9 +63747,9 @@ var NavbarMegaMenu = ({
|
|
|
63723
63747
|
className: actionClassName,
|
|
63724
63748
|
...pressableProps,
|
|
63725
63749
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
63726
|
-
icon,
|
|
63750
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
63727
63751
|
label,
|
|
63728
|
-
iconAfter
|
|
63752
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
63729
63753
|
] })
|
|
63730
63754
|
},
|
|
63731
63755
|
index
|
|
@@ -63859,13 +63883,13 @@ var NavbarMegaMenu = ({
|
|
|
63859
63883
|
onClick: () => setOpen(false),
|
|
63860
63884
|
className: "flex items-center gap-2 rounded-md px-4 py-2 text-sm text-muted-foreground hover:bg-muted hover:text-foreground",
|
|
63861
63885
|
children: [
|
|
63862
|
-
(item.icon || item.iconName) &&
|
|
63886
|
+
(item.icon || item.iconName) && /* @__PURE__ */ jsx(
|
|
63863
63887
|
DynamicIcon,
|
|
63864
63888
|
{
|
|
63865
|
-
name: item.iconName,
|
|
63889
|
+
name: item.icon || item.iconName,
|
|
63866
63890
|
size: 14
|
|
63867
63891
|
}
|
|
63868
|
-
)
|
|
63892
|
+
),
|
|
63869
63893
|
item.label
|
|
63870
63894
|
]
|
|
63871
63895
|
},
|
|
@@ -63886,13 +63910,13 @@ var NavbarMegaMenu = ({
|
|
|
63886
63910
|
onClick: () => setOpen(false),
|
|
63887
63911
|
className: "flex items-center gap-2 rounded-md px-4 py-2 text-sm text-muted-foreground hover:bg-muted hover:text-foreground",
|
|
63888
63912
|
children: [
|
|
63889
|
-
(item.icon || item.iconName) &&
|
|
63913
|
+
(item.icon || item.iconName) && /* @__PURE__ */ jsx(
|
|
63890
63914
|
DynamicIcon,
|
|
63891
63915
|
{
|
|
63892
|
-
name: item.iconName,
|
|
63916
|
+
name: item.icon || item.iconName,
|
|
63893
63917
|
size: 14
|
|
63894
63918
|
}
|
|
63895
|
-
)
|
|
63919
|
+
),
|
|
63896
63920
|
item.label
|
|
63897
63921
|
]
|
|
63898
63922
|
},
|
|
@@ -64258,7 +64282,14 @@ var GlobalMenu = ({
|
|
|
64258
64282
|
href: location.href,
|
|
64259
64283
|
className: "group !flex !w-full items-center gap-2 rounded-lg p-2 text-left hover:bg-muted",
|
|
64260
64284
|
children: [
|
|
64261
|
-
/* @__PURE__ */ jsx("div", { className: "flex size-4 shrink-0 items-center justify-center", children:
|
|
64285
|
+
/* @__PURE__ */ jsx("div", { className: "flex size-4 shrink-0 items-center justify-center", children: /* @__PURE__ */ jsx(
|
|
64286
|
+
DynamicIcon,
|
|
64287
|
+
{
|
|
64288
|
+
name: location.icon,
|
|
64289
|
+
size: 16,
|
|
64290
|
+
className: "shrink-0"
|
|
64291
|
+
}
|
|
64292
|
+
) }),
|
|
64262
64293
|
/* @__PURE__ */ jsx("div", { className: "min-w-0 flex-1 text-sm font-medium", children: location.title })
|
|
64263
64294
|
]
|
|
64264
64295
|
},
|
|
@@ -64379,9 +64410,9 @@ var NavbarEnterpriseMega = ({
|
|
|
64379
64410
|
...pressableProps
|
|
64380
64411
|
} = action;
|
|
64381
64412
|
return /* @__PURE__ */ jsx(Pressable, { className: actionClassName, ...pressableProps, children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
64382
|
-
icon,
|
|
64413
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
64383
64414
|
label,
|
|
64384
|
-
iconAfter
|
|
64415
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
64385
64416
|
] }) }, index);
|
|
64386
64417
|
});
|
|
64387
64418
|
}, [actionsSlot, actions]);
|
|
@@ -64664,9 +64695,9 @@ var MobileNavigationMenu = ({
|
|
|
64664
64695
|
className: actionClassName,
|
|
64665
64696
|
...pressableProps,
|
|
64666
64697
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
64667
|
-
icon,
|
|
64698
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
64668
64699
|
label,
|
|
64669
|
-
iconAfter
|
|
64700
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
64670
64701
|
] })
|
|
64671
64702
|
},
|
|
64672
64703
|
index
|
|
@@ -64746,9 +64777,9 @@ var NavbarFeatureGrid = ({
|
|
|
64746
64777
|
...pressableProps
|
|
64747
64778
|
} = action;
|
|
64748
64779
|
return /* @__PURE__ */ jsx(Pressable, { className: actionClassName, ...pressableProps, children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
64749
|
-
icon,
|
|
64780
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
64750
64781
|
label,
|
|
64751
|
-
iconAfter
|
|
64782
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
64752
64783
|
] }) }, index);
|
|
64753
64784
|
});
|
|
64754
64785
|
}, [authActionsSlot, authActions]);
|
|
@@ -64929,9 +64960,9 @@ var NavbarFloatingPill = ({
|
|
|
64929
64960
|
className: actionClassName,
|
|
64930
64961
|
...pressableProps,
|
|
64931
64962
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
64932
|
-
icon,
|
|
64963
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
64933
64964
|
label,
|
|
64934
|
-
iconAfter
|
|
64965
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
64935
64966
|
] })
|
|
64936
64967
|
},
|
|
64937
64968
|
index
|
|
@@ -65183,14 +65214,14 @@ var NavbarPlatformResources = ({
|
|
|
65183
65214
|
href: getLinkUrl(item),
|
|
65184
65215
|
className: "group/link flex-row gap-2 px-3 py-2 transition-colors duration-200",
|
|
65185
65216
|
children: [
|
|
65186
|
-
/* @__PURE__ */ jsx("div", { className: "flex size-8 shrink-0 rounded-lg border duration-400 fade-in group-hover/link:bg-background", children:
|
|
65217
|
+
/* @__PURE__ */ jsx("div", { className: "flex size-8 shrink-0 rounded-lg border duration-400 fade-in group-hover/link:bg-background", children: /* @__PURE__ */ jsx(
|
|
65187
65218
|
DynamicIcon,
|
|
65188
65219
|
{
|
|
65189
|
-
name: item.iconName,
|
|
65220
|
+
name: item.icon || item.iconName,
|
|
65190
65221
|
size: 16,
|
|
65191
65222
|
className: "m-auto group-hover/link:stroke-black"
|
|
65192
65223
|
}
|
|
65193
|
-
)
|
|
65224
|
+
) }),
|
|
65194
65225
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-0.5", children: [
|
|
65195
65226
|
/* @__PURE__ */ jsx("div", { className: "text-sm font-medium", children: item.label }),
|
|
65196
65227
|
item.description && /* @__PURE__ */ jsx("div", { className: "text-xs text-muted-foreground group-hover/link:text-foreground", children: item.description })
|
|
@@ -65236,7 +65267,13 @@ var NavbarPlatformResources = ({
|
|
|
65236
65267
|
href: getLinkUrl(item),
|
|
65237
65268
|
className: "group block p-4",
|
|
65238
65269
|
children: [
|
|
65239
|
-
(item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "mb-5 group-hover:opacity-60", children:
|
|
65270
|
+
(item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "mb-5 group-hover:opacity-60", children: /* @__PURE__ */ jsx(
|
|
65271
|
+
DynamicIcon,
|
|
65272
|
+
{
|
|
65273
|
+
name: item.icon || item.iconName,
|
|
65274
|
+
size: 20
|
|
65275
|
+
}
|
|
65276
|
+
) }),
|
|
65240
65277
|
/* @__PURE__ */ jsx("div", { className: "mb-1 text-base", children: item.label }),
|
|
65241
65278
|
item.description && /* @__PURE__ */ jsx("div", { className: "text-sm font-normal text-muted-foreground", children: item.description })
|
|
65242
65279
|
]
|
|
@@ -65257,7 +65294,13 @@ var NavbarPlatformResources = ({
|
|
|
65257
65294
|
href: getLinkUrl(item),
|
|
65258
65295
|
className: "group flex flex-row items-center gap-5",
|
|
65259
65296
|
children: [
|
|
65260
|
-
(item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "group-hover:opacity-60", children:
|
|
65297
|
+
(item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "group-hover:opacity-60", children: /* @__PURE__ */ jsx(
|
|
65298
|
+
DynamicIcon,
|
|
65299
|
+
{
|
|
65300
|
+
name: item.icon || item.iconName,
|
|
65301
|
+
size: 16
|
|
65302
|
+
}
|
|
65303
|
+
) }),
|
|
65261
65304
|
/* @__PURE__ */ jsx("div", { className: "text-base", children: item.label })
|
|
65262
65305
|
]
|
|
65263
65306
|
},
|
|
@@ -65304,7 +65347,13 @@ var NavbarPlatformResources = ({
|
|
|
65304
65347
|
href: getLinkUrl(item),
|
|
65305
65348
|
className: "group flex flex-row items-center gap-2.5 rounded-md p-2.5 focus:text-accent-foreground",
|
|
65306
65349
|
children: [
|
|
65307
|
-
(item.icon || item.iconName) &&
|
|
65350
|
+
(item.icon || item.iconName) && /* @__PURE__ */ jsx(
|
|
65351
|
+
DynamicIcon,
|
|
65352
|
+
{
|
|
65353
|
+
name: item.icon || item.iconName,
|
|
65354
|
+
size: 16
|
|
65355
|
+
}
|
|
65356
|
+
),
|
|
65308
65357
|
/* @__PURE__ */ jsx("div", { className: "text-base", children: item.label })
|
|
65309
65358
|
]
|
|
65310
65359
|
},
|
|
@@ -65406,7 +65455,7 @@ var NavbarPlatformResources = ({
|
|
|
65406
65455
|
optixFlowConfig
|
|
65407
65456
|
}
|
|
65408
65457
|
) }),
|
|
65409
|
-
!item.image && (item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "flex h-12 w-12 items-center justify-center rounded-md border border-border bg-muted/40 text-muted-foreground", children:
|
|
65458
|
+
!item.image && (item.icon || item.iconName) && /* @__PURE__ */ jsx("div", { className: "flex h-12 w-12 items-center justify-center rounded-md border border-border bg-muted/40 text-muted-foreground", children: /* @__PURE__ */ jsx(DynamicIcon, { name: item.icon || item.iconName, size: 18 }) }),
|
|
65410
65459
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
65411
65460
|
/* @__PURE__ */ jsx("div", { className: "text-sm font-medium text-foreground", children: item.label }),
|
|
65412
65461
|
item.description && /* @__PURE__ */ jsx("div", { className: "text-sm font-normal text-muted-foreground", children: item.description })
|
|
@@ -65428,9 +65477,9 @@ var NavbarPlatformResources = ({
|
|
|
65428
65477
|
...pressableProps
|
|
65429
65478
|
} = action;
|
|
65430
65479
|
return /* @__PURE__ */ jsx(Pressable, { className: actionClassName, ...pressableProps, children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
65431
|
-
icon,
|
|
65480
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
65432
65481
|
label,
|
|
65433
|
-
iconAfter
|
|
65482
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
65434
65483
|
] }) }, index);
|
|
65435
65484
|
});
|
|
65436
65485
|
}, [actions]);
|
|
@@ -65554,13 +65603,13 @@ var NavbarPlatformResources = ({
|
|
|
65554
65603
|
href: getLinkUrl(item),
|
|
65555
65604
|
className: "flex items-center gap-2 pl-4 text-sm text-muted-foreground hover:text-foreground",
|
|
65556
65605
|
children: [
|
|
65557
|
-
(item.icon || item.iconName) &&
|
|
65606
|
+
(item.icon || item.iconName) && /* @__PURE__ */ jsx(
|
|
65558
65607
|
DynamicIcon,
|
|
65559
65608
|
{
|
|
65560
|
-
name: item.iconName,
|
|
65609
|
+
name: item.icon || item.iconName,
|
|
65561
65610
|
size: 14
|
|
65562
65611
|
}
|
|
65563
|
-
)
|
|
65612
|
+
),
|
|
65564
65613
|
item.label
|
|
65565
65614
|
]
|
|
65566
65615
|
},
|
|
@@ -65693,9 +65742,9 @@ var NavbarImagePreview = ({
|
|
|
65693
65742
|
className: actionClassName,
|
|
65694
65743
|
...pressableProps,
|
|
65695
65744
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
65696
|
-
icon,
|
|
65745
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
65697
65746
|
label,
|
|
65698
|
-
iconAfter
|
|
65747
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
65699
65748
|
] })
|
|
65700
65749
|
},
|
|
65701
65750
|
index
|
|
@@ -65884,7 +65933,7 @@ var MobileNavigationMenu2 = ({
|
|
|
65884
65933
|
href: link.url,
|
|
65885
65934
|
onClick: handleClose,
|
|
65886
65935
|
children: [
|
|
65887
|
-
|
|
65936
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: link.icon || link.iconName, size: 20 }),
|
|
65888
65937
|
!link.icon && !link.iconName && link.label
|
|
65889
65938
|
]
|
|
65890
65939
|
},
|
|
@@ -65912,9 +65961,9 @@ var MobileNavigationMenu2 = ({
|
|
|
65912
65961
|
onClick: handleClose,
|
|
65913
65962
|
...pressableProps,
|
|
65914
65963
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
65915
|
-
icon,
|
|
65964
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
65916
65965
|
label,
|
|
65917
|
-
iconAfter
|
|
65966
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
65918
65967
|
] })
|
|
65919
65968
|
},
|
|
65920
65969
|
index
|
|
@@ -65959,14 +66008,14 @@ var MobileNavigationMenu2 = ({
|
|
|
65959
66008
|
className: "flex min-h-12 items-center gap-2 rounded-lg px-4 text-muted-foreground transition-colors duration-300 hover:bg-muted hover:text-foreground",
|
|
65960
66009
|
onClick: handleClose,
|
|
65961
66010
|
children: [
|
|
65962
|
-
|
|
66011
|
+
/* @__PURE__ */ jsx(
|
|
65963
66012
|
DynamicIcon,
|
|
65964
66013
|
{
|
|
65965
|
-
name: link.iconName,
|
|
66014
|
+
name: link.icon || link.iconName,
|
|
65966
66015
|
size: 16,
|
|
65967
66016
|
className: "stroke-muted-foreground"
|
|
65968
66017
|
}
|
|
65969
|
-
)
|
|
66018
|
+
),
|
|
65970
66019
|
link.label
|
|
65971
66020
|
]
|
|
65972
66021
|
},
|
|
@@ -66059,9 +66108,9 @@ var NavbarDarkIcons = ({
|
|
|
66059
66108
|
className: actionClassName,
|
|
66060
66109
|
...pressableProps,
|
|
66061
66110
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
66062
|
-
icon,
|
|
66111
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
66063
66112
|
label,
|
|
66064
|
-
iconAfter
|
|
66113
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
66065
66114
|
] })
|
|
66066
66115
|
},
|
|
66067
66116
|
index
|
|
@@ -66200,14 +66249,14 @@ var MenuSubLink = ({ link }) => {
|
|
|
66200
66249
|
className: "flex items-center gap-4 rounded-lg p-2 hover:bg-muted",
|
|
66201
66250
|
children: /* @__PURE__ */ jsxs("div", { className: "flex w-full items-center justify-between", children: [
|
|
66202
66251
|
/* @__PURE__ */ jsxs("div", { className: "flex gap-2.5", children: [
|
|
66203
|
-
|
|
66252
|
+
/* @__PURE__ */ jsx(
|
|
66204
66253
|
DynamicIcon,
|
|
66205
66254
|
{
|
|
66206
|
-
name: link.iconName,
|
|
66255
|
+
name: link.icon || link.iconName,
|
|
66207
66256
|
size: 20,
|
|
66208
66257
|
color: link.iconColor
|
|
66209
66258
|
}
|
|
66210
|
-
)
|
|
66259
|
+
),
|
|
66211
66260
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-1.5", children: [
|
|
66212
66261
|
/* @__PURE__ */ jsx("h3", { className: "text-sm leading-none", children: link.label }),
|
|
66213
66262
|
/* @__PURE__ */ jsx("p", { className: "text-sm leading-[1.2] text-muted-foreground/80", children: link.description })
|
|
@@ -66251,9 +66300,9 @@ var MobileNavigationMenu3 = ({
|
|
|
66251
66300
|
className: cn("w-full", actionClassName),
|
|
66252
66301
|
...pressableProps,
|
|
66253
66302
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
66254
|
-
icon,
|
|
66303
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
66255
66304
|
label,
|
|
66256
|
-
iconAfter
|
|
66305
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
66257
66306
|
] })
|
|
66258
66307
|
},
|
|
66259
66308
|
index
|
|
@@ -66400,9 +66449,16 @@ var NavbarAnimatedPreview = ({
|
|
|
66400
66449
|
className: actionClassName,
|
|
66401
66450
|
...pressableProps,
|
|
66402
66451
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
66403
|
-
icon,
|
|
66452
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
66404
66453
|
label,
|
|
66405
|
-
|
|
66454
|
+
/* @__PURE__ */ jsx(
|
|
66455
|
+
DynamicIcon,
|
|
66456
|
+
{
|
|
66457
|
+
name: iconAfter ?? "lucide/chevron-right",
|
|
66458
|
+
size: 16,
|
|
66459
|
+
className: "shrink-0"
|
|
66460
|
+
}
|
|
66461
|
+
)
|
|
66406
66462
|
] })
|
|
66407
66463
|
},
|
|
66408
66464
|
index
|
|
@@ -66731,14 +66787,14 @@ var FeaturedLink = ({ link, optixFlowConfig }) => {
|
|
|
66731
66787
|
className: "group relative flex w-full overflow-hidden rounded-xl bg-muted px-4 pt-24 pb-4",
|
|
66732
66788
|
children: [
|
|
66733
66789
|
/* @__PURE__ */ jsxs("div", { className: "relative z-10 flex w-full items-center gap-6", children: [
|
|
66734
|
-
/* @__PURE__ */ jsx("div", { className: "flex size-12 shrink-0 rounded-lg border bg-background shadow-lg", children:
|
|
66790
|
+
/* @__PURE__ */ jsx("div", { className: "flex size-12 shrink-0 rounded-lg border bg-background shadow-lg", children: /* @__PURE__ */ jsx(
|
|
66735
66791
|
DynamicIcon,
|
|
66736
66792
|
{
|
|
66737
|
-
name: link.iconName,
|
|
66793
|
+
name: link.icon || link.iconName,
|
|
66738
66794
|
size: 20,
|
|
66739
66795
|
className: "m-auto stroke-white"
|
|
66740
66796
|
}
|
|
66741
|
-
)
|
|
66797
|
+
) }),
|
|
66742
66798
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col text-white text-shadow-lg", children: [
|
|
66743
66799
|
/* @__PURE__ */ jsx("div", { className: "text-lg font-semibold", children: link.label }),
|
|
66744
66800
|
/* @__PURE__ */ jsx("div", { className: "font-medium", children: link.description })
|
|
@@ -66768,10 +66824,10 @@ var NavLink = forwardRef(
|
|
|
66768
66824
|
onMouseEnter,
|
|
66769
66825
|
onMouseLeave,
|
|
66770
66826
|
children: [
|
|
66771
|
-
(link.icon || link.iconName) && /* @__PURE__ */ jsx("div", { className: "flex size-6 shrink-0 rounded-md border shadow", children:
|
|
66827
|
+
(link.icon || link.iconName) && /* @__PURE__ */ jsx("div", { className: "flex size-6 shrink-0 rounded-md border shadow", children: /* @__PURE__ */ jsx(
|
|
66772
66828
|
DynamicIcon,
|
|
66773
66829
|
{
|
|
66774
|
-
name: link.iconName,
|
|
66830
|
+
name: link.icon || link.iconName,
|
|
66775
66831
|
size: 14,
|
|
66776
66832
|
className: "m-auto"
|
|
66777
66833
|
}
|
|
@@ -66812,9 +66868,9 @@ var MobileNavigationMenu4 = ({
|
|
|
66812
66868
|
className: actionClassName,
|
|
66813
66869
|
...pressableProps,
|
|
66814
66870
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
66815
|
-
icon,
|
|
66871
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
66816
66872
|
label,
|
|
66817
|
-
iconAfter
|
|
66873
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
66818
66874
|
] })
|
|
66819
66875
|
},
|
|
66820
66876
|
index
|
|
@@ -66942,9 +66998,9 @@ var NavbarMultiColumnGroups = ({
|
|
|
66942
66998
|
className: actionClassName,
|
|
66943
66999
|
...pressableProps,
|
|
66944
67000
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
66945
|
-
icon,
|
|
67001
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
66946
67002
|
label,
|
|
66947
|
-
iconAfter
|
|
67003
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
66948
67004
|
] })
|
|
66949
67005
|
},
|
|
66950
67006
|
index
|
|
@@ -67055,14 +67111,14 @@ var DesktopMenuItem6 = ({ item, index }) => {
|
|
|
67055
67111
|
asChild: true,
|
|
67056
67112
|
className: "group/link flex-row gap-2 px-3 py-2 transition-colors duration-200",
|
|
67057
67113
|
children: /* @__PURE__ */ jsxs(Pressable, { href: link.url, children: [
|
|
67058
|
-
/* @__PURE__ */ jsx("div", { className: "flex size-8 shrink-0 rounded-lg border duration-400 fade-in group-hover/link:bg-background", children:
|
|
67114
|
+
/* @__PURE__ */ jsx("div", { className: "flex size-8 shrink-0 rounded-lg border duration-400 fade-in group-hover/link:bg-background", children: /* @__PURE__ */ jsx(
|
|
67059
67115
|
DynamicIcon,
|
|
67060
67116
|
{
|
|
67061
|
-
name: link.iconName,
|
|
67117
|
+
name: link.icon || link.iconName,
|
|
67062
67118
|
size: 16,
|
|
67063
67119
|
className: "m-auto group-hover/link:stroke-black"
|
|
67064
67120
|
}
|
|
67065
|
-
)
|
|
67121
|
+
) }),
|
|
67066
67122
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-0.5", children: [
|
|
67067
67123
|
/* @__PURE__ */ jsx("div", { className: "text-sm font-medium", children: link.label }),
|
|
67068
67124
|
/* @__PURE__ */ jsx("div", { className: "text-xs text-muted-foreground group-hover/link:text-foreground", children: link.description })
|
|
@@ -67110,9 +67166,9 @@ var MobileNavigationMenu5 = ({
|
|
|
67110
67166
|
onClick: handleClose,
|
|
67111
67167
|
...pressableProps,
|
|
67112
67168
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
67113
|
-
icon,
|
|
67169
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
67114
67170
|
label,
|
|
67115
|
-
iconAfter
|
|
67171
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
67116
67172
|
] })
|
|
67117
67173
|
},
|
|
67118
67174
|
index
|
|
@@ -67148,14 +67204,14 @@ var MobileNavigationMenu5 = ({
|
|
|
67148
67204
|
className: "flex min-h-12 items-center gap-2 rounded-lg px-4 text-muted-foreground transition-colors duration-300 hover:bg-muted hover:text-foreground",
|
|
67149
67205
|
onClick: handleClose,
|
|
67150
67206
|
children: [
|
|
67151
|
-
|
|
67207
|
+
/* @__PURE__ */ jsx(
|
|
67152
67208
|
DynamicIcon,
|
|
67153
67209
|
{
|
|
67154
|
-
name: link.iconName,
|
|
67210
|
+
name: link.icon || link.iconName,
|
|
67155
67211
|
size: 16,
|
|
67156
67212
|
className: "stroke-muted-foreground"
|
|
67157
67213
|
}
|
|
67158
|
-
)
|
|
67214
|
+
),
|
|
67159
67215
|
link.label
|
|
67160
67216
|
]
|
|
67161
67217
|
},
|
|
@@ -67250,9 +67306,9 @@ var NavbarSidebarMobile = ({
|
|
|
67250
67306
|
className: actionClassName,
|
|
67251
67307
|
...pressableProps,
|
|
67252
67308
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
67253
|
-
icon,
|
|
67309
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
67254
67310
|
label,
|
|
67255
|
-
iconAfter
|
|
67311
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
67256
67312
|
] })
|
|
67257
67313
|
},
|
|
67258
67314
|
index
|
|
@@ -67419,9 +67475,9 @@ var MobileNavigationMenu6 = ({
|
|
|
67419
67475
|
className: cn("w-full", actionClassName),
|
|
67420
67476
|
...pressableProps,
|
|
67421
67477
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
67422
|
-
icon,
|
|
67478
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
67423
67479
|
label,
|
|
67424
|
-
iconAfter
|
|
67480
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
67425
67481
|
] })
|
|
67426
67482
|
},
|
|
67427
67483
|
index
|
|
@@ -67545,7 +67601,7 @@ var NavbarTransparentOverlay = ({
|
|
|
67545
67601
|
!isScrolled ? "text-background/90 hover:text-background hover:bg-background/10" : ""
|
|
67546
67602
|
),
|
|
67547
67603
|
children: /* @__PURE__ */ jsxs(Pressable, { href: item.url, children: [
|
|
67548
|
-
|
|
67604
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: item.icon || item.iconName, size: 16 }),
|
|
67549
67605
|
item.title
|
|
67550
67606
|
] })
|
|
67551
67607
|
}
|
|
@@ -67577,9 +67633,9 @@ var NavbarTransparentOverlay = ({
|
|
|
67577
67633
|
),
|
|
67578
67634
|
...pressableProps,
|
|
67579
67635
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
67580
|
-
icon,
|
|
67636
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
67581
67637
|
label,
|
|
67582
|
-
iconAfter
|
|
67638
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
67583
67639
|
] })
|
|
67584
67640
|
},
|
|
67585
67641
|
index
|
|
@@ -67714,9 +67770,9 @@ var MobileNavigationMenu7 = ({
|
|
|
67714
67770
|
onClick: onClose,
|
|
67715
67771
|
...pressableProps,
|
|
67716
67772
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
67717
|
-
icon,
|
|
67773
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
67718
67774
|
label,
|
|
67719
|
-
iconAfter
|
|
67775
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
67720
67776
|
] })
|
|
67721
67777
|
},
|
|
67722
67778
|
index
|
|
@@ -67756,7 +67812,7 @@ var MobileNavigationMenu7 = ({
|
|
|
67756
67812
|
className: "text-3xl font-medium text-white transition-all duration-300 hover:text-white/80",
|
|
67757
67813
|
onClick: onClose,
|
|
67758
67814
|
children: [
|
|
67759
|
-
|
|
67815
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: item.icon || item.iconName, size: 24 }),
|
|
67760
67816
|
item.title
|
|
67761
67817
|
]
|
|
67762
67818
|
},
|
|
@@ -67842,9 +67898,9 @@ var NavbarEducationPlatform = ({
|
|
|
67842
67898
|
...pressableProps
|
|
67843
67899
|
} = action;
|
|
67844
67900
|
return /* @__PURE__ */ jsx(Pressable, { className: actionClassName, ...pressableProps, children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
67845
|
-
icon,
|
|
67901
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
67846
67902
|
label,
|
|
67847
|
-
iconAfter
|
|
67903
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
67848
67904
|
] }) }, index);
|
|
67849
67905
|
});
|
|
67850
67906
|
}, [authActionsSlot, authActions]);
|
|
@@ -68036,9 +68092,9 @@ var MobileNavigationMenu8 = ({
|
|
|
68036
68092
|
onClick: onClose,
|
|
68037
68093
|
...pressableProps,
|
|
68038
68094
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
68039
|
-
icon,
|
|
68095
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
68040
68096
|
label,
|
|
68041
|
-
iconAfter
|
|
68097
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
68042
68098
|
] })
|
|
68043
68099
|
},
|
|
68044
68100
|
index
|
|
@@ -68163,9 +68219,9 @@ var NavbarStickyCompact = ({
|
|
|
68163
68219
|
className: cn("transition-all duration-300", actionClassName),
|
|
68164
68220
|
...pressableProps,
|
|
68165
68221
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
68166
|
-
icon,
|
|
68222
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
68167
68223
|
label,
|
|
68168
|
-
iconAfter
|
|
68224
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
68169
68225
|
] })
|
|
68170
68226
|
},
|
|
68171
68227
|
index
|
|
@@ -68326,9 +68382,9 @@ var MobileNavigationMenu9 = ({
|
|
|
68326
68382
|
onClick: handleClose,
|
|
68327
68383
|
...pressableProps,
|
|
68328
68384
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
68329
|
-
icon,
|
|
68385
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
68330
68386
|
label,
|
|
68331
|
-
iconAfter
|
|
68387
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
68332
68388
|
] })
|
|
68333
68389
|
},
|
|
68334
68390
|
index
|
|
@@ -68421,7 +68477,7 @@ var NavbarSearchFocused = ({
|
|
|
68421
68477
|
asChild: true,
|
|
68422
68478
|
className: navigationMenuTriggerStyle(),
|
|
68423
68479
|
children: /* @__PURE__ */ jsxs(Pressable, { href: item.url, children: [
|
|
68424
|
-
|
|
68480
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: item.icon || item.iconName, size: 16 }),
|
|
68425
68481
|
item.title
|
|
68426
68482
|
] })
|
|
68427
68483
|
}
|
|
@@ -68448,9 +68504,9 @@ var NavbarSearchFocused = ({
|
|
|
68448
68504
|
"aria-label": ariaLabel,
|
|
68449
68505
|
...pressableProps,
|
|
68450
68506
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
68451
|
-
icon,
|
|
68507
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
68452
68508
|
label,
|
|
68453
|
-
iconAfter
|
|
68509
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
68454
68510
|
] })
|
|
68455
68511
|
},
|
|
68456
68512
|
index
|
|
@@ -68469,7 +68525,7 @@ var NavbarSearchFocused = ({
|
|
|
68469
68525
|
className: "flex items-center gap-2 rounded-md py-2 text-sm",
|
|
68470
68526
|
onClick: () => setIsOpen(false),
|
|
68471
68527
|
children: [
|
|
68472
|
-
icon,
|
|
68528
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
68473
68529
|
label
|
|
68474
68530
|
]
|
|
68475
68531
|
},
|
|
@@ -68612,9 +68668,9 @@ var MobileNavigationMenu10 = ({
|
|
|
68612
68668
|
onClick: handleClose,
|
|
68613
68669
|
...pressableProps,
|
|
68614
68670
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
68615
|
-
icon,
|
|
68671
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
68616
68672
|
label,
|
|
68617
|
-
iconAfter
|
|
68673
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
68618
68674
|
] })
|
|
68619
68675
|
},
|
|
68620
68676
|
index
|
|
@@ -68629,7 +68685,7 @@ var MobileNavigationMenu10 = ({
|
|
|
68629
68685
|
className: "flex h-15 items-center gap-2 rounded-md px-4 text-left text-base leading-[3.75] font-normal text-muted-foreground ring-ring/10 outline-ring/50 transition-all hover:bg-muted focus-visible:ring-4 focus-visible:outline-1",
|
|
68630
68686
|
onClick: handleClose,
|
|
68631
68687
|
children: [
|
|
68632
|
-
|
|
68688
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: item.icon || item.iconName, size: 16 }),
|
|
68633
68689
|
item.title
|
|
68634
68690
|
]
|
|
68635
68691
|
},
|
|
@@ -68735,9 +68791,9 @@ var NavbarSimpleLinks = ({
|
|
|
68735
68791
|
className: cn("h-10 py-2.5 text-sm font-normal", actionClassName),
|
|
68736
68792
|
...pressableProps,
|
|
68737
68793
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
68738
|
-
icon,
|
|
68794
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
68739
68795
|
label,
|
|
68740
|
-
iconAfter
|
|
68796
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
68741
68797
|
] })
|
|
68742
68798
|
},
|
|
68743
68799
|
index
|
|
@@ -68879,9 +68935,9 @@ var MobileNavigationMenu11 = ({
|
|
|
68879
68935
|
onClick: onClose,
|
|
68880
68936
|
...pressableProps,
|
|
68881
68937
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
68882
|
-
icon,
|
|
68938
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
68883
68939
|
label,
|
|
68884
|
-
iconAfter
|
|
68940
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
68885
68941
|
] })
|
|
68886
68942
|
},
|
|
68887
68943
|
index
|
|
@@ -68952,9 +69008,9 @@ var NavbarSplitCta = ({
|
|
|
68952
69008
|
className: actionClassName,
|
|
68953
69009
|
...pressableProps,
|
|
68954
69010
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
68955
|
-
icon,
|
|
69011
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
68956
69012
|
label,
|
|
68957
|
-
iconAfter
|
|
69013
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
68958
69014
|
] })
|
|
68959
69015
|
},
|
|
68960
69016
|
index
|
|
@@ -69164,9 +69220,16 @@ var NavbarIconLinks = ({
|
|
|
69164
69220
|
),
|
|
69165
69221
|
...pressableProps,
|
|
69166
69222
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
69167
|
-
icon,
|
|
69223
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 18, className: "shrink-0" }),
|
|
69168
69224
|
label && /* @__PURE__ */ jsx("span", { className: "sr-only", children: label }),
|
|
69169
|
-
|
|
69225
|
+
/* @__PURE__ */ jsx(
|
|
69226
|
+
DynamicIcon,
|
|
69227
|
+
{
|
|
69228
|
+
name: iconAfter,
|
|
69229
|
+
size: 18,
|
|
69230
|
+
className: "shrink-0"
|
|
69231
|
+
}
|
|
69232
|
+
)
|
|
69170
69233
|
] })
|
|
69171
69234
|
}
|
|
69172
69235
|
) }),
|
|
@@ -69301,7 +69364,14 @@ var NavbarIconLinks = ({
|
|
|
69301
69364
|
className: "flex items-center gap-3 rounded-md px-3 py-2 text-sm font-medium text-muted-foreground hover:bg-accent hover:text-accent-foreground",
|
|
69302
69365
|
onClick: () => setIsOpen(false),
|
|
69303
69366
|
children: [
|
|
69304
|
-
|
|
69367
|
+
/* @__PURE__ */ jsx(
|
|
69368
|
+
DynamicIcon,
|
|
69369
|
+
{
|
|
69370
|
+
name: action.icon,
|
|
69371
|
+
size: 18,
|
|
69372
|
+
className: "shrink-0"
|
|
69373
|
+
}
|
|
69374
|
+
),
|
|
69305
69375
|
action.label
|
|
69306
69376
|
]
|
|
69307
69377
|
},
|
|
@@ -69354,9 +69424,9 @@ var NavbarTabbedSections = ({
|
|
|
69354
69424
|
className: actionClassName,
|
|
69355
69425
|
...pressableProps,
|
|
69356
69426
|
children: children ?? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
69357
|
-
icon,
|
|
69427
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: icon, size: 16, className: "shrink-0" }),
|
|
69358
69428
|
label,
|
|
69359
|
-
iconAfter
|
|
69429
|
+
/* @__PURE__ */ jsx(DynamicIcon, { name: iconAfter, size: 16, className: "shrink-0" })
|
|
69360
69430
|
] })
|
|
69361
69431
|
},
|
|
69362
69432
|
index
|