@20minutes/hela
Advanced tools
Comparing version 0.1.165 to 0.1.166
import React from 'react'; | ||
import { type SignatureProps, type SocialBarProps } from '../../../../../components'; | ||
import { type CardType, LayoutType, type RubricColorType, type SpacingSystemProps } from '../../../../../types'; | ||
import { type CardType, LayoutType, type SpacingSystemProps } from '../../../../../types'; | ||
export interface CardLargeProps extends CardType, SpacingSystemProps { | ||
@@ -8,4 +8,3 @@ layout: LayoutType; | ||
socialBarProps?: SocialBarProps; | ||
rubricColor?: RubricColorType; | ||
} | ||
export declare const CardLarge: React.FC<CardLargeProps>; |
import React from 'react'; | ||
import { type FlexProps } from '../../../components'; | ||
import { type FlexProps, type IconOptions } from '../../../components'; | ||
import { LayoutType } from '../../../types'; | ||
@@ -7,4 +7,5 @@ export interface CountdownProps extends FlexProps { | ||
id: string; | ||
iconName?: IconOptions['name']; | ||
layout: LayoutType; | ||
} | ||
export declare const Countdown: React.FC<CountdownProps>; |
@@ -7,3 +7,2 @@ import React from 'react'; | ||
shareCount: number; | ||
isShareItemDisplayed?: boolean; | ||
variant?: 'horizontal' | 'vertical' | 'card'; | ||
@@ -10,0 +9,0 @@ countColor?: ColorType; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.165", | ||
"version": "0.1.166", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -83,7 +83,7 @@ "license": "MIT", | ||
"@types/node": "^20.10.3", | ||
"@types/react": "^18.2.41", | ||
"@types/react": "^18.2.42", | ||
"@types/react-dom": "^18.2.17", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"@vitejs/plugin-react": "^4.2.0", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@whitespace/storybook-addon-html": "^5.1.6", | ||
@@ -101,3 +101,3 @@ "autoprefixer": "^10.4.16", | ||
"eslint-plugin-jsx-a11y": "^6.8.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-react": "^7.33.2", | ||
@@ -112,3 +112,3 @@ "eslint-plugin-simple-import-sort": "^10.0.0", | ||
"postcss-url": "^10.1.3", | ||
"prettier": "^2.8.8", | ||
"prettier": "^3.1.0", | ||
"react": "^18.2.0", | ||
@@ -124,10 +124,10 @@ "react-dom": "^18.2.0", | ||
"stylelint-config-standard-scss": "^11.1.0", | ||
"stylelint-prettier": "^3.0.0", | ||
"stylelint-prettier": "^4.1.0", | ||
"svg-sprite": "2.0.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.5.0", | ||
"vite": "^4.5.1", | ||
"vite-plugin-dts": "^3.6.4", | ||
"vite-tsconfig-paths": "^4.2.1", | ||
"vitest": "^0.34.6" | ||
"vitest": "^1.0.1" | ||
}, | ||
@@ -134,0 +134,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
1626935