@voyantjs/ui 0.58.0 → 0.60.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.
|
@@ -13,16 +13,8 @@ import { DropdownMenuContent, DropdownMenuGroup, DropdownMenuLabel, DropdownMenu
|
|
|
13
13
|
import { Input } from "./input.js";
|
|
14
14
|
import { InputOTP, InputOTPGroup, InputOTPSlot } from "./input-otp.js";
|
|
15
15
|
import { Label } from "./label.js";
|
|
16
|
-
import { NotificationDeliveriesPage } from "./notification-deliveries-page.js";
|
|
17
|
-
import { NotificationDeliveryDetailDialog } from "./notification-delivery-detail-dialog.js";
|
|
18
|
-
import { NotificationReminderRulesPage } from "./notification-reminder-rules-page.js";
|
|
19
|
-
import { NotificationReminderRunsPage } from "./notification-reminder-runs-page.js";
|
|
20
|
-
import { NotificationTemplateAuthoringHelp } from "./notification-template-authoring-help.js";
|
|
21
|
-
import { NotificationTemplateDetailPage } from "./notification-template-detail-page.js";
|
|
22
|
-
import { NotificationTemplatesPage } from "./notification-templates-page.js";
|
|
23
16
|
import { OverviewMetric } from "./overview-metric.js";
|
|
24
17
|
import { RadioGroup, RadioGroupItem } from "./radio-group.js";
|
|
25
|
-
import { RichTextEditor } from "./rich-text-editor.js";
|
|
26
18
|
import { ScrollArea, ScrollBar } from "./scroll-area.js";
|
|
27
19
|
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "./select.js";
|
|
28
20
|
import { SelectionActionBar } from "./selection-action-bar.js";
|
|
@@ -45,7 +37,6 @@ export * from "./button-group.js";
|
|
|
45
37
|
export * from "./calendar.js";
|
|
46
38
|
export * from "./card.js";
|
|
47
39
|
export * from "./carousel.js";
|
|
48
|
-
export * from "./chart.js";
|
|
49
40
|
export * from "./checkbox.js";
|
|
50
41
|
export * from "./collapsible.js";
|
|
51
42
|
export * from "./combobox.js";
|
|
@@ -56,7 +47,6 @@ export * from "./contract-template-authoring-help.js";
|
|
|
56
47
|
export * from "./country-combobox.js";
|
|
57
48
|
export * from "./currency-combobox.js";
|
|
58
49
|
export * from "./currency-input.js";
|
|
59
|
-
export * from "./dashboard-widgets.js";
|
|
60
50
|
export * from "./data-table.js";
|
|
61
51
|
export * from "./data-table-column-header.js";
|
|
62
52
|
export * from "./data-table-pagination.js";
|
|
@@ -79,23 +69,12 @@ export * from "./label.js";
|
|
|
79
69
|
export * from "./menubar.js";
|
|
80
70
|
export * from "./native-select.js";
|
|
81
71
|
export * from "./navigation-menu.js";
|
|
82
|
-
export * from "./notification-deliveries-page.js";
|
|
83
|
-
export * from "./notification-delivery-detail-dialog.js";
|
|
84
|
-
export * from "./notification-reminder-rule-dialog.js";
|
|
85
|
-
export * from "./notification-reminder-rules-page.js";
|
|
86
|
-
export * from "./notification-reminder-runs-page.js";
|
|
87
|
-
export * from "./notification-template-authoring-help.js";
|
|
88
|
-
export * from "./notification-template-detail-page.js";
|
|
89
|
-
export * from "./notification-template-dialog.js";
|
|
90
|
-
export * from "./notification-templates-page.js";
|
|
91
72
|
export * from "./overview-metric.js";
|
|
92
73
|
export * from "./pagination.js";
|
|
93
|
-
export * from "./phone-input.js";
|
|
94
74
|
export * from "./popover.js";
|
|
95
75
|
export * from "./progress.js";
|
|
96
76
|
export * from "./radio-group.js";
|
|
97
77
|
export * from "./resizable.js";
|
|
98
|
-
export * from "./rich-text-editor.js";
|
|
99
78
|
export * from "./scroll-area.js";
|
|
100
79
|
export * from "./select.js";
|
|
101
80
|
export * from "./selection-action-bar.js";
|
|
@@ -166,5 +145,5 @@ declare const SidebarMenuSubButton: {
|
|
|
166
145
|
({ asChild, children, ...props }: Record<string, unknown> & AsChildProps): import("react/jsx-runtime").JSX.Element;
|
|
167
146
|
displayName: string;
|
|
168
147
|
};
|
|
169
|
-
export { Avatar, AvatarFallback, AvatarImage, Badge, Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, ConfirmActionButton, ContractTemplateAuthoringHelp, cn, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, Input, InputOTP, InputOTPGroup, InputOTPSlot, Label,
|
|
148
|
+
export { Avatar, AvatarFallback, AvatarImage, Badge, Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, ConfirmActionButton, ContractTemplateAuthoringHelp, cn, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, Input, InputOTP, InputOTPGroup, InputOTPSlot, Label, OverviewMetric, RadioGroup, RadioGroupItem, ScrollArea, ScrollBar, Select, SelectContent, SelectItem, SelectionActionBar, SelectTrigger, SelectValue, Sheet, SheetBody, SheetContent, SheetFooter, SheetHeader, SheetTitle, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupLabel, SidebarHeader, SidebarInset, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarTrigger, Switch, Textarea, Toaster, useSidebar, };
|
|
170
149
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AACjE,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACpC,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AACjG,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EACL,kBAAkB,EAGnB,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAChE,OAAO,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAA;AACrF,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,EACb,MAAM,IAAI,WAAW,EACrB,aAAa,IAAI,kBAAkB,EACpC,MAAM,aAAa,CAAA;AACpB,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,qBAAqB,EACrB,YAAY,IAAI,iBAAiB,EAGlC,MAAM,oBAAoB,CAAA;AAC3B,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAClC,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACtE,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"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"}
|
package/dist/components/index.js
CHANGED
|
@@ -14,16 +14,13 @@ import { DropdownMenuContent, DropdownMenuGroup, DropdownMenuLabel, DropdownMenu
|
|
|
14
14
|
import { Input } from "./input.js";
|
|
15
15
|
import { InputOTP, InputOTPGroup, InputOTPSlot } from "./input-otp.js";
|
|
16
16
|
import { Label } from "./label.js";
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import { NotificationTemplateDetailPage } from "./notification-template-detail-page.js";
|
|
23
|
-
import { NotificationTemplatesPage } from "./notification-templates-page.js";
|
|
17
|
+
// Notification* and RichTextEditor are intentionally NOT eagerly imported here
|
|
18
|
+
// (only `export *` re-exported below) — eager imports break tree-shaking,
|
|
19
|
+
// pulling tiptap + prosemirror (~600 KB raw) into every consumer of this
|
|
20
|
+
// barrel via the static dep chain. With re-export-only, Rollup can DCE
|
|
21
|
+
// them when unused. Same goes for any future heavy passthrough exports.
|
|
24
22
|
import { OverviewMetric } from "./overview-metric.js";
|
|
25
23
|
import { RadioGroup, RadioGroupItem } from "./radio-group.js";
|
|
26
|
-
import { RichTextEditor } from "./rich-text-editor.js";
|
|
27
24
|
import { ScrollArea, ScrollBar } from "./scroll-area.js";
|
|
28
25
|
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "./select.js";
|
|
29
26
|
import { SelectionActionBar } from "./selection-action-bar.js";
|
|
@@ -46,7 +43,8 @@ export * from "./button-group.js";
|
|
|
46
43
|
export * from "./calendar.js";
|
|
47
44
|
export * from "./card.js";
|
|
48
45
|
export * from "./carousel.js";
|
|
49
|
-
|
|
46
|
+
// chart + dashboard-widgets pull recharts (~390 KB). Import from
|
|
47
|
+
// "@voyantjs/ui/components/chart" / "/dashboard-widgets" directly.
|
|
50
48
|
export * from "./checkbox.js";
|
|
51
49
|
export * from "./collapsible.js";
|
|
52
50
|
export * from "./combobox.js";
|
|
@@ -57,7 +55,6 @@ export * from "./contract-template-authoring-help.js";
|
|
|
57
55
|
export * from "./country-combobox.js";
|
|
58
56
|
export * from "./currency-combobox.js";
|
|
59
57
|
export * from "./currency-input.js";
|
|
60
|
-
export * from "./dashboard-widgets.js";
|
|
61
58
|
export * from "./data-table.js";
|
|
62
59
|
export * from "./data-table-column-header.js";
|
|
63
60
|
export * from "./data-table-pagination.js";
|
|
@@ -80,23 +77,17 @@ export * from "./label.js";
|
|
|
80
77
|
export * from "./menubar.js";
|
|
81
78
|
export * from "./native-select.js";
|
|
82
79
|
export * from "./navigation-menu.js";
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
export * from "./notification-template-authoring-help.js";
|
|
89
|
-
export * from "./notification-template-detail-page.js";
|
|
90
|
-
export * from "./notification-template-dialog.js";
|
|
91
|
-
export * from "./notification-templates-page.js";
|
|
80
|
+
// Heavy passthroughs intentionally NOT re-exported here — they statically
|
|
81
|
+
// pull tiptap/prosemirror (rich-text-editor, notification-template-*) or
|
|
82
|
+
// libphonenumber-js (phone-input). Import directly from
|
|
83
|
+
// "@voyantjs/ui/components/<subpath>" instead. Keeping them out of the
|
|
84
|
+
// barrel lets every consumer that imports `Button` etc. tree-shake them.
|
|
92
85
|
export * from "./overview-metric.js";
|
|
93
86
|
export * from "./pagination.js";
|
|
94
|
-
export * from "./phone-input.js";
|
|
95
87
|
export * from "./popover.js";
|
|
96
88
|
export * from "./progress.js";
|
|
97
89
|
export * from "./radio-group.js";
|
|
98
90
|
export * from "./resizable.js";
|
|
99
|
-
export * from "./rich-text-editor.js";
|
|
100
91
|
export * from "./scroll-area.js";
|
|
101
92
|
export * from "./select.js";
|
|
102
93
|
export * from "./selection-action-bar.js";
|
|
@@ -166,4 +157,7 @@ const DropdownMenuTrigger = withAsChild(LocalDropdownMenuTrigger, "DropdownMenuT
|
|
|
166
157
|
const DropdownMenuItem = withAsChild(LocalDropdownMenuItem, "DropdownMenuItem");
|
|
167
158
|
const SidebarMenuButton = withAsChild(LocalSidebarMenuButton, "SidebarMenuButton");
|
|
168
159
|
const SidebarMenuSubButton = withAsChild(LocalSidebarMenuSubButton, "SidebarMenuSubButton");
|
|
169
|
-
export { Avatar, AvatarFallback, AvatarImage, Badge, Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, ConfirmActionButton, ContractTemplateAuthoringHelp, cn, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, Input, InputOTP, InputOTPGroup, InputOTPSlot, Label,
|
|
160
|
+
export { Avatar, AvatarFallback, AvatarImage, Badge, Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, ConfirmActionButton, ContractTemplateAuthoringHelp, cn, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, Input, InputOTP, InputOTPGroup, InputOTPSlot, Label,
|
|
161
|
+
// Notification* + RichTextEditor are re-exported via `export *` above;
|
|
162
|
+
// intentionally omitted here so they remain tree-shakeable.
|
|
163
|
+
OverviewMetric, RadioGroup, RadioGroupItem, ScrollArea, ScrollBar, Select, SelectContent, SelectItem, SelectionActionBar, SelectTrigger, SelectValue, Sheet, SheetBody, SheetContent, SheetFooter, SheetHeader, SheetTitle, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupLabel, SidebarHeader, SidebarInset, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarTrigger, Switch, Textarea, Toaster, useSidebar, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.60.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"tw-animate-css": "^1.3.5",
|
|
35
35
|
"vaul": "^1.1.2",
|
|
36
36
|
"zod": "^4.3.6",
|
|
37
|
-
"@voyantjs/i18n": "0.
|
|
38
|
-
"@voyantjs/notifications": "0.
|
|
39
|
-
"@voyantjs/notifications-react": "0.
|
|
40
|
-
"@voyantjs/utils": "0.
|
|
37
|
+
"@voyantjs/i18n": "0.60.0",
|
|
38
|
+
"@voyantjs/notifications": "0.60.0",
|
|
39
|
+
"@voyantjs/notifications-react": "0.60.0",
|
|
40
|
+
"@voyantjs/utils": "0.60.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"recharts": "^3.0.0"
|