@ghostly-solutions/ui 0.1.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/components/accordion/accordion.d.ts +25 -0
- package/dist/components/accordion/accordion.d.ts.map +1 -0
- package/dist/components/accordion/index.d.ts +2 -0
- package/dist/components/accordion/index.d.ts.map +1 -0
- package/dist/components/alert/alert.d.ts +32 -0
- package/dist/components/alert/alert.d.ts.map +1 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/alert/index.d.ts.map +1 -0
- package/dist/components/alert-dialog/alert-dialog.d.ts +36 -0
- package/dist/components/alert-dialog/alert-dialog.d.ts.map +1 -0
- package/dist/components/alert-dialog/index.d.ts +2 -0
- package/dist/components/alert-dialog/index.d.ts.map +1 -0
- package/dist/components/aspect-ratio/aspect-ratio.d.ts +4 -0
- package/dist/components/aspect-ratio/aspect-ratio.d.ts.map +1 -0
- package/dist/components/aspect-ratio/index.d.ts +2 -0
- package/dist/components/aspect-ratio/index.d.ts.map +1 -0
- package/dist/components/avatar/avatar.d.ts +25 -0
- package/dist/components/avatar/avatar.d.ts.map +1 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/avatar/index.d.ts.map +1 -0
- package/dist/components/badge/badge-group.d.ts +10 -0
- package/dist/components/badge/badge-group.d.ts.map +1 -0
- package/dist/components/badge/badge.d.ts +35 -0
- package/dist/components/badge/badge.d.ts.map +1 -0
- package/dist/components/badge/index.d.ts +3 -0
- package/dist/components/badge/index.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +39 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts.map +1 -0
- package/dist/components/breadcrumb/index.d.ts +2 -0
- package/dist/components/breadcrumb/index.d.ts.map +1 -0
- package/dist/components/button/button.d.ts +71 -0
- package/dist/components/button/button.d.ts.map +1 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/button-group/button-group.d.ts +18 -0
- package/dist/components/button-group/button-group.d.ts.map +1 -0
- package/dist/components/button-group/index.d.ts +2 -0
- package/dist/components/button-group/index.d.ts.map +1 -0
- package/dist/components/calendar/calendar.d.ts +58 -0
- package/dist/components/calendar/calendar.d.ts.map +1 -0
- package/dist/components/calendar/index.d.ts +2 -0
- package/dist/components/calendar/index.d.ts.map +1 -0
- package/dist/components/card/card.d.ts +37 -0
- package/dist/components/card/card.d.ts.map +1 -0
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card/index.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.d.ts +26 -0
- package/dist/components/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/code-block/code-block.d.ts +53 -0
- package/dist/components/code-block/code-block.d.ts.map +1 -0
- package/dist/components/code-block/index.d.ts +2 -0
- package/dist/components/code-block/index.d.ts.map +1 -0
- package/dist/components/collapsible/collapsible.d.ts +7 -0
- package/dist/components/collapsible/collapsible.d.ts.map +1 -0
- package/dist/components/collapsible/index.d.ts +2 -0
- package/dist/components/collapsible/index.d.ts.map +1 -0
- package/dist/components/command/command.d.ts +78 -0
- package/dist/components/command/command.d.ts.map +1 -0
- package/dist/components/command/index.d.ts +2 -0
- package/dist/components/command/index.d.ts.map +1 -0
- package/dist/components/context-menu/context-menu.d.ts +54 -0
- package/dist/components/context-menu/context-menu.d.ts.map +1 -0
- package/dist/components/context-menu/index.d.ts +2 -0
- package/dist/components/context-menu/index.d.ts.map +1 -0
- package/dist/components/dialog/dialog.d.ts +35 -0
- package/dist/components/dialog/dialog.d.ts.map +1 -0
- package/dist/components/dialog/index.d.ts +2 -0
- package/dist/components/dialog/index.d.ts.map +1 -0
- package/dist/components/drawer/drawer.d.ts +39 -0
- package/dist/components/drawer/drawer.d.ts.map +1 -0
- package/dist/components/drawer/index.d.ts +2 -0
- package/dist/components/drawer/index.d.ts.map +1 -0
- package/dist/components/dropdown-menu/dropdown-menu.d.ts +57 -0
- package/dist/components/dropdown-menu/dropdown-menu.d.ts.map +1 -0
- package/dist/components/dropdown-menu/index.d.ts +2 -0
- package/dist/components/dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/empty-state/empty-state.d.ts +30 -0
- package/dist/components/empty-state/empty-state.d.ts.map +1 -0
- package/dist/components/empty-state/index.d.ts +2 -0
- package/dist/components/empty-state/index.d.ts.map +1 -0
- package/dist/components/error-boundary/error-boundary.d.ts +63 -0
- package/dist/components/error-boundary/error-boundary.d.ts.map +1 -0
- package/dist/components/error-boundary/index.d.ts +2 -0
- package/dist/components/error-boundary/index.d.ts.map +1 -0
- package/dist/components/file-upload/file-upload.d.ts +48 -0
- package/dist/components/file-upload/file-upload.d.ts.map +1 -0
- package/dist/components/file-upload/index.d.ts +2 -0
- package/dist/components/file-upload/index.d.ts.map +1 -0
- package/dist/components/form-field/form-field.d.ts +51 -0
- package/dist/components/form-field/form-field.d.ts.map +1 -0
- package/dist/components/form-field/index.d.ts +2 -0
- package/dist/components/form-field/index.d.ts.map +1 -0
- package/dist/components/hover-card/hover-card.d.ts +19 -0
- package/dist/components/hover-card/hover-card.d.ts.map +1 -0
- package/dist/components/hover-card/index.d.ts +2 -0
- package/dist/components/hover-card/index.d.ts.map +1 -0
- package/dist/components/input/index.d.ts +2 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/input/input.d.ts +32 -0
- package/dist/components/input/input.d.ts.map +1 -0
- package/dist/components/kbd/index.d.ts +2 -0
- package/dist/components/kbd/index.d.ts.map +1 -0
- package/dist/components/kbd/kbd.d.ts +18 -0
- package/dist/components/kbd/kbd.d.ts.map +1 -0
- package/dist/components/label/index.d.ts +2 -0
- package/dist/components/label/index.d.ts.map +1 -0
- package/dist/components/label/label.d.ts +18 -0
- package/dist/components/label/label.d.ts.map +1 -0
- package/dist/components/multiselect/index.d.ts +2 -0
- package/dist/components/multiselect/index.d.ts.map +1 -0
- package/dist/components/multiselect/multiselect.d.ts +32 -0
- package/dist/components/multiselect/multiselect.d.ts.map +1 -0
- package/dist/components/navbar/index.d.ts +2 -0
- package/dist/components/navbar/index.d.ts.map +1 -0
- package/dist/components/navbar/navbar.d.ts +97 -0
- package/dist/components/navbar/navbar.d.ts.map +1 -0
- package/dist/components/navigation-menu/index.d.ts +2 -0
- package/dist/components/navigation-menu/index.d.ts.map +1 -0
- package/dist/components/navigation-menu/navigation-menu.d.ts +32 -0
- package/dist/components/navigation-menu/navigation-menu.d.ts.map +1 -0
- package/dist/components/otp-input/index.d.ts +2 -0
- package/dist/components/otp-input/index.d.ts.map +1 -0
- package/dist/components/otp-input/otp-input.d.ts +61 -0
- package/dist/components/otp-input/otp-input.d.ts.map +1 -0
- package/dist/components/overlay/index.d.ts +2 -0
- package/dist/components/overlay/index.d.ts.map +1 -0
- package/dist/components/overlay/overlay.d.ts +31 -0
- package/dist/components/overlay/overlay.d.ts.map +1 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/pagination/index.d.ts.map +1 -0
- package/dist/components/pagination/pagination.d.ts +38 -0
- package/dist/components/pagination/pagination.d.ts.map +1 -0
- package/dist/components/popover/index.d.ts +2 -0
- package/dist/components/popover/index.d.ts.map +1 -0
- package/dist/components/popover/popover.d.ts +23 -0
- package/dist/components/popover/popover.d.ts.map +1 -0
- package/dist/components/progress/index.d.ts +2 -0
- package/dist/components/progress/index.d.ts.map +1 -0
- package/dist/components/progress/progress.d.ts +30 -0
- package/dist/components/progress/progress.d.ts.map +1 -0
- package/dist/components/radio/index.d.ts +2 -0
- package/dist/components/radio/index.d.ts.map +1 -0
- package/dist/components/radio/radio.d.ts +30 -0
- package/dist/components/radio/radio.d.ts.map +1 -0
- package/dist/components/resizable-panel/index.d.ts +2 -0
- package/dist/components/resizable-panel/index.d.ts.map +1 -0
- package/dist/components/resizable-panel/resizable-panel.d.ts +32 -0
- package/dist/components/resizable-panel/resizable-panel.d.ts.map +1 -0
- package/dist/components/scroll-area/index.d.ts +2 -0
- package/dist/components/scroll-area/index.d.ts.map +1 -0
- package/dist/components/scroll-area/scroll-area.d.ts +10 -0
- package/dist/components/scroll-area/scroll-area.d.ts.map +1 -0
- package/dist/components/select/index.d.ts +2 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/select/select.d.ts +85 -0
- package/dist/components/select/select.d.ts.map +1 -0
- package/dist/components/separator/index.d.ts +2 -0
- package/dist/components/separator/index.d.ts.map +1 -0
- package/dist/components/separator/separator.d.ts +16 -0
- package/dist/components/separator/separator.d.ts.map +1 -0
- package/dist/components/sheet/index.d.ts +2 -0
- package/dist/components/sheet/index.d.ts.map +1 -0
- package/dist/components/sheet/sheet.d.ts +44 -0
- package/dist/components/sheet/sheet.d.ts.map +1 -0
- package/dist/components/sidebar/index.d.ts +2 -0
- package/dist/components/sidebar/index.d.ts.map +1 -0
- package/dist/components/sidebar/sidebar.d.ts +148 -0
- package/dist/components/sidebar/sidebar.d.ts.map +1 -0
- package/dist/components/skeleton/index.d.ts +2 -0
- package/dist/components/skeleton/index.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton.d.ts +29 -0
- package/dist/components/skeleton/skeleton.d.ts.map +1 -0
- package/dist/components/slider/index.d.ts +2 -0
- package/dist/components/slider/index.d.ts.map +1 -0
- package/dist/components/slider/slider.d.ts +20 -0
- package/dist/components/slider/slider.d.ts.map +1 -0
- package/dist/components/spinner/index.d.ts +2 -0
- package/dist/components/spinner/index.d.ts.map +1 -0
- package/dist/components/spinner/spinner.d.ts +16 -0
- package/dist/components/spinner/spinner.d.ts.map +1 -0
- package/dist/components/spotlight/index.d.ts +2 -0
- package/dist/components/spotlight/index.d.ts.map +1 -0
- package/dist/components/spotlight/spotlight.d.ts +73 -0
- package/dist/components/spotlight/spotlight.d.ts.map +1 -0
- package/dist/components/stat-card/index.d.ts +2 -0
- package/dist/components/stat-card/index.d.ts.map +1 -0
- package/dist/components/stat-card/stat-card.d.ts +27 -0
- package/dist/components/stat-card/stat-card.d.ts.map +1 -0
- package/dist/components/stepper/index.d.ts +2 -0
- package/dist/components/stepper/index.d.ts.map +1 -0
- package/dist/components/stepper/stepper.d.ts +88 -0
- package/dist/components/stepper/stepper.d.ts.map +1 -0
- package/dist/components/switch/index.d.ts +2 -0
- package/dist/components/switch/index.d.ts.map +1 -0
- package/dist/components/switch/switch.d.ts +26 -0
- package/dist/components/switch/switch.d.ts.map +1 -0
- package/dist/components/table/index.d.ts +2 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/table/table.d.ts +42 -0
- package/dist/components/table/table.d.ts.map +1 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/index.d.ts.map +1 -0
- package/dist/components/tabs/tabs.d.ts +28 -0
- package/dist/components/tabs/tabs.d.ts.map +1 -0
- package/dist/components/textarea/index.d.ts +2 -0
- package/dist/components/textarea/index.d.ts.map +1 -0
- package/dist/components/textarea/textarea.d.ts +27 -0
- package/dist/components/textarea/textarea.d.ts.map +1 -0
- package/dist/components/timeline/index.d.ts +2 -0
- package/dist/components/timeline/index.d.ts.map +1 -0
- package/dist/components/timeline/timeline.d.ts +89 -0
- package/dist/components/timeline/timeline.d.ts.map +1 -0
- package/dist/components/toast/index.d.ts +4 -0
- package/dist/components/toast/index.d.ts.map +1 -0
- package/dist/components/toast/toast.d.ts +23 -0
- package/dist/components/toast/toast.d.ts.map +1 -0
- package/dist/components/toast/toaster.d.ts +12 -0
- package/dist/components/toast/toaster.d.ts.map +1 -0
- package/dist/components/toast/use-toast.d.ts +47 -0
- package/dist/components/toast/use-toast.d.ts.map +1 -0
- package/dist/components/toggle/index.d.ts +2 -0
- package/dist/components/toggle/index.d.ts.map +1 -0
- package/dist/components/toggle/toggle.d.ts +24 -0
- package/dist/components/toggle/toggle.d.ts.map +1 -0
- package/dist/components/toggle-group/index.d.ts +2 -0
- package/dist/components/toggle-group/index.d.ts.map +1 -0
- package/dist/components/toggle-group/toggle-group.d.ts +32 -0
- package/dist/components/toggle-group/toggle-group.d.ts.map +1 -0
- package/dist/components/toolbar/index.d.ts +2 -0
- package/dist/components/toolbar/index.d.ts.map +1 -0
- package/dist/components/toolbar/toolbar.d.ts +29 -0
- package/dist/components/toolbar/toolbar.d.ts.map +1 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/tooltip/index.d.ts.map +1 -0
- package/dist/components/tooltip/tooltip.d.ts +25 -0
- package/dist/components/tooltip/tooltip.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +6 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/use-controllable-state.d.ts +9 -0
- package/dist/hooks/use-controllable-state.d.ts.map +1 -0
- package/dist/hooks/use-platform.d.ts +12 -0
- package/dist/hooks/use-platform.d.ts.map +1 -0
- package/dist/index.d.ts +63 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3 -0
- package/dist/lib/cn.d.ts +4 -0
- package/dist/lib/cn.d.ts.map +1 -0
- package/dist/lib/compose.d.ts +6 -0
- package/dist/lib/compose.d.ts.map +1 -0
- package/dist/lib/density.d.ts +20 -0
- package/dist/lib/density.d.ts.map +1 -0
- package/dist/lib/index.d.ts +8 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/types.d.ts +40 -0
- package/dist/lib/types.d.ts.map +1 -0
- package/dist/styles/index.css +1 -0
- package/dist/styles/themes/base.css +1 -0
- package/dist/styles/themes/ghost-guard.css +1 -0
- package/dist/styles/themes/ghostly-solutions.css +1 -0
- package/package.json +103 -0
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { type HTMLAttributes, type ReactNode } from "react";
|
|
2
|
+
declare const timelineVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
3
|
+
declare const timelineItemVariants: (props?: ({
|
|
4
|
+
align?: "right" | "left" | null | undefined;
|
|
5
|
+
animated?: boolean | null | undefined;
|
|
6
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
|
+
declare const timelineConnectorVariants: (props?: ({
|
|
8
|
+
variant?: "default" | "success" | "warning" | "error" | "info" | "primary" | null | undefined;
|
|
9
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
10
|
+
animated?: boolean | null | undefined;
|
|
11
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
12
|
+
declare const timelineDotVariants: (props?: ({
|
|
13
|
+
variant?: "default" | "success" | "warning" | "error" | "info" | "primary" | null | undefined;
|
|
14
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
15
|
+
pulse?: boolean | null | undefined;
|
|
16
|
+
animated?: boolean | null | undefined;
|
|
17
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
18
|
+
declare const timelineContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
19
|
+
declare const timelineTitleVariants: (props?: ({
|
|
20
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
21
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
22
|
+
declare const timelineDescriptionVariants: (props?: ({
|
|
23
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
24
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
25
|
+
declare const timelineTimeVariants: (props?: ({
|
|
26
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
27
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
28
|
+
declare const Variant: {
|
|
29
|
+
readonly default: "default";
|
|
30
|
+
readonly success: "success";
|
|
31
|
+
readonly warning: "warning";
|
|
32
|
+
readonly error: "error";
|
|
33
|
+
readonly info: "info";
|
|
34
|
+
readonly primary: "primary";
|
|
35
|
+
};
|
|
36
|
+
declare const Size: {
|
|
37
|
+
readonly sm: "sm";
|
|
38
|
+
readonly md: "md";
|
|
39
|
+
readonly lg: "lg";
|
|
40
|
+
readonly xl: "xl";
|
|
41
|
+
};
|
|
42
|
+
declare const Align: {
|
|
43
|
+
readonly left: "left";
|
|
44
|
+
readonly right: "right";
|
|
45
|
+
};
|
|
46
|
+
type VariantValue = (typeof Variant)[keyof typeof Variant];
|
|
47
|
+
type SizeValue = (typeof Size)[keyof typeof Size];
|
|
48
|
+
type AlignValue = (typeof Align)[keyof typeof Align];
|
|
49
|
+
interface TimelineProps extends HTMLAttributes<HTMLDivElement> {
|
|
50
|
+
}
|
|
51
|
+
declare const Timeline: import("react").ForwardRefExoticComponent<TimelineProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
52
|
+
interface TimelineItemProps extends HTMLAttributes<HTMLDivElement> {
|
|
53
|
+
align?: AlignValue;
|
|
54
|
+
isLast?: boolean;
|
|
55
|
+
animated?: boolean;
|
|
56
|
+
}
|
|
57
|
+
declare const TimelineItem: import("react").ForwardRefExoticComponent<TimelineItemProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
58
|
+
interface TimelineConnectorProps extends HTMLAttributes<HTMLDivElement> {
|
|
59
|
+
variant?: VariantValue;
|
|
60
|
+
size?: SizeValue;
|
|
61
|
+
animated?: boolean;
|
|
62
|
+
}
|
|
63
|
+
declare const TimelineConnector: import("react").ForwardRefExoticComponent<TimelineConnectorProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
64
|
+
interface TimelineDotProps extends HTMLAttributes<HTMLDivElement> {
|
|
65
|
+
variant?: VariantValue;
|
|
66
|
+
size?: SizeValue;
|
|
67
|
+
icon?: ReactNode;
|
|
68
|
+
pulse?: boolean;
|
|
69
|
+
animated?: boolean;
|
|
70
|
+
}
|
|
71
|
+
declare const TimelineDot: import("react").ForwardRefExoticComponent<TimelineDotProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
72
|
+
interface TimelineContentProps extends HTMLAttributes<HTMLDivElement> {
|
|
73
|
+
}
|
|
74
|
+
declare const TimelineContent: import("react").ForwardRefExoticComponent<TimelineContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
75
|
+
interface TimelineTitleProps extends HTMLAttributes<HTMLHeadingElement> {
|
|
76
|
+
size?: SizeValue;
|
|
77
|
+
}
|
|
78
|
+
declare const TimelineTitle: import("react").ForwardRefExoticComponent<TimelineTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
79
|
+
interface TimelineDescriptionProps extends HTMLAttributes<HTMLParagraphElement> {
|
|
80
|
+
size?: SizeValue;
|
|
81
|
+
}
|
|
82
|
+
declare const TimelineDescription: import("react").ForwardRefExoticComponent<TimelineDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
83
|
+
interface TimelineTimeProps extends HTMLAttributes<HTMLTimeElement> {
|
|
84
|
+
dateTime?: string;
|
|
85
|
+
size?: SizeValue;
|
|
86
|
+
}
|
|
87
|
+
declare const TimelineTime: import("react").ForwardRefExoticComponent<TimelineTimeProps & import("react").RefAttributes<HTMLTimeElement>>;
|
|
88
|
+
export { Timeline, TimelineItem, TimelineConnector, TimelineDot, TimelineContent, TimelineTitle, TimelineDescription, TimelineTime, timelineVariants, timelineItemVariants, timelineConnectorVariants, timelineDotVariants, timelineContentVariants, timelineTitleVariants, timelineDescriptionVariants, timelineTimeVariants, type TimelineProps, type TimelineItemProps, type TimelineConnectorProps, type TimelineDotProps, type TimelineContentProps, type TimelineTitleProps, type TimelineDescriptionProps, type TimelineTimeProps, };
|
|
89
|
+
//# sourceMappingURL=timeline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline.d.ts","sourceRoot":"","sources":["../../../src/components/timeline/timeline.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIxE,QAAA,MAAM,gBAAgB,oFAAgC,CAAC;AAEvD,QAAA,MAAM,oBAAoB;;;8EAqBzB,CAAC;AAEF,QAAA,MAAM,yBAAyB;;;;8EAgC9B,CAAC;AAEF,QAAA,MAAM,mBAAmB;;;;;8EA8DxB,CAAC;AAEF,QAAA,MAAM,uBAAuB,oFAE5B,CAAC;AAEF,QAAA,MAAM,qBAAqB;;8EAe1B,CAAC;AAEF,QAAA,MAAM,2BAA2B;;8EAehC,CAAC;AAEF,QAAA,MAAM,oBAAoB;;8EAezB,CAAC;AAEF,QAAA,MAAM,OAAO;;;;;;;CAOH,CAAC;AAEX,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAEX,QAAA,MAAM,KAAK;;;CAGD,CAAC;AAEX,KAAK,YAAY,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAC3D,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAClD,KAAK,UAAU,GAAG,CAAC,OAAO,KAAK,CAAC,CAAC,MAAM,OAAO,KAAK,CAAC,CAAC;AAErD,UAAU,aAAc,SAAQ,cAAc,CAAC,cAAc,CAAC;CAAG;AAEjE,QAAA,MAAM,QAAQ,0GAUZ,CAAC;AAIH,UAAU,iBAAkB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACjE,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,YAAY,8GAYjB,CAAC;AAIF,UAAU,sBAAuB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACtE,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,iBAAiB,mHAetB,CAAC;AAIF,UAAU,gBAAiB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAChE,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,WAAW,6GAehB,CAAC;AAIF,UAAU,oBAAqB,SAAQ,cAAc,CAAC,cAAc,CAAC;CAAG;AAExE,QAAA,MAAM,eAAe,iHAIpB,CAAC;AAIF,UAAU,kBAAmB,SAAQ,cAAc,CAAC,kBAAkB,CAAC;IACtE,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,aAAa,mHAYlB,CAAC;AAIF,UAAU,wBAAyB,SAAQ,cAAc,CAAC,oBAAoB,CAAC;IAC9E,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,mBAAmB,2HAYxB,CAAC;AAIF,UAAU,iBAAkB,SAAQ,cAAc,CAAC,eAAe,CAAC;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,YAAY,+GAWjB,CAAC;AAQF,OAAO,EACN,QAAQ,EACR,YAAY,EACZ,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,gBAAgB,EAChB,oBAAoB,EACpB,yBAAyB,EACzB,mBAAmB,EACnB,uBAAuB,EACvB,qBAAqB,EACrB,2BAA2B,EAC3B,oBAAoB,EACpB,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,GACtB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { toastVariants, toastActionVariants, ToastSize, type ToastVariantValue, type ToastSizeValue, } from "./toast";
|
|
2
|
+
export { Toaster, type ToasterProps, type ToasterPosition } from "./toaster";
|
|
3
|
+
export { useToast, toast, type ToastAction as ToastActionData, type ToastData, type ToastState, type ToastVariant, type CreateToastInput, } from "./use-toast";
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/toast/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,aAAa,EACb,mBAAmB,EACnB,SAAS,EACT,KAAK,iBAAiB,EACtB,KAAK,cAAc,GACnB,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,eAAe,EAAE,MAAM,WAAW,CAAC;AAE7E,OAAO,EACP,QAAQ,EACR,KAAK,EACL,KAAK,WAAW,IAAI,eAAe,EACnC,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,gBAAgB,GACpB,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const Variant: {
|
|
2
|
+
readonly default: "default";
|
|
3
|
+
readonly success: "success";
|
|
4
|
+
readonly info: "info";
|
|
5
|
+
readonly warning: "warning";
|
|
6
|
+
readonly error: "error";
|
|
7
|
+
};
|
|
8
|
+
type VariantValue = (typeof Variant)[keyof typeof Variant];
|
|
9
|
+
declare const ToastSize: {
|
|
10
|
+
readonly sm: "sm";
|
|
11
|
+
readonly md: "md";
|
|
12
|
+
readonly lg: "lg";
|
|
13
|
+
};
|
|
14
|
+
type ToastSizeValue = (typeof ToastSize)[keyof typeof ToastSize];
|
|
15
|
+
declare const toastVariants: (props?: ({
|
|
16
|
+
variant?: "default" | "success" | "warning" | "error" | "info" | null | undefined;
|
|
17
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
18
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
19
|
+
declare const toastActionVariants: (props?: ({
|
|
20
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
21
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
22
|
+
export { toastVariants, toastActionVariants, ToastSize, type VariantValue as ToastVariantValue, type ToastSizeValue, };
|
|
23
|
+
//# sourceMappingURL=toast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../src/components/toast/toast.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO;;;;;;CAMH,CAAC;AAEX,KAAK,YAAY,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAE3D,QAAA,MAAM,SAAS;;;;CAIL,CAAC;AAEX,KAAK,cAAc,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAEjE,QAAA,MAAM,aAAa;;;8EAsBlB,CAAC;AAEF,QAAA,MAAM,mBAAmB;;8EAcxB,CAAC;AAEF,OAAO,EACN,aAAa,EACb,mBAAmB,EACnB,SAAS,EACT,KAAK,YAAY,IAAI,iBAAiB,EACtC,KAAK,cAAc,GACnB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type HTMLAttributes } from "react";
|
|
2
|
+
import { type ToastSizeValue } from "./toast";
|
|
3
|
+
type ToasterPosition = "top-right" | "top-left" | "bottom-right" | "bottom-left" | "top-center" | "bottom-center";
|
|
4
|
+
interface ToasterProps extends HTMLAttributes<HTMLOListElement> {
|
|
5
|
+
position?: ToasterPosition;
|
|
6
|
+
gap?: number;
|
|
7
|
+
visibleCount?: number;
|
|
8
|
+
size?: ToastSizeValue;
|
|
9
|
+
}
|
|
10
|
+
declare const Toaster: import("react").ForwardRefExoticComponent<ToasterProps & import("react").RefAttributes<HTMLOListElement>>;
|
|
11
|
+
export { Toaster, type ToasterProps, type ToasterPosition };
|
|
12
|
+
//# sourceMappingURL=toaster.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toaster.d.ts","sourceRoot":"","sources":["../../../src/components/toast/toaster.tsx"],"names":[],"mappings":"AACA,OAAO,EAEN,KAAK,cAAc,EAMnB,MAAM,OAAO,CAAC;AAGf,OAAO,EAAE,KAAK,cAAc,EAAiD,MAAM,SAAS,CAAC;AAG7F,KAAK,eAAe,GACjB,WAAW,GACX,UAAU,GACV,cAAc,GACd,aAAa,GACb,YAAY,GACZ,eAAe,CAAC;AAEnB,UAAU,YAAa,SAAQ,cAAc,CAAC,gBAAgB,CAAC;IAC9D,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,cAAc,CAAC;CACtB;AAwDD,QAAA,MAAM,OAAO,2GAuHZ,CAAC;AAqIF,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
type ToastVariant = "default" | "success" | "warning" | "error" | "info";
|
|
3
|
+
interface ToastAction {
|
|
4
|
+
label: string;
|
|
5
|
+
altText: string;
|
|
6
|
+
onClick: () => void;
|
|
7
|
+
}
|
|
8
|
+
interface ToastData {
|
|
9
|
+
id: string;
|
|
10
|
+
variant: ToastVariant;
|
|
11
|
+
title?: ReactNode;
|
|
12
|
+
description?: ReactNode;
|
|
13
|
+
action?: ToastAction;
|
|
14
|
+
duration?: number;
|
|
15
|
+
dismissible?: boolean;
|
|
16
|
+
}
|
|
17
|
+
interface ToastState extends ToastData {
|
|
18
|
+
open: boolean;
|
|
19
|
+
createdAt: number;
|
|
20
|
+
}
|
|
21
|
+
type CreateToastInput = Omit<ToastData, "id"> & {
|
|
22
|
+
id?: string;
|
|
23
|
+
};
|
|
24
|
+
declare function dismiss(id: string): void;
|
|
25
|
+
declare function dismissAll(): void;
|
|
26
|
+
declare function pauseAll(): void;
|
|
27
|
+
declare function resumeAll(): void;
|
|
28
|
+
interface ToastAPI {
|
|
29
|
+
(input: CreateToastInput): string;
|
|
30
|
+
success: (title: ReactNode, options?: Partial<CreateToastInput>) => string;
|
|
31
|
+
info: (title: ReactNode, options?: Partial<CreateToastInput>) => string;
|
|
32
|
+
warning: (title: ReactNode, options?: Partial<CreateToastInput>) => string;
|
|
33
|
+
error: (title: ReactNode, options?: Partial<CreateToastInput>) => string;
|
|
34
|
+
dismiss: (id: string) => void;
|
|
35
|
+
dismissAll: () => void;
|
|
36
|
+
}
|
|
37
|
+
declare const toastFn: ToastAPI;
|
|
38
|
+
declare function useToast(): {
|
|
39
|
+
toasts: ToastState[];
|
|
40
|
+
toast: ToastAPI;
|
|
41
|
+
dismiss: typeof dismiss;
|
|
42
|
+
dismissAll: typeof dismissAll;
|
|
43
|
+
pauseAll: typeof pauseAll;
|
|
44
|
+
resumeAll: typeof resumeAll;
|
|
45
|
+
};
|
|
46
|
+
export { useToast, toastFn as toast, type ToastAction, type ToastData, type ToastState, type ToastVariant, type CreateToastInput, };
|
|
47
|
+
//# sourceMappingURL=use-toast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-toast.d.ts","sourceRoot":"","sources":["../../../src/components/toast/use-toast.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAwB,MAAM,OAAO,CAAC;AAM7D,KAAK,YAAY,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAEzE,UAAU,WAAW;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,UAAU,SAAS;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,YAAY,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,UAAU,UAAW,SAAQ,SAAS;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CAClB;AAED,KAAK,gBAAgB,GAAG,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAqGhE,iBAAS,OAAO,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CASjC;AAED,iBAAS,UAAU,IAAI,IAAI,CAI1B;AAED,iBAAS,QAAQ,IAAI,IAAI,CAOxB;AAED,iBAAS,SAAS,IAAI,IAAI,CASzB;AAED,UAAU,QAAQ;IACjB,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAAC;IAClC,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,KAAK,MAAM,CAAC;IAC3E,IAAI,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,KAAK,MAAM,CAAC;IACxE,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,KAAK,MAAM,CAAC;IAC3E,KAAK,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,KAAK,MAAM,CAAC;IACzE,OAAO,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,UAAU,EAAE,MAAM,IAAI,CAAC;CACvB;AAED,QAAA,MAAM,OAAO,EAAE,QAWb,CAAC;AAEH,iBAAS,QAAQ;;;;;;;EAGhB;AAED,OAAO,EACN,QAAQ,EACR,OAAO,IAAI,KAAK,EAChB,KAAK,WAAW,EAChB,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,gBAAgB,GACrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/toggle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as TogglePrimitive from "@radix-ui/react-toggle";
|
|
2
|
+
import { type ComponentPropsWithoutRef } from "react";
|
|
3
|
+
declare const Variant: {
|
|
4
|
+
readonly default: "default";
|
|
5
|
+
readonly outline: "outline";
|
|
6
|
+
};
|
|
7
|
+
declare const Size: {
|
|
8
|
+
readonly sm: "sm";
|
|
9
|
+
readonly md: "md";
|
|
10
|
+
readonly lg: "lg";
|
|
11
|
+
};
|
|
12
|
+
type VariantValue = (typeof Variant)[keyof typeof Variant];
|
|
13
|
+
type SizeValue = (typeof Size)[keyof typeof Size];
|
|
14
|
+
declare const toggleVariants: (props?: ({
|
|
15
|
+
variant?: "default" | "outline" | null | undefined;
|
|
16
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
17
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
18
|
+
interface ToggleProps extends ComponentPropsWithoutRef<typeof TogglePrimitive.Root> {
|
|
19
|
+
variant?: VariantValue;
|
|
20
|
+
size?: SizeValue;
|
|
21
|
+
}
|
|
22
|
+
declare const Toggle: import("react").ForwardRefExoticComponent<ToggleProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
23
|
+
export { Toggle, toggleVariants, type ToggleProps };
|
|
24
|
+
//# sourceMappingURL=toggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../../../src/components/toggle/toggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAE1D,OAAO,EAAE,KAAK,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAIlE,QAAA,MAAM,OAAO;;;CAGH,CAAC;AAEX,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,YAAY,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAC3D,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,cAAc;;;8EAoBnB,CAAC;AAEF,UAAU,WAAY,SAAQ,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC;IAClF,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,MAAM,2GAYX,CAAC;AAGF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,KAAK,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/toggle-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,WAAW,EACX,eAAe,EACf,KAAK,oBAAoB,EACzB,KAAK,gBAAgB,EACrB,mBAAmB,GACnB,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
2
|
+
import { type ComponentProps } from "react";
|
|
3
|
+
declare const Variant: {
|
|
4
|
+
readonly default: "default";
|
|
5
|
+
readonly outline: "outline";
|
|
6
|
+
};
|
|
7
|
+
declare const Size: {
|
|
8
|
+
readonly sm: "sm";
|
|
9
|
+
readonly md: "md";
|
|
10
|
+
readonly lg: "lg";
|
|
11
|
+
};
|
|
12
|
+
type VariantValue = (typeof Variant)[keyof typeof Variant];
|
|
13
|
+
type SizeValue = (typeof Size)[keyof typeof Size];
|
|
14
|
+
declare const toggleGroupVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
15
|
+
type ToggleGroupProps = ComponentProps<typeof ToggleGroupPrimitive.Root> & {
|
|
16
|
+
variant?: VariantValue;
|
|
17
|
+
size?: SizeValue;
|
|
18
|
+
};
|
|
19
|
+
declare const ToggleGroup: import("react").ForwardRefExoticComponent<(Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & import("react").RefAttributes<HTMLDivElement> & {
|
|
20
|
+
variant?: VariantValue;
|
|
21
|
+
size?: SizeValue;
|
|
22
|
+
}, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & import("react").RefAttributes<HTMLDivElement> & {
|
|
23
|
+
variant?: VariantValue;
|
|
24
|
+
size?: SizeValue;
|
|
25
|
+
}, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
26
|
+
type ToggleGroupItemProps = ComponentProps<typeof ToggleGroupPrimitive.Item> & {
|
|
27
|
+
variant?: VariantValue;
|
|
28
|
+
size?: SizeValue;
|
|
29
|
+
};
|
|
30
|
+
declare const ToggleGroupItem: import("react").ForwardRefExoticComponent<Omit<ToggleGroupItemProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
31
|
+
export { ToggleGroup, ToggleGroupItem, toggleGroupVariants, type ToggleGroupProps, type ToggleGroupItemProps, };
|
|
32
|
+
//# sourceMappingURL=toggle-group.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../../../src/components/toggle-group/toggle-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,KAAK,cAAc,EAAyC,MAAM,OAAO,CAAC;AAKnF,QAAA,MAAM,OAAO;;;CAGH,CAAC;AAEX,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,YAAY,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAC3D,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,mBAAmB,oFAAgD,CAAC;AAU1E,KAAK,gBAAgB,GAAG,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GAAG;IAC1E,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,WAAW;cAJN,YAAY;WACf,SAAS;;cADN,YAAY;WACf,SAAS;2DAmBhB,CAAC;AAGF,KAAK,oBAAoB,GAAG,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GAAG;IAC9E,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,eAAe,iIAqBpB,CAAC;AAGF,OAAO,EACN,WAAW,EACX,eAAe,EACf,mBAAmB,EACnB,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,GACzB,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { Toolbar, ToolbarGroup, ToolbarSeparator, ToolbarSpacer, toolbarVariants, toolbarGroupVariants, ToolbarSize, type ToolbarProps, type ToolbarGroupProps, type ToolbarSeparatorProps, type ToolbarSpacerProps, type ToolbarSizeValue, } from "./toolbar";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/toolbar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,OAAO,EACP,YAAY,EACZ,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,oBAAoB,EACpB,WAAW,EACX,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,GACrB,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { type HTMLAttributes } from "react";
|
|
2
|
+
declare const Size: {
|
|
3
|
+
readonly sm: "sm";
|
|
4
|
+
readonly md: "md";
|
|
5
|
+
readonly lg: "lg";
|
|
6
|
+
};
|
|
7
|
+
type SizeValue = (typeof Size)[keyof typeof Size];
|
|
8
|
+
declare const toolbarVariants: (props?: ({
|
|
9
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
10
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
11
|
+
interface ToolbarProps extends HTMLAttributes<HTMLDivElement> {
|
|
12
|
+
size?: SizeValue;
|
|
13
|
+
}
|
|
14
|
+
declare const Toolbar: import("react").ForwardRefExoticComponent<ToolbarProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
declare const toolbarGroupVariants: (props?: ({
|
|
16
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
17
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
18
|
+
interface ToolbarGroupProps extends HTMLAttributes<HTMLDivElement> {
|
|
19
|
+
size?: SizeValue;
|
|
20
|
+
}
|
|
21
|
+
declare const ToolbarGroup: import("react").ForwardRefExoticComponent<ToolbarGroupProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
22
|
+
interface ToolbarSeparatorProps extends HTMLAttributes<HTMLDivElement> {
|
|
23
|
+
}
|
|
24
|
+
declare const ToolbarSeparator: import("react").ForwardRefExoticComponent<ToolbarSeparatorProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
25
|
+
interface ToolbarSpacerProps extends HTMLAttributes<HTMLDivElement> {
|
|
26
|
+
}
|
|
27
|
+
declare const ToolbarSpacer: import("react").ForwardRefExoticComponent<ToolbarSpacerProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
28
|
+
export { Toolbar, ToolbarGroup, ToolbarSeparator, ToolbarSpacer, toolbarVariants, toolbarGroupVariants, Size as ToolbarSize, type ToolbarProps, type ToolbarGroupProps, type ToolbarSeparatorProps, type ToolbarSpacerProps, type SizeValue as ToolbarSizeValue, };
|
|
29
|
+
//# sourceMappingURL=toolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../src/components/toolbar/toolbar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAIxD,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,eAAe;;8EAcpB,CAAC;AAEF,UAAU,YAAa,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC5D,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,OAAO,yGAaZ,CAAC;AAIF,QAAA,MAAM,oBAAoB;;8EAWxB,CAAC;AAEH,UAAU,iBAAkB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACjE,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,YAAY,8GAajB,CAAC;AAIF,UAAU,qBAAsB,SAAQ,cAAc,CAAC,cAAc,CAAC;CAAG;AAEzE,QAAA,MAAM,gBAAgB,kHAWrB,CAAC;AAIF,UAAU,kBAAmB,SAAQ,cAAc,CAAC,cAAc,CAAC;CAAG;AAEtE,QAAA,MAAM,aAAa,+GAUlB,CAAC;AAIF,OAAO,EACN,OAAO,EACP,YAAY,EACZ,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,oBAAoB,EACpB,IAAI,IAAI,WAAW,EACnB,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,SAAS,IAAI,gBAAgB,GAClC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/tooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,OAAO,EACP,cAAc,EACd,eAAe,EACf,WAAW,EACX,cAAc,EACd,sBAAsB,EACtB,KAAK,YAAY,EACjB,KAAK,gBAAgB,GACrB,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
2
|
+
import { type ComponentPropsWithoutRef } from "react";
|
|
3
|
+
declare const TooltipProvider: import("react").FC<TooltipPrimitive.TooltipProviderProps>;
|
|
4
|
+
interface TooltipProps extends ComponentPropsWithoutRef<typeof TooltipPrimitive.Root> {
|
|
5
|
+
persistOnClick?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const Tooltip: {
|
|
8
|
+
({ persistOnClick, children, ...props }: TooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
11
|
+
declare const TooltipTrigger: import("react").ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipTriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
declare const TooltipSize: {
|
|
13
|
+
readonly sm: "sm";
|
|
14
|
+
readonly md: "md";
|
|
15
|
+
readonly lg: "lg";
|
|
16
|
+
};
|
|
17
|
+
type TooltipSizeValue = (typeof TooltipSize)[keyof typeof TooltipSize];
|
|
18
|
+
declare const tooltipContentVariants: (props?: ({
|
|
19
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
20
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
21
|
+
declare const TooltipContent: import("react").ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
22
|
+
size?: TooltipSizeValue;
|
|
23
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipSize, TooltipTrigger, tooltipContentVariants, type TooltipProps, type TooltipSizeValue, };
|
|
25
|
+
//# sourceMappingURL=tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAE5D,OAAO,EACN,KAAK,wBAAwB,EAI7B,MAAM,OAAO,CAAC;AAIf,QAAA,MAAM,eAAe,2DAA4B,CAAC;AAIlD,UAAU,YAAa,SAAQ,wBAAwB,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC;IACpF,cAAc,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,QAAA,MAAM,OAAO;6CAAkD,YAAY;;CAI1E,CAAC;AAGF,QAAA,MAAM,cAAc,oMAclB,CAAC;AAGH,QAAA,MAAM,WAAW;;;;CAIP,CAAC;AAEX,KAAK,gBAAgB,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAEvE,QAAA,MAAM,sBAAsB;;8EAc3B,CAAC;AAEF,QAAA,MAAM,cAAc;WAEkD,gBAAgB;kDAgBpF,CAAC;AAGH,OAAO,EACN,OAAO,EACP,cAAc,EACd,eAAe,EACf,WAAW,EACX,cAAc,EACd,sBAAsB,EACtB,KAAK,YAAY,EACjB,KAAK,gBAAgB,GACrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,KAAK,YAAY,EAAE,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type UseControllableStateParams<T> = {
|
|
2
|
+
prop?: T | undefined;
|
|
3
|
+
defaultProp?: T | undefined;
|
|
4
|
+
onChange?: (value: T) => void;
|
|
5
|
+
};
|
|
6
|
+
type SetStateFn<T> = (prevState?: T) => T;
|
|
7
|
+
export declare function useControllableState<T>({ prop, defaultProp, onChange, }: UseControllableStateParams<T>): [T | undefined, (value: T | SetStateFn<T>) => void];
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=use-controllable-state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-controllable-state.d.ts","sourceRoot":"","sources":["../../src/hooks/use-controllable-state.ts"],"names":[],"mappings":"AAEA,KAAK,0BAA0B,CAAC,CAAC,IAAI;IACpC,IAAI,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC;IACrB,WAAW,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;CAC9B,CAAC;AAEF,KAAK,UAAU,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;AAM1C,wBAAgB,oBAAoB,CAAC,CAAC,EAAE,EACvC,IAAI,EACJ,WAAW,EACX,QAAe,GACf,EAAE,0BAA0B,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,EAAE,CAAC,KAAK,EAAE,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,CAyBrF"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type OS = "mac" | "windows" | "linux";
|
|
2
|
+
interface PlatformInfo {
|
|
3
|
+
os: OS;
|
|
4
|
+
isMac: boolean;
|
|
5
|
+
isWindows: boolean;
|
|
6
|
+
isLinux: boolean;
|
|
7
|
+
isMobile: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare function detect(): PlatformInfo;
|
|
10
|
+
declare function usePlatform(): PlatformInfo;
|
|
11
|
+
export { usePlatform, detect as detectPlatform, type PlatformInfo, type OS as PlatformOS };
|
|
12
|
+
//# sourceMappingURL=use-platform.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-platform.d.ts","sourceRoot":"","sources":["../../src/hooks/use-platform.ts"],"names":[],"mappings":"AAAA,KAAK,EAAE,GAAG,KAAK,GAAG,SAAS,GAAG,OAAO,CAAC;AAEtC,UAAU,YAAY;IACrB,EAAE,EAAE,EAAE,CAAC;IACP,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;CAClB;AAID,iBAAS,MAAM,IAAI,YAAY,CA0B9B;AAED,iBAAS,WAAW,IAAI,YAAY,CAEnC;AAED,OAAO,EAAE,WAAW,EAAE,MAAM,IAAI,cAAc,EAAE,KAAK,YAAY,EAAE,KAAK,EAAE,IAAI,UAAU,EAAE,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export { cva, type VariantProps } from "class-variance-authority";
|
|
2
|
+
export * from "./components/accordion";
|
|
3
|
+
export * from "./components/alert";
|
|
4
|
+
export * from "./components/alert-dialog";
|
|
5
|
+
export * from "./components/aspect-ratio";
|
|
6
|
+
export * from "./components/avatar";
|
|
7
|
+
export * from "./components/badge";
|
|
8
|
+
export * from "./components/breadcrumb";
|
|
9
|
+
export * from "./components/button";
|
|
10
|
+
export * from "./components/button-group";
|
|
11
|
+
export * from "./components/calendar";
|
|
12
|
+
export * from "./components/card";
|
|
13
|
+
export * from "./components/checkbox";
|
|
14
|
+
export * from "./components/code-block";
|
|
15
|
+
export * from "./components/collapsible";
|
|
16
|
+
export * from "./components/context-menu";
|
|
17
|
+
export * from "./components/dialog";
|
|
18
|
+
export * from "./components/drawer";
|
|
19
|
+
export * from "./components/dropdown-menu";
|
|
20
|
+
export * from "./components/empty-state";
|
|
21
|
+
export * from "./components/error-boundary";
|
|
22
|
+
export * from "./components/file-upload";
|
|
23
|
+
export * from "./components/form-field";
|
|
24
|
+
export * from "./components/hover-card";
|
|
25
|
+
export * from "./components/input";
|
|
26
|
+
export * from "./components/kbd";
|
|
27
|
+
export * from "./components/label";
|
|
28
|
+
export * from "./components/multiselect";
|
|
29
|
+
export * from "./components/navigation-menu";
|
|
30
|
+
export * from "./components/otp-input";
|
|
31
|
+
export * from "./components/overlay";
|
|
32
|
+
export * from "./components/pagination";
|
|
33
|
+
export * from "./components/popover";
|
|
34
|
+
export * from "./components/progress";
|
|
35
|
+
export * from "./components/radio";
|
|
36
|
+
export * from "./components/resizable-panel";
|
|
37
|
+
export * from "./components/scroll-area";
|
|
38
|
+
export * from "./components/select";
|
|
39
|
+
export * from "./components/separator";
|
|
40
|
+
export * from "./components/sheet";
|
|
41
|
+
export * from "./components/skeleton";
|
|
42
|
+
export * from "./components/slider";
|
|
43
|
+
export * from "./components/spinner";
|
|
44
|
+
export * from "./components/spotlight";
|
|
45
|
+
export * from "./components/stat-card";
|
|
46
|
+
export * from "./components/stepper";
|
|
47
|
+
export * from "./components/switch";
|
|
48
|
+
export * from "./components/table";
|
|
49
|
+
export * from "./components/tabs";
|
|
50
|
+
export * from "./components/textarea";
|
|
51
|
+
export * from "./components/timeline";
|
|
52
|
+
export * from "./components/toast";
|
|
53
|
+
export * from "./components/toggle";
|
|
54
|
+
export * from "./components/toggle-group";
|
|
55
|
+
export * from "./components/toolbar";
|
|
56
|
+
export * from "./components/tooltip";
|
|
57
|
+
export { useControllableState } from "./hooks/use-controllable-state";
|
|
58
|
+
export { detectPlatform, type PlatformInfo, type PlatformOS, usePlatform, } from "./hooks/use-platform";
|
|
59
|
+
export { type ClassValue, cn } from "./lib/cn";
|
|
60
|
+
export { composeRefs, createContext, createOptionalContext, useComposedRefs } from "./lib/compose";
|
|
61
|
+
export { Density, DensityProvider, type DensityProviderProps, type DensityValue, useDensity, useDensitySize, } from "./lib/density";
|
|
62
|
+
export type { Align, BaseProps, ControlSize, ControlStatus, ControlVariant, DisableableProps, EmphasisLevel, LoadableProps, MotionLevel, Orientation, PolymorphicComponentProps, PolymorphicComponentPropsWithRef, Side, Size, SlotProps, Status, SurfaceStyle, Variant, } from "./lib/types";
|
|
63
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EACN,cAAc,EACd,KAAK,YAAY,EACjB,KAAK,UAAU,EACf,WAAW,GACX,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,KAAK,UAAU,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AACnG,OAAO,EACN,OAAO,EACP,eAAe,EACf,KAAK,oBAAoB,EACzB,KAAK,YAAY,EACjB,UAAU,EACV,cAAc,GACd,MAAM,eAAe,CAAC;AACvB,YAAY,EACX,KAAK,EACL,SAAS,EACT,WAAW,EACX,aAAa,EACb,cAAc,EACd,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,WAAW,EACX,WAAW,EACX,yBAAyB,EACzB,gCAAgC,EAChC,IAAI,EACJ,IAAI,EACJ,SAAS,EACT,MAAM,EACN,YAAY,EACZ,OAAO,GACP,MAAM,aAAa,CAAC"}
|