@20minutes/hela
Advanced tools
Comparing version 1.18.7 to 1.18.8
@@ -6,3 +6,3 @@ import { default as React } from 'react'; | ||
variant?: TabType; | ||
isLive?: boolean; | ||
tabColor?: 'default' | 'direct' | 'entertainment'; | ||
isSelected?: boolean; | ||
@@ -9,0 +9,0 @@ index?: 0 | -1; |
@@ -24,12 +24,12 @@ declare const _default: { | ||
}; | ||
export declare const LiveIsSelected: { | ||
export declare const Secondary: { | ||
args: { | ||
variant: string; | ||
name: string; | ||
children: string; | ||
isSelected: boolean; | ||
isLive: boolean; | ||
}; | ||
}; | ||
export declare const Secondary: { | ||
export declare const SecondaryIsSelected: { | ||
args: { | ||
isSelected: boolean; | ||
variant: string; | ||
@@ -40,9 +40,17 @@ name: string; | ||
}; | ||
export declare const SecondaryIsSelected: { | ||
export declare const DirectIsSelected: { | ||
args: { | ||
name: string; | ||
children: string; | ||
isSelected: boolean; | ||
variant: string; | ||
tabColor: string; | ||
}; | ||
}; | ||
export declare const EntertainmentIsSelected: { | ||
args: { | ||
name: string; | ||
children: string; | ||
isSelected: boolean; | ||
tabColor: string; | ||
}; | ||
}; |
import { default as React } from 'react'; | ||
import { BoxProps } from '../..'; | ||
import { BoxProps, TabProps } from '../..'; | ||
import { TabType } from '../../../types'; | ||
@@ -13,4 +13,5 @@ export interface TabsProps extends BoxProps { | ||
tabItemActive?: string; | ||
tabColor?: TabProps['tabColor']; | ||
tabVariant?: TabType; | ||
} | ||
export declare const Tabs: React.FC<TabsProps>; |
@@ -5,2 +5,3 @@ declare const _default: { | ||
args: { | ||
tabColor: string; | ||
tabVariant: string; | ||
@@ -7,0 +8,0 @@ }; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "1.18.7", | ||
"version": "1.18.8", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -75,20 +75,20 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.6", | ||
"@aws-sdk/client-s3": "3.664.0", | ||
"@aws-sdk/client-s3": "3.668.0", | ||
"@csstools/postcss-sass": "^5.1.1", | ||
"@octokit/core": "5.1.0", | ||
"@storybook/addon-actions": "^8.3.4", | ||
"@storybook/addon-essentials": "^8.3.4", | ||
"@storybook/addon-links": "^8.3.4", | ||
"@storybook/blocks": "^8.3.4", | ||
"@storybook/addon-actions": "^8.3.5", | ||
"@storybook/addon-essentials": "^8.3.5", | ||
"@storybook/addon-links": "^8.3.5", | ||
"@storybook/blocks": "^8.3.5", | ||
"@storybook/csf": "0.1.2", | ||
"@storybook/react": "^8.3.4", | ||
"@storybook/react-vite": "^8.3.4", | ||
"@storybook/react": "^8.3.5", | ||
"@storybook/react-vite": "^8.3.5", | ||
"@svgr/cli": "^8.1.0", | ||
"@testing-library/dom": "^10.4.0", | ||
"@testing-library/react": "^16.0.1", | ||
"@types/node": "^22.7.4", | ||
"@types/node": "^22.7.5", | ||
"@types/react": "^18.3.11", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^8.8.0", | ||
"@typescript-eslint/parser": "^8.8.0", | ||
"@typescript-eslint/eslint-plugin": "^8.8.1", | ||
"@typescript-eslint/parser": "^8.8.1", | ||
"@vitejs/plugin-react": "^4.3.2", | ||
@@ -122,3 +122,3 @@ "autoprefixer": "^10.4.20", | ||
"sass": "^1.79.4", | ||
"storybook": "^8.3.4", | ||
"storybook": "^8.3.5", | ||
"style-dictionary": "^3.9.2", | ||
@@ -125,0 +125,0 @@ "stylelint": "^15.11.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
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
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
4822017
39388