@namba_one/ui-kit-2 1.0.106 → 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 CHANGED
@@ -847,14 +847,14 @@ export declare const Badge: __VLS_WithTemplateSlots_3<typeof __VLS_component_3,
847
847
 
848
848
  export declare type BadgeProps = {
849
849
  view?: (typeof views)[number];
850
+ size?: 'subhead' | 'caption';
851
+ weight?: 'regular' | 'semibold';
850
852
  isRounded?: boolean;
851
853
  };
852
854
 
853
855
  export declare const BadgeSkeleton: DefineComponent<BadgeSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
854
856
 
855
- export declare type BadgeSkeletonProps = {
856
- isRounded?: boolean;
857
- };
857
+ export declare type BadgeSkeletonProps = Pick<BadgeProps, 'isRounded' | 'size'>;
858
858
 
859
859
  export declare const BannerOffer: DefineComponent<BannerOfferProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BannerOfferProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
860
860