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.13 to 0.1.14

15

dist/index.d.ts

@@ -34,3 +34,3 @@ /// <reference types="react" />

declare type IconName = '20mn-pub' | 'apple' | 'arrow' | 'bookmark' | 'chevron' | 'close' | 'clover' | 'comment' | 'connect' | 'connected' | 'dailymotion' | 'darkmode' | 'diode-leaning' | 'diode' | 'facebook' | 'flipboard' | 'googleplay' | 'health' | 'heart' | 'horoscope' | 'home' | 'instagram' | 'jeux' | 'journal' | 'local' | 'logo' | 'menu' | 'mood' | 'newsletters' | 'not-found' | 'notification' | 'podcast' | 'report' | 'search' | 'server-error' | 'share' | 'snapchat' | 'tiktok' | 'twitter' | 'valide' | 'view' | 'youtube' | 'work';
declare type IconName = '20mn-pub' | 'apple' | 'arrow' | 'bookmark' | 'chevron' | 'close' | 'clover' | 'comment' | 'connect' | 'connected' | 'dailymotion' | 'darkmode' | 'diode-leaning' | 'diode' | 'facebook' | 'flipboard' | 'googleplay' | 'health' | 'heart' | 'horoscope' | 'home' | 'instagram' | 'jeux' | 'journal' | 'local' | 'logo' | 'menu' | 'mood' | 'newsletters' | 'not-found' | 'notification' | 'podcast' | 'report' | 'search' | 'server-error' | 'share' | 'signin-facebook' | 'signin-google' | 'snapchat' | 'star' | 'tiktok' | 'twitter' | 'valide' | 'view' | 'youtube' | 'work';
declare type IconHoroscopeName = 'horoscope-belier' | 'horoscope-taureau' | 'horoscope-gemeaux' | 'horoscope-cancer' | 'horoscope-lion' | 'horoscope-vierge' | 'horoscope-balance' | 'horoscope-scorpion' | 'horoscope-sagittaire' | 'horoscope-capricorne' | 'horoscope-verseau' | 'horoscope-poissons' | 'horoscope-buffle' | 'horoscope-cheval' | 'horoscope-chevre' | 'horoscope-chien' | 'horoscope-cochon' | 'horoscope-coq' | 'horoscope-dragon' | 'horoscope-lapin' | 'horoscope-rat' | 'horoscope-serpent' | 'horoscope-singe' | 'horoscope-tigre';

