@ghostly-solutions/ui 0.3.11 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-fqe20k50.js +11 -0
- package/dist/components/alert-dialog/alert-dialog.d.ts +3 -1
- package/dist/components/alert-dialog/alert-dialog.d.ts.map +1 -1
- package/dist/components/aspect-ratio/aspect-ratio.d.ts +6 -2
- package/dist/components/aspect-ratio/aspect-ratio.d.ts.map +1 -1
- package/dist/components/aspect-ratio/index.d.ts +1 -1
- package/dist/components/aspect-ratio/index.d.ts.map +1 -1
- package/dist/components/badge/badge.d.ts +6 -3
- package/dist/components/badge/badge.d.ts.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.builders.d.ts +23 -0
- package/dist/components/breadcrumb/breadcrumb.builders.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.contract.d.ts +63 -0
- package/dist/components/breadcrumb/breadcrumb.contract.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.logic.d.ts +7 -0
- package/dist/components/breadcrumb/breadcrumb.logic.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.smart.d.ts +34 -0
- package/dist/components/breadcrumb/breadcrumb.smart.d.ts.map +1 -0
- package/dist/components/breadcrumb/index.d.ts +4 -0
- package/dist/components/breadcrumb/index.d.ts.map +1 -1
- package/dist/components/button/button.d.ts +1 -1
- package/dist/components/calendar/calendar.d.ts.map +1 -1
- package/dist/components/command/command.d.ts +5 -1
- package/dist/components/command/command.d.ts.map +1 -1
- package/dist/components/context-menu/context-menu.d.ts +3 -2
- package/dist/components/context-menu/context-menu.d.ts.map +1 -1
- package/dist/components/dialog/dialog.d.ts +8 -3
- package/dist/components/dialog/dialog.d.ts.map +1 -1
- package/dist/components/drawer/drawer.d.ts.map +1 -1
- package/dist/components/dropdown-menu/dropdown-menu.d.ts +4 -6
- package/dist/components/dropdown-menu/dropdown-menu.d.ts.map +1 -1
- package/dist/components/error-boundary/error-boundary.d.ts +3 -3
- package/dist/components/form-field/form-field.d.ts.map +1 -1
- package/dist/components/hover-card/hover-card.d.ts +2 -1
- package/dist/components/hover-card/hover-card.d.ts.map +1 -1
- package/dist/components/kbd/kbd.d.ts.map +1 -1
- package/dist/components/label/label.d.ts.map +1 -1
- package/dist/components/loader/loader.d.ts +3 -2
- package/dist/components/loader/loader.d.ts.map +1 -1
- package/dist/components/multiselect/multiselect.d.ts.map +1 -1
- package/dist/components/navbar/navbar.d.ts +1 -1
- package/dist/components/otp-input/otp-input.d.ts +1 -1
- package/dist/components/overlay/index.d.ts +1 -1
- package/dist/components/overlay/index.d.ts.map +1 -1
- package/dist/components/overlay/overlay.d.ts +11 -9
- package/dist/components/overlay/overlay.d.ts.map +1 -1
- package/dist/components/overlay/overlay.shared.d.ts +6 -0
- package/dist/components/overlay/overlay.shared.d.ts.map +1 -0
- package/dist/components/popover/popover.d.ts +4 -4
- package/dist/components/popover/popover.d.ts.map +1 -1
- package/dist/components/progress/progress.d.ts.map +1 -1
- package/dist/components/resizable-panel/resizable-panel.d.ts +1 -1
- package/dist/components/resizable-panel/resizable-panel.d.ts.map +1 -1
- package/dist/components/scroll-area/scroll-area.d.ts.map +1 -1
- package/dist/components/segmented-control/segmented-control.d.ts +6 -1
- package/dist/components/segmented-control/segmented-control.d.ts.map +1 -1
- package/dist/components/select/select.d.ts.map +1 -1
- package/dist/components/sheet/sheet.d.ts +8 -3
- package/dist/components/sheet/sheet.d.ts.map +1 -1
- package/dist/components/slider/slider.d.ts +1 -3
- package/dist/components/slider/slider.d.ts.map +1 -1
- package/dist/components/spotlight/index.d.ts +1 -1
- package/dist/components/spotlight/index.d.ts.map +1 -1
- package/dist/components/spotlight/spotlight.d.ts.map +1 -1
- package/dist/components/tabs/tabs.d.ts +2 -3
- package/dist/components/tabs/tabs.d.ts.map +1 -1
- package/dist/components/toast/toaster.d.ts.map +1 -1
- package/dist/components/toast/use-toast.d.ts.map +1 -1
- package/dist/components/tooltip/tooltip.d.ts +2 -1
- package/dist/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/components/ui-provider/index.d.ts +1 -1
- package/dist/components/ui-provider/index.d.ts.map +1 -1
- package/dist/components/ui-provider/ui-provider.d.ts +7 -5
- package/dist/components/ui-provider/ui-provider.d.ts.map +1 -1
- package/dist/contracts/component-contracts.d.ts +75 -0
- package/dist/contracts/component-contracts.d.ts.map +1 -0
- package/dist/contracts/events.d.ts +14 -0
- package/dist/contracts/events.d.ts.map +1 -0
- package/dist/contracts/hotkeys.d.ts +108 -0
- package/dist/contracts/hotkeys.d.ts.map +1 -0
- package/dist/contracts/index.d.ts +7 -0
- package/dist/contracts/index.d.ts.map +1 -0
- package/dist/contracts/overlay.d.ts +17 -0
- package/dist/contracts/overlay.d.ts.map +1 -0
- package/dist/contracts/primitives.d.ts +72 -0
- package/dist/contracts/primitives.d.ts.map +1 -0
- package/dist/contracts/theme.d.ts +24 -0
- package/dist/contracts/theme.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/use-hotkey.d.ts.map +1 -1
- package/dist/hooks/use-media-query.d.ts.map +1 -1
- package/dist/hooks/use-platform.d.ts.map +1 -1
- package/dist/hooks/use-reduced-motion.d.ts +4 -0
- package/dist/hooks/use-reduced-motion.d.ts.map +1 -0
- package/dist/index.d.ts +7 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -4
- package/dist/lib/density.d.ts +2 -13
- package/dist/lib/density.d.ts.map +1 -1
- package/dist/lib/hotkey.d.ts +2 -88
- package/dist/lib/hotkey.d.ts.map +1 -1
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/platform.d.ts +6 -3
- package/dist/lib/platform.d.ts.map +1 -1
- package/dist/lib/theme/constants.d.ts +4 -4
- package/dist/lib/theme/constants.d.ts.map +1 -1
- package/dist/lib/theme/core.d.ts +2 -15
- package/dist/lib/theme/core.d.ts.map +1 -1
- package/dist/lib/theme/index.d.ts +3 -3
- package/dist/lib/theme/index.d.ts.map +1 -1
- package/dist/lib/theme/system.d.ts.map +1 -1
- package/dist/lib/types.d.ts +2 -37
- package/dist/lib/types.d.ts.map +1 -1
- package/dist/server.d.ts +9 -4
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +1 -1
- package/dist/styles/index.css +1 -1
- package/dist/styles/themes/base.css +1 -1
- package/dist/styles/themes/ghost-guard.css +1 -1
- package/dist/styles/themes/ghostly-solutions.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-2ke0h0a1.js +0 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../src/components/loader/loader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../src/components/loader/loader.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAW,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAElE,UAAU,WAAY,SAAQ,YAAY;CAAG;AAE7C,QAAA,MAAM,MAAM,yGAEV,CAAC;AAIH,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multiselect.d.ts","sourceRoot":"","sources":["../../../src/components/multiselect/multiselect.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"multiselect.d.ts","sourceRoot":"","sources":["../../../src/components/multiselect/multiselect.tsx"],"names":[],"mappings":"AAKA,OAAO,EACN,KAAK,wBAAwB,EAQ7B,MAAM,OAAO,CAAC;AAGf,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAQjD,QAAA,MAAM,eAAe;;;;;CAKX,CAAC;AAEX,KAAK,oBAAoB,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAMnF,QAAA,MAAM,0BAA0B;;;8EA4B/B,CAAC;AA+BF,UAAU,iBAAiB;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,UAAU,gBAAiB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAChG,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,oBAAoB,CAAC;IAC5B,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;CACzB;AAMD,QAAA,MAAM,WAAW,gHA2RhB,CAAC;AAIF,OAAO,EACN,WAAW,EACX,0BAA0B,EAC1B,eAAe,EACf,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,GACzB,CAAC"}
|
|
@@ -11,7 +11,7 @@ declare const navbarBrandTaglineVariants: (props?: ({
|
|
|
11
11
|
size?: "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
12
12
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
13
13
|
declare const navbarContentVariants: (props?: ({
|
|
14
|
-
align?: "
|
|
14
|
+
align?: "start" | "center" | "end" | null | undefined;
|
|
15
15
|
gap?: "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
16
16
|
size?: "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
17
17
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -25,7 +25,7 @@ declare const otpSlotVariants: (props?: ({
|
|
|
25
25
|
focused?: boolean | null | undefined;
|
|
26
26
|
status?: "default" | "success" | "error" | null | undefined;
|
|
27
27
|
disabled?: boolean | null | undefined;
|
|
28
|
-
position?: "single" | "
|
|
28
|
+
position?: "single" | "middle" | "first" | "last" | null | undefined;
|
|
29
29
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
30
30
|
declare const otpInputVariants: (props?: ({
|
|
31
31
|
size?: "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { type OverlayContextValue, type OverlayDialogOptions, type OverlayHandle, OverlayProvider, type OverlayProviderProps, type OverlaySheetOptions, useOverlay, } from "./overlay";
|
|
1
|
+
export { OVERLAY_REMOVE_DELAY_DEFAULT, type OverlayComponentProps, type OverlayContextValue, type OverlayDialogOptions, type OverlayHandle, OverlayProvider, type OverlayProviderProps, type OverlaySheetOptions, useOverlay, } from "./overlay";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/overlay/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,eAAe,EACf,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,UAAU,GACV,MAAM,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/overlay/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,4BAA4B,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,eAAe,EACf,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,UAAU,GACV,MAAM,WAAW,CAAC"}
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
import { type ComponentType, type ReactNode } from "react";
|
|
2
2
|
import { type DialogContentProps } from "@/components/dialog";
|
|
3
3
|
import { type SheetContentProps } from "@/components/sheet";
|
|
4
|
+
type OverlayCloseFn = () => void;
|
|
5
|
+
interface OverlayComponentProps {
|
|
6
|
+
close: OverlayCloseFn;
|
|
7
|
+
}
|
|
4
8
|
interface OverlayHandle {
|
|
5
9
|
id: string;
|
|
6
|
-
close:
|
|
10
|
+
close: OverlayCloseFn;
|
|
7
11
|
}
|
|
8
12
|
interface OverlayDialogOptions extends Omit<DialogContentProps, "children"> {
|
|
9
13
|
}
|
|
10
14
|
interface OverlaySheetOptions extends Omit<SheetContentProps, "children"> {
|
|
11
15
|
}
|
|
12
16
|
interface OverlayContextValue {
|
|
13
|
-
dialog: <P extends Record<string, unknown>>(component: ComponentType<P &
|
|
14
|
-
|
|
15
|
-
}>, props: P, options?: OverlayDialogOptions) => OverlayHandle;
|
|
16
|
-
sheet: <P extends Record<string, unknown>>(component: ComponentType<P & {
|
|
17
|
-
close: () => void;
|
|
18
|
-
}>, props: P, options?: OverlaySheetOptions) => OverlayHandle;
|
|
17
|
+
dialog: <P extends Record<string, unknown>>(component: ComponentType<P & OverlayComponentProps>, props: P, options?: OverlayDialogOptions) => OverlayHandle;
|
|
18
|
+
sheet: <P extends Record<string, unknown>>(component: ComponentType<P & OverlayComponentProps>, props: P, options?: OverlaySheetOptions) => OverlayHandle;
|
|
19
19
|
close: (id: string) => void;
|
|
20
20
|
closeAll: () => void;
|
|
21
21
|
}
|
|
22
|
+
declare const OVERLAY_REMOVE_DELAY_DEFAULT = 250;
|
|
22
23
|
interface OverlayProviderProps {
|
|
23
24
|
children: ReactNode;
|
|
25
|
+
removeDelay?: number;
|
|
24
26
|
}
|
|
25
|
-
declare function OverlayProvider({ children }: OverlayProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
declare function OverlayProvider({ children, removeDelay, }: OverlayProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
26
28
|
declare namespace OverlayProvider {
|
|
27
29
|
var displayName: string;
|
|
28
30
|
}
|
|
29
31
|
declare function useOverlay(): OverlayContextValue;
|
|
30
|
-
export { OverlayProvider, useOverlay, type OverlayContextValue, type OverlayDialogOptions, type OverlayHandle, type OverlayProviderProps, type OverlaySheetOptions, };
|
|
32
|
+
export { OVERLAY_REMOVE_DELAY_DEFAULT, OverlayProvider, useOverlay, type OverlayComponentProps, type OverlayContextValue, type OverlayDialogOptions, type OverlayHandle, type OverlayProviderProps, type OverlaySheetOptions, };
|
|
31
33
|
//# sourceMappingURL=overlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/components/overlay/overlay.tsx"],"names":[],"mappings":"AAEA,OAAO,EACN,KAAK,aAAa,
|
|
1
|
+
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/components/overlay/overlay.tsx"],"names":[],"mappings":"AAEA,OAAO,EACN,KAAK,aAAa,EAGlB,KAAK,SAAS,EAOd,MAAM,OAAO,CAAC;AACf,OAAO,EAAyB,KAAK,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACrF,OAAO,EAAuB,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAEjF,KAAK,cAAc,GAAG,MAAM,IAAI,CAAC;AAEjC,UAAU,qBAAqB;IAC9B,KAAK,EAAE,cAAc,CAAC;CACtB;AAED,UAAU,aAAa;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,cAAc,CAAC;CACtB;AAED,UAAU,oBAAqB,SAAQ,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC;CAAG;AAE9E,UAAU,mBAAoB,SAAQ,IAAI,CAAC,iBAAiB,EAAE,UAAU,CAAC;CAAG;AAE5E,UAAU,mBAAmB;IAC5B,MAAM,EAAE,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACzC,SAAS,EAAE,aAAa,CAAC,CAAC,GAAG,qBAAqB,CAAC,EACnD,KAAK,EAAE,CAAC,EACR,OAAO,CAAC,EAAE,oBAAoB,KAC1B,aAAa,CAAC;IACnB,KAAK,EAAE,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACxC,SAAS,EAAE,aAAa,CAAC,CAAC,GAAG,qBAAqB,CAAC,EACnD,KAAK,EAAE,CAAC,EACR,OAAO,CAAC,EAAE,mBAAmB,KACzB,aAAa,CAAC;IACnB,KAAK,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5B,QAAQ,EAAE,MAAM,IAAI,CAAC;CACrB;AAwBD,QAAA,MAAM,4BAA4B,MAAM,CAAC;AAEzC,UAAU,oBAAoB;IAC7B,QAAQ,EAAE,SAAS,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,iBAAS,eAAe,CAAC,EACxB,QAAQ,EACR,WAA0C,GAC1C,EAAE,oBAAoB,2CA0JtB;kBA7JQ,eAAe;;;AAwLxB,iBAAS,UAAU,IAAI,mBAAmB,CAMzC;AAED,OAAO,EACN,4BAA4B,EAC5B,eAAe,EACf,UAAU,EACV,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,GACxB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const OVERLAY_PORTAL_DEFAULT = true;
|
|
2
|
+
declare const OVERLAY_SIDE_OFFSET_DEFAULT = 4;
|
|
3
|
+
declare const OVERLAY_BACKDROP_CLASS = "fixed inset-0 z-50 bg-black/50";
|
|
4
|
+
declare const OVERLAY_CLOSE_BUTTON_CLASS = "gs-interactive absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none";
|
|
5
|
+
export { OVERLAY_BACKDROP_CLASS, OVERLAY_CLOSE_BUTTON_CLASS, OVERLAY_PORTAL_DEFAULT, OVERLAY_SIDE_OFFSET_DEFAULT, };
|
|
6
|
+
//# sourceMappingURL=overlay.shared.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overlay.shared.d.ts","sourceRoot":"","sources":["../../../src/components/overlay/overlay.shared.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,sBAAsB,OAAO,CAAC;AACpC,QAAA,MAAM,2BAA2B,IAAI,CAAC;AACtC,QAAA,MAAM,sBAAsB,mCAAmC,CAAC;AAChE,QAAA,MAAM,0BAA0B,0RACwP,CAAC;AAEzR,OAAO,EACN,sBAAsB,EACtB,0BAA0B,EAC1B,sBAAsB,EACtB,2BAA2B,GAC3B,CAAC"}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
2
2
|
import { type ComponentPropsWithoutRef } from "react";
|
|
3
|
+
import { type OverlayPortalProps } from "@/contracts";
|
|
3
4
|
declare const PopoverSize: {
|
|
4
5
|
readonly sm: "sm";
|
|
5
6
|
readonly md: "md";
|
|
6
7
|
readonly lg: "lg";
|
|
8
|
+
readonly xl: "xl";
|
|
7
9
|
};
|
|
8
10
|
type PopoverSizeValue = (typeof PopoverSize)[keyof typeof PopoverSize];
|
|
9
11
|
declare const popoverContentVariants: (props?: ({
|
|
10
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
12
|
+
size?: "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
11
13
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
12
14
|
declare const Popover: import("react").FC<PopoverPrimitive.PopoverProps>;
|
|
13
15
|
declare const PopoverTrigger: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
14
16
|
declare const PopoverAnchor: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
17
|
declare const PopoverClose: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
16
|
-
interface PopoverContentProps extends ComponentPropsWithoutRef<typeof PopoverPrimitive.Content
|
|
17
|
-
portal?: boolean;
|
|
18
|
-
portalContainer?: HTMLElement | null;
|
|
18
|
+
interface PopoverContentProps extends ComponentPropsWithoutRef<typeof PopoverPrimitive.Content>, OverlayPortalProps {
|
|
19
19
|
size?: PopoverSizeValue;
|
|
20
20
|
}
|
|
21
21
|
declare const PopoverContent: import("react").ForwardRefExoticComponent<PopoverContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/components/popover/popover.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAE5D,OAAO,EAAE,KAAK,wBAAwB,EAAc,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/components/popover/popover.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAE5D,OAAO,EAAE,KAAK,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAKlE,OAAO,EAAwB,KAAK,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAI5E,QAAA,MAAM,WAAW;;;;;CAKP,CAAC;AAEX,KAAK,gBAAgB,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAEvE,QAAA,MAAM,sBAAsB;;8EAe3B,CAAC;AAEF,QAAA,MAAM,OAAO,mDAAwB,CAAC;AACtC,QAAA,MAAM,cAAc,oIAA2B,CAAC;AAChD,QAAA,MAAM,aAAa,gIAA0B,CAAC;AAC9C,QAAA,MAAM,YAAY,kIAAyB,CAAC;AAE5C,UAAU,mBACT,SAAQ,wBAAwB,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,EAChE,kBAAkB;IACnB,IAAI,CAAC,EAAE,gBAAgB,CAAC;CACxB;AAED,QAAA,MAAM,cAAc,gHAsCnB,CAAC;AAGF,OAAO,EACN,OAAO,EACP,aAAa,EACb,YAAY,EACZ,cAAc,EACd,WAAW,EACX,cAAc,EACd,sBAAsB,EACtB,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,GACrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../../src/components/progress/progress.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAE9D,OAAO,
|
|
1
|
+
{"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../../src/components/progress/progress.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAE9D,OAAO,EACN,KAAK,wBAAwB,EAK7B,MAAM,OAAO,CAAC;AAIf,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAEX,QAAA,MAAM,OAAO;;;;;CAKH,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAClD,KAAK,YAAY,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAE3D,QAAA,MAAM,gBAAgB;;8EAYpB,CAAC;AAEH,QAAA,MAAM,yBAAyB;;8EAe9B,CAAC;AAEF,UAAU,aAAc,SAAQ,wBAAwB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC;IACtF,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;CACpB;AASD,QAAA,MAAM,QAAQ,0GAqCb,CAAC;AAGF,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,KAAK,aAAa,EAAE,CAAC"}
|
|
@@ -16,7 +16,7 @@ interface ResizablePanelGroupProps extends ComponentPropsWithoutRef<"div"> {
|
|
|
16
16
|
children?: ReactNode;
|
|
17
17
|
}
|
|
18
18
|
declare const ResizablePanelGroup: import("react").ForwardRefExoticComponent<ResizablePanelGroupProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
19
|
-
interface ResizablePanelProps extends ComponentPropsWithoutRef<"div"> {
|
|
19
|
+
interface ResizablePanelProps extends Omit<ComponentPropsWithoutRef<"div">, "style"> {
|
|
20
20
|
defaultSize?: number;
|
|
21
21
|
minSize?: number;
|
|
22
22
|
maxSize?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resizable-panel.d.ts","sourceRoot":"","sources":["../../../src/components/resizable-panel/resizable-panel.tsx"],"names":[],"mappings":"AAGA,OAAO,EACN,KAAK,wBAAwB,
|
|
1
|
+
{"version":3,"file":"resizable-panel.d.ts","sourceRoot":"","sources":["../../../src/components/resizable-panel/resizable-panel.tsx"],"names":[],"mappings":"AAGA,OAAO,EACN,KAAK,wBAAwB,EAI7B,KAAK,SAAS,EAMd,MAAM,OAAO,CAAC;AAGf,KAAK,SAAS,GAAG,YAAY,GAAG,UAAU,CAAC;AAY3C,QAAA,MAAM,2BAA2B;;8EAU/B,CAAC;AAEH,QAAA,MAAM,sBAAsB,oFAE3B,CAAC;AAEF,QAAA,MAAM,uBAAuB;;;8EAsB5B,CAAC;AAEF,QAAA,MAAM,2BAA2B;;8EAahC,CAAC;AAiHF,UAAU,wBAAyB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACzE,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,QAAA,MAAM,mBAAmB,qHAYxB,CAAC;AAGF,UAAU,mBAAoB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC;IACnF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,QAAA,MAAM,cAAc,gHAqCnB,CAAC;AAGF,UAAU,oBAAqB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACrE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,eAAe,iHAkJpB,CAAC;AAGF,OAAO,EACN,eAAe,EACf,cAAc,EACd,mBAAmB,EACnB,2BAA2B,EAC3B,uBAAuB,EACvB,2BAA2B,EAC3B,sBAAsB,EACtB,KAAK,SAAS,EACd,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,GACxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../src/components/scroll-area/scroll-area.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAKnE,QAAA,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../src/components/scroll-area/scroll-area.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAKnE,QAAA,MAAM,kBAAkB,oFAAgD,CAAC;AAEzE,QAAA,MAAM,iBAAiB;;8EAUrB,CAAC;AAEH,QAAA,MAAM,sBAAsB,oFAAgD,CAAC;AAE7E,QAAA,MAAM,UAAU,6LAWd,CAAC;AAGH,QAAA,MAAM,SAAS,sMAYb,CAAC;AAGH,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -36,5 +36,10 @@ interface SegmentedControlLabelItemProps extends Omit<HTMLAttributes<HTMLButtonE
|
|
|
36
36
|
disabled?: boolean;
|
|
37
37
|
}
|
|
38
38
|
declare const SegmentedControlLabelItem: import("react").ForwardRefExoticComponent<SegmentedControlLabelItemProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
39
|
-
|
|
39
|
+
declare const SegmentedControlSize: {
|
|
40
|
+
readonly sm: "sm";
|
|
41
|
+
readonly md: "md";
|
|
42
|
+
readonly lg: "lg";
|
|
43
|
+
};
|
|
44
|
+
export { SegmentedControl, SegmentedControlItem, SegmentedControlLabelItem, SegmentedControlSize, segmentedControlVariants, segmentedControlItemVariants, segmentedControlLabelVariants, type SegmentedControlProps, type SegmentedControlItemProps, type SegmentedControlLabelItemProps, type SizeValue as SegmentedControlSizeValue, };
|
|
40
45
|
//# sourceMappingURL=segmented-control.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"segmented-control.d.ts","sourceRoot":"","sources":["../../../src/components/segmented-control/segmented-control.tsx"],"names":[],"mappings":"AAGA,OAAO,EAGN,KAAK,cAAc,EACnB,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"segmented-control.d.ts","sourceRoot":"","sources":["../../../src/components/segmented-control/segmented-control.tsx"],"names":[],"mappings":"AAGA,OAAO,EAGN,KAAK,cAAc,EACnB,KAAK,SAAS,EAMd,MAAM,OAAO,CAAC;AAMf,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,wBAAwB;;8EAc7B,CAAC;AAEF,QAAA,MAAM,4BAA4B;;;8EA0BjC,CAAC;AAEF,QAAA,MAAM,6BAA6B;;;8EAyBlC,CAAC;AA4CF,UAAU,qBACT,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC;IACzE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,gBAAgB,kHAsIrB,CAAC;AAIF,UAAU,yBAA0B,SAAQ,IAAI,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC3F,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,SAAS,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,oBAAoB,yHA6BzB,CAAC;AAIF,UAAU,8BAA+B,SAAQ,IAAI,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAChG,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,yBAAyB,8HAgC9B,CAAC;AAIF,QAAA,MAAM,oBAAoB;;;;CAAO,CAAC;AAElC,OAAO,EACN,gBAAgB,EAChB,oBAAoB,EACpB,yBAAyB,EACzB,oBAAoB,EACpB,wBAAwB,EACxB,4BAA4B,EAC5B,6BAA6B,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,8BAA8B,EACnC,KAAK,SAAS,IAAI,yBAAyB,GAC3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/select/select.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAG5D,OAAO,EAEN,KAAK,wBAAwB,
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/select/select.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
2
|
-
import { type ComponentPropsWithoutRef, type HTMLAttributes } from "react";
|
|
2
|
+
import { type ComponentPropsWithoutRef, type HTMLAttributes, type ReactNode } from "react";
|
|
3
|
+
import { type OverlayPortalProps } from "@/contracts";
|
|
3
4
|
declare const Side: {
|
|
4
5
|
readonly top: "top";
|
|
5
6
|
readonly right: "right";
|
|
@@ -19,15 +20,19 @@ declare const sheetOverlayVariants: (props?: import("class-variance-authority/ty
|
|
|
19
20
|
declare const sheetContentVariants: (props?: ({
|
|
20
21
|
side?: "top" | "right" | "bottom" | "left" | null | undefined;
|
|
21
22
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
22
|
-
|
|
23
|
+
interface SheetRootProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Root> {
|
|
24
|
+
children?: ReactNode;
|
|
25
|
+
}
|
|
26
|
+
declare const Sheet: ({ children, open: controlledOpen, defaultOpen, onOpenChange, ...props }: SheetRootProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
27
|
declare const SheetTrigger: import("react").ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
24
28
|
declare const SheetClose: import("react").ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
25
29
|
declare const SheetPortal: import("react").FC<DialogPrimitive.DialogPortalProps>;
|
|
26
30
|
declare const SheetOverlay: import("react").ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
27
|
-
interface SheetContentProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Content
|
|
31
|
+
interface SheetContentProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, OverlayPortalProps {
|
|
28
32
|
side?: SideValue;
|
|
29
33
|
size?: SheetSizeValue;
|
|
30
34
|
showClose?: boolean;
|
|
35
|
+
showOverlay?: boolean;
|
|
31
36
|
}
|
|
32
37
|
declare const SheetContent: import("react").ForwardRefExoticComponent<SheetContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
33
38
|
declare const SheetHeader: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../../src/components/sheet/sheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAG1D,OAAO,EACN,KAAK,wBAAwB,
|
|
1
|
+
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../../src/components/sheet/sheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAG1D,OAAO,EACN,KAAK,wBAAwB,EAI7B,KAAK,cAAc,EACnB,KAAK,SAAS,EAKd,MAAM,OAAO,CAAC;AAMf,OAAO,EAA8C,KAAK,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAIlG,QAAA,MAAM,IAAI;;;;;CAKA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,SAAS;;;;;;CAML,CAAC;AAEX,KAAK,cAAc,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAyCjE,QAAA,MAAM,oBAAoB,oFAAsD,CAAC;AAEjF,QAAA,MAAM,oBAAoB;;8EAezB,CAAC;AAIF,UAAU,cAAe,SAAQ,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC;IACrF,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,QAAA,MAAM,KAAK,GAAI,yEAMZ,cAAc,4CAsBhB,CAAC;AAEF,QAAA,MAAM,YAAY,kIAA0B,CAAC;AAC7C,QAAA,MAAM,UAAU,gIAAwB,CAAC;AACzC,QAAA,MAAM,WAAW,uDAAyB,CAAC;AAE3C,QAAA,MAAM,YAAY,4LAKhB,CAAC;AAGH,UAAU,iBACT,SAAQ,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,EAC/D,kBAAkB;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,YAAY,8GAuEjB,CAAC;AAGF,QAAA,MAAM,WAAW;8BAA6B,cAAc,CAAC,cAAc,CAAC;;CAE3E,CAAC;AAGF,QAAA,MAAM,WAAW;8BAA6B,cAAc,CAAC,cAAc,CAAC;;CAK3E,CAAC;AAGF,QAAA,MAAM,UAAU,kMASd,CAAC;AAGH,QAAA,MAAM,gBAAgB,4MASpB,CAAC;AAGH,OAAO,EACN,KAAK,EACL,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,YAAY,EACZ,WAAW,EACX,SAAS,EACT,UAAU,EACV,YAAY,EACZ,oBAAoB,EACpB,oBAAoB,EACpB,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,SAAS,GACd,CAAC"}
|
|
@@ -6,9 +6,7 @@ declare const Size: {
|
|
|
6
6
|
readonly lg: "lg";
|
|
7
7
|
};
|
|
8
8
|
type SizeValue = (typeof Size)[keyof typeof Size];
|
|
9
|
-
declare const sliderVariants: (props?: (
|
|
10
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
11
|
-
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
|
+
declare const sliderVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
12
10
|
declare const sliderTrackVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
13
11
|
declare const sliderRangeVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
14
12
|
declare const sliderThumbVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../src/components/slider/slider.tsx"],"names":[],"mappings":"AAEA,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
|
|
1
|
+
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../src/components/slider/slider.tsx"],"names":[],"mappings":"AAEA,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,oFAAkE,CAAC;AAEvF,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;AAcD,QAAA,MAAM,MAAM,yGAsBX,CAAC;AAGF,OAAO,EACN,MAAM,EACN,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,KAAK,WAAW,GAChB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { matchesQuery, Spotlight, type SpotlightAction, type SpotlightFilterFn, type SpotlightProps, type SpotlightRenderItem, SpotlightSize, type SpotlightSizeValue, SpotlightStatus, type SpotlightStatusValue, spotlightDrawerPanelVariants, spotlightGroupLabelVariants, spotlightHeaderVariants, spotlightIconVariants, spotlightInputVariants, spotlightOptionContentVariants, spotlightOptionDescriptionVariants, spotlightOptionIconVariants, spotlightOptionTitleVariants, spotlightOptionVariants, spotlightOverlayVariants, spotlightPanelVariants, spotlightResultsVariants, spotlightShortcutVariants, spotlightStatusDescriptionVariants, spotlightStatusTitleVariants, spotlightStatusVariants, } from "./spotlight";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/spotlight/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,SAAS,EACT,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/spotlight/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,YAAY,EACZ,SAAS,EACT,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACxB,aAAa,EACb,KAAK,kBAAkB,EACvB,eAAe,EACf,KAAK,oBAAoB,EACzB,4BAA4B,EAC5B,2BAA2B,EAC3B,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACtB,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spotlight.d.ts","sourceRoot":"","sources":["../../../src/components/spotlight/spotlight.tsx"],"names":[],"mappings":"AAGA,OAAO,EACN,KAAK,wBAAwB,EAE7B,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"spotlight.d.ts","sourceRoot":"","sources":["../../../src/components/spotlight/spotlight.tsx"],"names":[],"mappings":"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"}
|
|
@@ -4,14 +4,13 @@ declare const Size: {
|
|
|
4
4
|
readonly sm: "sm";
|
|
5
5
|
readonly md: "md";
|
|
6
6
|
readonly lg: "lg";
|
|
7
|
-
readonly xl: "xl";
|
|
8
7
|
};
|
|
9
8
|
type SizeValue = (typeof Size)[keyof typeof Size];
|
|
10
9
|
declare const tabsListVariants: (props?: ({
|
|
11
|
-
size?: "sm" | "md" | "lg" |
|
|
10
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
12
11
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
13
12
|
declare const tabsTriggerVariants: (props?: ({
|
|
14
|
-
size?: "sm" | "md" | "lg" |
|
|
13
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
15
14
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
16
15
|
declare const tabsContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
17
16
|
declare const Tabs: import("react").ForwardRefExoticComponent<TabsPrimitive.TabsProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EACN,KAAK,wBAAwB,
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAEtD,OAAO,EACN,KAAK,wBAAwB,EAM7B,MAAM,OAAO,CAAC;AAMf,QAAA,MAAM,IAAI;;;;CAIA,CAAC;AAEX,KAAK,SAAS,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAElD,QAAA,MAAM,gBAAgB;;8EAcrB,CAAC;AAEF,QAAA,MAAM,mBAAmB;;8EAcxB,CAAC;AAEF,QAAA,MAAM,mBAAmB,oFAExB,CAAC;AAEF,QAAA,MAAM,IAAI,oHAAqB,CAAC;AAwBhC,UAAU,aAAc,SAAQ,wBAAwB,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC;IAClF,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,QAAQ,0GA0Gb,CAAC;AAGF,UAAU,gBAAiB,SAAQ,wBAAwB,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC;IACxF,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,WAAW,gHAWhB,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toaster.d.ts","sourceRoot":"","sources":["../../../src/components/toast/toaster.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEN,KAAK,cAAc,EAMnB,MAAM,OAAO,CAAC;AAGf,OAAO,EAAa,KAAK,cAAc,EAAsC,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;
|
|
1
|
+
{"version":3,"file":"toaster.d.ts","sourceRoot":"","sources":["../../../src/components/toast/toaster.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEN,KAAK,cAAc,EAMnB,MAAM,OAAO,CAAC;AAGf,OAAO,EAAa,KAAK,cAAc,EAAsC,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;AAuED,QAAA,MAAM,OAAO,2GA4IZ,CAAC;AAgJF,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,eAAe,EAAE,CAAC"}
|
|
@@ -1 +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,
|
|
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,CASxB;AAED,iBAAS,SAAS,IAAI,IAAI,CAWzB;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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
2
2
|
import { type ComponentPropsWithoutRef } from "react";
|
|
3
|
+
import { type OverlayPortalProps } from "@/contracts";
|
|
3
4
|
declare const TooltipProvider: import("react").FC<TooltipPrimitive.TooltipProviderProps>;
|
|
4
5
|
interface TooltipProps extends ComponentPropsWithoutRef<typeof TooltipPrimitive.Root> {
|
|
5
6
|
persistOnClick?: boolean;
|
|
@@ -19,7 +20,7 @@ type TooltipSizeValue = (typeof TooltipSize)[keyof typeof TooltipSize];
|
|
|
19
20
|
declare const tooltipContentVariants: (props?: ({
|
|
20
21
|
size?: "sm" | "md" | "lg" | "xl" | null | undefined;
|
|
21
22
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
22
|
-
declare const TooltipContent: import("react").ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
23
|
+
declare const TooltipContent: import("react").ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & OverlayPortalProps & {
|
|
23
24
|
size?: TooltipSizeValue;
|
|
24
25
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
25
26
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipSize, TooltipTrigger, tooltipContentVariants, type TooltipProps, type TooltipSizeValue, };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAE5D,OAAO,EAAE,KAAK,wBAAwB,EAAyC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAE5D,OAAO,EAAE,KAAK,wBAAwB,EAAyC,MAAM,OAAO,CAAC;AAK7F,OAAO,EAAwB,KAAK,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAI5E,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;6CAAoD,YAAY;;CAI5E,CAAC;AAGF,QAAA,MAAM,cAAc,oMA4BlB,CAAC;AAGH,QAAA,MAAM,WAAW;;;;;CAKP,CAAC;AAEX,KAAK,gBAAgB,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAEvE,QAAA,MAAM,sBAAsB;;8EAe3B,CAAC;AAEF,QAAA,MAAM,cAAc;WAGY,gBAAgB;kDA4C/C,CAAC;AAGF,OAAO,EACN,OAAO,EACP,cAAc,EACd,eAAe,EACf,WAAW,EACX,cAAc,EACd,sBAAsB,EACtB,KAAK,YAAY,EACjB,KAAK,gBAAgB,GACrB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { UIProvider, type UIProviderProps } from "./ui-provider";
|
|
1
|
+
export { UI_DEFAULT_COLOR_SCHEME, UI_DEFAULT_THEME, UIProvider, type UIProviderProps, } from "./ui-provider";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-provider/index.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-provider/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACN,uBAAuB,EACvB,gBAAgB,EAChB,UAAU,EACV,KAAK,eAAe,GACpB,MAAM,eAAe,CAAC"}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import type { ReactNode } from "react";
|
|
2
|
-
import { type DensityValue } from "@/lib/density";
|
|
3
2
|
import { type ThemeProviderProps } from "@/lib/theme";
|
|
4
|
-
|
|
3
|
+
declare const UI_DEFAULT_THEME = "ghostly-solutions";
|
|
4
|
+
declare const UI_DEFAULT_COLOR_SCHEME: "system";
|
|
5
|
+
interface UIProviderProps extends Omit<ThemeProviderProps, "children" | "defaultTheme" | "defaultColorScheme"> {
|
|
5
6
|
children: ReactNode;
|
|
6
|
-
|
|
7
|
+
defaultTheme?: string;
|
|
8
|
+
defaultColorScheme?: ThemeProviderProps["defaultColorScheme"];
|
|
7
9
|
}
|
|
8
|
-
declare function UIProvider({ children,
|
|
10
|
+
declare function UIProvider({ children, defaultTheme, defaultColorScheme, ...themeProps }: UIProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
9
11
|
declare namespace UIProvider {
|
|
10
12
|
var displayName: string;
|
|
11
13
|
}
|
|
12
|
-
export { UIProvider, type UIProviderProps };
|
|
14
|
+
export { UI_DEFAULT_COLOR_SCHEME, UI_DEFAULT_THEME, UIProvider, type UIProviderProps };
|
|
13
15
|
//# sourceMappingURL=ui-provider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-provider.d.ts","sourceRoot":"","sources":["../../../src/components/ui-provider/ui-provider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,
|
|
1
|
+
{"version":3,"file":"ui-provider.d.ts","sourceRoot":"","sources":["../../../src/components/ui-provider/ui-provider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAA8B,KAAK,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAElF,QAAA,MAAM,gBAAgB,sBAAsB,CAAC;AAC7C,QAAA,MAAM,uBAAuB,UAAqB,CAAC;AAEnD,UAAU,eACT,SAAQ,IAAI,CAAC,kBAAkB,EAAE,UAAU,GAAG,cAAc,GAAG,oBAAoB,CAAC;IACpF,QAAQ,EAAE,SAAS,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,kBAAkB,CAAC,oBAAoB,CAAC,CAAC;CAC9D;AAED,iBAAS,UAAU,CAAC,EACnB,QAAQ,EACR,YAA+B,EAC/B,kBAA4C,EAC5C,GAAG,UAAU,EACb,EAAE,eAAe,2CAUjB;kBAfQ,UAAU;;;AAmBnB,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import type * as React from "react";
|
|
2
|
+
import type { AlignValue, DensityValue, EmphasisLevelValue, MotionLevelValue, OrientationValue, SideValue, SizeValue, StatusValue, SurfaceStyleValue, VariantValue } from "./primitives";
|
|
3
|
+
type RequiredProps<T, K extends keyof T> = T & Required<Pick<T, K>>;
|
|
4
|
+
type PolymorphicRef<C extends React.ElementType> = React.ComponentPropsWithRef<C>["ref"];
|
|
5
|
+
type PolymorphicComponentProps<C extends React.ElementType, Props = object> = Props & Omit<React.ComponentPropsWithoutRef<C>, keyof Props> & {
|
|
6
|
+
as?: C;
|
|
7
|
+
};
|
|
8
|
+
type PolymorphicComponentPropsWithRef<C extends React.ElementType, Props = object> = PolymorphicComponentProps<C, Props> & {
|
|
9
|
+
ref?: PolymorphicRef<C>;
|
|
10
|
+
};
|
|
11
|
+
type PropsOf<C extends React.ElementType> = React.ComponentPropsWithoutRef<C>;
|
|
12
|
+
interface ClassNameProps {
|
|
13
|
+
className?: string;
|
|
14
|
+
}
|
|
15
|
+
interface ChildrenProps {
|
|
16
|
+
children?: React.ReactNode;
|
|
17
|
+
}
|
|
18
|
+
interface BaseProps extends ClassNameProps, ChildrenProps {
|
|
19
|
+
}
|
|
20
|
+
interface SlotProps {
|
|
21
|
+
asChild?: boolean;
|
|
22
|
+
}
|
|
23
|
+
interface DisableableProps {
|
|
24
|
+
disabled?: boolean;
|
|
25
|
+
}
|
|
26
|
+
interface LoadableProps {
|
|
27
|
+
loading?: boolean;
|
|
28
|
+
}
|
|
29
|
+
interface WithSize<TSize extends string = SizeValue> {
|
|
30
|
+
size?: TSize;
|
|
31
|
+
}
|
|
32
|
+
interface WithVariant<TVariant extends string = VariantValue> {
|
|
33
|
+
variant?: TVariant;
|
|
34
|
+
}
|
|
35
|
+
interface WithStatus<TStatus extends string = StatusValue> {
|
|
36
|
+
status?: TStatus;
|
|
37
|
+
}
|
|
38
|
+
interface WithDensity<TDensity extends string = DensityValue> {
|
|
39
|
+
density?: TDensity;
|
|
40
|
+
}
|
|
41
|
+
interface WithOrientation<TOrientation extends string = OrientationValue> {
|
|
42
|
+
orientation?: TOrientation;
|
|
43
|
+
}
|
|
44
|
+
interface WithSide<TSide extends string = SideValue> {
|
|
45
|
+
side?: TSide;
|
|
46
|
+
}
|
|
47
|
+
interface WithAlign<TAlign extends string = AlignValue> {
|
|
48
|
+
align?: TAlign;
|
|
49
|
+
}
|
|
50
|
+
interface WithMotionLevel<TMotionLevel extends string = MotionLevelValue> {
|
|
51
|
+
motion?: TMotionLevel;
|
|
52
|
+
}
|
|
53
|
+
interface WithSurfaceStyle<TSurfaceStyle extends string = SurfaceStyleValue> {
|
|
54
|
+
surface?: TSurfaceStyle;
|
|
55
|
+
}
|
|
56
|
+
interface WithEmphasisLevel<TEmphasis extends string = EmphasisLevelValue> {
|
|
57
|
+
emphasis?: TEmphasis;
|
|
58
|
+
}
|
|
59
|
+
interface ValueChangeHandler<TValue> {
|
|
60
|
+
onValueChange?: (value: TValue) => void;
|
|
61
|
+
}
|
|
62
|
+
interface OpenChangeHandler {
|
|
63
|
+
onOpenChange?: (open: boolean) => void;
|
|
64
|
+
}
|
|
65
|
+
interface AriaDescribedBy {
|
|
66
|
+
"aria-describedby"?: string;
|
|
67
|
+
}
|
|
68
|
+
interface AriaLabelledBy {
|
|
69
|
+
"aria-labelledby"?: string;
|
|
70
|
+
}
|
|
71
|
+
interface TestIdProp {
|
|
72
|
+
testId?: string;
|
|
73
|
+
}
|
|
74
|
+
export type { AriaDescribedBy, AriaLabelledBy, BaseProps, ChildrenProps, ClassNameProps, DisableableProps, LoadableProps, OpenChangeHandler, PolymorphicComponentProps, PolymorphicComponentPropsWithRef, PolymorphicRef, PropsOf, RequiredProps, SlotProps, TestIdProp, ValueChangeHandler, WithAlign, WithDensity, WithEmphasisLevel, WithMotionLevel, WithOrientation, WithSide, WithSize, WithStatus, WithSurfaceStyle, WithVariant, };
|
|
75
|
+
//# sourceMappingURL=component-contracts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component-contracts.d.ts","sourceRoot":"","sources":["../../src/contracts/component-contracts.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type ControllableValue<TValue> = {
|
|
2
|
+
value?: TValue;
|
|
3
|
+
defaultValue?: TValue;
|
|
4
|
+
onValueChange?: (value: TValue) => void;
|
|
5
|
+
};
|
|
6
|
+
type ControllableOpen = {
|
|
7
|
+
open?: boolean;
|
|
8
|
+
defaultOpen?: boolean;
|
|
9
|
+
onOpenChange?: (open: boolean) => void;
|
|
10
|
+
};
|
|
11
|
+
type ChangeReason = "user" | "programmatic" | "reset" | "initialize";
|
|
12
|
+
type SelectionChangeHandler<TValue> = (value: TValue, reason?: ChangeReason) => void;
|
|
13
|
+
export type { ChangeReason, ControllableOpen, ControllableValue, SelectionChangeHandler };
|
|
14
|
+
//# sourceMappingURL=events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/contracts/events.ts"],"names":[],"mappings":"AAAA,KAAK,iBAAiB,CAAC,MAAM,IAAI;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC,CAAC;AAEF,KAAK,YAAY,GAAG,MAAM,GAAG,cAAc,GAAG,OAAO,GAAG,YAAY,CAAC;AAErE,KAAK,sBAAsB,CAAC,MAAM,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,YAAY,KAAK,IAAI,CAAC;AAErF,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,CAAC"}
|