@postenbring/hedwig-react
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -6,3 +6,3 @@ import * as React$1 from 'react'; | ||
variant?: "light-grey" | "lighter" | "white" | "warning"; | ||
children: React.ReactNode; | ||
children?: React.ReactNode; | ||
/** | ||
@@ -9,0 +9,0 @@ * If `true`, a close button will be shown. |
@@ -7,3 +7,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
interface DLDTProps extends HTMLAttributes<HTMLBaseElement> { | ||
children: ReactNode; | ||
children?: ReactNode; | ||
} | ||
@@ -14,3 +14,3 @@ interface DescriptionListProps extends HTMLAttributes<HTMLDListElement> { | ||
*/ | ||
children: ReactNode; | ||
children?: ReactNode; | ||
/** | ||
@@ -17,0 +17,0 @@ * Direction of the description list |
@@ -6,3 +6,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
interface LinkListProps extends Omit<ListProps, "listStyle"> { | ||
children: React.ReactElement<HTMLLIElement> | React.ReactElement<HTMLLIElement>[]; | ||
children?: React.ReactElement<HTMLLIElement> | React.ReactElement<HTMLLIElement>[]; | ||
} | ||
@@ -9,0 +9,0 @@ declare function LinkList(props: LinkListProps): react_jsx_runtime.JSX.Element; |
@@ -6,3 +6,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
interface ListProps extends HTMLAttributes<HTMLOListElement | HTMLUListElement> { | ||
children: React.ReactElement<HTMLLIElement> | React.ReactElement<HTMLLIElement>[]; | ||
children?: React.ReactElement<HTMLLIElement> | React.ReactElement<HTMLLIElement>[]; | ||
/** | ||
@@ -9,0 +9,0 @@ * Inherit list styles or do not show these |
{ | ||
"name": "@postenbring/hedwig-react", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
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
Sorry, the diff of this file is not supported yet
188679