@raystack/apsara 0.18.4 → 0.18.6
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.
|
@@ -4,7 +4,7 @@ import { ComponentPropsWithoutRef } from "react";
|
|
|
4
4
|
declare const checkbox: (props?: ({
|
|
5
5
|
size?: "small" | "medium" | null | undefined;
|
|
6
6
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
7
|
-
export interface CheckboxProps extends ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, VariantProps<typeof checkbox
|
|
7
|
+
export interface CheckboxProps extends ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, VariantProps<typeof checkbox>, CheckboxPrimitive.CheckboxProps {
|
|
8
8
|
}
|
|
9
9
|
export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
10
10
|
declare const indicator: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../checkbox/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAE9D,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAA0B,MAAM,OAAO,CAAC;AAKzE,QAAA,MAAM,QAAQ;;mFAUZ,CAAC;AAEH,MAAM,WAAW,aACf,SAAQ,wBAAwB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,EAC7D,YAAY,CAAC,OAAO,QAAQ,CAAC;CAAG;
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../checkbox/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAE9D,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAA0B,MAAM,OAAO,CAAC;AAKzE,QAAA,MAAM,QAAQ;;mFAUZ,CAAC;AAEH,MAAM,WAAW,aACf,SAAQ,wBAAwB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,EAC7D,YAAY,CAAC,OAAO,QAAQ,CAAC,EAC7B,iBAAiB,CAAC,aAAa;CAAG;AAEtC,eAAO,MAAM,QAAQ,6GAgBnB,CAAC;AAEH,QAAA,MAAM,SAAS,yFAAwB,CAAC;AACxC,MAAM,WAAW,cACf,SAAQ,wBAAwB,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,EAClE,YAAY,CAAC,OAAO,SAAS,CAAC;CAAG"}
|