@namba_one/ui-kit-2 1.0.193 → 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 +2 -0
- package/dist/index.es.js +3391 -3367
- package/dist/index.umd.js +9 -9
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
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>;
|