@pap-it/templates-box
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -5,3 +5,3 @@ import React from "react"; | ||
export { Box as BoxElement } from "../src"; | ||
export type Props = { | ||
export type Props = React.HTMLAttributes<HTMLElement> & { | ||
radius?: "none" | "small" | "medium" | "large" | "circular"; | ||
@@ -13,3 +13,3 @@ elevation?: "none" | "small" | "medium" | "large" | "x-large"; | ||
}; | ||
export type Attributes = { | ||
export type Attributes = React.HTMLAttributes<HTMLElement> & { | ||
radius?: string; | ||
@@ -21,4 +21,10 @@ elevation?: string; | ||
}; | ||
export declare const Box: React.MemoExoticComponent<React.ForwardRefExoticComponent<Props & React.HTMLAttributes<HTMLElement> & { | ||
export declare const Box: React.MemoExoticComponent<React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & { | ||
radius?: "small" | "none" | "medium" | "large" | "circular" | undefined; | ||
elevation?: "small" | "none" | "medium" | "large" | "x-large" | undefined; | ||
elevationdirection?: "horizontal" | "vertical" | undefined; | ||
children?: React.ReactNode; | ||
className?: string | undefined; | ||
} & { | ||
children?: React.ReactNode; | ||
} & React.RefAttributes<BoxElement>>>; |
{ | ||
"name": "@pap-it/templates-box", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"scripts": { | ||
@@ -49,3 +49,3 @@ "init": "sh .scripts/init.sh", | ||
"eslint": "^8.53.0", | ||
"@pap-it/system-doc": "1.0.20", | ||
"@pap-it/system-doc": "1.0.21", | ||
"esbuild": "^0.17.18", | ||
@@ -63,2 +63,2 @@ "node-html-parser": "^6.1.5", | ||
"description": "" | ||
} | ||
} |
@@ -5,5 +5,6 @@ # Box | ||
Version: Version: Version: 1.0.15 | ||
Version: Version: Version: 1.0.16 | ||
## Development | ||
@@ -10,0 +11,0 @@ |
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
7327
71
14