@0xsequence/design-system
Advanced tools
Comparing version 1.0.13 to 1.0.14
/// <reference types="react" /> | ||
import { PolymorphicProps } from '../../components'; | ||
import { TextInputProps } from '../TextInput/TextInput'; | ||
import { PolymorphicProps } from '../../components/Box'; | ||
import { TextInputProps } from '../../components/TextInput'; | ||
declare type SearchInputProps = TextInputProps & { | ||
@@ -5,0 +5,0 @@ name?: string; |
@@ -0,2 +1,3 @@ | ||
export type { TextInputProps } from './TextInput'; | ||
export { TextInput } from './TextInput'; | ||
export { ControlledTextInput } from './ControlledTextInput'; |
{ | ||
"name": "@0xsequence/design-system", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"license": "Apache-2.0", | ||
@@ -54,26 +54,26 @@ "type": "module", | ||
"@radix-ui/react-tooltip": "^1.0.6", | ||
"react-hook-form": "^7.45.2" | ||
"react-hook-form": "^7.45.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@storybook/addon-actions": "^7.1.1", | ||
"@storybook/addon-docs": "^7.1.1", | ||
"@storybook/addon-essentials": "^7.1.1", | ||
"@storybook/addon-links": "^7.1.1", | ||
"@storybook/react": "^7.1.1", | ||
"@storybook/react-vite": "^7.1.1", | ||
"@storybook/theming": "^7.1.1", | ||
"@svgr/cli": "^8.0.1", | ||
"@babel/core": "^7.22.10", | ||
"@storybook/addon-actions": "^7.3.2", | ||
"@storybook/addon-docs": "^7.3.2", | ||
"@storybook/addon-essentials": "^7.3.2", | ||
"@storybook/addon-links": "^7.3.2", | ||
"@storybook/react": "^7.3.2", | ||
"@storybook/react-vite": "^7.3.2", | ||
"@storybook/theming": "^7.3.2", | ||
"@svgr/cli": "^8.1.0", | ||
"@testing-library/dom": "^9.3.1", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/jest-dom": "^6.0.1", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@types/node": "^20.4.5", | ||
"@types/react": "^18.2.17", | ||
"@types/node": "^20.5.2", | ||
"@types/react": "^18.2.20", | ||
"@types/react-blockies": "^1.4.1", | ||
"@types/react-dom": "^18.2.7", | ||
"@typescript-eslint/eslint-plugin": "^6.2.0", | ||
"@typescript-eslint/parser": "^6.2.0", | ||
"@vanilla-extract/css": "^1.12.0", | ||
"@typescript-eslint/eslint-plugin": "^6.4.1", | ||
"@typescript-eslint/parser": "^6.4.1", | ||
"@vanilla-extract/css": "^1.13.0", | ||
"@vanilla-extract/css-utils": "^0.1.3", | ||
@@ -83,11 +83,11 @@ "@vanilla-extract/dynamic": "^2.0.3", | ||
"@vanilla-extract/sprinkles": "^1.6.1", | ||
"@vanilla-extract/vite-plugin": "^3.8.2", | ||
"@vitejs/plugin-react": "^4.0.3", | ||
"@vitest/coverage-v8": "^0.33.0", | ||
"@vanilla-extract/vite-plugin": "^3.9.0", | ||
"@vitejs/plugin-react": "^4.0.4", | ||
"@vitest/coverage-v8": "^0.34.2", | ||
"clsx": "^2.0.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-prettier": "^8.9.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint": "^8.47.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.33.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
@@ -98,14 +98,14 @@ "ethers": "5.7.2", | ||
"jsdom": "^22.1.0", | ||
"postcss": "^8.4.27", | ||
"postcss-preset-env": "^9.1.0", | ||
"prettier": "^3.0.0", | ||
"postcss": "^8.4.28", | ||
"postcss-preset-env": "^9.1.1", | ||
"prettier": "^3.0.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"storybook": "^7.1.1", | ||
"storybook": "^7.3.2", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.4.7", | ||
"vite": "^4.4.9", | ||
"vite-plugin-dts": "^1.6.6", | ||
"vite-plugin-eslint": "^1.8.1", | ||
"vite-tsconfig-paths": "^4.2.0", | ||
"vitest": "^0.33.0" | ||
"vitest": "^0.34.2" | ||
}, | ||
@@ -112,0 +112,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1764716
44292
Updatedreact-hook-form@^7.45.4