@burdenoff/fe-libs 2026.623.4 → 2026.623.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.
@@ -1,38 +1,38 @@
1
- import { BottomSheet as e, BottomSheetClose as t, BottomSheetContent as n, BottomSheetDescription as r, BottomSheetFooter as i, BottomSheetHeader as a, BottomSheetTitle as o, BottomSheetTrigger as s } from "./bottom-sheet.js";
2
- import { useMediaQuery as c } from "../shared/hooks/useMediaQuery.js";
3
- import { Dialog as l, DialogClose as u, DialogContent as d, DialogDescription as f, DialogFooter as p, DialogHeader as m, DialogTitle as h, DialogTrigger as g } from "./dialog.js";
1
+ import { Dialog as e, DialogClose as t, DialogContent as n, DialogDescription as r, DialogFooter as i, DialogHeader as a, DialogTitle as o, DialogTrigger as s } from "./dialog.js";
2
+ import { BottomSheet as c, BottomSheetClose as l, BottomSheetContent as u, BottomSheetDescription as d, BottomSheetFooter as f, BottomSheetHeader as p, BottomSheetTitle as m, BottomSheetTrigger as h } from "./bottom-sheet.js";
3
+ import { useMediaQuery as g } from "../shared/hooks/useMediaQuery.js";
4
4
  import "react";
5
5
  import { jsx as _ } from "react/jsx-runtime";
6
6
  //#region src/ui/responsive-dialog.tsx
7
7
  function v() {
8
- return c("(max-width: 767px)");
8
+ return g("(max-width: 767px)");
9
9
  }
10
10
  function y(t) {
11
- return v() ? /* @__PURE__ */ _(e, { ...t }) : /* @__PURE__ */ _(l, { ...t });
11
+ return v() ? /* @__PURE__ */ _(c, { ...t }) : /* @__PURE__ */ _(e, { ...t });
12
12
  }
13
13
  function b(e) {
14
- return v() ? /* @__PURE__ */ _(s, { ...e }) : /* @__PURE__ */ _(g, { ...e });
14
+ return v() ? /* @__PURE__ */ _(h, { ...e }) : /* @__PURE__ */ _(s, { ...e });
15
15
  }
16
16
  function x(e) {
17
- return v() ? /* @__PURE__ */ _(t, { ...e }) : /* @__PURE__ */ _(u, { ...e });
17
+ return v() ? /* @__PURE__ */ _(l, { ...e }) : /* @__PURE__ */ _(t, { ...e });
18
18
  }
19
19
  function S({ showHandle: e = !0, ...t }) {
20
- return v() ? /* @__PURE__ */ _(n, {
20
+ return v() ? /* @__PURE__ */ _(u, {
21
21
  showHandle: e,
22
22
  ...t
23
- }) : /* @__PURE__ */ _(d, { ...t });
23
+ }) : /* @__PURE__ */ _(n, { ...t });
24
24
  }
25
25
  function C(e) {
26
- return v() ? /* @__PURE__ */ _(a, { ...e }) : /* @__PURE__ */ _(m, { ...e });
26
+ return v() ? /* @__PURE__ */ _(p, { ...e }) : /* @__PURE__ */ _(a, { ...e });
27
27
  }
28
28
  function w(e) {
29
- return v() ? /* @__PURE__ */ _(i, { ...e }) : /* @__PURE__ */ _(p, { ...e });
29
+ return v() ? /* @__PURE__ */ _(f, { ...e }) : /* @__PURE__ */ _(i, { ...e });
30
30
  }
31
31
  function T(e) {
32
- return v() ? /* @__PURE__ */ _(o, { ...e }) : /* @__PURE__ */ _(h, { ...e });
32
+ return v() ? /* @__PURE__ */ _(m, { ...e }) : /* @__PURE__ */ _(o, { ...e });
33
33
  }
34
34
  function E(e) {
35
- return v() ? /* @__PURE__ */ _(r, { ...e }) : /* @__PURE__ */ _(f, { ...e });
35
+ return v() ? /* @__PURE__ */ _(d, { ...e }) : /* @__PURE__ */ _(r, { ...e });
36
36
  }
37
37
  //#endregion
38
38
  export { y as ResponsiveDialog, x as ResponsiveDialogClose, S as ResponsiveDialogContent, E as ResponsiveDialogDescription, w as ResponsiveDialogFooter, C as ResponsiveDialogHeader, T as ResponsiveDialogTitle, b as ResponsiveDialogTrigger };
