@20minutes/hela
Advanced tools
Comparing version 0.1.108 to 0.1.109
@@ -5,4 +5,4 @@ import React from 'react'; | ||
cartridge?: 'exclusive' | 'alert' | 'live'; | ||
hasEllipses?: boolean; | ||
maxRows?: 3 | 4 | 5; | ||
} | ||
export declare const CardTitle: React.FC<CardTitleProps>; |
import React from 'react'; | ||
import type { BoxProps, SocialBarProps } from '../../../../../components'; | ||
import type { CardType, FlexOrGridBoxSystemProps, SystemProps } from '../../../../../types'; | ||
import type { CardType, SystemProps } from '../../../../../types'; | ||
import { LayoutType } from '../../../../../types'; | ||
@@ -8,4 +8,3 @@ export interface CardExtraSmallProps extends CardType, SystemProps, Pick<BoxProps, 'className'> { | ||
socialBarProps?: SocialBarProps; | ||
contentGap?: FlexOrGridBoxSystemProps['gap']; | ||
} | ||
export declare const CardExtraSmall: React.FC<CardExtraSmallProps>; |
@@ -8,2 +8,3 @@ export * from './AlertInfoBanner'; | ||
export * from './Comment'; | ||
export * from './ContactDetailsBlock'; | ||
export * from './ErrorContent'; | ||
@@ -10,0 +11,0 @@ export * from './Header'; |
import React from 'react'; | ||
import type { BoxProps } from '../../../components'; | ||
import type { CardType, LayoutType } from '../../../types'; | ||
import type { LayoutType } from '../../../types'; | ||
export interface MostReadArticlesProps extends BoxProps { | ||
@@ -19,4 +19,3 @@ tabItems: { | ||
layout: LayoutType; | ||
cardTitleProps?: CardType['cardTitleProps']; | ||
} | ||
export declare const MostReadArticles: React.FC<MostReadArticlesProps>; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.108", | ||
"version": "0.1.109", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -65,3 +65,3 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.4", | ||
"@aws-sdk/client-s3": "3.345.0", | ||
"@aws-sdk/client-s3": "3.348.0", | ||
"@babel/core": "^7.22.1", | ||
@@ -82,6 +82,6 @@ "@babel/eslint-parser": "^7.21.8", | ||
"@types/node": "^20.2.5", | ||
"@types/react": "^18.2.8", | ||
"@types/react": "^18.2.9", | ||
"@types/react-dom": "^18.2.4", | ||
"@typescript-eslint/eslint-plugin": "^5.59.8", | ||
"@typescript-eslint/parser": "^5.59.8", | ||
"@typescript-eslint/eslint-plugin": "^5.59.9", | ||
"@typescript-eslint/parser": "^5.59.9", | ||
"@vitejs/plugin-react": "^4.0.0", | ||
@@ -115,6 +115,6 @@ "@whitespace/storybook-addon-html": "^5.1.4", | ||
"rollup-plugin-visualizer": "^5.9.0", | ||
"sass": "^1.62.1", | ||
"sass": "^1.63.1", | ||
"storybook": "^7.0.18", | ||
"style-dictionary": "^3.8.0", | ||
"stylelint": "^15.6.3", | ||
"stylelint": "^15.7.0", | ||
"stylelint-config-standard-scss": "^9.0.0", | ||
@@ -128,4 +128,4 @@ "stylelint-prettier": "^3.0.0", | ||
"vite-tsconfig-paths": "^4.2.0", | ||
"vitest": "^0.31.4" | ||
"vitest": "^0.32.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
1011822
294
10920