@20minutes/hela
Advanced tools
Comparing version 0.1.176 to 0.1.177
@@ -6,7 +6,7 @@ import React from 'react'; | ||
label: string; | ||
articles: CardSmallProps[]; | ||
layout: LayoutType; | ||
labelLink?: string; | ||
headingProps?: HeadingProps; | ||
sliderProps?: Omit<SliderProps, 'itemsGap' | 'layout'>; | ||
articles: CardSmallProps[]; | ||
layout: LayoutType; | ||
rubricColor?: RubricColorType; | ||
@@ -13,0 +13,0 @@ titleUnderlined?: boolean; |
import React from 'react'; | ||
import { type BoxProps, type CardExtraSmallProps, type CardMediumProps } from '../..'; | ||
interface ThreeColumnsProps { | ||
label: string; | ||
articles: CardMediumProps[] | CardExtraSmallProps[]; | ||
import { type BoxProps, type CardExtraSmallProps, type CardMediumProps, type CardSmallProps, type SectionTitleProps } from '../..'; | ||
import { LayoutType } from '../../../types'; | ||
interface ItemsProps { | ||
title: SectionTitleProps; | ||
articles: CardMediumProps[] | CardExtraSmallProps[] | CardSmallProps[]; | ||
} | ||
export interface ThreeColumnsArticlesProps extends BoxProps { | ||
title: string; | ||
columns: ThreeColumnsProps[]; | ||
items: ItemsProps[]; | ||
layout: LayoutType; | ||
} | ||
export declare const ThreeColumnsArticles: React.FC<ThreeColumnsArticlesProps>; | ||
export {}; |
@@ -10,1 +10,2 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import('../..').ThreeColumnsArticlesProps>; | ||
export declare const TenColumns: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import('../..').ThreeColumnsArticlesProps>; | ||
export declare const Mobile: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import('../..').ThreeColumnsArticlesProps>; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.176", | ||
"version": "0.1.177", | ||
"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
1603661
15865