@@ -68,3 +68,3 @@ interface IconProps extends Omit<React__default.SVGAttributes<SVGElement>, 'width' | 'height'> {

interface ButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement> {
variant?: 'primary' | 'secondary' | 'simple' | 'navigation';
variant?: 'primary' | 'secondary' | 'simple' | 'navigation' | 'social';
children?: React__default.ReactNode;

@@ -579,2 +579,3 @@ icon?: IconName;

infoBannerProps: InfoBannerProps;
layout?: LayoutType;
}

@@ -665,2 +666,10 @@ declare const HoroscopeContent: React.FC<HoroscopeContentProps>;

interface SmartBannerProps {
icon: IconName;
iconClassNames?: string;
iconSize?: number | number[];
className?: string;
}
declare const SmartBanner: React__default.FC<SmartBannerProps>;
interface SocialIconsProps {

@@ -720,2 +729,2 @@ socialIcons: {

export { Ad, AdProps, Alert, AlertProps, ArticleContent, ArticleContentProps, ArticleHeader, ArticleHeaderProps, ArticleImageCover, ArticleImageCoverProps, ArticleSummary, ArticleSummaryProps, ArticleVideoCover, ArticleVideoCoverProps, Avatar, AvatarProps, Breadcrumb, BreadcrumbProps, Button, ButtonProps, CategoryCard, CategoryCardProps, CategoryCards, CategoryCardsProps, Checkbox, CheckboxProps, Collapse, CollapseProps, Color, ColorSchemeBrand, ColorSchemeGeneric, ColorSchemeTheme, Divider, DividerProps, DividerSection, DividerSectionProps, ErrorContent, ErrorContentProps, Footer, FooterCategories, FooterCategoriesProps, FooterLinks, FooterLinksProps, FooterProps, GameCard, GameCardProps, Header, HeaderBanner, HeaderBannerProps, HeaderPage, HeaderPageProps, HeaderProps, HeaderSideModal, HeaderSideModalProps, Heading, HeadingProps, HomeLiveCard, HomeLiveCardProps, HoroscopeContent, HoroscopeContentProps, HoroscopeHomepageContent, HoroscopeHomepageContentProps, HoroscopeTiles, HoroscopeTilesProps, HoroscopeTopicCard, HoroscopeTopicCardProps, Icon, IconHoroscopeName, IconName, IconProps, Img, ImgProps, InfoBanner, InfoBannerProps, Input, InputProps, Label, LabelProps, LabelSection, LabelSectionProps, LargeCard, LargeCardProps, LayoutType, Link, LinkProps, LiveCard, LiveCardProps, LiveCards, LiveCardsProps, MediumCard, MediumCardProps, Menu, MenuCard, MenuCardProps, MenuProps, Meta, MetaProps, Modal, ModalProps, MostReadArticles, MostReadArticlesProps, MostReadCard, MostReadCardProps, NewsCard, NewsCardProps, NewsCards, NewsCardsProps, Newsletter, NewsletterProps, OverviewBar, OverviewBarProps, OverviewCard, OverviewCardProps, PartnerCards, PartnerCardsProps, Pipe, PodcastCard, PodcastCardProps, ReadAlso, ReadAlsoProps, RegionalCard, RegionalCardProps, RubricCard, RubricCardProps, ScrollProgressBar, ScrollProgressBarProps, Section, SectionProps, Select, SelectProps, Signature, SignatureProps, SmallCard, SmallCardProps, SmallGameCard, SmallGameCardProps, SmallLiveCard, SmallLiveCardProps, SocialBar, SocialBarProps, SocialIcons, SocialIconsProps, SvgSprite, Switch, SwitchDarkMode, SwitchDarkModeProps, SwitchProps, Tab, TabPanel, TabPanelProps, TabProps, TabType, Tabs, TabsProps, Tag, TagBar, TagBarProps, TagProps, Text, TextProps, ThemeType, Tiles, TilesProps, useLayoutEffect };
export { Ad, AdProps, Alert, AlertProps, ArticleContent, ArticleContentProps, ArticleHeader, ArticleHeaderProps, ArticleImageCover, ArticleImageCoverProps, ArticleSummary, ArticleSummaryProps, ArticleVideoCover, ArticleVideoCoverProps, Avatar, AvatarProps, Breadcrumb, BreadcrumbProps, Button, ButtonProps, CategoryCard, CategoryCardProps, CategoryCards, CategoryCardsProps, Checkbox, CheckboxProps, Collapse, CollapseProps, Color, ColorSchemeBrand, ColorSchemeGeneric, ColorSchemeTheme, Divider, DividerProps, DividerSection, DividerSectionProps, ErrorContent, ErrorContentProps, Footer, FooterCategories, FooterCategoriesProps, FooterLinks, FooterLinksProps, FooterProps, GameCard, GameCardProps, Header, HeaderBanner, HeaderBannerProps, HeaderPage, HeaderPageProps, HeaderProps, HeaderSideModal, HeaderSideModalProps, Heading, HeadingProps, HomeLiveCard, HomeLiveCardProps, HoroscopeContent, HoroscopeContentProps, HoroscopeHomepageContent, HoroscopeHomepageContentProps, HoroscopeTiles, HoroscopeTilesProps, HoroscopeTopicCard, HoroscopeTopicCardProps, Icon, IconHoroscopeName, IconName, IconProps, Img, ImgProps, InfoBanner, InfoBannerProps, Input, InputProps, Label, LabelProps, LabelSection, LabelSectionProps, LargeCard, LargeCardProps, LayoutType, Link, LinkProps, LiveCard, LiveCardProps, LiveCards, LiveCardsProps, MediumCard, MediumCardProps, Menu, MenuCard, MenuCardProps, MenuProps, Meta, MetaProps, Modal, ModalProps, MostReadArticles, MostReadArticlesProps, MostReadCard, MostReadCardProps, NewsCard, NewsCardProps, NewsCards, NewsCardsProps, Newsletter, NewsletterProps, OverviewBar, OverviewBarProps, OverviewCard, OverviewCardProps, PartnerCards, PartnerCardsProps, Pipe, PodcastCard, PodcastCardProps, ReadAlso, ReadAlsoProps, RegionalCard, RegionalCardProps, RubricCard, RubricCardProps, ScrollProgressBar, ScrollProgressBarProps, Section, SectionProps, Select, SelectProps, Signature, SignatureProps, SmallCard, SmallCardProps, SmallGameCard, SmallGameCardProps, SmallLiveCard, SmallLiveCardProps, SmartBanner, SmartBannerProps, SocialBar, SocialBarProps, SocialIcons, SocialIconsProps, SvgSprite, Switch, SwitchDarkMode, SwitchDarkModeProps, SwitchProps, Tab, TabPanel, TabPanelProps, TabProps, TabType, Tabs, TabsProps, Tag, TagBar, TagBarProps, TagProps, Text, TextProps, ThemeType, Tiles, TilesProps, useLayoutEffect };

30

package.json
{
"name": "@20minutes/hela",
"version": "0.1.13",
"version": "0.1.14",
"repository": "git@github.com:20minutes/hela.git",

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

"@20minutes/eslint-config": "^1.2.4",
"@babel/core": "^7.19.6",
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-typescript": "^7.20.0",
"@babel/plugin-transform-typescript": "^7.20.2",
"@csstools/postcss-sass": "^5.0.1",

@@ -53,14 +53,14 @@ "@storybook/addon-essentials": "^6.5.13",

"@types/merge-stream": "^1.1.2",
"@types/node": "^18.11.8",
"@types/react": "^18.0.24",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.0.1",
"babel-loader": "^9.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"cssnano": "^5.1.14",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"eslint-config-airbnb": "^19.0.4",

@@ -76,3 +76,3 @@ "eslint-config-prettier": "^8.5.0",

"glob": "^8.0.3",
"husky": "^8.0.1",
"husky": "^8.0.2",
"merge-stream": "^2.0.0",

@@ -85,12 +85,12 @@ "postcss": "^8.4.18",

"rollup-plugin-dts": "^4.2.3",
"rollup-plugin-esbuild": "^4.10.1",
"rollup-plugin-esbuild": "^4.10.2",
"rollup-plugin-scss": "^3.0.0",
"sass": "^1.55.0",
"sass": "^1.56.0",
"size-limit": "^8.1.0",
"stylelint": "^14.14.0",
"stylelint-config-standard-scss": "^6.0.0",
"stylelint": "^14.14.1",
"stylelint-config-standard-scss": "^6.1.0",
"svg-sprite": "2.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.2.2"
"vite": "^3.2.3"
},

@@ -97,0 +97,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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