@postenbring/hedwig-react
Advanced tools
Comparing version 0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122702 to 0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122924
@@ -5,4 +5,4 @@ export { ButtonProps, PrimaryButton, SecondaryButton } from './button/button.js'; | ||
export { DescriptionDetails, DescriptionDetailsProps, default as DescriptionList, DescriptionListProps, DescriptionTerm, DescriptionTermProps } from './list/description-list.js'; | ||
export { ListItem, ListItemProps, ListProps, OrderedList, UnorderedList } from './list/index.js'; | ||
export { ListItem, ListItemProps, ListProps, OrderedList, UnorderedList } from './list/list.js'; | ||
import 'react/jsx-runtime'; | ||
import 'react'; |
export { DescriptionDetails, DescriptionDetailsProps, default as DescriptionList, DescriptionListProps, DescriptionTerm, DescriptionTermProps } from './description-list.js'; | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import * as React from 'react'; | ||
import { HTMLAttributes } from 'react'; | ||
interface ListItemProps extends Omit<React.HTMLAttributes<HTMLLIElement>, "className" | "style"> { | ||
children: React.ReactNode; | ||
} | ||
interface ListProps extends Omit<HTMLAttributes<HTMLOListElement | HTMLUListElement>, "className" | "style"> { | ||
children: React.ReactElement<ListItemProps> | React.ReactElement<ListItemProps>[]; | ||
/** | ||
* Inherit list styles or do not show these | ||
*/ | ||
listStyle?: "inherit" | "no-bullets"; | ||
/** | ||
* Sets the size of the items (font) | ||
*/ | ||
size?: "small" | "medium" | "large"; | ||
} | ||
declare function ListItem({ children, ...rest }: ListItemProps): react_jsx_runtime.JSX.Element; | ||
declare namespace ListItem { | ||
var displayName: string; | ||
} | ||
declare function UnorderedList(props: ListProps): react_jsx_runtime.JSX.Element; | ||
declare namespace UnorderedList { | ||
var displayName: string; | ||
} | ||
declare function OrderedList(props: ListProps): react_jsx_runtime.JSX.Element; | ||
declare namespace OrderedList { | ||
var displayName: string; | ||
} | ||
export { ListItem, type ListItemProps, type ListProps, OrderedList, UnorderedList }; | ||
export { ListItem, ListItemProps, ListProps, OrderedList, UnorderedList } from './list.js'; | ||
import 'react/jsx-runtime'; | ||
import 'react'; |
{ | ||
"name": "@postenbring/hedwig-react", | ||
"version": "0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122702", | ||
"version": "0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122924", | ||
"main": "./dist/index.js", | ||
@@ -29,4 +29,4 @@ "module": "./dist/index.mjs", | ||
"dependencies": { | ||
"@postenbring/hedwig-css": "0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122702", | ||
"@postenbring/hedwig-tokens": "0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122702", | ||
"@postenbring/hedwig-css": "0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122924", | ||
"@postenbring/hedwig-tokens": "0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122924", | ||
"clsx": "^2.0.0" | ||
@@ -33,0 +33,0 @@ }, |
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
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
75287
51
1937
411
+ Added@postenbring/hedwig-css@0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122924(transitive)
+ Added@postenbring/hedwig-tokens@0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122924(transitive)
- Removed@postenbring/hedwig-css@0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122702(transitive)
- Removed@postenbring/hedwig-tokens@0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122702(transitive)
Updated@postenbring/hedwig-css@0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122924
Updated@postenbring/hedwig-tokens@0.0.0-convert-link-to-pure-css-XUJw4VAo-20231122122924