@namba_one/ui-kit-2 1.0.107 → 1.0.108
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 +1 -3
- package/dist/index.es.js +1734 -1730
- package/dist/index.umd.js +7 -7
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -854,9 +854,7 @@ export declare type BadgeProps = {
|
|
|
854
854
|
|
|
855
855
|
export declare const BadgeSkeleton: DefineComponent<BadgeSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
856
856
|
|
|
857
|
-
export declare type BadgeSkeletonProps =
|
|
858
|
-
isRounded?: boolean;
|
|
859
|
-
};
|
|
857
|
+
export declare type BadgeSkeletonProps = Pick<BadgeProps, 'isRounded' | 'size'>;
|
|
860
858
|
|
|
861
859
|
export declare const BannerOffer: DefineComponent<BannerOfferProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BannerOfferProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
862
860
|
|