@reeverdev/ui 0.5.2 → 0.5.3
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/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4828,7 +4828,6 @@ declare namespace Tour {
|
|
|
4828
4828
|
|
|
4829
4829
|
declare const signaturePadVariants: (props?: ({
|
|
4830
4830
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
4831
|
-
variant?: "bordered" | "default" | null | undefined;
|
|
4832
4831
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
4833
4832
|
interface SignaturePadProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange">, VariantProps<typeof signaturePadVariants> {
|
|
4834
4833
|
/** Stroke color */
|
package/dist/index.d.ts
CHANGED
|
@@ -4828,7 +4828,6 @@ declare namespace Tour {
|
|
|
4828
4828
|
|
|
4829
4829
|
declare const signaturePadVariants: (props?: ({
|
|
4830
4830
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
4831
|
-
variant?: "bordered" | "default" | null | undefined;
|
|
4832
4831
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
4833
4832
|
interface SignaturePadProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange">, VariantProps<typeof signaturePadVariants> {
|
|
4834
4833
|
/** Stroke color */
|