@boxyhq/react-ui
Advanced tools
Comparing version 1.9.7 to 1.9.8
@@ -1,4 +0,3 @@ | ||
/// <reference types="react" /> | ||
import type { LoginProps } from './types'; | ||
declare const Login: ({ ssoIdentifier, onSubmit, inputLabel, placeholder, buttonText, styles, classNames, innerProps, }: LoginProps) => JSX.Element; | ||
declare const Login: ({ ssoIdentifier, onSubmit, inputLabel, placeholder, buttonText, styles, classNames, innerProps, }: LoginProps) => import("react/jsx-runtime").JSX.Element; | ||
export default Login; |
{ | ||
"name": "@boxyhq/react-ui", | ||
"description": "React UI components from BoxyHQ", | ||
"version": "1.9.7", | ||
"version": "1.9.8", | ||
"type": "module", | ||
@@ -43,5 +43,5 @@ "keywords": [ | ||
"@mdx-js/react": "2.3.0", | ||
"@rollup/plugin-typescript": "11.1.0", | ||
"@types/node": "20.1.0", | ||
"@types/react": "18.2.0", | ||
"@rollup/plugin-typescript": "11.1.1", | ||
"@types/node": "20.2.3", | ||
"@types/react": "18.2.6", | ||
"@types/react-router-dom": "5.3.3", | ||
@@ -52,9 +52,9 @@ "@vitejs/plugin-react": "4.0.0", | ||
"react-dom": "18.2.0", | ||
"react-router-dom": "6.11.1", | ||
"rimraf": "5.0.0", | ||
"react-router-dom": "6.11.2", | ||
"rimraf": "5.0.1", | ||
"serve": "14.2.0", | ||
"vite": "4.3.5", | ||
"vite": "4.3.8", | ||
"vite-pages-theme-doc": "4.1.4", | ||
"vite-plugin-css-injected-by-js": "3.1.0", | ||
"vite-plugin-react-pages": "4.1.1" | ||
"vite-plugin-css-injected-by-js": "3.1.1", | ||
"vite-plugin-react-pages": "4.1.2" | ||
}, | ||
@@ -61,0 +61,0 @@ "peerDependencies": { |
103456
2189