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.161 to 0.1.162

3

dist/src/components/molecules/Card/Templates/CardExtraLarge/CardExtraLarge.d.ts
import React from 'react';
import { type SignatureProps, type SocialBarProps, type TextProps } from '../../../../../components';
import { type SignatureProps, type SocialBarProps } from '../../../../../components';
import { type CardType, LayoutType, type SpacingSystemProps } from '../../../../../types';
export interface CardExtraLargeProps extends CardType, SpacingSystemProps {
layout: LayoutType;
summaryProps?: Pick<TextProps, 'color' | 'children'>;
signatureProps?: SignatureProps;

@@ -8,0 +7,0 @@ socialBarProps?: SocialBarProps;

@@ -6,3 +6,2 @@ import React from 'react';

layout: LayoutType;
summary?: string;
signatureProps?: SignatureProps;

@@ -9,0 +8,0 @@ socialBarProps?: SocialBarProps;

@@ -17,4 +17,8 @@ import React from 'react';

};
summary: string;
socialBarProps: Partial<import("@storybook/types").Args> | undefined;
summaryProps: {
children: string;
};
socialBarProps: {
saveContentId: string;
};
signatureProps: {

@@ -21,0 +25,0 @@ avatar: string;

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

};
summary?: string;
viewCount?: number;
}
export declare const CardMostRead: React.FC<CardMostReadProps>;

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

layout: LayoutType;
summary?: string;
socialBarProps?: SocialBarProps;
}
export declare const CardWithSummary: React.FC<CardWithSummaryProps>;

@@ -17,4 +17,6 @@ import React from 'react';

};
summary: string;
socialBarProps: Partial<import("@storybook/types").Args> | undefined;
summaryProps: {
children: string;
socialBarProps: Partial<import("@storybook/types").Args> | undefined;
};
};

@@ -21,0 +23,0 @@ argTypes: {

import React from 'react';
import { type BoxProps } from '../../../components';
import type { ColorType } from '../../../types';
export interface SearchFormProps extends React.HTMLAttributes<HTMLFormElement> {
export interface SearchFormProps extends BoxProps {
id: string;

@@ -5,0 +6,0 @@ url: string;

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

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

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

title: string;
summaryProps?: TextProps;
cardHeaderProps?: CardHeaderProps;

@@ -33,0 +34,0 @@ cardTitleProps?: CardTitleProps;

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

@@ -66,3 +66,3 @@ "license": "MIT",

"@20minutes/eslint-config": "^1.2.6",
"@aws-sdk/client-s3": "3.451.0",
"@aws-sdk/client-s3": "3.454.0",
"@babel/core": "^7.23.3",

@@ -81,5 +81,5 @@ "@babel/eslint-parser": "^7.23.3",

"@svgr/cli": "^8.1.0",
"@testing-library/react": "^14.1.0",
"@testing-library/react": "^14.1.2",
"@types/merge-stream": "^1.1.4",
"@types/node": "^20.9.0",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",

@@ -89,3 +89,3 @@ "@types/react-dom": "^18.2.15",

"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-react": "^4.1.1",
"@vitejs/plugin-react": "^4.2.0",
"@whitespace/storybook-addon-html": "^5.1.6",

@@ -96,3 +96,3 @@ "autoprefixer": "^10.4.16",

"babel-preset-react": "^6.24.1",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",

@@ -99,0 +99,0 @@ "eslint-config-prettier": "^9.0.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

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