@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
- export type StackProps = Omit<FlexProps, 'direction'>;
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 {};
@@ -63,4 +63,3 @@ export declare const SlackCommandLogStatusSchema: z.ZodEnum<{
63
63
  completed: "completed";
64
64
  failed: "failed";
65
65
  }>;
66
- export type SlackCommandLogStatus = z.infer<typeof SlackCommandLogStatusSchema>;
@@ -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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marketrix.ai/widget",
3
- "version": "4.0.124",
3
+ "version": "4.0.126",
4
4
  "type": "module",
5
5
  "packageManager": "bun@1.4.2",
6
6
  "sideEffects": false,