@misael703/ui 1.57.1 → 1.59.0
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/{chunk-CPMQ2DFS.js → chunk-2ET7IM4U.js} +77 -33
- package/dist/chunk-2ET7IM4U.js.map +1 -0
- package/dist/chunk-2RBVHLG4.mjs +305 -0
- package/dist/chunk-2RBVHLG4.mjs.map +1 -0
- package/dist/{chunk-HKHGODQE.js → chunk-4HHP3WT7.js} +4 -4
- package/dist/{chunk-HKHGODQE.js.map → chunk-4HHP3WT7.js.map} +1 -1
- package/dist/chunk-BULIPFOG.js +313 -0
- package/dist/chunk-BULIPFOG.js.map +1 -0
- package/dist/{chunk-S3DEFKS5.js → chunk-DLDTUVHR.js} +3 -3
- package/dist/{chunk-S3DEFKS5.js.map → chunk-DLDTUVHR.js.map} +1 -1
- package/dist/{chunk-O6FCBNWN.mjs → chunk-EJY4QWHT.mjs} +77 -33
- package/dist/chunk-EJY4QWHT.mjs.map +1 -0
- package/dist/{chunk-G4OOD6AR.mjs → chunk-F5EK5PIR.mjs} +3 -3
- package/dist/{chunk-G4OOD6AR.mjs.map → chunk-F5EK5PIR.mjs.map} +1 -1
- package/dist/{chunk-6OBFBETV.mjs → chunk-I7JH3OEO.mjs} +3 -3
- package/dist/{chunk-6OBFBETV.mjs.map → chunk-I7JH3OEO.mjs.map} +1 -1
- package/dist/{chunk-T46LLZHX.js → chunk-KNQOG43N.js} +4 -4
- package/dist/{chunk-T46LLZHX.js.map → chunk-KNQOG43N.js.map} +1 -1
- package/dist/{chunk-MSDFMVIF.js → chunk-NPUNAVWM.js} +3 -3
- package/dist/{chunk-MSDFMVIF.js.map → chunk-NPUNAVWM.js.map} +1 -1
- package/dist/{chunk-J2HHAZHV.mjs → chunk-X7BV2JFX.mjs} +3 -3
- package/dist/{chunk-J2HHAZHV.mjs.map → chunk-X7BV2JFX.mjs.map} +1 -1
- package/dist/{chunk-XJHK3RH5.mjs → chunk-ZAKJKBUX.mjs} +3 -3
- package/dist/{chunk-XJHK3RH5.mjs.map → chunk-ZAKJKBUX.mjs.map} +1 -1
- package/dist/components/AppShell.js +4 -4
- package/dist/components/AppShell.mjs +2 -2
- package/dist/components/Charts.d.mts +25 -15
- package/dist/components/Charts.d.ts +25 -15
- package/dist/components/Charts.js +6 -6
- package/dist/components/Charts.mjs +1 -1
- package/dist/components/Commerce.js +14 -14
- package/dist/components/Commerce.mjs +3 -3
- package/dist/components/Editing.js +9 -9
- package/dist/components/Editing.mjs +3 -3
- package/dist/components/Metrics.d.mts +130 -0
- package/dist/components/Metrics.d.ts +130 -0
- package/dist/components/Metrics.js +41 -0
- package/dist/components/Metrics.js.map +1 -0
- package/dist/components/Metrics.mjs +8 -0
- package/dist/components/Metrics.mjs.map +1 -0
- package/dist/components/Overlay.js +4 -4
- package/dist/components/Overlay.mjs +2 -2
- package/dist/hooks/index.js +5 -5
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +98 -69
- package/dist/index.mjs +12 -11
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-CPMQ2DFS.js.map +0 -1
- package/dist/chunk-O6FCBNWN.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import './chunk-CHVTPN3K.mjs';
|
|
3
|
-
export { formatCurrency, formatNumber } from './chunk-WYOJ7YRQ.mjs';
|
|
4
2
|
import './chunk-XTHC46M2.mjs';
|
|
3
|
+
export { TimeAgo, TimeAgoDate } from './chunk-6JXGCU7F.mjs';
|
|
4
|
+
export { formatIsoDate, formatIsoDateTime, smartDate, smartDateTime } from './chunk-5OZ6QIFC.mjs';
|
|
5
5
|
export { ToastProvider, useToast } from './chunk-AECVFYGP.mjs';
|
|
6
6
|
export { SegmentedControl, SegmentedControlItem, Toggle, ToggleGroup, ToggleGroupItem } from './chunk-CNV2E2M5.mjs';
|
|
7
|
+
import './chunk-CHVTPN3K.mjs';
|
|
8
|
+
export { NotificationCenter } from './chunk-VMTN5C6F.mjs';
|
|
7
9
|
export { PermissionMatrix } from './chunk-QHI4S5PM.mjs';
|
|
8
10
|
export { Combobox, DatePicker, FileUpload, MonthPicker, YearPicker } from './chunk-SCUHLOET.mjs';
|
|
9
11
|
export { ResizableGroup, ResizableHandle, ResizablePanel } from './chunk-ML5IYW5D.mjs';
|
|
10
|
-
export { TimeAgo, TimeAgoDate } from './chunk-6JXGCU7F.mjs';
|
|
11
|
-
export { formatIsoDate, formatIsoDateTime, smartDate, smartDateTime } from './chunk-5OZ6QIFC.mjs';
|
|
12
12
|
export { CheckboxGroup, MoneyInput, PhoneInput, Progress, ProgressCircle, RadioGroup, Slider, TagInput, TimePicker } from './chunk-ESU5UMEK.mjs';
|
|
13
13
|
export { Cluster, Container, Divider, Grid, HStack, KeyValue, KeyValueRow, ListGroup, ListGroupItem, Spacer, Stack, Stepper, Tab, TabList, TabPanel, Table, Tabs, Tooltip, VStack } from './chunk-TGAAJCUZ.mjs';
|
|
14
14
|
export { Logo } from './chunk-JMFDIN5R.mjs';
|
|
15
15
|
export { CategoryNav, Hero, Testimonial } from './chunk-XRWMJVSI.mjs';
|
|
16
16
|
export { Menubar } from './chunk-YXUYWO2W.mjs';
|
|
17
|
+
export { BulletChart, CalendarHeatmap, DeltaBadge, Meter, ProportionBar, Sparkbar, StatCard } from './chunk-2RBVHLG4.mjs';
|
|
18
|
+
export { formatCurrency, formatNumber } from './chunk-WYOJ7YRQ.mjs';
|
|
17
19
|
export { NavigationMenu } from './chunk-OIYIWG53.mjs';
|
|
18
|
-
export { NotificationCenter } from './chunk-VMTN5C6F.mjs';
|
|
19
20
|
export { Calendar, StatusIndicator, Timeline, TimelineItem, Tree, UserCell } from './chunk-T2DNEJR3.mjs';
|
|
20
|
-
export { ConfirmDialog, DescriptionList, DescriptionListItem, DiffViewer, EditableCell, TransferList } from './chunk-
|
|
21
|
+
export { ConfirmDialog, DescriptionList, DescriptionListItem, DiffViewer, EditableCell, TransferList } from './chunk-I7JH3OEO.mjs';
|
|
21
22
|
export { BulkActionBar, FilterBar, FilterField, FilterPanel, FilterSection, SortDropdown } from './chunk-2TKTMFVC.mjs';
|
|
22
23
|
export { ImageGallery, Lightbox } from './chunk-VLTIVWKF.mjs';
|
|
23
24
|
export { HoverCard } from './chunk-X36H75RR.mjs';
|
|
@@ -25,8 +26,8 @@ export { InputOTP } from './chunk-IVL7P3MF.mjs';
|
|
|
25
26
|
export { CodeBlock, JsonViewer } from './chunk-DBV6FV4V.mjs';
|
|
26
27
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-PHQUFC3I.mjs';
|
|
27
28
|
export { AttachmentList, CommentThread, _internal } from './chunk-RZQIZZKH.mjs';
|
|
28
|
-
export { AddressForm, CartDrawer, CompareTable, FreeShippingProgress, OrderSummary, PriceDisplay, PromoCodeInput, QuantitySelector, Rating, VariantSelector, WishlistButton } from './chunk-
|
|
29
|
-
export { Drawer, Modal } from './chunk-
|
|
29
|
+
export { AddressForm, CartDrawer, CompareTable, FreeShippingProgress, OrderSummary, PriceDisplay, PromoCodeInput, QuantitySelector, Rating, VariantSelector, WishlistButton } from './chunk-X7BV2JFX.mjs';
|
|
30
|
+
export { Drawer, Modal } from './chunk-ZAKJKBUX.mjs';
|
|
30
31
|
export { ContextMenu } from './chunk-NS6CI6RP.mjs';
|
|
31
32
|
export { Accordion, AccordionItem, Breadcrumbs, ColumnToggle, DataTable, TablePagination, TableToolbar } from './chunk-O3KM5SQB.mjs';
|
|
32
33
|
export { Popover } from './chunk-FR4JV3JA.mjs';
|
|
@@ -39,12 +40,12 @@ export { addMonths, buildMonthGrid, dateFormatPlaceholder, detectFormatFromLocal
|
|
|
39
40
|
export { format } from './chunk-VGA7UT6T.mjs';
|
|
40
41
|
export { Portal } from './chunk-FKBQYQQD.mjs';
|
|
41
42
|
export { BRAND_DEFAULTS, configureBrand, getBrand, resetBrand } from './chunk-5GEWIK4T.mjs';
|
|
42
|
-
export { AppShell, PageHeader } from './chunk-
|
|
43
|
+
export { AppShell, PageHeader } from './chunk-F5EK5PIR.mjs';
|
|
43
44
|
import './chunk-JT6OOSI2.mjs';
|
|
45
|
+
import './chunk-XOV4D6J3.mjs';
|
|
44
46
|
import './chunk-R5DCDEB5.mjs';
|
|
45
47
|
import './chunk-U3JH4T3A.mjs';
|
|
46
48
|
import './chunk-6W7ZGWNA.mjs';
|
|
47
|
-
import './chunk-XOV4D6J3.mjs';
|
|
48
49
|
export { useVirtualRows } from './chunk-YTKPENNW.mjs';
|
|
49
50
|
export { LocaleProvider, esMessages, useLocale } from './chunk-KYYRQNY7.mjs';
|
|
50
51
|
export { useDismiss } from './chunk-6P2TKRTL.mjs';
|
|
@@ -53,7 +54,7 @@ export { Button, ButtonGroup } from './chunk-NAL457NQ.mjs';
|
|
|
53
54
|
export { AspectRatio, ScrollArea, Separator, Slot, Slottable } from './chunk-IEPKSPBX.mjs';
|
|
54
55
|
export { Carousel } from './chunk-VXJTDBSM.mjs';
|
|
55
56
|
export { AlertCircle, AlertTriangle, AlignCenter, AlignLeft, AlignRight, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Bell, Bold, Building, CalendarDays, CalendarIcon, Check, CheckCircle, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clock, Columns3, Copy, CreditCard, Download, Edit, ExternalLink, Eye, EyeOff, FileText, Filter, Folder, Globe, Heart, History, Home, Info, Italic, LayoutGrid, Link, List, Loader, Lock, LogOut, Mail, Map, MapPin, MenuIcon, Minus, Moon, MoreHorizontal, MoreVertical, Package, Phone, Plus, RefreshCw, Rows3, Search, Settings, ShoppingCart, Star, Sun, Tag, Tool, Trash, Truck, Underline, Unlock, Upload, User, Users, Wallet, Wrench, X } from './chunk-BJGMROKL.mjs';
|
|
56
|
-
export { AreaChart, BarChart, DonutChart, LineChart, Sparkline } from './chunk-
|
|
57
|
+
export { AreaChart, BarChart, DonutChart, LineChart, Sparkline } from './chunk-EJY4QWHT.mjs';
|
|
57
58
|
export { cx } from './chunk-IEPCH3JB.mjs';
|
|
58
59
|
//# sourceMappingURL=index.mjs.map
|
|
59
60
|
//# sourceMappingURL=index.mjs.map
|