@20minutes/hela
Advanced tools
Comparing version 1.20.3 to 1.20.4
@@ -8,3 +8,28 @@ import { default as React } from 'react'; | ||
variant: string; | ||
isfullscreenMobile: boolean; | ||
lazyLoad: { | ||
delayed: boolean; | ||
distanceVisible: number; | ||
}; | ||
}; | ||
argTypes: { | ||
m?: import('@storybook/csf').InputType | undefined; | ||
mt?: import('@storybook/csf').InputType | undefined; | ||
mr?: import('@storybook/csf').InputType | undefined; | ||
mb?: import('@storybook/csf').InputType | undefined; | ||
ml?: import('@storybook/csf').InputType | undefined; | ||
mx?: import('@storybook/csf').InputType | undefined; | ||
my?: import('@storybook/csf').InputType | undefined; | ||
p?: import('@storybook/csf').InputType | undefined; | ||
pt?: import('@storybook/csf').InputType | undefined; | ||
pr?: import('@storybook/csf').InputType | undefined; | ||
pb?: import('@storybook/csf').InputType | undefined; | ||
pl?: import('@storybook/csf').InputType | undefined; | ||
px?: import('@storybook/csf').InputType | undefined; | ||
py?: import('@storybook/csf').InputType | undefined; | ||
borderColor?: import('@storybook/csf').InputType | undefined; | ||
bg?: import('@storybook/csf').InputType | undefined; | ||
color?: import('@storybook/csf').InputType | undefined; | ||
radius?: import('@storybook/csf').InputType | undefined; | ||
}; | ||
}; | ||
@@ -11,0 +36,0 @@ export default _default; |
@@ -7,8 +7,36 @@ declare const _default: { | ||
alt: string; | ||
variant: string; | ||
withBorder: boolean; | ||
}; | ||
argTypes: { | ||
rubricColor: { | ||
options: string[]; | ||
}; | ||
variant: { | ||
options: string[]; | ||
}; | ||
m?: import('@storybook/csf').InputType | undefined; | ||
mt?: import('@storybook/csf').InputType | undefined; | ||
mr?: import('@storybook/csf').InputType | undefined; | ||
mb?: import('@storybook/csf').InputType | undefined; | ||
ml?: import('@storybook/csf').InputType | undefined; | ||
mx?: import('@storybook/csf').InputType | undefined; | ||
my?: import('@storybook/csf').InputType | undefined; | ||
p?: import('@storybook/csf').InputType | undefined; | ||
pt?: import('@storybook/csf').InputType | undefined; | ||
pr?: import('@storybook/csf').InputType | undefined; | ||
pb?: import('@storybook/csf').InputType | undefined; | ||
pl?: import('@storybook/csf').InputType | undefined; | ||
px?: import('@storybook/csf').InputType | undefined; | ||
py?: import('@storybook/csf').InputType | undefined; | ||
borderColor?: import('@storybook/csf').InputType | undefined; | ||
bg?: import('@storybook/csf').InputType | undefined; | ||
color?: import('@storybook/csf').InputType | undefined; | ||
radius?: import('@storybook/csf').InputType | undefined; | ||
}; | ||
parameters: { | ||
controls: { | ||
exclude: string[]; | ||
}; | ||
}; | ||
}; | ||
@@ -15,0 +43,0 @@ export default _default; |
declare const _default: { | ||
title: string; | ||
component: import('react').FC<import('../..').DiodeRubricIconProps>; | ||
argTypes: { | ||
rubricColor: { | ||
options: string[]; | ||
}; | ||
m?: import('@storybook/csf').InputType | undefined; | ||
mt?: import('@storybook/csf').InputType | undefined; | ||
mr?: import('@storybook/csf').InputType | undefined; | ||
mb?: import('@storybook/csf').InputType | undefined; | ||
ml?: import('@storybook/csf').InputType | undefined; | ||
mx?: import('@storybook/csf').InputType | undefined; | ||
my?: import('@storybook/csf').InputType | undefined; | ||
p?: import('@storybook/csf').InputType | undefined; | ||
pt?: import('@storybook/csf').InputType | undefined; | ||
pr?: import('@storybook/csf').InputType | undefined; | ||
pb?: import('@storybook/csf').InputType | undefined; | ||
pl?: import('@storybook/csf').InputType | undefined; | ||
px?: import('@storybook/csf').InputType | undefined; | ||
py?: import('@storybook/csf').InputType | undefined; | ||
}; | ||
}; | ||
@@ -5,0 +24,0 @@ export default _default; |
@@ -27,6 +27,2 @@ declare const _default: { | ||
py?: import('@storybook/csf').InputType | undefined; | ||
borderColor?: import('@storybook/csf').InputType | undefined; | ||
bg?: import('@storybook/csf').InputType | undefined; | ||
color?: import('@storybook/csf').InputType | undefined; | ||
radius?: import('@storybook/csf').InputType | undefined; | ||
}; | ||
@@ -33,0 +29,0 @@ }; |
@@ -19,14 +19,2 @@ declare const _default: { | ||
}; | ||
inline: { | ||
type: string; | ||
description: string; | ||
}; | ||
direction: { | ||
options: readonly ["column", "row", "column-reverse", "row-reverse"]; | ||
description: string; | ||
}; | ||
wrap: { | ||
options: readonly ["wrap", "wrap-reverse", "no-wrap"]; | ||
description: string; | ||
}; | ||
m?: import('@storybook/csf').InputType | undefined; | ||
@@ -46,6 +34,2 @@ mt?: import('@storybook/csf').InputType | undefined; | ||
py?: import('@storybook/csf').InputType | undefined; | ||
borderColor?: import('@storybook/csf').InputType | undefined; | ||
bg?: import('@storybook/csf').InputType | undefined; | ||
color?: import('@storybook/csf').InputType | undefined; | ||
radius?: import('@storybook/csf').InputType | undefined; | ||
}; | ||
@@ -52,0 +36,0 @@ }; |
@@ -6,2 +6,33 @@ import { default as React } from 'react'; | ||
component: React.FC<import('./Img').ImgProps>; | ||
args: { | ||
lazyLoad: boolean; | ||
}; | ||
argTypes: { | ||
fetchPriority: { | ||
control: string; | ||
}; | ||
m?: import('@storybook/csf').InputType | undefined; | ||
mt?: import('@storybook/csf').InputType | undefined; | ||
mr?: import('@storybook/csf').InputType | undefined; | ||
mb?: import('@storybook/csf').InputType | undefined; | ||
ml?: import('@storybook/csf').InputType | undefined; | ||
mx?: import('@storybook/csf').InputType | undefined; | ||
my?: import('@storybook/csf').InputType | undefined; | ||
p?: import('@storybook/csf').InputType | undefined; | ||
pt?: import('@storybook/csf').InputType | undefined; | ||
pr?: import('@storybook/csf').InputType | undefined; | ||
pb?: import('@storybook/csf').InputType | undefined; | ||
pl?: import('@storybook/csf').InputType | undefined; | ||
px?: import('@storybook/csf').InputType | undefined; | ||
py?: import('@storybook/csf').InputType | undefined; | ||
borderColor?: import('@storybook/csf').InputType | undefined; | ||
bg?: import('@storybook/csf').InputType | undefined; | ||
color?: import('@storybook/csf').InputType | undefined; | ||
radius?: import('@storybook/csf').InputType | undefined; | ||
}; | ||
parameters: { | ||
controls: { | ||
exclude: string[]; | ||
}; | ||
}; | ||
}; | ||
@@ -8,0 +39,0 @@ export default _default; |
@@ -10,3 +10,2 @@ export * from './Ad'; | ||
export * from './DividerVertical'; | ||
export * from './Embed'; | ||
export * from './Icon'; | ||
@@ -13,0 +12,0 @@ export * from './Iframe'; |
@@ -14,14 +14,2 @@ declare const _default: { | ||
}; | ||
inline: { | ||
type: string; | ||
description: string; | ||
}; | ||
direction: { | ||
options: readonly ["column", "row", "column-reverse", "row-reverse"]; | ||
description: string; | ||
}; | ||
wrap: { | ||
options: readonly ["wrap", "wrap-reverse", "no-wrap"]; | ||
description: string; | ||
}; | ||
m?: import('@storybook/csf').InputType | undefined; | ||
@@ -28,0 +16,0 @@ mt?: import('@storybook/csf').InputType | undefined; |
declare const _default: { | ||
title: string; | ||
component: import('react').FC<import('./Overlay').OverlayProps>; | ||
argTypes: { | ||
m?: import('@storybook/csf').InputType | undefined; | ||
mt?: import('@storybook/csf').InputType | undefined; | ||
mr?: import('@storybook/csf').InputType | undefined; | ||
mb?: import('@storybook/csf').InputType | undefined; | ||
ml?: import('@storybook/csf').InputType | undefined; | ||
mx?: import('@storybook/csf').InputType | undefined; | ||
my?: import('@storybook/csf').InputType | undefined; | ||
p?: import('@storybook/csf').InputType | undefined; | ||
pt?: import('@storybook/csf').InputType | undefined; | ||
pr?: import('@storybook/csf').InputType | undefined; | ||
pb?: import('@storybook/csf').InputType | undefined; | ||
pl?: import('@storybook/csf').InputType | undefined; | ||
px?: import('@storybook/csf').InputType | undefined; | ||
py?: import('@storybook/csf').InputType | undefined; | ||
}; | ||
parameters: { | ||
controls: { | ||
exclude: string[]; | ||
}; | ||
}; | ||
}; | ||
export default _default; | ||
export declare const Overview: {}; |
@@ -6,7 +6,27 @@ declare const _default: { | ||
rating: number; | ||
ratingMax: number; | ||
}; | ||
argTypes: { | ||
m?: import('@storybook/csf').InputType | undefined; | ||
mt?: import('@storybook/csf').InputType | undefined; | ||
mr?: import('@storybook/csf').InputType | undefined; | ||
mb?: import('@storybook/csf').InputType | undefined; | ||
ml?: import('@storybook/csf').InputType | undefined; | ||
mx?: import('@storybook/csf').InputType | undefined; | ||
my?: import('@storybook/csf').InputType | undefined; | ||
p?: import('@storybook/csf').InputType | undefined; | ||
pt?: import('@storybook/csf').InputType | undefined; | ||
pr?: import('@storybook/csf').InputType | undefined; | ||
pb?: import('@storybook/csf').InputType | undefined; | ||
pl?: import('@storybook/csf').InputType | undefined; | ||
px?: import('@storybook/csf').InputType | undefined; | ||
py?: import('@storybook/csf').InputType | undefined; | ||
}; | ||
parameters: { | ||
controls: { | ||
exclude: string[]; | ||
}; | ||
}; | ||
}; | ||
export default _default; | ||
export declare const Overview: { | ||
args: {}; | ||
}; | ||
export declare const Overview: {}; |
@@ -7,4 +7,24 @@ declare const _default: { | ||
}; | ||
argTypes: { | ||
m?: import('@storybook/csf').InputType | undefined; | ||
mt?: import('@storybook/csf').InputType | undefined; | ||
mr?: import('@storybook/csf').InputType | undefined; | ||
mb?: import('@storybook/csf').InputType | undefined; | ||
ml?: import('@storybook/csf').InputType | undefined; | ||
mx?: import('@storybook/csf').InputType | undefined; | ||
my?: import('@storybook/csf').InputType | undefined; | ||
p?: import('@storybook/csf').InputType | undefined; | ||
pt?: import('@storybook/csf').InputType | undefined; | ||
pr?: import('@storybook/csf').InputType | undefined; | ||
pb?: import('@storybook/csf').InputType | undefined; | ||
pl?: import('@storybook/csf').InputType | undefined; | ||
px?: import('@storybook/csf').InputType | undefined; | ||
py?: import('@storybook/csf').InputType | undefined; | ||
borderColor?: import('@storybook/csf').InputType | undefined; | ||
bg?: import('@storybook/csf').InputType | undefined; | ||
color?: import('@storybook/csf').InputType | undefined; | ||
radius?: import('@storybook/csf').InputType | undefined; | ||
}; | ||
}; | ||
export default _default; | ||
export declare const Overview: {}; |
declare const _default: { | ||
title: string; | ||
component: import('react').FC<import('./Skeleton').SkeletonProps>; | ||
args: { | ||
variant: string; | ||
}; | ||
argTypes: { | ||
inline: { | ||
type: string; | ||
description: string; | ||
}; | ||
direction: { | ||
options: readonly ["column", "row", "column-reverse", "row-reverse"]; | ||
description: string; | ||
}; | ||
wrap: { | ||
options: readonly ["wrap", "wrap-reverse", "no-wrap"]; | ||
description: string; | ||
}; | ||
m?: import('@storybook/csf').InputType | undefined; | ||
mt?: import('@storybook/csf').InputType | undefined; | ||
mr?: import('@storybook/csf').InputType | undefined; | ||
mb?: import('@storybook/csf').InputType | undefined; | ||
ml?: import('@storybook/csf').InputType | undefined; | ||
mx?: import('@storybook/csf').InputType | undefined; | ||
my?: import('@storybook/csf').InputType | undefined; | ||
p?: import('@storybook/csf').InputType | undefined; | ||
pt?: import('@storybook/csf').InputType | undefined; | ||
pr?: import('@storybook/csf').InputType | undefined; | ||
pb?: import('@storybook/csf').InputType | undefined; | ||
pl?: import('@storybook/csf').InputType | undefined; | ||
px?: import('@storybook/csf').InputType | undefined; | ||
py?: import('@storybook/csf').InputType | undefined; | ||
borderColor?: import('@storybook/csf').InputType | undefined; | ||
bg?: import('@storybook/csf').InputType | undefined; | ||
color?: import('@storybook/csf').InputType | undefined; | ||
radius?: import('@storybook/csf').InputType | undefined; | ||
}; | ||
parameters: { | ||
controls: { | ||
exclude: string[]; | ||
}; | ||
}; | ||
}; | ||
export default _default; | ||
export declare const Primary: {}; | ||
export declare const Overview: {}; |
@@ -6,2 +6,3 @@ declare const _default: { | ||
variant: string; | ||
tabColor: string; | ||
isSelected: boolean; | ||
@@ -8,0 +9,0 @@ index: number; |
@@ -41,4 +41,2 @@ import { default as React } from 'react'; | ||
color: string; | ||
children: string; | ||
href: string; | ||
}; | ||
@@ -45,0 +43,0 @@ }; |
@@ -1,2 +0,1 @@ | ||
export * from './Media'; | ||
export * from './ArticleBrandBanner'; | ||
@@ -6,1 +5,3 @@ export * from './ArticleHeader'; | ||
export * from './ArticleVideo'; | ||
export * from './Embed'; | ||
export * from './Media'; |
import { default as React } from 'react'; | ||
import { FlexProps } from '../..'; | ||
import { IconNameType } from '../../../types'; | ||
export interface ToolbarProps extends FlexProps { | ||
activeItem?: string; | ||
export interface ToolbarProps { | ||
items: { | ||
@@ -12,3 +10,4 @@ name: string; | ||
}[]; | ||
activeItem?: string; | ||
} | ||
export declare const Toolbar: React.FC<ToolbarProps>; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "1.20.3", | ||
"version": "1.20.4", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -79,3 +79,3 @@ "license": "MIT", | ||
"@csstools/postcss-sass": "^5.1.1", | ||
"@eslint/compat": "^1.2.1", | ||
"@eslint/compat": "^1.2.2", | ||
"@eslint/eslintrc": "^3.1.0", | ||
@@ -94,7 +94,7 @@ "@eslint/js": "^9.13.0", | ||
"@testing-library/react": "^16.0.1", | ||
"@types/node": "^22.8.1", | ||
"@types/node": "^22.8.2", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@typescript-eslint/eslint-plugin": "^8.11.0", | ||
"@typescript-eslint/parser": "^8.11.0", | ||
"@typescript-eslint/eslint-plugin": "^8.12.1", | ||
"@typescript-eslint/parser": "^8.12.1", | ||
"@vitejs/plugin-react": "^4.3.3", | ||
@@ -140,3 +140,3 @@ "autoprefixer": "^10.4.20", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vitest": "^2.1.3" | ||
"vitest": "^2.1.4" | ||
}, | ||
@@ -143,0 +143,0 @@ "resolutions": { |
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
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
4855467
39969