@20minutes/hela
Advanced tools
Comparing version 1.18.9 to 1.18.10
@@ -5,6 +5,6 @@ import { default as React } from 'react'; | ||
export interface ArticleSummaryProps extends TextProps { | ||
title: string; | ||
summary: React.ReactNode; | ||
title?: string; | ||
rubricColor?: ThemeColorType | RubricColorType; | ||
} | ||
export declare const ArticleSummary: React.FC<ArticleSummaryProps>; |
@@ -17,1 +17,6 @@ import { default as React } from 'react'; | ||
}; | ||
export declare const WithoutTitle: { | ||
args: { | ||
title: undefined; | ||
}; | ||
}; |
import { default as React } from 'react'; | ||
import { BoxProps, TabProps } from '../..'; | ||
import { TabType } from '../../../types'; | ||
import { SpacingSystemProps, TabType } from '../../../types'; | ||
export interface TabsProps extends BoxProps { | ||
@@ -15,3 +15,4 @@ tabItems: { | ||
tabVariant?: TabType; | ||
tabProps?: SpacingSystemProps; | ||
} | ||
export declare const Tabs: React.FC<TabsProps>; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "1.18.9", | ||
"version": "1.18.10", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -75,3 +75,3 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.6", | ||
"@aws-sdk/client-s3": "3.669.0", | ||
"@aws-sdk/client-s3": "3.670.0", | ||
"@csstools/postcss-sass": "^5.1.1", | ||
@@ -91,3 +91,3 @@ "@octokit/core": "5.1.0", | ||
"@types/react": "^18.3.11", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react-dom": "^18.3.1", | ||
"@typescript-eslint/eslint-plugin": "^8.8.1", | ||
@@ -132,3 +132,3 @@ "@typescript-eslint/parser": "^8.8.1", | ||
"vite": "^5.4.8", | ||
"vite-plugin-dts": "^4.2.2", | ||
"vite-plugin-dts": "^4.2.4", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
@@ -135,0 +135,0 @@ "vitest": "^2.1.2" |
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
4822297
39398