@20minutes/hela
Advanced tools
Comparing version 0.1.153 to 0.1.154
import React from 'react'; | ||
import { type BoxProps } from '../../../components/atoms'; | ||
import type { RubricColorType } from '../../../types'; | ||
export interface CitationProps extends BoxProps { | ||
citationText: string; | ||
citationAuthor?: string; | ||
colorVariant?: RubricColorType; | ||
} | ||
export declare const Citation: React.FC<CitationProps>; |
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./Citation").CitationProps>; | ||
export default _default; | ||
export declare const Desktop: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Citation").CitationProps>; | ||
export declare const Mobile: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Citation").CitationProps>; | ||
export declare const Overview: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Citation").CitationProps>; |
@@ -6,2 +6,3 @@ import React from 'react'; | ||
shareCount: number; | ||
isShareItemDisplayed?: boolean; | ||
variant?: 'horizontal' | 'vertical' | 'card'; | ||
@@ -8,0 +9,0 @@ countColor?: ColorType; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.153", | ||
"version": "0.1.154", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -65,3 +65,3 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.6", | ||
"@aws-sdk/client-s3": "3.435.0", | ||
"@aws-sdk/client-s3": "3.437.0", | ||
"@babel/core": "^7.23.2", | ||
@@ -82,4 +82,4 @@ "@babel/eslint-parser": "^7.22.15", | ||
"@types/merge-stream": "^1.1.3", | ||
"@types/node": "^20.8.8", | ||
"@types/react": "^18.2.31", | ||
"@types/node": "^20.8.9", | ||
"@types/react": "^18.2.33", | ||
"@types/react-dom": "^18.2.14", | ||
@@ -117,6 +117,6 @@ "@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
"sass": "^1.69.4", | ||
"sass": "^1.69.5", | ||
"storybook": "^7.5.1", | ||
"style-dictionary": "^3.9.0", | ||
"stylelint": "^15.10.3", | ||
"stylelint": "^15.11.0", | ||
"stylelint-config-standard-scss": "^11.0.0", | ||
@@ -123,0 +123,0 @@ "stylelint-prettier": "^3.0.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
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
2
1604177
15788