@20minutes/hela
Advanced tools
Comparing version 0.1.168 to 0.1.169
@@ -9,3 +9,2 @@ import React from 'react'; | ||
content: React.ReactNode; | ||
isLive?: boolean; | ||
}[]; | ||
@@ -12,0 +11,0 @@ tabItemActive?: string; |
import React from 'react'; | ||
import { type BoxProps, type LinkProps } from '../../../components'; | ||
import { type BoxProps } from '../../../components'; | ||
import { LayoutType } from '../../../types'; | ||
@@ -16,7 +16,7 @@ export interface MostReadArticlesProps extends BoxProps { | ||
}[]; | ||
seeMoreNews?: LinkProps; | ||
layout: LayoutType; | ||
tabItemActive?: string; | ||
layout: LayoutType; | ||
isScrollable?: boolean; | ||
hasButton?: boolean; | ||
} | ||
export declare const MostReadArticles: React.FC<MostReadArticlesProps>; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.168", | ||
"version": "0.1.169", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -66,6 +66,6 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.6", | ||
"@aws-sdk/client-s3": "3.468.0", | ||
"@babel/core": "^7.23.5", | ||
"@aws-sdk/client-s3": "3.470.0", | ||
"@babel/core": "^7.23.6", | ||
"@babel/eslint-parser": "^7.23.3", | ||
"@babel/plugin-transform-typescript": "^7.23.5", | ||
"@babel/plugin-transform-typescript": "^7.23.6", | ||
"@csstools/postcss-sass": "^5.0.1", | ||
@@ -86,4 +86,4 @@ "@octokit/core": "5.0.2", | ||
"@types/react-dom": "^18.2.17", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@typescript-eslint/eslint-plugin": "^6.14.0", | ||
"@typescript-eslint/parser": "^6.14.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
@@ -117,3 +117,3 @@ "@whitespace/storybook-addon-html": "^5.1.6", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-visualizer": "^5.10.0", | ||
"rollup-plugin-visualizer": "^5.11.0", | ||
"sass": "^1.69.5", | ||
@@ -126,3 +126,3 @@ "storybook": "^7.6.4", | ||
"svg-sprite": "2.0.2", | ||
"ts-node": "^10.9.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^4.9.5", | ||
@@ -132,3 +132,3 @@ "vite": "^4.5.1", | ||
"vite-tsconfig-paths": "^4.2.2", | ||
"vitest": "^1.0.2" | ||
"vitest": "^1.0.4" | ||
}, | ||
@@ -135,0 +135,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
1614479
15988