@20minutes/hela
Advanced tools
Comparing version 1.17.3 to 1.17.4
@@ -8,3 +8,5 @@ import { default as React } from 'react'; | ||
rubricColor?: ThemeColorType | RubricColorType | 'afp'; | ||
variant?: 'default' | 'big'; | ||
withBorder?: boolean; | ||
} | ||
export declare const Avatar: React.FC<AvatarProps>; |
@@ -8,2 +8,7 @@ declare const _default: { | ||
}; | ||
argTypes: { | ||
variant: { | ||
options: string[]; | ||
}; | ||
}; | ||
}; | ||
@@ -22,1 +27,8 @@ export default _default; | ||
}; | ||
export declare const WithBigVariant: { | ||
args: { | ||
img: string; | ||
variant: string; | ||
withBorder: boolean; | ||
}; | ||
}; |
@@ -28,1 +28,18 @@ declare const _default: { | ||
}; | ||
export declare const WithAnOptionSelected: { | ||
args: { | ||
id: string; | ||
placeholder: string; | ||
label: string; | ||
options: ({ | ||
value: string; | ||
title: string; | ||
isSelected?: undefined; | ||
} | { | ||
value: string; | ||
title: string; | ||
isSelected: boolean; | ||
})[]; | ||
variant: string; | ||
}; | ||
}; |
@@ -22,1 +22,14 @@ declare const _default: { | ||
}; | ||
export declare const WithoutImage: { | ||
args: { | ||
title: string; | ||
description: string; | ||
cover: undefined; | ||
link: { | ||
href: string; | ||
}; | ||
closeButton: { | ||
onClick: import('@storybook/addon-actions').HandlerFunction; | ||
}; | ||
}; | ||
}; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "1.17.3", | ||
"version": "1.17.4", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -75,12 +75,12 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.6", | ||
"@aws-sdk/client-s3": "3.651.0", | ||
"@aws-sdk/client-s3": "3.651.1", | ||
"@csstools/postcss-sass": "^5.1.1", | ||
"@octokit/core": "5.1.0", | ||
"@storybook/addon-actions": "^8.3.0", | ||
"@storybook/addon-essentials": "^8.3.0", | ||
"@storybook/addon-links": "^8.3.0", | ||
"@storybook/blocks": "^8.3.0", | ||
"@storybook/addon-actions": "^8.3.1", | ||
"@storybook/addon-essentials": "^8.3.1", | ||
"@storybook/addon-links": "^8.3.1", | ||
"@storybook/blocks": "^8.3.1", | ||
"@storybook/csf": "0.1.2", | ||
"@storybook/react": "^8.3.0", | ||
"@storybook/react-vite": "^8.3.0", | ||
"@storybook/react": "^8.3.1", | ||
"@storybook/react-vite": "^8.3.1", | ||
"@svgr/cli": "^8.1.0", | ||
@@ -90,11 +90,11 @@ "@testing-library/dom": "^10.4.0", | ||
"@types/merge-stream": "^1.1.5", | ||
"@types/node": "^22.5.4", | ||
"@types/node": "^22.5.5", | ||
"@types/react": "^18.3.4", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^8.5.0", | ||
"@typescript-eslint/parser": "^8.5.0", | ||
"@typescript-eslint/eslint-plugin": "^8.6.0", | ||
"@typescript-eslint/parser": "^8.6.0", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"autoprefixer": "^10.4.20", | ||
"dotenv": "^16.4.5", | ||
"eslint": "^8.57.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-airbnb": "^19.0.4", | ||
@@ -113,3 +113,3 @@ "eslint-config-prettier": "^9.1.0", | ||
"lint-staged": "^15.2.10", | ||
"postcss": "^8.4.45", | ||
"postcss": "^8.4.47", | ||
"postcss-inline-svg": "^6.0.0", | ||
@@ -125,3 +125,3 @@ "postcss-scss": "^4.0.9", | ||
"sass": "^1.78.0", | ||
"storybook": "^8.3.0", | ||
"storybook": "^8.3.1", | ||
"style-dictionary": "^3.9.2", | ||
@@ -134,6 +134,6 @@ "stylelint": "^15.11.0", | ||
"typescript": "^4.9.5", | ||
"vite": "^5.4.4", | ||
"vite": "^5.4.6", | ||
"vite-plugin-dts": "^4.2.1", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vitest": "^2.1.0" | ||
"vitest": "^2.1.1" | ||
}, | ||
@@ -140,0 +140,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
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
4809057
39258