@20minutes/hela
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -16,2 +16,4 @@ /// <reference types="react" /> | ||
declare type TabType = 'default' | 'secondary'; | ||
declare type ThemeType = 'light' | 'dark'; | ||
@@ -124,2 +126,10 @@ | ||
declare type MetaTagProps = 'name' | 'property' | 'content'; | ||
interface MetaProps { | ||
metaPropsList: { | ||
[key in MetaTagProps]?: string; | ||
}[]; | ||
} | ||
declare const Meta: React__default.FC<MetaProps>; | ||
interface TagProps extends Omit<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, 'id'> { | ||
@@ -184,4 +194,4 @@ children?: React__default.ReactNode; | ||
interface TabProps extends ButtonHTMLAttributes<HTMLButtonElement> { | ||
variant?: TabType; | ||
name: string; | ||
children: React__default.ReactNode; | ||
colorScheme?: ColorSchemeTheme; | ||
@@ -447,2 +457,7 @@ isSelected?: boolean; | ||
interface ErrorResponsesContentProps { | ||
statusCode: '404' | '500'; | ||
} | ||
declare const ErrorResponsesContent: React.FC<ErrorResponsesContentProps>; | ||
interface FooterCategoriesProps { | ||
@@ -616,2 +631,2 @@ layout?: LayoutType; | ||
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, Color, ColorSchemeBrand, ColorSchemeGeneric, ColorSchemeTheme, Divider, DividerProps, DividerSection, DividerSectionProps, 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, MenuCard, MenuCardProps, 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, Signature, SignatureProps, SmallCard, SmallCardProps, SmallGameCard, SmallGameCardProps, SmallLiveCard, SmallLiveCardProps, SocialBar, SocialBarProps, SocialIcons, SocialIconsProps, SvgSprite, Switch, SwitchDarkMode, SwitchDarkModeProps, SwitchProps, Tab, TabPanel, TabPanelProps, TabProps, Tag, TagBar, TagBarProps, TagProps, Text, TextProps, ThemeType, 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, Color, ColorSchemeBrand, ColorSchemeGeneric, ColorSchemeTheme, Divider, DividerProps, DividerSection, DividerSectionProps, ErrorResponsesContent, ErrorResponsesContentProps, 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, MenuCard, MenuCardProps, 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, Signature, SignatureProps, SmallCard, SmallCardProps, SmallGameCard, SmallGameCardProps, SmallLiveCard, SmallLiveCardProps, SocialBar, SocialBarProps, SocialIcons, SocialIconsProps, SvgSprite, Switch, SwitchDarkMode, SwitchDarkModeProps, SwitchProps, Tab, TabPanel, TabPanelProps, TabProps, TabType, Tag, TagBar, TagBarProps, TagProps, Text, TextProps, ThemeType, useLayoutEffect }; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -46,3 +46,3 @@ "license": "MIT", | ||
"@storybook/addon-links": "^6.5.12", | ||
"@storybook/builder-vite": "^0.2.3", | ||
"@storybook/builder-vite": "^0.2.4", | ||
"@storybook/react": "^6.5.12", | ||
@@ -53,7 +53,7 @@ "@svgr/cli": "^6.4.0", | ||
"@types/merge-stream": "^1.1.2", | ||
"@types/node": "^18.8.3", | ||
"@types/node": "^18.8.4", | ||
"@types/react": "^18.0.21", | ||
"@types/react-dom": "^18.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.39.0", | ||
"@typescript-eslint/parser": "^5.39.0", | ||
"@typescript-eslint/eslint-plugin": "^5.40.0", | ||
"@typescript-eslint/parser": "^5.40.0", | ||
"@vitejs/plugin-react": "^2.1.0", | ||
@@ -65,3 +65,3 @@ "autoprefixer": "^10.4.12", | ||
"cssnano": "^5.1.13", | ||
"eslint": "^8.24.0", | ||
"eslint": "^8.25.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
@@ -74,3 +74,3 @@ "eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.31.8", | ||
"eslint-plugin-react": "^7.31.10", | ||
"eslint-plugin-simple-import-sort": "^8.0.0", | ||
@@ -85,3 +85,3 @@ "glob": "^8.0.3", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-dts": "^4.2.2", | ||
"rollup-plugin-dts": "^4.2.3", | ||
"rollup-plugin-esbuild": "^4.10.1", | ||
@@ -93,6 +93,6 @@ "rollup-plugin-scss": "^3.0.0", | ||
"stylelint-config-standard-scss": "^5.0.0", | ||
"svg-sprite": "next", | ||
"svg-sprite": "2.0.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4", | ||
"vite": "^3.1.6" | ||
"vite": "^3.1.7" | ||
}, | ||
@@ -99,0 +99,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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2708434
46922