vrfi-design-system 1.1.11 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -641,10 +641,10 @@ export declare interface ListingTableHeaderProps {
641
641
  className?: string;
642
642
  }
643
643
 
644
- export declare const ListItem: ({ text, iconName, className, children, name, ...props }: ListItemProps) => default_2.JSX.Element;
644
+ export declare const ListItem: ({ text, iconName, className, name, ...props }: ListItemProps) => default_2.JSX.Element;
645
645
 
646
646
  declare interface ListItemProps extends HTMLAttributes<HTMLSpanElement> {
647
- text?: string;
647
+ text?: default_2.ReactNode;
648
648
  iconName: Icons_2;
649
649
  name?: string;
650
650
  }