@twilio-paste/modal
Advanced tools
Comparing version 14.0.0 to 15.0.0
import * as React from 'react'; | ||
import type { BoxElementProps } from '@twilio-paste/box'; | ||
type Sizes = 'default' | 'wide'; | ||
export declare const ModalDialogOverlay: import("@react-spring/web").AnimatedComponent<import("@twilio-paste/styling-library").StyledComponent<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & { | ||
export declare const ModalDialogOverlay: import("@react-spring/web").AnimatedComponent<import("@twilio-paste/styling-library").StyledComponent<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { | ||
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined; | ||
@@ -18,3 +18,3 @@ }, "as" | keyof import("@reach/dialog/dist/declarations/src").DialogOverlayProps> & import("@reach/dialog/dist/declarations/src").DialogOverlayProps & { | ||
} | ||
export declare const ModalDialogContent: import("@react-spring/web").AnimatedComponent<import("@twilio-paste/styling-library").StyledComponent<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & { | ||
export declare const ModalDialogContent: import("@react-spring/web").AnimatedComponent<import("@twilio-paste/styling-library").StyledComponent<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { | ||
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined; | ||
@@ -21,0 +21,0 @@ }, "children" | "as"> & import("@reach/dialog/dist/declarations/src").DialogContentProps & { |
{ | ||
"name": "@twilio-paste/modal", | ||
"version": "14.0.0", | ||
"version": "15.0.0", | ||
"category": "overlay", | ||
@@ -28,22 +28,24 @@ "status": "production", | ||
"peerDependencies": { | ||
"@twilio-paste/anchor": "^10.0.0", | ||
"@twilio-paste/anchor": "^11.0.0", | ||
"@twilio-paste/animation-library": "^1.0.0", | ||
"@twilio-paste/box": "^8.0.0", | ||
"@twilio-paste/button": "^12.0.0", | ||
"@twilio-paste/box": "^9.0.0", | ||
"@twilio-paste/button": "^13.0.0", | ||
"@twilio-paste/color-contrast-utils": "^4.0.0", | ||
"@twilio-paste/customization": "^6.0.0", | ||
"@twilio-paste/customization": "^7.0.0", | ||
"@twilio-paste/design-tokens": "^9.0.0", | ||
"@twilio-paste/flex": "^6.0.0", | ||
"@twilio-paste/heading": "^9.0.0", | ||
"@twilio-paste/icons": "^10.0.0", | ||
"@twilio-paste/flex": "^7.0.0", | ||
"@twilio-paste/heading": "^10.0.0", | ||
"@twilio-paste/icons": "^11.0.0", | ||
"@twilio-paste/modal-dialog-primitive": "^1.0.0", | ||
"@twilio-paste/screen-reader-only": "^11.0.0", | ||
"@twilio-paste/spinner": "^12.0.0", | ||
"@twilio-paste/stack": "^6.0.0", | ||
"@twilio-paste/style-props": "^7.0.0", | ||
"@twilio-paste/screen-reader-only": "^12.0.0", | ||
"@twilio-paste/spinner": "^13.0.0", | ||
"@twilio-paste/stack": "^7.0.0", | ||
"@twilio-paste/style-props": "^8.0.0", | ||
"@twilio-paste/styling-library": "^2.0.0", | ||
"@twilio-paste/text": "^8.0.0", | ||
"@twilio-paste/theme": "^9.0.0", | ||
"@twilio-paste/types": "^4.0.0", | ||
"@twilio-paste/text": "^9.0.0", | ||
"@twilio-paste/theme": "^10.0.0", | ||
"@twilio-paste/types": "^5.0.0", | ||
"@twilio-paste/uid-library": "^1.0.0", | ||
"@types/react": "^16.8.6 || ^17.0.2 || ^18.0.27", | ||
"@types/react-dom": "^16.8.6 || ^17.0.2 || ^18.0.10", | ||
"prop-types": "^15.7.2", | ||
@@ -54,22 +56,24 @@ "react": "^16.8.6 || ^17.0.2 || ^18.0.0", | ||
"devDependencies": { | ||
"@twilio-paste/anchor": "^10.0.0", | ||
"@twilio-paste/anchor": "^11.0.0", | ||
"@twilio-paste/animation-library": "^1.0.0", | ||
"@twilio-paste/box": "^8.0.0", | ||
"@twilio-paste/button": "^12.0.0", | ||
"@twilio-paste/box": "^9.0.0", | ||
"@twilio-paste/button": "^13.0.0", | ||
"@twilio-paste/color-contrast-utils": "^4.0.0", | ||
"@twilio-paste/customization": "^6.0.0", | ||
"@twilio-paste/design-tokens": "^9.0.0", | ||
"@twilio-paste/flex": "^6.0.0", | ||
"@twilio-paste/heading": "^9.0.0", | ||
"@twilio-paste/icons": "^10.0.0", | ||
"@twilio-paste/customization": "^7.0.0", | ||
"@twilio-paste/design-tokens": "^9.0.2", | ||
"@twilio-paste/flex": "^7.0.0", | ||
"@twilio-paste/heading": "^10.0.0", | ||
"@twilio-paste/icons": "^11.0.0", | ||
"@twilio-paste/modal-dialog-primitive": "^1.0.0", | ||
"@twilio-paste/screen-reader-only": "^11.0.0", | ||
"@twilio-paste/spinner": "^12.0.0", | ||
"@twilio-paste/stack": "^6.0.0", | ||
"@twilio-paste/style-props": "^7.0.0", | ||
"@twilio-paste/screen-reader-only": "^12.0.0", | ||
"@twilio-paste/spinner": "^13.0.0", | ||
"@twilio-paste/stack": "^7.0.0", | ||
"@twilio-paste/style-props": "^8.0.0", | ||
"@twilio-paste/styling-library": "^2.0.0", | ||
"@twilio-paste/text": "^8.0.0", | ||
"@twilio-paste/theme": "^9.0.0", | ||
"@twilio-paste/types": "^4.0.0", | ||
"@twilio-paste/text": "^9.0.0", | ||
"@twilio-paste/theme": "^10.0.0", | ||
"@twilio-paste/types": "^5.0.0", | ||
"@twilio-paste/uid-library": "^1.0.0", | ||
"@types/react": "^18.0.27", | ||
"@types/react-dom": "^18.0.10", | ||
"prop-types": "^15.7.2", | ||
@@ -76,0 +80,0 @@ "react": "^18.0.0", |
Sorry, the diff of this file is not supported yet
159002
25
25
853