@arconnect/components
Advanced tools
Comparing version 0.2.6 to 0.2.7
export * from "./hooks"; | ||
export * from "./Button"; | ||
export * from "./ButtonV2"; | ||
export * from "./Card"; | ||
export * from "./Checkbox"; | ||
export * from "./Input"; | ||
export * from "./InputV2"; | ||
export * from "./ListItem"; | ||
export * from "./Popover"; | ||
@@ -12,2 +15,3 @@ export * from "./Provider"; | ||
export * from "./Tooltip"; | ||
export * from "./TooltipV2"; | ||
export * from "./Spacer"; | ||
@@ -17,2 +21,3 @@ export * from "./FileInput"; | ||
export * from "./Modal"; | ||
export * from "./ModalV2"; | ||
export { useToasts } from "./Toast/utils"; |
@@ -0,3 +1,3 @@ | ||
import { Position } from "../Tooltip/position"; | ||
import { PropsWithChildren, ReactNode } from "react"; | ||
import { Position } from "./position"; | ||
export declare function Tooltip({ children, content, underline, position, ...props }: PropsWithChildren<TooltipProps>): JSX.Element; | ||
@@ -4,0 +4,0 @@ export interface TooltipProps { |
{ | ||
"name": "@arconnect/components", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"private": false, | ||
@@ -11,3 +11,5 @@ "publishConfig": { | ||
"build": "tsc && vite build", | ||
"storybook": "start-storybook -p 6006", | ||
"storybook": "start-storybook -p 6006 -s assets", | ||
"build-storybook": "build-storybook -s assets", | ||
"serve-storybook": "serve storybook-static", | ||
"fmt": "prettier . --write" | ||
@@ -29,4 +31,6 @@ }, | ||
"@iconicicons/react": "^1.5.1", | ||
"axios": "^1.6.7", | ||
"framer-motion": "^10.5.0", | ||
"nanoid": "^4.0.1" | ||
"nanoid": "^4.0.1", | ||
"uuid": "^9.0.1" | ||
}, | ||
@@ -45,2 +49,3 @@ "devDependencies": { | ||
"@types/styled-components": "^5.1.26", | ||
"@types/uuid": "^9.0.8", | ||
"@vitejs/plugin-react": "^3.1.0", | ||
@@ -47,0 +52,0 @@ "babel-loader": "^8.3.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
444861
33
9609
8
21
+ Addedaxios@^1.6.7
+ Addeduuid@^9.0.1
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.9(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
+ Addeduuid@9.0.1(transitive)