@trading-game/design-intelligence-layer 0.9.7 → 0.9.8

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.d.cts CHANGED
@@ -344,7 +344,7 @@ declare const inputGroupButtonVariants: (props?: ({
344
344
  } & class_variance_authority_types.ClassProp) | undefined) => string;
345
345
  declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React$1.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime.JSX.Element;
346
346
  declare function InputGroupText({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
347
- declare function InputGroupInput({ className, size: sizeProp, ...props }: React$1.ComponentProps<"input"> & {
347
+ declare function InputGroupInput({ className, size: sizeProp, ...props }: Omit<React$1.ComponentProps<"input">, "size"> & {
348
348
  size?: InputGroupSize;
349
349
  }): react_jsx_runtime.JSX.Element;
350
350
  declare function InputGroupTextarea({ className, ...props }: React$1.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -344,7 +344,7 @@ declare const inputGroupButtonVariants: (props?: ({
344
344
  } & class_variance_authority_types.ClassProp) | undefined) => string;
345
345
  declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React$1.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime.JSX.Element;
346
346
  declare function InputGroupText({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
347
- declare function InputGroupInput({ className, size: sizeProp, ...props }: React$1.ComponentProps<"input"> & {
347
+ declare function InputGroupInput({ className, size: sizeProp, ...props }: Omit<React$1.ComponentProps<"input">, "size"> & {
348
348
  size?: InputGroupSize;
349
349
  }): react_jsx_runtime.JSX.Element;
350
350
  declare function InputGroupTextarea({ className, ...props }: React$1.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;