@pos-360/horizon 0.6.1 → 0.7.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-FQAGXP5O.js → chunk-4GEUF55E.js} +6 -6
- package/dist/chunk-4GEUF55E.js.map +1 -0
- package/dist/{chunk-MB2CYZNV.mjs → chunk-PEL2DCBC.mjs} +301 -97
- package/dist/chunk-PEL2DCBC.mjs.map +1 -0
- package/dist/{chunk-RLWM76LJ.js → chunk-T6DNK3SI.js} +304 -97
- package/dist/chunk-T6DNK3SI.js.map +1 -0
- package/dist/{chunk-EBJJNTPC.mjs → chunk-WLBF2GR6.mjs} +6 -6
- package/dist/chunk-WLBF2GR6.mjs.map +1 -0
- package/dist/enhanced.d.mts +1 -1
- package/dist/enhanced.d.ts +1 -1
- package/dist/enhanced.js +27 -27
- package/dist/enhanced.mjs +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +121 -109
- package/dist/index.mjs +2 -2
- package/dist/primitives.d.mts +41 -3
- package/dist/primitives.d.ts +41 -3
- package/dist/primitives.js +94 -82
- package/dist/primitives.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-EBJJNTPC.mjs.map +0 -1
- package/dist/chunk-FQAGXP5O.js.map +0 -1
- package/dist/chunk-MB2CYZNV.mjs.map +0 -1
- package/dist/chunk-RLWM76LJ.js.map +0 -1
package/dist/enhanced.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk4GEUF55E_js = require('./chunk-4GEUF55E.js');
|
|
4
4
|
require('./chunk-YO72COII.js');
|
|
5
5
|
require('./chunk-GGM3MDFM.js');
|
|
6
6
|
|
|
@@ -8,107 +8,107 @@ require('./chunk-GGM3MDFM.js');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "AnimatedButton", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk4GEUF55E_js.AnimatedButton; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "ChartRenderer", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk4GEUF55E_js.ChartRenderer; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "CompactPanel", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunk4GEUF55E_js.CompactPanel; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "Dashboard", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunk4GEUF55E_js.Dashboard; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "DashboardPanel", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunk4GEUF55E_js.DashboardPanel; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "Globe", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunk4GEUF55E_js.Globe; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "Input", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunk4GEUF55E_js.Input; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "LargePanel", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunk4GEUF55E_js.LargePanel; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "MediumPanel", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunk4GEUF55E_js.MediumPanel; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "Moon", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunk4GEUF55E_js.Moon; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "Orbit", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunk4GEUF55E_js.Orbit; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "Rocket", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunk4GEUF55E_js.Rocket; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "SideNav", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunk4GEUF55E_js.SideNav; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "SideNavFooter", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunk4GEUF55E_js.SideNavFooter; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "SideNavHeader", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunk4GEUF55E_js.SideNavHeader; }
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "SideNavItem", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunk4GEUF55E_js.SideNavItem; }
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(exports, "SideNavSection", {
|
|
74
74
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunk4GEUF55E_js.SideNavSection; }
|
|
76
76
|
});
|
|
77
77
|
Object.defineProperty(exports, "Sparkles", {
|
|
78
78
|
enumerable: true,
|
|
79
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunk4GEUF55E_js.Sparkles; }
|
|
80
80
|
});
|
|
81
81
|
Object.defineProperty(exports, "Star", {
|
|
82
82
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunk4GEUF55E_js.Star; }
|
|
84
84
|
});
|
|
85
85
|
Object.defineProperty(exports, "StatDisplay", {
|
|
86
86
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunk4GEUF55E_js.StatDisplay; }
|
|
88
88
|
});
|
|
89
89
|
Object.defineProperty(exports, "TableRenderer", {
|
|
90
90
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunk4GEUF55E_js.TableRenderer; }
|
|
92
92
|
});
|
|
93
93
|
Object.defineProperty(exports, "TemplateSelector", {
|
|
94
94
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunk4GEUF55E_js.TemplateSelector; }
|
|
96
96
|
});
|
|
97
97
|
Object.defineProperty(exports, "TextButton", {
|
|
98
98
|
enumerable: true,
|
|
99
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunk4GEUF55E_js.TextButton; }
|
|
100
100
|
});
|
|
101
101
|
Object.defineProperty(exports, "Toast", {
|
|
102
102
|
enumerable: true,
|
|
103
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunk4GEUF55E_js.Toast; }
|
|
104
104
|
});
|
|
105
105
|
Object.defineProperty(exports, "useDashboardContext", {
|
|
106
106
|
enumerable: true,
|
|
107
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunk4GEUF55E_js.useDashboardContext; }
|
|
108
108
|
});
|
|
109
109
|
Object.defineProperty(exports, "useSideNavContext", {
|
|
110
110
|
enumerable: true,
|
|
111
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunk4GEUF55E_js.useSideNavContext; }
|
|
112
112
|
});
|
|
113
113
|
//# sourceMappingURL=enhanced.js.map
|
|
114
114
|
//# sourceMappingURL=enhanced.js.map
|
package/dist/enhanced.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AnimatedButton, ChartRenderer, CompactPanel, Dashboard, DashboardPanel, Globe, Input, LargePanel, MediumPanel, Moon, Orbit, Rocket, SideNav, SideNavFooter, SideNavHeader, SideNavItem, SideNavSection, Sparkles, Star, StatDisplay, TableRenderer, TemplateSelector, TextButton, Toast, useDashboardContext, useSideNavContext } from './chunk-
|
|
1
|
+
export { AnimatedButton, ChartRenderer, CompactPanel, Dashboard, DashboardPanel, Globe, Input, LargePanel, MediumPanel, Moon, Orbit, Rocket, SideNav, SideNavFooter, SideNavHeader, SideNavItem, SideNavSection, Sparkles, Star, StatDisplay, TableRenderer, TemplateSelector, TextButton, Toast, useDashboardContext, useSideNavContext } from './chunk-WLBF2GR6.mjs';
|
|
2
2
|
import './chunk-E3UN74IA.mjs';
|
|
3
3
|
import './chunk-WFBSFUC6.mjs';
|
|
4
4
|
//# sourceMappingURL=enhanced.mjs.map
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Badge, BadgeProps, Button, ButtonProps, Caption, CaptionProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Code, CodeProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormControlProps, FormDescription, FormDescriptionProps, FormField, FormFieldProps, FormLabel, FormLabelProps, FormMessage, FormMessageProps, FormProps, Heading, HeadingProps, Label, LabelProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, TextProps, Textarea, TextareaProps, badgeVariants, buttonVariants, captionVariants, codeVariants, headingVariants, labelVariants, textVariants, useFormContext, useFormFieldContext } from './primitives.mjs';
|
|
1
|
+
export { Badge, BadgeProps, Button, ButtonProps, Caption, CaptionProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Code, CodeProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormControlProps, FormDescription, FormDescriptionProps, FormField, FormFieldProps, FormLabel, FormLabelProps, FormMessage, FormMessageProps, FormProps, Heading, HeadingProps, Label, LabelProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableRowCheckbox, TableSelectAll, Tabs, TabsContent, TabsList, TabsTrigger, Text, TextProps, Textarea, TextareaProps, badgeVariants, buttonVariants, captionVariants, codeVariants, headingVariants, labelVariants, textVariants, useFormContext, useFormFieldContext, useTableSelection } from './primitives.mjs';
|
|
2
2
|
export { AccentColor, AnimatedButton, AnimatedButtonProps, BarChartData, Breakpoint, ChartConfig, ChartRenderer, CompactPanel, CompactPanelProps, Dashboard, DashboardPanel, DashboardPanelProps, DashboardProps, DashboardTableRow, DonutChartData, Input, InputProps, LargePanel, LargePanelChartProps, LargePanelProps, LargePanelStatsProps, LargePanelTableProps, LineChartData, MediumPanel, MediumPanelProps, MediumPanelTableProps, ResponsiveValue, SelectOption, SideNav, SideNavContextValue, SideNavFooter, SideNavFooterProps, SideNavHeader, SideNavHeaderProps, SideNavItem, SideNavItemData, SideNavItemProps, SideNavProps, SideNavSection, SideNavSectionData, SideNavSectionProps, StatData, StatDisplay, TableCellValue, TableColumn, TableConfig, TablePagination, TableRenderer, Template, TemplateSelector, TemplateSelectorProps, TextButton, TextButtonProps, TrendData, useDashboardContext, useSideNavContext } from './enhanced.mjs';
|
|
3
3
|
export { T as Toast, a as ToastProps } from './toast-cr-vEOyB.mjs';
|
|
4
4
|
export { ArrowRightIcon, ArrowRightIconHandle, ArrowRightIconProps, CheckIcon, CheckIconHandle, CheckIconProps, PlusIcon, PlusIconHandle, PlusIconProps, SendIcon, SendIconHandle, SendIconProps, TrashIcon, TrashIconHandle, TrashIconProps } from './animated-icons.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Badge, BadgeProps, Button, ButtonProps, Caption, CaptionProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Code, CodeProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormControlProps, FormDescription, FormDescriptionProps, FormField, FormFieldProps, FormLabel, FormLabelProps, FormMessage, FormMessageProps, FormProps, Heading, HeadingProps, Label, LabelProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, TextProps, Textarea, TextareaProps, badgeVariants, buttonVariants, captionVariants, codeVariants, headingVariants, labelVariants, textVariants, useFormContext, useFormFieldContext } from './primitives.js';
|
|
1
|
+
export { Badge, BadgeProps, Button, ButtonProps, Caption, CaptionProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Code, CodeProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormControlProps, FormDescription, FormDescriptionProps, FormField, FormFieldProps, FormLabel, FormLabelProps, FormMessage, FormMessageProps, FormProps, Heading, HeadingProps, Label, LabelProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableRowCheckbox, TableSelectAll, Tabs, TabsContent, TabsList, TabsTrigger, Text, TextProps, Textarea, TextareaProps, badgeVariants, buttonVariants, captionVariants, codeVariants, headingVariants, labelVariants, textVariants, useFormContext, useFormFieldContext, useTableSelection } from './primitives.js';
|
|
2
2
|
export { AccentColor, AnimatedButton, AnimatedButtonProps, BarChartData, Breakpoint, ChartConfig, ChartRenderer, CompactPanel, CompactPanelProps, Dashboard, DashboardPanel, DashboardPanelProps, DashboardProps, DashboardTableRow, DonutChartData, Input, InputProps, LargePanel, LargePanelChartProps, LargePanelProps, LargePanelStatsProps, LargePanelTableProps, LineChartData, MediumPanel, MediumPanelProps, MediumPanelTableProps, ResponsiveValue, SelectOption, SideNav, SideNavContextValue, SideNavFooter, SideNavFooterProps, SideNavHeader, SideNavHeaderProps, SideNavItem, SideNavItemData, SideNavItemProps, SideNavProps, SideNavSection, SideNavSectionData, SideNavSectionProps, StatData, StatDisplay, TableCellValue, TableColumn, TableConfig, TablePagination, TableRenderer, Template, TemplateSelector, TemplateSelectorProps, TextButton, TextButtonProps, TrendData, useDashboardContext, useSideNavContext } from './enhanced.js';
|
|
3
3
|
export { T as Toast, a as ToastProps } from './toast-cr-vEOyB.js';
|
|
4
4
|
export { ArrowRightIcon, ArrowRightIconHandle, ArrowRightIconProps, CheckIcon, CheckIconHandle, CheckIconProps, PlusIcon, PlusIconHandle, PlusIconProps, SendIcon, SendIconHandle, SendIconProps, TrashIcon, TrashIconHandle, TrashIconProps } from './animated-icons.js';
|