Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@20minutes/hela

Package Overview
Dependencies
Maintainers
2
Versions
327
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@20minutes/hela - npm Package Compare versions

Comparing version 0.1.138 to 0.1.139

2

dist/src/components/atoms/Typography/Heading/Heading.stories.d.ts

@@ -13,3 +13,3 @@ import React from 'react';

size: {
options: readonly ("s" | "m" | "xxs-2" | "xxs" | "xs" | "l" | "xl" | "xxl" | "xxl-2")[];
options: readonly ("s" | "m" | "xxs-3" | "xxs-2" | "xxs" | "xs" | "l" | "xl" | "xxl" | "xxl-2")[];
};

@@ -16,0 +16,0 @@ m?: import("@storybook/csf").InputType | undefined;

@@ -5,3 +5,4 @@ import React from 'react';

export interface CardHeaderProps extends CardHeaderType, FlexProps {
location?: string;
}
export declare const CardHeader: React.FC<CardHeaderProps>;

@@ -6,1 +6,2 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;

export declare const LiveTemplate: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./CardHeader").CardHeaderProps>;
export declare const WithPlace: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./CardHeader").CardHeaderProps>;

@@ -5,4 +5,5 @@ import React from 'react';

export interface CardMediumProps extends CardType, SystemProps, Pick<BoxProps, 'className'> {
titleHasFixedHeight?: boolean;
socialBarProps?: SocialBarProps;
}
export declare const CardMedium: React.FC<CardMediumProps>;

@@ -7,2 +7,3 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;

export declare const WithCartridgeInTitle: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./CardMedium").CardMediumProps>;
export declare const WithPlaceInHeader: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./CardMedium").CardMediumProps>;
export declare const PublicommuniqueOrNative: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./CardMedium").CardMediumProps>;

@@ -9,0 +10,0 @@ export declare const Magazine: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./CardMedium").CardMediumProps>;

import React from 'react';
import { type BoxProps } from '../../../../components';
import { type BoxProps, type MediaProps } from '../../../../components';
import { type ColorType, LayoutType, type SponsorType } from '../../../../types';

@@ -15,3 +15,4 @@ export interface HeaderPageProps extends BoxProps {

variant?: 'primary' | 'secondary';
mediaProps?: MediaProps;
}
export declare const HeaderPage: React.FC<HeaderPageProps>;

@@ -46,1 +46,2 @@ import React from 'react';

export declare const MobileForSponsoredPage: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./HeaderPage").HeaderPageProps>;
export declare const MobileWithMedia: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./HeaderPage").HeaderPageProps>;

@@ -5,3 +5,3 @@ import React from 'react';

totalArticles: number;
currentPage?: number;
currentPage?: string;
pagePath: string;

@@ -8,0 +8,0 @@ archivesUrl: string;

@@ -6,3 +6,3 @@ export declare const textDecorationList: readonly ["underline", "dotted", "wavy", "overline"];

export declare const fontWeightTokenNameList: readonly ("bold" | "regular" | "semi-bold")[];
export declare const headingSizeTokenNameList: readonly ("s" | "m" | "xxs-2" | "xxs" | "xs" | "l" | "xl" | "xxl" | "xxl-2")[];
export declare const headingSizeTokenNameList: readonly ("s" | "m" | "xxs-3" | "xxs-2" | "xxs" | "xs" | "l" | "xl" | "xxl" | "xxl-2")[];
export declare const textSizeTokenNameList: readonly ("s" | "m" | "xxs-3" | "xxs-2" | "xxs" | "xs" | "l" | "xl" | "xxl")[];

@@ -594,2 +594,8 @@ export declare const tokenVariables: {

heading: {
'xxs-3': {
description: string;
fontSize: {
value: string;
};
};
'xxs-2': {

@@ -596,0 +602,0 @@ description: string;

@@ -1,2 +0,2 @@

import type { CardFooterProps, CardTitleProps, IconProps } from '../components';
import type { CardFooterProps, CardHeaderProps, CardTitleProps, IconProps } from '../components';
import type { TextSizeType, TextType } from '../types';

@@ -31,3 +31,3 @@ export interface CardHeaderType {

title: string;
cardHeaderProps?: CardHeaderType;
cardHeaderProps?: CardHeaderProps;
cardTitleProps?: CardTitleProps;

@@ -34,0 +34,0 @@ cardImageProps?: Omit<CardImageType, 'defaultFormat'>;

{
"name": "@20minutes/hela",
"version": "0.1.138",
"version": "0.1.139",
"repository": "git@github.com:20minutes/hela.git",

@@ -65,4 +65,4 @@ "license": "MIT",

"@20minutes/eslint-config": "^1.2.6",
"@aws-sdk/client-s3": "3.405.0",
"@babel/core": "^7.22.15",
"@aws-sdk/client-s3": "3.410.0",
"@babel/core": "^7.22.17",
"@babel/eslint-parser": "^7.22.15",

@@ -72,16 +72,16 @@ "@babel/plugin-transform-typescript": "^7.22.15",

"@octokit/core": "5.0.0",
"@storybook/addon-actions": "^7.4.0",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-mdx-gfm": "^7.4.0",
"@storybook/blocks": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/react-vite": "^7.4.0",
"@storybook/addon-actions": "^7.4.1",
"@storybook/addon-essentials": "^7.4.1",
"@storybook/addon-links": "^7.4.1",
"@storybook/addon-mdx-gfm": "^7.4.1",
"@storybook/blocks": "^7.4.1",
"@storybook/react": "^7.4.1",
"@storybook/react-vite": "^7.4.1",
"@svgr/cli": "^8.1.0",
"@types/merge-stream": "^1.1.2",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^4.0.4",

@@ -93,3 +93,3 @@ "@whitespace/storybook-addon-html": "^5.1.6",

"babel-preset-react": "^6.24.1",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",

@@ -108,3 +108,3 @@ "eslint-config-prettier": "^9.0.0",

"postcss-inline-svg": "^6.0.0",
"postcss-scss": "^4.0.7",
"postcss-scss": "^4.0.8",
"postcss-url": "^10.1.3",

@@ -118,3 +118,3 @@ "prettier": "^2.8.8",

"sass": "^1.66.1",
"storybook": "^7.4.0",
"storybook": "^7.4.1",
"style-dictionary": "^3.8.0",

@@ -129,4 +129,4 @@ "stylelint": "^15.10.1",

"vite-plugin-dts": "^3.5.3",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.3"
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.4"
},

@@ -133,0 +133,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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc