@20minutes/hela
Advanced tools
Comparing version 0.1.186 to 1.0.0
import React from 'react'; | ||
import { type FlexProps, type TextProps } from '../..'; | ||
import type { TextSizeType, TypeWithMediaQueriesType } from '../../../types'; | ||
export interface LabelProps extends FlexProps { | ||
import { type BoxProps, type TextProps } from '../..'; | ||
import type { SystemProps, TextSizeType, TypeWithMediaQueriesType } from '../../../types'; | ||
export interface LabelProps extends SystemProps, Pick<BoxProps, 'className'> { | ||
children: React.ReactNode; | ||
@@ -6,0 +6,0 @@ hasDot?: boolean; |
import React from 'react'; | ||
import { type FlexProps } from '../../..'; | ||
import type { CardHeaderType } from '../../../../types'; | ||
export interface CardHeaderProps extends CardHeaderType, FlexProps { | ||
import type { CardHeaderType, SystemProps } from '../../../../types'; | ||
export interface CardHeaderProps extends CardHeaderType, SystemProps { | ||
location?: string; | ||
} | ||
export declare const CardHeader: React.FC<CardHeaderProps>; |
@@ -6,2 +6,3 @@ import React from 'react'; | ||
cartridge?: CartridgeType; | ||
cartridgeIsCentered?: boolean; | ||
maxRows?: 2 | 3 | 4 | 5; | ||
@@ -8,0 +9,0 @@ } |
@@ -5,2 +5,3 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>; | ||
export declare const LongTitle: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardTitle").CardTitleProps>; | ||
export declare const TitleWithCartridge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardTitle").CardTitleProps>; | ||
export declare const BigTitleWithCartridge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardTitle").CardTitleProps>; | ||
export declare const SmallTitleWithCartridge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardTitle").CardTitleProps>; |
@@ -46,1 +46,2 @@ import React from 'react'; | ||
export declare const WithPlaceholder: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardOverview").CardOverviewProps>; | ||
export declare const WithCartridgeInTitle: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardOverview").CardOverviewProps>; |
@@ -9,4 +9,5 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>; | ||
export declare const WithCartridgeInTitle: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardSmall").CardSmallProps>; | ||
export declare const WithCartridgeAndOswaldFont: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardSmall").CardSmallProps>; | ||
export declare const Mobile: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardSmall").CardSmallProps>; | ||
export declare const MobileWithImageCaption: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardSmall").CardSmallProps>; | ||
export declare const MobileGamesTemplate: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardSmall").CardSmallProps>; |
@@ -51,2 +51,3 @@ import React from 'react'; | ||
export declare const RubricTemplate: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardWithSummary").CardWithSummaryProps>; | ||
export declare const WithCartridgeInTitle: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardWithSummary").CardWithSummaryProps>; | ||
export declare const Mobile: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("./CardWithSummary").CardWithSummaryProps>; |
@@ -5,4 +5,4 @@ import React from 'react'; | ||
export interface ReadAlsoBannerProps { | ||
articles: Exclude<CardOverviewProps, CardImageProps>[]; | ||
layout: LayoutType; | ||
articles: Exclude<CardOverviewProps, CardImageProps>[]; | ||
willNotReduceAtScroll?: boolean; | ||
@@ -9,0 +9,0 @@ limitTop?: number; |
import React from 'react'; | ||
import { LayoutType } from '../../../types'; | ||
declare const _default: { | ||
@@ -7,9 +6,3 @@ title: string; | ||
args: { | ||
articles: { | ||
link: string; | ||
title: string; | ||
key: string; | ||
}[]; | ||
willNotReduceAtScroll: boolean; | ||
layout: LayoutType; | ||
limitTop: number; | ||
@@ -16,0 +9,0 @@ }; |
@@ -113,2 +113,5 @@ export declare const tokenVariables: { | ||
}; | ||
dot: { | ||
value: string; | ||
}; | ||
error: { | ||
@@ -115,0 +118,0 @@ value: string; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.186", | ||
"version": "1.0.0", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -74,3 +74,3 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.6", | ||
"@aws-sdk/client-s3": "3.507.0", | ||
"@aws-sdk/client-s3": "3.513.0", | ||
"@babel/core": "^7.23.9", | ||
@@ -81,17 +81,17 @@ "@babel/eslint-parser": "^7.23.10", | ||
"@octokit/core": "5.1.0", | ||
"@storybook/addon-actions": "^7.6.13", | ||
"@storybook/addon-essentials": "^7.6.13", | ||
"@storybook/addon-links": "^7.6.13", | ||
"@storybook/addon-mdx-gfm": "^7.6.13", | ||
"@storybook/blocks": "^7.6.13", | ||
"@storybook/react": "^7.6.13", | ||
"@storybook/react-vite": "^7.6.13", | ||
"@storybook/addon-actions": "^7.6.15", | ||
"@storybook/addon-essentials": "^7.6.15", | ||
"@storybook/addon-links": "^7.6.15", | ||
"@storybook/addon-mdx-gfm": "^7.6.15", | ||
"@storybook/blocks": "^7.6.15", | ||
"@storybook/react": "^7.6.15", | ||
"@storybook/react-vite": "^7.6.15", | ||
"@svgr/cli": "^8.1.0", | ||
"@testing-library/react": "^14.2.1", | ||
"@types/merge-stream": "^1.1.5", | ||
"@types/node": "^20.11.16", | ||
"@types/node": "^20.11.17", | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.2.18", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"@types/react-dom": "^18.2.19", | ||
"@typescript-eslint/eslint-plugin": "^7.0.1", | ||
"@typescript-eslint/parser": "^7.0.1", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
@@ -112,8 +112,8 @@ "@whitespace/storybook-addon-html": "^5.1.6", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"eslint-plugin-storybook": "^0.6.15", | ||
"husky": "^9.0.10", | ||
"husky": "^9.0.11", | ||
"jsdom": "^24.0.0", | ||
"lint-staged": "^15.2.2", | ||
"postcss": "^8.4.34", | ||
"postcss": "^8.4.35", | ||
"postcss-inline-svg": "^6.0.0", | ||
@@ -129,3 +129,3 @@ "postcss-scss": "^4.0.9", | ||
"sass": "^1.70.0", | ||
"storybook": "^7.6.13", | ||
"storybook": "^7.6.15", | ||
"style-dictionary": "^3.9.2", | ||
@@ -132,0 +132,0 @@ "stylelint": "^15.11.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1649588
16300
2