@namba_one/ui-kit-2 1.0.192 → 1.0.194

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
@@ -1561,6 +1561,8 @@ export declare type BadgeProps = {
1561
1561
  size?: 'subhead' | 'caption';
1562
1562
  weight?: 'regular' | 'semibold';
1563
1563
  isRounded?: boolean;
1564
+ iconLeft?: IconName;
1565
+ iconRight?: IconName;
1564
1566
  };
1565
1567
 
1566
1568
  export declare const BadgeSkeleton: DefineComponent<BadgeSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;