Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrepreneur committed Nov 1, 2023
1 parent 8f99ebc commit 731d7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raidguild/design-system",
"version": "0.4.49",
"version": "0.4.50",
"license": "MIT",
"author": "Raid Guild",
"module": "dist/design-system.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/forms/NumberInput/NumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface CustomNumberInputProps {
variant?: string;
min?: number;
max?: number;
spacing: number | string;
spacing?: number | string;
}

type NumberInputProps = ChakraInputProps & CustomNumberInputProps;
Expand Down

0 comments on commit 731d7fb

Please sign in to comment.