@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,2 @@
|
|
|
1
|
+
export { Skeleton, SkeletonAvatar, SkeletonButton, SkeletonSize, SkeletonText, skeletonAvatarVariants, skeletonButtonVariants, skeletonTextVariants, skeletonVariants, type SkeletonPresetProps, type SkeletonProps, type SkeletonSizeValue, } from "./skeleton";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,QAAQ,EACR,cAAc,EACd,cAAc,EACd,YAAY,EACZ,YAAY,EACZ,sBAAsB,EACtB,sBAAsB,EACtB,oBAAoB,EACpB,gBAAgB,EAChB,KAAK,mBAAmB,EACxB,KAAK,aAAa,EAClB,KAAK,iBAAiB,GACtB,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { type HTMLAttributes } from "react";
|
|
2
|
+
declare const SkeletonSize: {
|
|
3
|
+
readonly sm: "sm";
|
|
4
|
+
readonly md: "md";
|
|
5
|
+
readonly lg: "lg";
|
|
6
|
+
};
|
|
7
|
+
type SkeletonSizeValue = (typeof SkeletonSize)[keyof typeof SkeletonSize];
|
|
8
|
+
declare const skeletonVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
9
|
+
declare const skeletonTextVariants: (props?: ({
|
|
10
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
11
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
12
|
+
declare const skeletonAvatarVariants: (props?: ({
|
|
13
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
14
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
15
|
+
declare const skeletonButtonVariants: (props?: ({
|
|
16
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
17
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
18
|
+
interface SkeletonProps extends HTMLAttributes<HTMLDivElement> {
|
|
19
|
+
circle?: boolean;
|
|
20
|
+
}
|
|
21
|
+
declare const Skeleton: import("react").ForwardRefExoticComponent<SkeletonProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
22
|
+
interface SkeletonPresetProps extends HTMLAttributes<HTMLDivElement> {
|
|
23
|
+
size?: SkeletonSizeValue;
|
|
24
|
+
}
|
|
25
|
+
declare const SkeletonText: import("react").ForwardRefExoticComponent<SkeletonPresetProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
26
|
+
declare const SkeletonAvatar: import("react").ForwardRefExoticComponent<SkeletonPresetProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
27
|
+
declare const SkeletonButton: import("react").ForwardRefExoticComponent<SkeletonPresetProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
28
|
+
export { Skeleton, SkeletonAvatar, SkeletonButton, SkeletonSize, SkeletonText, skeletonAvatarVariants, skeletonButtonVariants, skeletonTextVariants, skeletonVariants, type SkeletonPresetProps, type SkeletonProps, type SkeletonSizeValue, };
|
|
29
|
+
//# sourceMappingURL=skeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/skeleton/skeleton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAIxD,QAAA,MAAM,YAAY;;;;CAIR,CAAC;AAEX,KAAK,iBAAiB,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE1E,QAAA,MAAM,gBAAgB,oFAAwD,CAAC;AAE/E,QAAA,MAAM,oBAAoB;;8EAWxB,CAAC;AAEH,QAAA,MAAM,sBAAsB;;8EAW1B,CAAC;AAEH,QAAA,MAAM,sBAAsB;;8EAW1B,CAAC;AAEH,UAAU,aAAc,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC7D,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,QAAQ,0GAQb,CAAC;AAGF,UAAU,mBAAoB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACnE,IAAI,CAAC,EAAE,iBAAiB,CAAC;CACzB;AAED,QAAA,MAAM,YAAY,gHAYjB,CAAC;AAGF,QAAA,MAAM,cAAc,gHAanB,CAAC;AAGF,QAAA,MAAM,cAAc,gHAYnB,CAAC;AAGF,OAAO,EACN,QAAQ,EACR,cAAc,EACd,cAAc,EACd,YAAY,EACZ,YAAY,EACZ,sBAAsB,EACtB,sBAAsB,EACtB,oBAAoB,EACpB,gBAAgB,EAChB,KAAK,mBAAmB,EACxB,KAAK,aAAa,EAClB,KAAK,iBAAiB,GACtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/slider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,MAAM,EACN,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,KAAK,WAAW,GAChB,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as SliderPrimitive from "@radix-ui/react-slider";
|
|
2
|
+
import { type ComponentPropsWithoutRef } from "react";
|
|
3
|
+
declare const Size: {
|
|
4
|
+
readonly sm: "sm";
|
|
5
|
+
readonly md: "md";
|
|
6
|
+
readonly lg: "lg";
|
|
7
|
+
};
|
|
8
|
+
type SizeValue = (typeof Size)[keyof typeof Size];
|
|
9
|
+
declare const sliderVariants: (props?: ({
|
|
10
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
11
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
12
|
+
declare const sliderTrackVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
13
|
+
declare const sliderRangeVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
14
|
+
declare const sliderThumbVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
15
|
+
interface SliderProps extends ComponentPropsWithoutRef<typeof SliderPrimitive.Root> {
|
|
16
|
+
size?: SizeValue;
|
|
17
|
+
}
|
|
18
|
+
declare const Slider: import("react").ForwardRefExoticComponent<SliderProps & import("react").RefAttributes<HTMLSpanElement>>;
|
|
19
|
+
export { Slider, sliderRangeVariants, sliderThumbVariants, sliderTrackVariants, sliderVariants, type SliderProps, };
|
|
20
|
+
//# sourceMappingURL=slider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../src/components/slider/slider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAE1D,OAAO,EAAE,KAAK,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAIlE,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,cAAc;;8EAclB,CAAC;AAEH,QAAA,MAAM,mBAAmB,oFAAwE,CAAC;AAElG,QAAA,MAAM,mBAAmB,oFAAoC,CAAC;AAE9D,QAAA,MAAM,mBAAmB,oFAExB,CAAC;AAEF,UAAU,WAAY,SAAQ,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC;IAClF,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,MAAM,yGAuBX,CAAC;AAGF,OAAO,EACN,MAAM,EACN,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,KAAK,WAAW,GAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/spinner/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type HTMLAttributes } from "react";
|
|
2
|
+
declare const SpinnerSize: {
|
|
3
|
+
readonly xs: "xs";
|
|
4
|
+
readonly sm: "sm";
|
|
5
|
+
readonly md: "md";
|
|
6
|
+
readonly lg: "lg";
|
|
7
|
+
readonly xl: "xl";
|
|
8
|
+
};
|
|
9
|
+
type SpinnerSizeValue = (typeof SpinnerSize)[keyof typeof SpinnerSize];
|
|
10
|
+
interface SpinnerProps extends HTMLAttributes<HTMLSpanElement> {
|
|
11
|
+
size?: SpinnerSizeValue;
|
|
12
|
+
label?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const Spinner: import("react").ForwardRefExoticComponent<SpinnerProps & import("react").RefAttributes<HTMLSpanElement>>;
|
|
15
|
+
export { Spinner, SpinnerSize, type SpinnerProps };
|
|
16
|
+
//# sourceMappingURL=spinner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spinner.d.ts","sourceRoot":"","sources":["../../../src/components/spinner/spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAIxD,QAAA,MAAM,WAAW;;;;;;CAMP,CAAC;AAEX,KAAK,gBAAgB,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAEvE,UAAU,YAAa,SAAQ,cAAc,CAAC,eAAe,CAAC;IAC7D,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf;AAUD,QAAA,MAAM,OAAO,0GAsBZ,CAAC;AAIF,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { Spotlight, type SpotlightAction, type SpotlightProps, SpotlightSize, type SpotlightSizeValue, SpotlightStatus, type SpotlightStatusValue, spotlightGroupLabelVariants, spotlightHeaderVariants, spotlightIconVariants, spotlightInputVariants, spotlightKbdVariants, spotlightOptionContentVariants, spotlightOptionDescriptionVariants, spotlightOptionIconVariants, spotlightOptionTitleVariants, spotlightOptionVariants, spotlightOverlayVariants, spotlightPanelVariants, spotlightResultsVariants, spotlightShortcutVariants, spotlightStatusDescriptionVariants, spotlightStatusTitleVariants, spotlightStatusVariants, } from "./spotlight";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/spotlight/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,SAAS,EACT,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,aAAa,EACb,KAAK,kBAAkB,EACvB,eAAe,EACf,KAAK,oBAAoB,EACzB,2BAA2B,EAC3B,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACtB,oBAAoB,EACpB,8BAA8B,EAC9B,kCAAkC,EAClC,2BAA2B,EAC3B,4BAA4B,EAC5B,uBAAuB,EACvB,wBAAwB,EACxB,sBAAsB,EACtB,wBAAwB,EACxB,yBAAyB,EACzB,kCAAkC,EAClC,4BAA4B,EAC5B,uBAAuB,GACvB,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from "react";
|
|
2
|
+
declare const SpotlightSize: {
|
|
3
|
+
readonly sm: "sm";
|
|
4
|
+
readonly md: "md";
|
|
5
|
+
readonly lg: "lg";
|
|
6
|
+
readonly xl: "xl";
|
|
7
|
+
};
|
|
8
|
+
type SpotlightSizeValue = (typeof SpotlightSize)[keyof typeof SpotlightSize];
|
|
9
|
+
declare const SpotlightStatus: {
|
|
10
|
+
readonly idle: "idle";
|
|
11
|
+
readonly loading: "loading";
|
|
12
|
+
readonly error: "error";
|
|
13
|
+
};
|
|
14
|
+
type SpotlightStatusValue = (typeof SpotlightStatus)[keyof typeof SpotlightStatus];
|
|
15
|
+
declare const spotlightOverlayVariants: (props?: ({
|
|
16
|
+
state?: "open" | "closing" | null | undefined;
|
|
17
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
18
|
+
declare const spotlightPanelVariants: (props?: ({
|
|
19
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
20
|
+
state?: "open" | "closing" | null | undefined;
|
|
21
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
22
|
+
declare const spotlightHeaderVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
23
|
+
declare const spotlightInputVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
24
|
+
declare const spotlightIconVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
25
|
+
declare const spotlightKbdVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
26
|
+
declare const spotlightResultsVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
27
|
+
declare const spotlightGroupLabelVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
28
|
+
declare const spotlightOptionVariants: (props?: ({
|
|
29
|
+
selected?: boolean | null | undefined;
|
|
30
|
+
disabled?: boolean | null | undefined;
|
|
31
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
32
|
+
declare const spotlightOptionIconVariants: (props?: ({
|
|
33
|
+
selected?: boolean | null | undefined;
|
|
34
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
35
|
+
declare const spotlightOptionContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
36
|
+
declare const spotlightOptionTitleVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
37
|
+
declare const spotlightOptionDescriptionVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
38
|
+
declare const spotlightShortcutVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
39
|
+
declare const spotlightStatusVariants: (props?: ({
|
|
40
|
+
state?: "error" | "loading" | "empty" | null | undefined;
|
|
41
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
42
|
+
declare const spotlightStatusTitleVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
43
|
+
declare const spotlightStatusDescriptionVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
44
|
+
interface SpotlightAction {
|
|
45
|
+
id: string;
|
|
46
|
+
title: string;
|
|
47
|
+
description?: string;
|
|
48
|
+
group?: string;
|
|
49
|
+
icon?: ReactNode;
|
|
50
|
+
shortcut?: string[];
|
|
51
|
+
keywords?: string[];
|
|
52
|
+
disabled?: boolean;
|
|
53
|
+
}
|
|
54
|
+
interface SpotlightProps extends Omit<ComponentPropsWithoutRef<"div">, "defaultValue"> {
|
|
55
|
+
open: boolean;
|
|
56
|
+
onOpenChange: (open: boolean) => void;
|
|
57
|
+
actions: SpotlightAction[];
|
|
58
|
+
onActionSelect: (action: SpotlightAction, index: number) => void;
|
|
59
|
+
value?: string;
|
|
60
|
+
defaultValue?: string;
|
|
61
|
+
onValueChange?: (value: string) => void;
|
|
62
|
+
placeholder?: string;
|
|
63
|
+
size?: SpotlightSizeValue;
|
|
64
|
+
status?: SpotlightStatusValue;
|
|
65
|
+
statusMessage?: string | null;
|
|
66
|
+
emptyText?: string;
|
|
67
|
+
hotkey?: string[];
|
|
68
|
+
portal?: boolean;
|
|
69
|
+
}
|
|
70
|
+
declare const matchesQuery: (action: SpotlightAction, query: string) => boolean;
|
|
71
|
+
declare const Spotlight: import("react").ForwardRefExoticComponent<SpotlightProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
72
|
+
export { Spotlight, SpotlightSize, SpotlightStatus, matchesQuery, spotlightGroupLabelVariants, spotlightHeaderVariants, spotlightIconVariants, spotlightInputVariants, spotlightKbdVariants, spotlightOptionContentVariants, spotlightOptionDescriptionVariants, spotlightOptionIconVariants, spotlightOptionTitleVariants, spotlightOptionVariants, spotlightOverlayVariants, spotlightPanelVariants, spotlightResultsVariants, spotlightShortcutVariants, spotlightStatusDescriptionVariants, spotlightStatusTitleVariants, spotlightStatusVariants, type SpotlightAction, type SpotlightProps, type SpotlightSizeValue, type SpotlightStatusValue, };
|
|
73
|
+
//# sourceMappingURL=spotlight.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spotlight.d.ts","sourceRoot":"","sources":["../../../src/components/spotlight/spotlight.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/stat-card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,aAAa,EACb,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,GACvB,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type HTMLAttributes, type ReactNode } from "react";
|
|
2
|
+
declare const Size: {
|
|
3
|
+
readonly sm: "sm";
|
|
4
|
+
readonly md: "md";
|
|
5
|
+
readonly lg: "lg";
|
|
6
|
+
};
|
|
7
|
+
declare const Trend: {
|
|
8
|
+
readonly up: "up";
|
|
9
|
+
readonly down: "down";
|
|
10
|
+
readonly neutral: "neutral";
|
|
11
|
+
};
|
|
12
|
+
type SizeValue = (typeof Size)[keyof typeof Size];
|
|
13
|
+
type TrendValue = (typeof Trend)[keyof typeof Trend];
|
|
14
|
+
declare const statCardVariants: (props?: ({
|
|
15
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
16
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
17
|
+
interface StatCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
18
|
+
size?: SizeValue;
|
|
19
|
+
label: string;
|
|
20
|
+
value: string | number;
|
|
21
|
+
trend?: TrendValue;
|
|
22
|
+
trendValue?: string;
|
|
23
|
+
icon?: ReactNode;
|
|
24
|
+
}
|
|
25
|
+
declare const StatCard: import("react").ForwardRefExoticComponent<StatCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
26
|
+
export { StatCard, statCardVariants, Size as StatCardSize, Trend as StatCardTrend, type StatCardProps, type SizeValue as StatCardSizeValue, type TrendValue as StatCardTrendValue, };
|
|
27
|
+
//# sourceMappingURL=stat-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stat-card.d.ts","sourceRoot":"","sources":["../../../src/components/stat-card/stat-card.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIxE,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,QAAA,MAAM,KAAK;;;;CAID,CAAC;AAEX,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,QAAA,MAAM,gBAAgB;;8EAcrB,CAAC;AA0BF,UAAU,aAAc,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC7D,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,QAAQ,0GA+Cb,CAAC;AAIF,OAAO,EACN,QAAQ,EACR,gBAAgB,EAChB,IAAI,IAAI,YAAY,EACpB,KAAK,IAAI,aAAa,EACtB,KAAK,aAAa,EAClB,KAAK,SAAS,IAAI,iBAAiB,EACnC,KAAK,UAAU,IAAI,kBAAkB,GACrC,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { Step, StepConnector, type StepConnectorProps, StepContent, type StepContentProps, StepDescription, type StepDescriptionProps, StepIndicator, type StepIndicatorProps, type StepProps, Stepper, type StepperProps, StepTitle, type StepTitleProps, stepConnectorVariants, stepContentVariants, stepDescriptionVariants, stepIndicatorVariants, stepperVariants, stepTitleVariants, stepVariants, } from "./stepper";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/stepper/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,IAAI,EACJ,aAAa,EACb,KAAK,kBAAkB,EACvB,WAAW,EACX,KAAK,gBAAgB,EACrB,eAAe,EACf,KAAK,oBAAoB,EACzB,aAAa,EACb,KAAK,kBAAkB,EACvB,KAAK,SAAS,EACd,OAAO,EACP,KAAK,YAAY,EACjB,SAAS,EACT,KAAK,cAAc,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,uBAAuB,EACvB,qBAAqB,EACrB,eAAe,EACf,iBAAiB,EACjB,YAAY,GACZ,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { type HTMLAttributes, type ReactNode } from "react";
|
|
2
|
+
declare const stepperVariants: (props?: ({
|
|
3
|
+
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
4
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
5
|
+
declare const stepVariants: (props?: ({
|
|
6
|
+
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
7
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
8
|
+
declare const stepIndicatorVariants: (props?: ({
|
|
9
|
+
status?: "current" | "incomplete" | "complete" | null | undefined;
|
|
10
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
11
|
+
animated?: boolean | null | undefined;
|
|
12
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
13
|
+
declare const stepConnectorVariants: (props?: ({
|
|
14
|
+
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
15
|
+
status?: "incomplete" | "complete" | null | undefined;
|
|
16
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
17
|
+
animated?: boolean | null | undefined;
|
|
18
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
19
|
+
declare const stepContentVariants: (props?: ({
|
|
20
|
+
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
21
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
22
|
+
declare const stepTitleVariants: (props?: ({
|
|
23
|
+
status?: "current" | "incomplete" | "complete" | null | undefined;
|
|
24
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
25
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
26
|
+
declare const stepDescriptionVariants: (props?: ({
|
|
27
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
28
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
29
|
+
declare const Orientation: {
|
|
30
|
+
readonly horizontal: "horizontal";
|
|
31
|
+
readonly vertical: "vertical";
|
|
32
|
+
};
|
|
33
|
+
declare const Status: {
|
|
34
|
+
readonly incomplete: "incomplete";
|
|
35
|
+
readonly current: "current";
|
|
36
|
+
readonly complete: "complete";
|
|
37
|
+
};
|
|
38
|
+
declare const Size: {
|
|
39
|
+
readonly sm: "sm";
|
|
40
|
+
readonly md: "md";
|
|
41
|
+
readonly lg: "lg";
|
|
42
|
+
readonly xl: "xl";
|
|
43
|
+
};
|
|
44
|
+
type OrientationValue = (typeof Orientation)[keyof typeof Orientation];
|
|
45
|
+
type StatusValue = (typeof Status)[keyof typeof Status];
|
|
46
|
+
type SizeValue = (typeof Size)[keyof typeof Size];
|
|
47
|
+
interface StepperProps extends HTMLAttributes<HTMLDivElement> {
|
|
48
|
+
orientation?: OrientationValue;
|
|
49
|
+
activeStep?: number;
|
|
50
|
+
size?: SizeValue;
|
|
51
|
+
}
|
|
52
|
+
declare const Stepper: import("react").ForwardRefExoticComponent<StepperProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
53
|
+
interface StepProps extends HTMLAttributes<HTMLDivElement> {
|
|
54
|
+
orientation?: OrientationValue;
|
|
55
|
+
isLast?: boolean;
|
|
56
|
+
isCurrent?: boolean;
|
|
57
|
+
}
|
|
58
|
+
declare const Step: import("react").ForwardRefExoticComponent<StepProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
59
|
+
interface StepIndicatorProps extends HTMLAttributes<HTMLDivElement> {
|
|
60
|
+
status?: StatusValue;
|
|
61
|
+
size?: SizeValue;
|
|
62
|
+
icon?: ReactNode;
|
|
63
|
+
step?: number;
|
|
64
|
+
animated?: boolean;
|
|
65
|
+
}
|
|
66
|
+
declare const StepIndicator: import("react").ForwardRefExoticComponent<StepIndicatorProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
67
|
+
interface StepConnectorProps extends HTMLAttributes<HTMLDivElement> {
|
|
68
|
+
orientation?: OrientationValue;
|
|
69
|
+
status?: "incomplete" | "complete";
|
|
70
|
+
size?: SizeValue;
|
|
71
|
+
animated?: boolean;
|
|
72
|
+
}
|
|
73
|
+
declare const StepConnector: import("react").ForwardRefExoticComponent<StepConnectorProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
74
|
+
interface StepContentProps extends HTMLAttributes<HTMLDivElement> {
|
|
75
|
+
orientation?: OrientationValue;
|
|
76
|
+
}
|
|
77
|
+
declare const StepContent: import("react").ForwardRefExoticComponent<StepContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
78
|
+
interface StepTitleProps extends HTMLAttributes<HTMLHeadingElement> {
|
|
79
|
+
status?: StatusValue;
|
|
80
|
+
size?: SizeValue;
|
|
81
|
+
}
|
|
82
|
+
declare const StepTitle: import("react").ForwardRefExoticComponent<StepTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
83
|
+
interface StepDescriptionProps extends HTMLAttributes<HTMLParagraphElement> {
|
|
84
|
+
size?: SizeValue;
|
|
85
|
+
}
|
|
86
|
+
declare const StepDescription: import("react").ForwardRefExoticComponent<StepDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
87
|
+
export { Stepper, Step, StepIndicator, StepConnector, StepContent, StepTitle, StepDescription, stepperVariants, stepVariants, stepIndicatorVariants, stepConnectorVariants, stepContentVariants, stepTitleVariants, stepDescriptionVariants, type StepperProps, type StepProps, type StepIndicatorProps, type StepConnectorProps, type StepContentProps, type StepTitleProps, type StepDescriptionProps, };
|
|
88
|
+
//# sourceMappingURL=stepper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stepper.d.ts","sourceRoot":"","sources":["../../../src/components/stepper/stepper.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
2
|
+
import { type ComponentPropsWithoutRef } from "react";
|
|
3
|
+
import type { ControlStatus } from "@/lib/types";
|
|
4
|
+
declare const SwitchSize: {
|
|
5
|
+
readonly sm: "sm";
|
|
6
|
+
readonly md: "md";
|
|
7
|
+
readonly lg: "lg";
|
|
8
|
+
readonly xl: "xl";
|
|
9
|
+
};
|
|
10
|
+
type SwitchSizeValue = (typeof SwitchSize)[keyof typeof SwitchSize];
|
|
11
|
+
declare const SwitchStatus: {
|
|
12
|
+
readonly default: "default";
|
|
13
|
+
readonly error: "error";
|
|
14
|
+
readonly success: "success";
|
|
15
|
+
};
|
|
16
|
+
declare const switchVariants: (props?: ({
|
|
17
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
18
|
+
status?: "default" | "success" | "error" | null | undefined;
|
|
19
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
20
|
+
interface SwitchProps extends Omit<ComponentPropsWithoutRef<typeof SwitchPrimitive.Root>, "asChild"> {
|
|
21
|
+
size?: SwitchSizeValue;
|
|
22
|
+
status?: ControlStatus;
|
|
23
|
+
}
|
|
24
|
+
declare const Switch: import("react").ForwardRefExoticComponent<SwitchProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
25
|
+
export { Switch, switchVariants, type SwitchProps, SwitchSize, SwitchStatus };
|
|
26
|
+
//# sourceMappingURL=switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../src/components/switch/switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAE1D,OAAO,EAAE,KAAK,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAGlE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,QAAA,MAAM,UAAU;;;;;CAKN,CAAC;AAEX,KAAK,eAAe,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAEpE,QAAA,MAAM,YAAY;;;;CAIR,CAAC;AAEX,QAAA,MAAM,cAAc;;;8EAwBnB,CAAC;AAgBF,UAAU,WACT,SAAQ,IAAI,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC;IAC9E,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,MAAM,CAAC,EAAE,aAAa,CAAC;CACvB;AAED,QAAA,MAAM,MAAM,2GAyBX,CAAC;AAIF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,KAAK,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableSize, tableBodyVariants, tableCaptionVariants, tableCellVariants, tableContainerVariants, tableFooterVariants, tableHeadVariants, tableHeaderVariants, tableRowVariants, tableVariants, type TableCellProps, type TableHeadProps, type TableProps, type TableSizeValue, } from "./table";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,EACL,SAAS,EACT,YAAY,EACZ,SAAS,EACT,WAAW,EACX,SAAS,EACT,WAAW,EACX,QAAQ,EACR,SAAS,EACT,iBAAiB,EACjB,oBAAoB,EACpB,iBAAiB,EACjB,sBAAsB,EACtB,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,aAAa,EACb,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,cAAc,GACnB,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { type HTMLAttributes, type TdHTMLAttributes, type ThHTMLAttributes } from "react";
|
|
2
|
+
declare const TableSize: {
|
|
3
|
+
readonly sm: "sm";
|
|
4
|
+
readonly md: "md";
|
|
5
|
+
readonly lg: "lg";
|
|
6
|
+
};
|
|
7
|
+
type TableSizeValue = (typeof TableSize)[keyof typeof TableSize];
|
|
8
|
+
declare const tableContainerVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
9
|
+
declare const tableVariants: (props?: ({
|
|
10
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
11
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
12
|
+
declare const tableHeaderVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
13
|
+
declare const tableBodyVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
14
|
+
declare const tableFooterVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
15
|
+
declare const tableRowVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
16
|
+
declare const tableHeadVariants: (props?: ({
|
|
17
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
18
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
19
|
+
declare const tableCellVariants: (props?: ({
|
|
20
|
+
size?: "lg" | "md" | "sm" | null | undefined;
|
|
21
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
22
|
+
declare const tableCaptionVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
23
|
+
interface TableProps extends HTMLAttributes<HTMLTableElement> {
|
|
24
|
+
containerClassName?: string;
|
|
25
|
+
size?: TableSizeValue;
|
|
26
|
+
}
|
|
27
|
+
declare const Table: import("react").ForwardRefExoticComponent<TableProps & import("react").RefAttributes<HTMLTableElement>>;
|
|
28
|
+
declare const TableHeader: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLTableSectionElement> & import("react").RefAttributes<HTMLTableSectionElement>>;
|
|
29
|
+
declare const TableBody: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLTableSectionElement> & import("react").RefAttributes<HTMLTableSectionElement>>;
|
|
30
|
+
declare const TableFooter: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLTableSectionElement> & import("react").RefAttributes<HTMLTableSectionElement>>;
|
|
31
|
+
declare const TableRow: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLTableRowElement> & import("react").RefAttributes<HTMLTableRowElement>>;
|
|
32
|
+
interface TableHeadProps extends ThHTMLAttributes<HTMLTableCellElement> {
|
|
33
|
+
size?: TableSizeValue;
|
|
34
|
+
}
|
|
35
|
+
declare const TableHead: import("react").ForwardRefExoticComponent<TableHeadProps & import("react").RefAttributes<HTMLTableCellElement>>;
|
|
36
|
+
interface TableCellProps extends TdHTMLAttributes<HTMLTableCellElement> {
|
|
37
|
+
size?: TableSizeValue;
|
|
38
|
+
}
|
|
39
|
+
declare const TableCell: import("react").ForwardRefExoticComponent<TableCellProps & import("react").RefAttributes<HTMLTableCellElement>>;
|
|
40
|
+
declare const TableCaption: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLTableCaptionElement> & import("react").RefAttributes<HTMLTableCaptionElement>>;
|
|
41
|
+
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableSize, tableBodyVariants, tableCaptionVariants, tableCellVariants, tableContainerVariants, tableFooterVariants, tableHeadVariants, tableHeaderVariants, tableRowVariants, tableVariants, type TableCellProps, type TableHeadProps, type TableProps, type TableSizeValue, };
|
|
42
|
+
//# sourceMappingURL=table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.tsx"],"names":[],"mappings":"AACA,OAAO,EAGN,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EAErB,MAAM,OAAO,CAAC;AAIf,QAAA,MAAM,SAAS;;;;CAIL,CAAC;AAEX,KAAK,cAAc,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAIjE,QAAA,MAAM,sBAAsB,oFAE3B,CAAC;AAEF,QAAA,MAAM,aAAa;;8EAWjB,CAAC;AAEH,QAAA,MAAM,mBAAmB,oFAExB,CAAC;AAEF,QAAA,MAAM,iBAAiB,oFAAoC,CAAC;AAE5D,QAAA,MAAM,mBAAmB,oFAExB,CAAC;AAEF,QAAA,MAAM,gBAAgB,oFAErB,CAAC;AAEF,QAAA,MAAM,iBAAiB;;8EActB,CAAC;AAEF,QAAA,MAAM,iBAAiB;;8EAWrB,CAAC;AAEH,QAAA,MAAM,oBAAoB,oFAA4C,CAAC;AAEvE,UAAU,UAAW,SAAQ,cAAc,CAAC,gBAAgB,CAAC;IAC5D,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,IAAI,CAAC,EAAE,cAAc,CAAC;CACtB;AAED,QAAA,MAAM,KAAK,yGAgBV,CAAC;AAGF,QAAA,MAAM,WAAW,6IAIhB,CAAC;AAGF,QAAA,MAAM,SAAS,6IAId,CAAC;AAGF,QAAA,MAAM,WAAW,6IAIhB,CAAC;AAGF,QAAA,MAAM,QAAQ,qIAIb,CAAC;AAGF,UAAU,cAAe,SAAQ,gBAAgB,CAAC,oBAAoB,CAAC;IACtE,IAAI,CAAC,EAAE,cAAc,CAAC;CACtB;AAED,QAAA,MAAM,SAAS,iHAad,CAAC;AAGF,UAAU,cAAe,SAAQ,gBAAgB,CAAC,oBAAoB,CAAC;IACtE,IAAI,CAAC,EAAE,cAAc,CAAC;CACtB;AAED,QAAA,MAAM,SAAS,iHAad,CAAC;AAGF,QAAA,MAAM,YAAY,6IAIjB,CAAC;AAGF,OAAO,EACN,KAAK,EACL,SAAS,EACT,YAAY,EACZ,SAAS,EACT,WAAW,EACX,SAAS,EACT,WAAW,EACX,QAAQ,EACR,SAAS,EACT,iBAAiB,EACjB,oBAAoB,EACpB,iBAAiB,EACjB,sBAAsB,EACtB,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,aAAa,EACb,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,cAAc,GACnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,KAAK,aAAa,EAClB,WAAW,EACX,KAAK,gBAAgB,EACrB,mBAAmB,EACnB,gBAAgB,EAChB,mBAAmB,GACnB,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
2
|
+
import { type ComponentPropsWithoutRef } from "react";
|
|
3
|
+
declare const Size: {
|
|
4
|
+
readonly sm: "sm";
|
|
5
|
+
readonly md: "md";
|
|
6
|
+
readonly lg: "lg";
|
|
7
|
+
readonly xl: "xl";
|
|
8
|
+
};
|
|
9
|
+
type SizeValue = (typeof Size)[keyof typeof Size];
|
|
10
|
+
declare const tabsListVariants: (props?: ({
|
|
11
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
12
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
13
|
+
declare const tabsTriggerVariants: (props?: ({
|
|
14
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
15
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
16
|
+
declare const tabsContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
17
|
+
declare const Tabs: import("react").ForwardRefExoticComponent<TabsPrimitive.TabsProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
18
|
+
interface TabsListProps extends ComponentPropsWithoutRef<typeof TabsPrimitive.List> {
|
|
19
|
+
size?: SizeValue;
|
|
20
|
+
}
|
|
21
|
+
declare const TabsList: import("react").ForwardRefExoticComponent<TabsListProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
22
|
+
interface TabsTriggerProps extends ComponentPropsWithoutRef<typeof TabsPrimitive.Trigger> {
|
|
23
|
+
size?: SizeValue;
|
|
24
|
+
}
|
|
25
|
+
declare const TabsTrigger: import("react").ForwardRefExoticComponent<TabsTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
26
|
+
declare const TabsContent: import("react").ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
27
|
+
export { Tabs, TabsList, TabsTrigger, TabsContent, tabsListVariants, tabsTriggerVariants, tabsContentVariants, type TabsListProps, type TabsTriggerProps, };
|
|
28
|
+
//# sourceMappingURL=tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EACN,KAAK,wBAAwB,EAS7B,MAAM,OAAO,CAAC;AAIf,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,gBAAgB;;8EAerB,CAAC;AAEF,QAAA,MAAM,mBAAmB;;8EAexB,CAAC;AAEF,QAAA,MAAM,mBAAmB,oFAExB,CAAC;AAmBF,QAAA,MAAM,IAAI,oHAAqB,CAAC;AAEhC,UAAU,aAAc,SAAQ,wBAAwB,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC;IAClF,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,QAAQ,0GA6Fb,CAAC;AAGF,UAAU,gBAAiB,SAAQ,wBAAwB,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC;IACxF,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,WAAW,gHAwBhB,CAAC;AAGF,QAAA,MAAM,WAAW,wLAKf,CAAC;AAGH,OAAO,EACN,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,KAAK,aAAa,EAClB,KAAK,gBAAgB,GACrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/textarea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type TextareaHTMLAttributes } from "react";
|
|
2
|
+
declare const TextareaStatus: {
|
|
3
|
+
readonly default: "default";
|
|
4
|
+
readonly error: "error";
|
|
5
|
+
readonly success: "success";
|
|
6
|
+
};
|
|
7
|
+
declare const TextareaSize: {
|
|
8
|
+
readonly sm: "sm";
|
|
9
|
+
readonly md: "md";
|
|
10
|
+
readonly lg: "lg";
|
|
11
|
+
readonly xl: "xl";
|
|
12
|
+
};
|
|
13
|
+
type TextareaStatusValue = (typeof TextareaStatus)[keyof typeof TextareaStatus];
|
|
14
|
+
type TextareaSizeValue = (typeof TextareaSize)[keyof typeof TextareaSize];
|
|
15
|
+
declare const textareaVariants: (props?: ({
|
|
16
|
+
status?: "default" | "success" | "error" | null | undefined;
|
|
17
|
+
size?: "lg" | "xl" | "md" | "sm" | null | undefined;
|
|
18
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
19
|
+
interface TextareaProps extends Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, "size"> {
|
|
20
|
+
status?: TextareaStatusValue;
|
|
21
|
+
size?: TextareaSizeValue;
|
|
22
|
+
fullWidth?: boolean;
|
|
23
|
+
noResize?: boolean;
|
|
24
|
+
}
|
|
25
|
+
declare const Textarea: import("react").ForwardRefExoticComponent<TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
26
|
+
export { Textarea, textareaVariants, type TextareaProps, TextareaStatus, TextareaSize };
|
|
27
|
+
//# sourceMappingURL=textarea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../src/components/textarea/textarea.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAIhE,QAAA,MAAM,cAAc;;;;CAIV,CAAC;AAEX,QAAA,MAAM,YAAY;;;;;CAKR,CAAC;AAEX,KAAK,mBAAmB,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAChF,KAAK,iBAAiB,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE1E,QAAA,MAAM,gBAAgB;;;8EAqBrB,CAAC;AAEF,UAAU,aAAc,SAAQ,IAAI,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IACxF,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAC7B,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,QAAQ,+GA8Bb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,KAAK,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { Timeline, TimelineConnector, type TimelineConnectorProps, TimelineContent, type TimelineContentProps, TimelineDescription, type TimelineDescriptionProps, TimelineDot, type TimelineDotProps, TimelineItem, type TimelineItemProps, type TimelineProps, TimelineTime, type TimelineTimeProps, TimelineTitle, type TimelineTitleProps, timelineConnectorVariants, timelineContentVariants, timelineDescriptionVariants, timelineDotVariants, timelineItemVariants, timelineTimeVariants, timelineTitleVariants, timelineVariants, } from "./timeline";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/timeline/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,QAAQ,EACR,iBAAiB,EACjB,KAAK,sBAAsB,EAC3B,eAAe,EACf,KAAK,oBAAoB,EACzB,mBAAmB,EACnB,KAAK,wBAAwB,EAC7B,WAAW,EACX,KAAK,gBAAgB,EACrB,YAAY,EACZ,KAAK,iBAAiB,EACtB,KAAK,aAAa,EAClB,YAAY,EACZ,KAAK,iBAAiB,EACtB,aAAa,EACb,KAAK,kBAAkB,EACvB,yBAAyB,EACzB,uBAAuB,EACvB,2BAA2B,EAC3B,mBAAmB,EACnB,oBAAoB,EACpB,oBAAoB,EACpB,qBAAqB,EACrB,gBAAgB,GAChB,MAAM,YAAY,CAAC"}
|