@pap-it/templates-prefix-suffix
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -5,12 +5,15 @@ import React from "react"; | ||
export { PrefixSuffix as PrefixSuffixElement } from "../src"; | ||
export type Props = { | ||
export type Props = React.HTMLAttributes<HTMLElement> & { | ||
children?: React.ReactNode; | ||
className?: string; | ||
}; | ||
export type Attributes = { | ||
export type Attributes = React.HTMLAttributes<HTMLElement> & { | ||
children?: React.ReactNode; | ||
class?: string; | ||
}; | ||
export declare const PrefixSuffix: React.MemoExoticComponent<React.ForwardRefExoticComponent<Props & React.HTMLAttributes<HTMLElement> & { | ||
export declare const PrefixSuffix: React.MemoExoticComponent<React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & { | ||
children?: React.ReactNode; | ||
className?: string | undefined; | ||
} & { | ||
children?: React.ReactNode; | ||
} & React.RefAttributes<PrefixSuffixElement>>>; |
{ | ||
"name": "@pap-it/templates-prefix-suffix", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"scripts": { | ||
@@ -48,3 +48,3 @@ "init": "sh .scripts/init.sh", | ||
"devDependencies": { | ||
"@pap-it/system-doc": "1.0.20", | ||
"@pap-it/system-doc": "1.0.21", | ||
"esbuild": "^0.17.18", | ||
@@ -62,2 +62,2 @@ "node-html-parser": "^6.1.5", | ||
"description": "" | ||
} | ||
} |
@@ -5,5 +5,6 @@ # PrefixSuffix | ||
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
4510
57
14