@photoroom/ui 0.1.577 → 0.1.579
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/components/action/InputButton/InputButton.d.ts +2 -7
- package/components/action/InputButton/InputButton.d.ts.map +1 -1
- package/components/dropdown/SpaceDropdown/SpacePullDownButton.d.ts.map +1 -1
- package/components/input/PanelStandardInput/PanelStandardInput.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +9046 -9101
- package/package.json +1 -1
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
import { type VariantProps } from "class-variance-authority";
|
|
2
1
|
import { ComponentPropsWithoutRef } from "react";
|
|
3
|
-
|
|
4
|
-
density?: "compact" | "regular" | null | undefined;
|
|
5
|
-
hasLeading?: boolean | null | undefined;
|
|
6
|
-
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
|
-
type InputButtonBaseProps = Omit<ComponentPropsWithoutRef<"button">, "children"> & Omit<VariantProps<typeof buttonVariants>, "hasLeading"> & {
|
|
2
|
+
type InputButtonBaseProps = Omit<ComponentPropsWithoutRef<"button">, "children"> & {
|
|
8
3
|
label: string;
|
|
9
4
|
};
|
|
10
5
|
export type InputButtonProps = InputButtonBaseProps & ({
|
|
@@ -18,7 +13,7 @@ export type InputButtonProps = InputButtonBaseProps & ({
|
|
|
18
13
|
leadingImage?: never;
|
|
19
14
|
}) & React.RefAttributes<HTMLButtonElement>;
|
|
20
15
|
export declare const InputButton: {
|
|
21
|
-
({ label,
|
|
16
|
+
({ label, leadingIcon: LeadingIcon, leadingImage, className, ref, ...props }: InputButtonProps): import("react").JSX.Element;
|
|
22
17
|
displayName: string;
|
|
23
18
|
};
|
|
24
19
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/InputButton/InputButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InputButton.d.ts","sourceRoot":"","sources":["../../../../src/components/action/InputButton/InputButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAKjD,KAAK,oBAAoB,GAAG,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,GAAG;IACjF,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,GACjD,CACI;IAAE,WAAW,CAAC,EAAE,KAAK,CAAC;IAAC,YAAY,CAAC,EAAE,KAAK,CAAA;CAAE,GAC7C;IAAE,WAAW,CAAC,EAAE,KAAK,CAAC;IAAC,YAAY,EAAE,MAAM,CAAA;CAAE,GAC7C;IACE,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC,CAAC;IACxE,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB,CACJ,GACD,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAyCzC,eAAO,MAAM,WAAW;kFAOrB,gBAAgB;;CAyBlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SpacePullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/SpaceDropdown/SpacePullDownButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAU,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAG9D,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GACnE,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CACb,IAAI,CAAC,WAAW,EAAE,aAAa,GAAG,UAAU,GAAG,aAAa,GAAG,OAAO,GAAG,aAAa,CAAC,CACxF,CAAC;IACF,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC,CAAC;AAEL,eAAO,MAAM,mBAAmB;6DAO7B,wBAAwB;;
|
|
1
|
+
{"version":3,"file":"SpacePullDownButton.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/SpaceDropdown/SpacePullDownButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAU,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAG9D,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GACnE,QAAQ,CAAC;IACP,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CACb,IAAI,CAAC,WAAW,EAAE,aAAa,GAAG,UAAU,GAAG,aAAa,GAAG,OAAO,GAAG,aAAa,CAAC,CACxF,CAAC;IACF,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC,CAAC;AAEL,eAAO,MAAM,mBAAmB;6DAO7B,wBAAwB;;CAmC1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PanelStandardInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PanelStandardInput/PanelStandardInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOhE,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACrC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,EAAE,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC,GAChE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAE3C,eAAO,MAAM,kBAAkB;wIAY5B,uBAAuB;;
|
|
1
|
+
{"version":3,"file":"PanelStandardInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/PanelStandardInput/PanelStandardInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOhE,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACrC,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,EAAE,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC,GAChE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAE3C,eAAO,MAAM,kBAAkB;wIAY5B,uBAAuB;;CA0EzB,CAAC"}
|