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.176 to 0.1.177

4

dist/src/components/molecules/Carousel/Carousel.d.ts

@@ -6,7 +6,7 @@ import React from 'react';

label: string;
articles: CardSmallProps[];
layout: LayoutType;
labelLink?: string;
headingProps?: HeadingProps;
sliderProps?: Omit<SliderProps, 'itemsGap' | 'layout'>;
articles: CardSmallProps[];
layout: LayoutType;
rubricColor?: RubricColorType;

@@ -13,0 +13,0 @@ titleUnderlined?: boolean;

import React from 'react';
import { type BoxProps, type CardExtraSmallProps, type CardMediumProps } from '../..';
interface ThreeColumnsProps {
label: string;
articles: CardMediumProps[] | CardExtraSmallProps[];
import { type BoxProps, type CardExtraSmallProps, type CardMediumProps, type CardSmallProps, type SectionTitleProps } from '../..';
import { LayoutType } from '../../../types';
interface ItemsProps {
title: SectionTitleProps;
articles: CardMediumProps[] | CardExtraSmallProps[] | CardSmallProps[];
}
export interface ThreeColumnsArticlesProps extends BoxProps {
title: string;
columns: ThreeColumnsProps[];
items: ItemsProps[];
layout: LayoutType;
}
export declare const ThreeColumnsArticles: React.FC<ThreeColumnsArticlesProps>;
export {};

@@ -10,1 +10,2 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import('../..').ThreeColumnsArticlesProps>;

export declare const TenColumns: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import('../..').ThreeColumnsArticlesProps>;
export declare const Mobile: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import('../..').ThreeColumnsArticlesProps>;
{
"name": "@20minutes/hela",
"version": "0.1.176",
"version": "0.1.177",
"repository": "git@github.com:20minutes/hela.git",

@@ -5,0 +5,0 @@ "license": "MIT",

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