@20minutes/hela
Advanced tools
Comparing version 1.11.1 to 1.11.2
@@ -14,2 +14,3 @@ import { default as React } from 'react'; | ||
anchor?: string; | ||
link?: string; | ||
layout?: LayoutType; | ||
@@ -16,0 +17,0 @@ isClickable?: boolean; |
@@ -6,3 +6,3 @@ import { default as React } from 'react'; | ||
export interface ToolbarProps extends FlexProps { | ||
activeItem: string; | ||
activeItem?: string; | ||
items: { | ||
@@ -9,0 +9,0 @@ name: string; |
declare const _default: import('@storybook/types').ComponentAnnotations<import('@storybook/react/dist/types-bf5e6555').R, import('./Toolbar').ToolbarProps>; | ||
export default _default; | ||
export declare const Mobile: { | ||
parameters: { | ||
viewport: { | ||
defaultViewport: string; | ||
}; | ||
export declare const ToolbarWithHomeAsActiveItem: {}; | ||
export declare const ToolbarWithoutActiveItem: { | ||
args: { | ||
activeItem: undefined; | ||
items: { | ||
name: string; | ||
iconName: string; | ||
label: string; | ||
link: string; | ||
}[]; | ||
}; | ||
}; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -88,3 +88,3 @@ "license": "MIT", | ||
"@types/merge-stream": "^1.1.5", | ||
"@types/node": "^20.12.12", | ||
"@types/node": "^20.12.13", | ||
"@types/react": "^18.3.3", | ||
@@ -121,3 +121,3 @@ "@types/react-dom": "^18.3.0", | ||
"rollup-plugin-visualizer": "^5.12.0", | ||
"sass": "^1.77.2", | ||
"sass": "^1.77.3", | ||
"storybook": "^8.0.8", | ||
@@ -124,0 +124,0 @@ "style-dictionary": "^3.9.2", |
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
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
1568948
20423