@marketrix.ai/widget 4.0.124 → 4.0.126
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.
|
@@ -16,7 +16,7 @@ interface FlexProps extends SurfaceProps {
|
|
|
16
16
|
direction?: 'row' | 'column';
|
|
17
17
|
children?: ReactNode;
|
|
18
18
|
}
|
|
19
|
-
|
|
19
|
+
type StackProps = Omit<FlexProps, 'direction'>;
|
|
20
20
|
export declare const Flex: import("react").ForwardRefExoticComponent<FlexProps & import("react").RefAttributes<HTMLElement>>;
|
|
21
21
|
export declare const Stack: import("react").ForwardRefExoticComponent<StackProps & import("react").RefAttributes<HTMLElement>>;
|
|
22
22
|
export {};
|
|
@@ -256,7 +256,6 @@ export declare const WidgetSettingsWriteSchema: z.ZodObject<{
|
|
|
256
256
|
chip_text: z.ZodString;
|
|
257
257
|
}, z.core.$strip>>;
|
|
258
258
|
}, z.core.$strip>;
|
|
259
|
-
export type WidgetSettingsWriteData = z.infer<typeof WidgetSettingsWriteSchema>;
|
|
260
259
|
export declare const WidgetEntitySchema: z.ZodObject<{
|
|
261
260
|
id: z.ZodNumber;
|
|
262
261
|
created_at: z.ZodCoercedDate<unknown>;
|