@20minutes/hela
Advanced tools
Comparing version 0.1.89 to 0.1.90
@@ -8,3 +8,5 @@ import type { CardOverviewProps } from '../../../components'; | ||
colorVariant?: ColorType; | ||
auto?: boolean; | ||
delay?: number; | ||
} | ||
export declare function OverviewBar({ articles, layout, colorVariant, }: OverviewBarProps): JSX.Element; | ||
export declare function OverviewBar({ articles, layout, colorVariant, auto, delay, }: OverviewBarProps): JSX.Element; |
import type { ColorType, TypeWithThemeType } from '../../types'; | ||
export interface ColorSystemProps { | ||
bd?: ColorType | TypeWithThemeType<ColorType>; | ||
bg?: ColorType | TypeWithThemeType<ColorType>; | ||
color?: ColorType | TypeWithThemeType<ColorType>; | ||
} |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.89", | ||
"version": "0.1.90", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -65,3 +65,3 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.4", | ||
"@aws-sdk/client-s3": "3.315.0", | ||
"@aws-sdk/client-s3": "3.316.0", | ||
"@babel/core": "^7.21.4", | ||
@@ -80,3 +80,3 @@ "@babel/eslint-parser": "^7.21.3", | ||
"@types/merge-stream": "^1.1.2", | ||
"@types/node": "^18.15.11", | ||
"@types/node": "^18.15.12", | ||
"@types/react": "^18.0.37", | ||
@@ -103,3 +103,3 @@ "@types/react-dom": "^18.0.11", | ||
"husky": "^8.0.3", | ||
"postcss": "^8.4.22", | ||
"postcss": "^8.4.23", | ||
"postcss-inline-svg": "^6.0.0", | ||
@@ -106,0 +106,0 @@ "postcss-scss": "^4.0.6", |
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
956273
9867