@20minutes/hela
Advanced tools
Comparing version 1.16.3 to 1.16.4
@@ -8,6 +8,6 @@ import { BoxProps, FlexProps, IconProps, TextProps } from '../..'; | ||
iconProps?: Partial<IconProps>; | ||
btnProps?: Partial<BoxProps>; | ||
contentProps?: Partial<FlexProps>; | ||
btnProps?: BoxProps; | ||
contentProps?: FlexProps; | ||
} | ||
export type CollapseProps = CollapseOptions & BoxProps; | ||
export declare const Collapse: import('../../..').ComponentWithAs<"div", CollapseProps>; |
@@ -15,3 +15,7 @@ import { default as React } from 'react'; | ||
copyrightDescription: string; | ||
archives?: { | ||
name: string; | ||
href: string; | ||
}[]; | ||
} | ||
export declare const Footer: React.FC<FooterProps>; |
@@ -19,2 +19,7 @@ import { LinkProps } from '../..'; | ||
copyrightDescription: string; | ||
archives: { | ||
color: string; | ||
name: string; | ||
href: string; | ||
}[]; | ||
footerBar: { | ||
@@ -21,0 +26,0 @@ links: LinkProps<"a">[]; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "1.16.3", | ||
"version": "1.16.4", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -87,5 +87,5 @@ "license": "MIT", | ||
"@testing-library/dom": "^10.4.0", | ||
"@testing-library/react": "^16.0.0", | ||
"@testing-library/react": "^16.0.1", | ||
"@types/merge-stream": "^1.1.5", | ||
"@types/node": "^22.5.1", | ||
"@types/node": "^22.5.2", | ||
"@types/react": "^18.3.4", | ||
@@ -111,4 +111,4 @@ "@types/react-dom": "^18.3.0", | ||
"jsdom": "^25.0.0", | ||
"lint-staged": "^15.2.9", | ||
"postcss": "^8.4.41", | ||
"lint-staged": "^15.2.10", | ||
"postcss": "^8.4.43", | ||
"postcss-inline-svg": "^6.0.0", | ||
@@ -133,3 +133,3 @@ "postcss-scss": "^4.0.9", | ||
"vite": "^5.4.2", | ||
"vite-plugin-dts": "^4.0.3", | ||
"vite-plugin-dts": "^4.1.0", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
@@ -136,0 +136,0 @@ "vitest": "^2.0.5" |
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
4801482
39087