package/dist/ui.js CHANGED
@@ -1,33 +1,35 @@
1
1
  import { Accordion as e, AccordionContent as t, AccordionItem as n, AccordionTrigger as r } from "./ui/accordion.js";
2
- import { OptionalFields as i } from "./ui/optional-fields.js";
3
- import { BottomSheet as a, BottomSheetClose as o, BottomSheetContent as s, BottomSheetDescription as c, BottomSheetFooter as l, BottomSheetHeader as u, BottomSheetTitle as d, BottomSheetTrigger as f } from "./ui/bottom-sheet.js";
4
- import { Dialog as p, DialogClose as m, DialogContent as h, DialogDescription as g, DialogFooter as _, DialogHeader as v, DialogOverlay as y, DialogPortal as b, DialogTitle as x, DialogTrigger as S } from "./ui/dialog.js";
5
- import { ResponsiveDialog as C, ResponsiveDialogClose as w, ResponsiveDialogContent as T, ResponsiveDialogDescription as E, ResponsiveDialogFooter as D, ResponsiveDialogHeader as O, ResponsiveDialogTitle as k, ResponsiveDialogTrigger as A } from "./ui/responsive-dialog.js";
6
- import { Table as j, TableBody as M, TableCaption as N, TableCell as P, TableFooter as F, TableHead as I, TableHeader as L, TableRow as R } from "./ui/table.js";
7
- import { ResponsiveTable as z } from "./ui/responsive-table.js";
8
- import { Stepper as B } from "./ui/stepper.js";
9
- import { ResponsiveStack as V } from "./ui/responsive-stack.js";
10
- import { EmptyState as H } from "./ui/empty-state.js";
11
- import { Button as U, buttonVariants as W } from "./ui/button.js";
12
- import { AlertDialog as G, AlertDialogAction as K, AlertDialogCancel as q, AlertDialogContent as J, AlertDialogDescription as Y, AlertDialogFooter as X, AlertDialogHeader as Z, AlertDialogOverlay as Q, AlertDialogPortal as $, AlertDialogTitle as ee, AlertDialogTrigger as te } from "./ui/alert-dialog.js";
13
- import { Badge as ne, badgeVariants as re } from "./ui/badge.js";
14
- import { Card as ie, CardContent as ae, CardDescription as oe, CardFooter as se, CardHeader as ce, CardTitle as le } from "./ui/card.js";
15
- import { Checkbox as ue } from "./ui/checkbox.js";
16
- import { Command as de, CommandDialog as fe, CommandEmpty as pe, CommandGroup as me, CommandInput as he, CommandItem as ge, CommandList as _e, CommandSeparator as ve, CommandShortcut as ye } from "./ui/command.js";
17
- import { DropdownMenu as be, DropdownMenuCheckboxItem as xe, DropdownMenuContent as Se, DropdownMenuGroup as Ce, DropdownMenuItem as we, DropdownMenuLabel as Te, DropdownMenuPortal as Ee, DropdownMenuRadioGroup as De, DropdownMenuRadioItem as Oe, DropdownMenuSeparator as ke, DropdownMenuShortcut as Ae, DropdownMenuSub as je, DropdownMenuSubContent as Me, DropdownMenuSubTrigger as Ne, DropdownMenuTrigger as Pe } from "./ui/dropdown-menu.js";
18
- import { Input as Fe } from "./ui/input.js";
19
- import { Label as Ie } from "./ui/label.js";
20
- import { Popover as Le, PopoverAnchor as Re, PopoverContent as ze, PopoverTrigger as Be } from "./ui/popover.js";
21
- import { ScrollArea as Ve, ScrollBar as He } from "./ui/scroll-area.js";
22
- import { Select as Ue, SelectContent as We, SelectGroup as Ge, SelectItem as Ke, SelectLabel as qe, SelectScrollDownButton as Je, SelectScrollUpButton as Ye, SelectSeparator as Xe, SelectTrigger as Ze, SelectValue as Qe } from "./ui/select.js";
23
- import { Separator as $e } from "./ui/separator.js";
24
- import { Sheet as et, SheetClose as tt, SheetContent as nt, SheetDescription as rt, SheetFooter as it, SheetHeader as at, SheetTitle as ot, SheetTrigger as st } from "./ui/sheet.js";
25
- import { Skeleton as ct } from "./ui/skeleton.js";
26
- import { Toaster as lt } from "./ui/sonner.js";
27
- import { Spinner as ut } from "./ui/spinner.js";
28
- import { Switch as dt } from "./ui/switch.js";
29
- import { Tabs as ft, TabsContent as pt, TabsList as mt, TabsTrigger as ht } from "./ui/tabs.js";
30
- import { Textarea as gt } from "./ui/textarea.js";
31
- import { Tooltip as _t, TooltipContent as vt, TooltipProvider as yt, TooltipTrigger as bt } from "./ui/tooltip.js";
32
- import { PageContainer as xt } from "./ui/page-container.js";
33
- export { e as Accordion, t as AccordionContent, n as AccordionItem, r as AccordionTrigger, G as AlertDialog, K as AlertDialogAction, q as AlertDialogCancel, J as AlertDialogContent, Y as AlertDialogDescription, X as AlertDialogFooter, Z as AlertDialogHeader, Q as AlertDialogOverlay, $ as AlertDialogPortal, ee as AlertDialogTitle, te as AlertDialogTrigger, ne as Badge, a as BottomSheet, o as BottomSheetClose, s as BottomSheetContent, c as BottomSheetDescription, l as BottomSheetFooter, u as BottomSheetHeader, d as BottomSheetTitle, f as BottomSheetTrigger, U as Button, ie as Card, ae as CardContent, oe as CardDescription, se as CardFooter, ce as CardHeader, le as CardTitle, ue as Checkbox, de as Command, fe as CommandDialog, pe as CommandEmpty, me as CommandGroup, he as CommandInput, ge as CommandItem, _e as CommandList, ve as CommandSeparator, ye as CommandShortcut, p as Dialog, m as DialogClose, h as DialogContent, g as DialogDescription, _ as DialogFooter, v as DialogHeader, y as DialogOverlay, b as DialogPortal, x as DialogTitle, S as DialogTrigger, be as DropdownMenu, xe as DropdownMenuCheckboxItem, Se as DropdownMenuContent, Ce as DropdownMenuGroup, we as DropdownMenuItem, Te as DropdownMenuLabel, Ee as DropdownMenuPortal, De as DropdownMenuRadioGroup, Oe as DropdownMenuRadioItem, ke as DropdownMenuSeparator, Ae as DropdownMenuShortcut, je as DropdownMenuSub, Me as DropdownMenuSubContent, Ne as DropdownMenuSubTrigger, Pe as DropdownMenuTrigger, H as EmptyState, Fe as Input, Ie as Label, i as OptionalFields, xt as PageContainer, Le as Popover, Re as PopoverAnchor, ze as PopoverContent, Be as PopoverTrigger, C as ResponsiveDialog, w as ResponsiveDialogClose, T as ResponsiveDialogContent, E as ResponsiveDialogDescription, D as ResponsiveDialogFooter, O as ResponsiveDialogHeader, k as ResponsiveDialogTitle, A as ResponsiveDialogTrigger, V as ResponsiveStack, z as ResponsiveTable, Ve as ScrollArea, He as ScrollBar, Ue as Select, We as SelectContent, Ge as SelectGroup, Ke as SelectItem, qe as SelectLabel, Je as SelectScrollDownButton, Ye as SelectScrollUpButton, Xe as SelectSeparator, Ze as SelectTrigger, Qe as SelectValue, $e as Separator, et as Sheet, tt as SheetClose, nt as SheetContent, rt as SheetDescription, it as SheetFooter, at as SheetHeader, ot as SheetTitle, st as SheetTrigger, ct as Skeleton, ut as Spinner, B as Stepper, dt as Switch, j as Table, M as TableBody, N as TableCaption, P as TableCell, F as TableFooter, I as TableHead, L as TableHeader, R as TableRow, ft as Tabs, pt as TabsContent, mt as TabsList, ht as TabsTrigger, gt as Textarea, lt as Toaster, _t as Tooltip, vt as TooltipContent, yt as TooltipProvider, bt as TooltipTrigger, re as badgeVariants, W as buttonVariants };
2
+ import { Dialog as i, DialogClose as a, DialogContent as o, DialogDescription as s, DialogFooter as c, DialogHeader as l, DialogOverlay as u, DialogPortal as d, DialogTitle as f, DialogTrigger as p } from "./ui/dialog.js";
3
+ import { EntityIdModal as m, useEntityIdModal as h } from "./ui/entity-id-modal.js";
4
+ import { OptionalFields as g } from "./ui/optional-fields.js";
5
+ import { BottomSheet as _, BottomSheetClose as v, BottomSheetContent as y, BottomSheetDescription as b, BottomSheetFooter as x, BottomSheetHeader as S, BottomSheetTitle as C, BottomSheetTrigger as w } from "./ui/bottom-sheet.js";
6
+ import { ResponsiveDialog as T, ResponsiveDialogClose as E, ResponsiveDialogContent as D, ResponsiveDialogDescription as O, ResponsiveDialogFooter as k, ResponsiveDialogHeader as A, ResponsiveDialogTitle as j, ResponsiveDialogTrigger as M } from "./ui/responsive-dialog.js";
7
+ import { Table as N, TableBody as P, TableCaption as F, TableCell as I, TableFooter as L, TableHead as R, TableHeader as z, TableRow as B } from "./ui/table.js";
8
+ import { ResponsiveTable as V } from "./ui/responsive-table.js";
9
+ import { Button as H, buttonVariants as U } from "./ui/button.js";
10
+ import { Select as W, SelectContent as G, SelectGroup as K, SelectItem as q, SelectLabel as J, SelectScrollDownButton as Y, SelectScrollUpButton as X, SelectSeparator as Z, SelectTrigger as Q, SelectValue as $ } from "./ui/select.js";
11
+ import { Pagination as ee } from "./ui/pagination.js";
12
+ import { Stepper as te } from "./ui/stepper.js";
13
+ import { ResponsiveStack as ne } from "./ui/responsive-stack.js";
14
+ import { EmptyState as re } from "./ui/empty-state.js";
15
+ import { AlertDialog as ie, AlertDialogAction as ae, AlertDialogCancel as oe, AlertDialogContent as se, AlertDialogDescription as ce, AlertDialogFooter as le, AlertDialogHeader as ue, AlertDialogOverlay as de, AlertDialogPortal as fe, AlertDialogTitle as pe, AlertDialogTrigger as me } from "./ui/alert-dialog.js";
16
+ import { Badge as he, badgeVariants as ge } from "./ui/badge.js";
17
+ import { Card as _e, CardContent as ve, CardDescription as ye, CardFooter as be, CardHeader as xe, CardTitle as Se } from "./ui/card.js";
18
+ import { Checkbox as Ce } from "./ui/checkbox.js";
19
+ import { Command as we, CommandDialog as Te, CommandEmpty as Ee, CommandGroup as De, CommandInput as Oe, CommandItem as ke, CommandList as Ae, CommandSeparator as je, CommandShortcut as Me } from "./ui/command.js";
20
+ import { DropdownMenu as Ne, DropdownMenuCheckboxItem as Pe, DropdownMenuContent as Fe, DropdownMenuGroup as Ie, DropdownMenuItem as Le, DropdownMenuLabel as Re, DropdownMenuPortal as ze, DropdownMenuRadioGroup as Be, DropdownMenuRadioItem as Ve, DropdownMenuSeparator as He, DropdownMenuShortcut as Ue, DropdownMenuSub as We, DropdownMenuSubContent as Ge, DropdownMenuSubTrigger as Ke, DropdownMenuTrigger as qe } from "./ui/dropdown-menu.js";
21
+ import { Input as Je } from "./ui/input.js";
22
+ import { Label as Ye } from "./ui/label.js";
23
+ import { Popover as Xe, PopoverAnchor as Ze, PopoverContent as Qe, PopoverTrigger as $e } from "./ui/popover.js";
24
+ import { ScrollArea as et, ScrollBar as tt } from "./ui/scroll-area.js";
25
+ import { Separator as nt } from "./ui/separator.js";
26
+ import { Sheet as rt, SheetClose as it, SheetContent as at, SheetDescription as ot, SheetFooter as st, SheetHeader as ct, SheetTitle as lt, SheetTrigger as ut } from "./ui/sheet.js";
27
+ import { Skeleton as dt } from "./ui/skeleton.js";
28
+ import { Toaster as ft } from "./ui/sonner.js";
29
+ import { Spinner as pt } from "./ui/spinner.js";
30
+ import { Switch as mt } from "./ui/switch.js";
31
+ import { Tabs as ht, TabsContent as gt, TabsList as _t, TabsTrigger as vt } from "./ui/tabs.js";
32
+ import { Textarea as yt } from "./ui/textarea.js";
33
+ import { Tooltip as bt, TooltipContent as xt, TooltipProvider as St, TooltipTrigger as Ct } from "./ui/tooltip.js";
34
+ import { PageContainer as wt } from "./ui/page-container.js";
35
+ export { e as Accordion, t as AccordionContent, n as AccordionItem, r as AccordionTrigger, ie as AlertDialog, ae as AlertDialogAction, oe as AlertDialogCancel, se as AlertDialogContent, ce as AlertDialogDescription, le as AlertDialogFooter, ue as AlertDialogHeader, de as AlertDialogOverlay, fe as AlertDialogPortal, pe as AlertDialogTitle, me as AlertDialogTrigger, he as Badge, _ as BottomSheet, v as BottomSheetClose, y as BottomSheetContent, b as BottomSheetDescription, x as BottomSheetFooter, S as BottomSheetHeader, C as BottomSheetTitle, w as BottomSheetTrigger, H as Button, _e as Card, ve as CardContent, ye as CardDescription, be as CardFooter, xe as CardHeader, Se as CardTitle, Ce as Checkbox, we as Command, Te as CommandDialog, Ee as CommandEmpty, De as CommandGroup, Oe as CommandInput, ke as CommandItem, Ae as CommandList, je as CommandSeparator, Me as CommandShortcut, i as Dialog, a as DialogClose, o as DialogContent, s as DialogDescription, c as DialogFooter, l as DialogHeader, u as DialogOverlay, d as DialogPortal, f as DialogTitle, p as DialogTrigger, Ne as DropdownMenu, Pe as DropdownMenuCheckboxItem, Fe as DropdownMenuContent, Ie as DropdownMenuGroup, Le as DropdownMenuItem, Re as DropdownMenuLabel, ze as DropdownMenuPortal, Be as DropdownMenuRadioGroup, Ve as DropdownMenuRadioItem, He as DropdownMenuSeparator, Ue as DropdownMenuShortcut, We as DropdownMenuSub, Ge as DropdownMenuSubContent, Ke as DropdownMenuSubTrigger, qe as DropdownMenuTrigger, re as EmptyState, m as EntityIdModal, Je as Input, Ye as Label, g as OptionalFields, wt as PageContainer, ee as Pagination, Xe as Popover, Ze as PopoverAnchor, Qe as PopoverContent, $e as PopoverTrigger, T as ResponsiveDialog, E as ResponsiveDialogClose, D as ResponsiveDialogContent, O as ResponsiveDialogDescription, k as ResponsiveDialogFooter, A as ResponsiveDialogHeader, j as ResponsiveDialogTitle, M as ResponsiveDialogTrigger, ne as ResponsiveStack, V as ResponsiveTable, et as ScrollArea, tt as ScrollBar, W as Select, G as SelectContent, K as SelectGroup, q as SelectItem, J as SelectLabel, Y as SelectScrollDownButton, X as SelectScrollUpButton, Z as SelectSeparator, Q as SelectTrigger, $ as SelectValue, nt as Separator, rt as Sheet, it as SheetClose, at as SheetContent, ot as SheetDescription, st as SheetFooter, ct as SheetHeader, lt as SheetTitle, ut as SheetTrigger, dt as Skeleton, pt as Spinner, te as Stepper, mt as Switch, N as Table, P as TableBody, F as TableCaption, I as TableCell, L as TableFooter, R as TableHead, z as TableHeader, B as TableRow, ht as Tabs, gt as TabsContent, _t as TabsList, vt as TabsTrigger, yt as Textarea, ft as Toaster, bt as Tooltip, xt as TooltipContent, St as TooltipProvider, Ct as TooltipTrigger, ge as badgeVariants, U as buttonVariants, h as useEntityIdModal };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/fe-libs",
3
- "version": "2026.623.4",
3
+ "version": "2026.623.6",
4
4
  "description": "Burdenoff frontend primitives and domain libraries",
5
5
  "type": "module",
6
6
  "imports": {