@20minutes/hela
Advanced tools
Comparing version 0.1.145 to 0.1.146
import React from 'react'; | ||
import { type BoxProps } from '../../../components'; | ||
import type { IconSizeType, PaddingSystemProps } from '../../../types'; | ||
import type { DiodeSizeType, PaddingSystemProps } from '../../../types'; | ||
export interface DividerSectionProps extends BoxProps { | ||
hasIcon?: boolean; | ||
iconSize?: IconSizeType; | ||
hasDiode?: boolean; | ||
diodeSize?: DiodeSizeType; | ||
hasMaxWidth?: boolean; | ||
iconPosition?: PaddingSystemProps['pl']; | ||
diodeShift?: PaddingSystemProps['pl']; | ||
} | ||
export declare const DividerSection: React.FC<DividerSectionProps>; |
@@ -6,6 +6,6 @@ import React from 'react'; | ||
args: { | ||
hasIcon: boolean; | ||
hasDiode: boolean; | ||
diodeSize: string; | ||
hasMaxWidth: boolean; | ||
bg: string; | ||
iconSize: string; | ||
hasMaxWidth: boolean; | ||
}; | ||
@@ -18,3 +18,3 @@ parameters: { | ||
argTypes: { | ||
iconPosition: { | ||
diodeShift: { | ||
options: readonly ("s" | "m" | "0" | "auto" | "xxs-3" | "xxs-2" | "xxs" | "xs" | "l" | "xl" | "xxl" | "xxl-2" | "xxl-3")[]; | ||
@@ -56,6 +56,6 @@ }; | ||
export declare const Overview: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./DividerSection").DividerSectionProps>; | ||
export declare const HasBigIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./DividerSection").DividerSectionProps>; | ||
export declare const HasBigDiode: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./DividerSection").DividerSectionProps>; | ||
export declare const HasThemeColor: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./DividerSection").DividerSectionProps>; | ||
export declare const HasIconPosition: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./DividerSection").DividerSectionProps>; | ||
export declare const HasDiodeShift: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./DividerSection").DividerSectionProps>; | ||
export declare const HasMaxWidth: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./DividerSection").DividerSectionProps>; | ||
export declare const Mobile: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./DividerSection").DividerSectionProps>; |
@@ -5,3 +5,2 @@ export * from './Ad'; | ||
export * from './Button'; | ||
export * from './BlockDiode'; | ||
export * from './Checkbox'; | ||
@@ -8,0 +7,0 @@ export * from './DiodeRubricIcon'; |
export * from './AlertInfoBanner'; | ||
export * from './Article'; | ||
export * from './BlockDiode'; | ||
export * from './Breadcrumb'; | ||
export * from './Card'; | ||
export * from './Carousel'; | ||
export * from './Citation'; | ||
@@ -23,3 +25,2 @@ export * from './Collapse'; | ||
export * from './ReadAlsoBanner'; | ||
export * from './RubricCards'; | ||
export * from './SearchForm'; | ||
@@ -26,0 +27,0 @@ export * from './ShareBar'; |
@@ -5,3 +5,3 @@ export * from './AsProps'; | ||
export * from './CssProperties'; | ||
export * from './IconType'; | ||
export * from './DiodeSizeType'; | ||
export * from './LayoutType'; | ||
@@ -8,0 +8,0 @@ export * from './MediaQueryType'; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.145", | ||
"version": "0.1.146", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -81,7 +81,7 @@ "license": "MIT", | ||
"@types/merge-stream": "^1.1.2", | ||
"@types/node": "^20.8.3", | ||
"@types/react": "^18.2.25", | ||
"@types/react-dom": "^18.2.11", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"@types/node": "^20.8.4", | ||
"@types/react": "^18.2.28", | ||
"@types/react-dom": "^18.2.13", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"@vitejs/plugin-react": "^4.1.0", | ||
@@ -116,3 +116,3 @@ "@whitespace/storybook-addon-html": "^5.1.6", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
"sass": "^1.69.0", | ||
"sass": "^1.69.2", | ||
"storybook": "^7.4.6", | ||
@@ -119,0 +119,0 @@ "style-dictionary": "^3.8.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 not supported yet
1577346
15375