@misael703/ui 1.2.0 → 1.3.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/README.md +26 -0
- package/dist/{chunk-K5S3SV2U.js → chunk-4P52GDMN.js} +14 -32
- package/dist/chunk-4P52GDMN.js.map +1 -0
- package/dist/{chunk-N7LFCAAY.js → chunk-5A3MDLEZ.js} +14 -28
- package/dist/chunk-5A3MDLEZ.js.map +1 -0
- package/dist/{chunk-OHCS5CYV.mjs → chunk-63HJVJ7O.mjs} +4 -22
- package/dist/chunk-63HJVJ7O.mjs.map +1 -0
- package/dist/{chunk-MM7VE7YN.mjs → chunk-7VG64AY7.mjs} +9 -7
- package/dist/chunk-7VG64AY7.mjs.map +1 -0
- package/dist/{chunk-OHMFYAB2.js → chunk-DJ6MS2WW.js} +149 -26
- package/dist/chunk-DJ6MS2WW.js.map +1 -0
- package/dist/{chunk-BMZQ6L2C.js → chunk-EG2NDZDC.js} +17 -3
- package/dist/chunk-EG2NDZDC.js.map +1 -0
- package/dist/{chunk-KOIRRZRD.js → chunk-HBUP7XO2.js} +9 -7
- package/dist/chunk-HBUP7XO2.js.map +1 -0
- package/dist/{chunk-6LOJIU3C.js → chunk-HHEYTMBY.js} +26 -2
- package/dist/chunk-HHEYTMBY.js.map +1 -0
- package/dist/{chunk-GT2KVC2P.mjs → chunk-L3TX6KPP.mjs} +17 -3
- package/dist/chunk-L3TX6KPP.mjs.map +1 -0
- package/dist/{chunk-IEJXZ67E.mjs → chunk-M3Y2AH7S.mjs} +143 -20
- package/dist/chunk-M3Y2AH7S.mjs.map +1 -0
- package/dist/{chunk-BCIZLGM3.mjs → chunk-N5D6AC6M.mjs} +23 -3
- package/dist/chunk-N5D6AC6M.mjs.map +1 -0
- package/dist/{chunk-YFLVB62R.mjs → chunk-WUTBLHEB.mjs} +4 -18
- package/dist/chunk-WUTBLHEB.mjs.map +1 -0
- package/dist/components/AdvancedPickers.js +6 -6
- package/dist/components/AdvancedPickers.mjs +2 -2
- package/dist/components/DataTable.js +7 -7
- package/dist/components/DataTable.mjs +1 -1
- package/dist/components/Display3.d.mts +1 -1
- package/dist/components/Display3.d.ts +1 -1
- package/dist/components/Display3.js +9 -7
- package/dist/components/Display3.mjs +3 -1
- package/dist/components/Layout.d.mts +8 -1
- package/dist/components/Layout.d.ts +8 -1
- package/dist/components/Layout.js +19 -18
- package/dist/components/Layout.mjs +2 -1
- package/dist/components/Pickers.js +5 -5
- package/dist/components/Pickers.mjs +2 -2
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +78 -62
- package/dist/index.mjs +7 -7
- package/dist/styles.css +1 -1
- package/dist/utils/dateFormat.d.mts +20 -1
- package/dist/utils/dateFormat.d.ts +20 -1
- package/dist/utils/dateFormat.js +22 -6
- package/dist/utils/dateFormat.mjs +1 -1
- package/package.json +12 -1
- package/dist/chunk-6LOJIU3C.js.map +0 -1
- package/dist/chunk-BCIZLGM3.mjs.map +0 -1
- package/dist/chunk-BMZQ6L2C.js.map +0 -1
- package/dist/chunk-GT2KVC2P.mjs.map +0 -1
- package/dist/chunk-IEJXZ67E.mjs.map +0 -1
- package/dist/chunk-K5S3SV2U.js.map +0 -1
- package/dist/chunk-KOIRRZRD.js.map +0 -1
- package/dist/chunk-MM7VE7YN.mjs.map +0 -1
- package/dist/chunk-N7LFCAAY.js.map +0 -1
- package/dist/chunk-OHCS5CYV.mjs.map +0 -1
- package/dist/chunk-OHMFYAB2.js.map +0 -1
- package/dist/chunk-YFLVB62R.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import './chunk-BVQRDAR7.mjs';
|
|
2
2
|
import './chunk-CHVTPN3K.mjs';
|
|
3
3
|
export { PermissionMatrix } from './chunk-UB2XEZ7C.mjs';
|
|
4
|
-
export { Combobox, DatePicker, FileUpload } from './chunk-
|
|
4
|
+
export { Combobox, DatePicker, FileUpload } from './chunk-WUTBLHEB.mjs';
|
|
5
5
|
export { Popover } from './chunk-6RVCYULF.mjs';
|
|
6
|
-
export { AspectRatio, ScrollArea, Separator } from './chunk-6MEOR4YO.mjs';
|
|
7
6
|
export { ResizableGroup, ResizableHandle, ResizablePanel } from './chunk-ML5IYW5D.mjs';
|
|
8
7
|
export { ToastProvider, useToast } from './chunk-33PU6AH7.mjs';
|
|
9
8
|
export { Toggle, ToggleGroup, ToggleGroupItem } from './chunk-DHCJMYFD.mjs';
|
|
10
9
|
export { CheckboxGroup, MoneyInput, PhoneInput, Progress, ProgressCircle, RadioGroup, Slider, TagInput, TimePicker } from './chunk-HVUNNL3A.mjs';
|
|
11
|
-
export { Container, Divider, Grid, HStack, KeyValue, KeyValueRow, ListGroup, ListGroupItem, Stack, Stepper, Tab, TabList, TabPanel, Table, Tabs, Tooltip, VStack } from './chunk-
|
|
10
|
+
export { Container, Divider, Grid, HStack, KeyValue, KeyValueRow, ListGroup, ListGroupItem, Stack, Stepper, Tab, TabList, TabPanel, Table, Tabs, Tooltip, VStack } from './chunk-7VG64AY7.mjs';
|
|
11
|
+
export { AspectRatio, ScrollArea, Separator } from './chunk-6MEOR4YO.mjs';
|
|
12
12
|
export { Logo } from './chunk-JMFDIN5R.mjs';
|
|
13
13
|
export { CategoryNav, Hero, Testimonial } from './chunk-X2DBGT7M.mjs';
|
|
14
14
|
export { Menubar } from './chunk-N2Y2KWX5.mjs';
|
|
@@ -25,15 +25,15 @@ export { AddressForm, CartDrawer, CompareTable, FreeShippingProgress, OrderSumma
|
|
|
25
25
|
export { Drawer, Modal } from './chunk-3N4IBCLW.mjs';
|
|
26
26
|
import './chunk-XXUSZD5I.mjs';
|
|
27
27
|
export { ContextMenu } from './chunk-QI4JT3V3.mjs';
|
|
28
|
-
export { Accordion, AccordionItem, Breadcrumbs, DataTable, TablePagination, TableToolbar } from './chunk-
|
|
28
|
+
export { Accordion, AccordionItem, Breadcrumbs, DataTable, TablePagination, TableToolbar } from './chunk-L3TX6KPP.mjs';
|
|
29
29
|
export { Checkbox, FormField, Input, InputGroup, InputGroupAddon, Label, Radio, Select, Switch, Textarea } from './chunk-GVYZAOWU.mjs';
|
|
30
30
|
export { EmptyState, Kpi, NumberInput, Pagination } from './chunk-PCRNKITV.mjs';
|
|
31
31
|
export { Alert, Badge, Card, CardBody, CardFooter, CardHeader, Chip, ChipGroup, ProductCard, Skeleton, Spinner } from './chunk-SYX4GZ7E.mjs';
|
|
32
|
-
export { Calendar, StatusIndicator, Timeline, TimelineItem, Tree, UserCell } from './chunk-
|
|
32
|
+
export { Calendar, StatusIndicator, Timeline, TimelineItem, Tree, UserCell } from './chunk-M3Y2AH7S.mjs';
|
|
33
33
|
export { Avatar, AvatarGroup, Menu, Stat } from './chunk-OCLBAGNF.mjs';
|
|
34
|
-
export { CommandPalette, DateRangePicker, MultiCombobox, useCommandPalette } from './chunk-
|
|
35
|
-
export { dateFormatPlaceholder, detectFormatFromLocale, formatDate, parseDate, resolveDateFormat } from './chunk-BCIZLGM3.mjs';
|
|
34
|
+
export { CommandPalette, DateRangePicker, MultiCombobox, useCommandPalette } from './chunk-63HJVJ7O.mjs';
|
|
36
35
|
export { format } from './chunk-KKOJI25C.mjs';
|
|
36
|
+
export { addMonths, buildMonthGrid, dateFormatPlaceholder, detectFormatFromLocale, formatDate, isSameDay, parseDate, resolveDateFormat, startOfMonth } from './chunk-N5D6AC6M.mjs';
|
|
37
37
|
export { useDismiss } from './chunk-6P2TKRTL.mjs';
|
|
38
38
|
export { usePopoverPosition } from './chunk-H3PRT76O.mjs';
|
|
39
39
|
export { Portal } from './chunk-QX5GGPV5.mjs';
|