@photoroom/ui 0.1.115 → 0.1.116
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChoiceGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/ChoiceGroup/ChoiceGroup.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG;IAC1E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,WAAW;YANd,MAAM;eACH,MAAM;aACR,MAAM,GAAG,MAAM;gBACZ,OAAO;
|
|
1
|
+
{"version":3,"file":"ChoiceGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/ChoiceGroup/ChoiceGroup.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG;IAC1E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,WAAW;YANd,MAAM;eACH,MAAM;aACR,MAAM,GAAG,MAAM;gBACZ,OAAO;uDA4CpB,CAAC"}
|
|
@@ -1,10 +1,17 @@
|
|
|
1
|
+
import { type VariantProps } from "class-variance-authority";
|
|
1
2
|
export type ListChoiceTileIndicatorProps = React.ComponentPropsWithoutRef<"span"> & {
|
|
2
3
|
multiSelect?: boolean;
|
|
3
4
|
};
|
|
4
|
-
export type
|
|
5
|
+
export type ListChoiceTileVariant = NonNullable<VariantProps<typeof listChoiceTileVariants>["variant"]>;
|
|
6
|
+
export type ListChoiceTileProps = React.ComponentPropsWithoutRef<"label"> & VariantProps<typeof listChoiceTileVariants> & {
|
|
5
7
|
label: string;
|
|
6
8
|
description?: string;
|
|
7
9
|
icon?: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
8
10
|
};
|
|
9
|
-
|
|
11
|
+
declare const listChoiceTileVariants: (props?: ({
|
|
12
|
+
variant?: "filled" | "outlined" | null | undefined;
|
|
13
|
+
selected?: boolean | null | undefined;
|
|
14
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
15
|
+
export declare const ListChoiceTile: ({ label, icon: Icon, description, variant, selected, className, children, ...props }: ListChoiceTileProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export {};
|
|
10
17
|
//# sourceMappingURL=ListChoiceTile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListChoiceTile.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/ChoiceGroup/ListChoiceTile.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ListChoiceTile.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/ChoiceGroup/ListChoiceTile.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC,wBAAwB,CAAC,MAAM,CAAC,GAAG;IAClF,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,WAAW,CAC7C,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC,SAAS,CAAC,CACvD,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,CAAC,GACvE,YAAY,CAAC,OAAO,sBAAsB,CAAC,GAAG;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,IAAI,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC;CAChD,CAAC;AAEJ,QAAA,MAAM,sBAAsB;;;8EAwC3B,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,sFAS5B,mBAAmB,4CAerB,CAAC"}
|