@arconnect/components
Advanced tools
Comparing version
@@ -13,4 +13,6 @@ export * from "./hooks"; | ||
export * from "./Select"; | ||
export * from "./SelectV2"; | ||
export * from "./Text"; | ||
export * from "./Tooltip"; | ||
export * from "./TooltipV2"; | ||
export * from "./Spacer"; | ||
@@ -20,2 +22,3 @@ export * from "./FileInput"; | ||
export * from "./Modal"; | ||
export * from "./ModalV2"; | ||
export { useToasts } from "./Toast/utils"; |
import { PropsWithChildren, ReactNode } from "react"; | ||
export declare function Modal({ children, open, setOpen, actions, announcement, root }: PropsWithChildren<ModalProps>): import("react").ReactPortal; | ||
export declare function Modal({ children, open, setOpen, actions, root }: PropsWithChildren<ModalProps>): import("react").ReactPortal; | ||
export declare const ModalButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; | ||
interface ModalProps { | ||
@@ -7,5 +8,4 @@ open: boolean; | ||
actions?: ReactNode; | ||
announcement?: boolean; | ||
root?: Element | DocumentFragment; | ||
} | ||
export {}; |
@@ -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 { |
@@ -1,2 +0,2 @@ | ||
export type Position = "top" | "topStart" | "topEnd" | "left" | "bottom" | "bottomStart" | "bottomEnd" | "right"; | ||
export type Position = "top" | "topStart" | "topEnd" | "left" | "leftStart" | "leftEnd" | "bottom" | "bottomStart" | "bottomEnd" | "right" | "rightStart" | "rightEnd"; | ||
export interface TooltipPosition { | ||
@@ -3,0 +3,0 @@ top?: string; |
{ | ||
"name": "@arconnect/components", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
449365
3.47%34
13.33%9735
4.91%