@20minutes/hela
Advanced tools
Comparing version 0.1.156 to 0.1.157
import React from 'react'; | ||
import { type IconProps } from '../../../components'; | ||
import type { As, AsProps, ColorSystemProps, SpacingSystemProps } from '../../../types'; | ||
export declare const buttonVariant: readonly ["primary", "secondary", "tertiary", "ghost", "round", "exit"]; | ||
export declare const buttonVariant: readonly ["primary", "secondary", "tertiary", "with-bg-dark", "ghost", "round", "exit"]; | ||
export type ButtonVariantType = (typeof buttonVariant)[number]; | ||
@@ -6,0 +6,0 @@ export interface ButtonOptions { |
import React from 'react'; | ||
export interface ModalProps extends React.HTMLAttributes<HTMLDivElement> { | ||
import { type FlexProps } from '../../../components'; | ||
type VariantType = 'center' | 'left' | 'right'; | ||
export interface ModalProps extends FlexProps { | ||
dialogId: string; | ||
children: React.ReactNode; | ||
variant?: 'center' | 'left' | 'right'; | ||
variant?: VariantType; | ||
contentClassName?: string; | ||
isStandalone?: boolean; | ||
onClickOverlay?: React.MouseEventHandler<HTMLDivElement>; | ||
isFixWidth?: boolean; | ||
} | ||
export declare const Modal: React.FC<ModalProps>; | ||
export {}; |
@@ -12,1 +12,2 @@ 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>; |
@@ -15,3 +15,4 @@ import React from 'react'; | ||
disableComment?: boolean; | ||
blockVariant?: string; | ||
} | ||
export declare const SocialBar: React.FC<SocialBarProps>; |
@@ -39,2 +39,3 @@ import React from 'react'; | ||
export declare const Secondary: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./SocialBarItem").SocialBarItemProps>; | ||
export declare const SecondaryIsNotClickable: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./SocialBarItem").SocialBarItemProps>; | ||
export declare const SecondaryWithCount: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./SocialBarItem").SocialBarItemProps>; | ||
export declare const SecondaryWithCountAndNotClickable: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./SocialBarItem").SocialBarItemProps>; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.156", | ||
"version": "0.1.157", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -65,23 +65,23 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.6", | ||
"@aws-sdk/client-s3": "3.441.0", | ||
"@babel/core": "^7.23.2", | ||
"@babel/eslint-parser": "^7.22.15", | ||
"@babel/plugin-transform-typescript": "^7.22.15", | ||
"@aws-sdk/client-s3": "3.449.0", | ||
"@babel/core": "^7.23.3", | ||
"@babel/eslint-parser": "^7.23.3", | ||
"@babel/plugin-transform-typescript": "^7.23.3", | ||
"@csstools/postcss-sass": "^5.0.1", | ||
"@octokit/core": "5.0.1", | ||
"@storybook/addon-actions": "^7.5.2", | ||
"@storybook/addon-essentials": "^7.5.2", | ||
"@storybook/addon-links": "^7.5.2", | ||
"@storybook/addon-mdx-gfm": "^7.5.2", | ||
"@storybook/blocks": "^7.5.2", | ||
"@storybook/react": "^7.5.2", | ||
"@storybook/react-vite": "^7.5.2", | ||
"@storybook/addon-actions": "^7.5.3", | ||
"@storybook/addon-essentials": "^7.5.3", | ||
"@storybook/addon-links": "^7.5.3", | ||
"@storybook/addon-mdx-gfm": "^7.5.3", | ||
"@storybook/blocks": "^7.5.3", | ||
"@storybook/react": "^7.5.3", | ||
"@storybook/react-vite": "^7.5.3", | ||
"@svgr/cli": "^8.1.0", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/merge-stream": "^1.1.3", | ||
"@types/node": "^20.8.10", | ||
"@types/react": "^18.2.34", | ||
"@types/react-dom": "^18.2.14", | ||
"@typescript-eslint/eslint-plugin": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"@testing-library/react": "^14.1.0", | ||
"@types/merge-stream": "^1.1.4", | ||
"@types/node": "^20.9.0", | ||
"@types/react": "^18.2.37", | ||
"@types/react-dom": "^18.2.15", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"@vitejs/plugin-react": "^4.1.1", | ||
@@ -93,3 +93,3 @@ "@whitespace/storybook-addon-html": "^5.1.6", | ||
"babel-preset-react": "^6.24.1", | ||
"eslint": "^8.52.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
@@ -118,3 +118,3 @@ "eslint-config-prettier": "^9.0.0", | ||
"sass": "^1.69.5", | ||
"storybook": "^7.5.2", | ||
"storybook": "^7.5.3", | ||
"style-dictionary": "^3.9.0", | ||
@@ -121,0 +121,0 @@ "stylelint": "^15.11.0", |
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 too big to display
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
1618324
15872