@20minutes/hela
Advanced tools
Comparing version 0.1.159 to 0.1.160
import React from 'react'; | ||
import { type FlexProps } from '../../../components'; | ||
type VariantType = 'center' | 'left' | 'right'; | ||
export interface ModalProps extends FlexProps { | ||
export interface ModalProps extends React.HTMLAttributes<HTMLDivElement> { | ||
dialogId: string; | ||
children: React.ReactNode; | ||
variant?: VariantType; | ||
variant?: 'center' | 'left' | 'right'; | ||
contentClassName?: string; | ||
isStandalone?: boolean; | ||
onClickOverlay?: React.MouseEventHandler<HTMLDivElement>; | ||
isFixWidth?: boolean; | ||
} | ||
export declare const Modal: React.FC<ModalProps>; | ||
export {}; |
@@ -12,2 +12,1 @@ import React from 'react'; | ||
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import('../../../components').ModalProps>; | ||
export declare const NoFixedWidth: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import('../../../components').ModalProps>; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.159", | ||
"version": "0.1.160", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1627526
15846