@namba_one/ui-kit-2 1.0.55 → 1.0.57
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 +10 -0
- package/dist/index.es.js +2388 -2303
- package/dist/index.umd.js +5 -5
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -695,6 +695,14 @@ declare const aligns: readonly ["left", "center", "right"];
|
|
|
695
695
|
|
|
696
696
|
declare const allAcceptTypes: readonly string[];
|
|
697
697
|
|
|
698
|
+
export declare const Avatar: DefineComponent<AvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
699
|
+
|
|
700
|
+
export declare type AvatarProps = {
|
|
701
|
+
image?: string;
|
|
702
|
+
initials?: string;
|
|
703
|
+
size?: (typeof sizes_9)[number];
|
|
704
|
+
};
|
|
705
|
+
|
|
698
706
|
export declare const Badge: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
699
707
|
|
|
700
708
|
export declare type BadgeProps = {
|
|
@@ -1308,6 +1316,8 @@ declare const sizes_7: readonly ["title1", "title2", "title3", "headline", "body
|
|
|
1308
1316
|
|
|
1309
1317
|
declare const sizes_8: readonly ["16", "20"];
|
|
1310
1318
|
|
|
1319
|
+
declare const sizes_9: readonly ["28", "36", "40", "56", "120", 28, 36, 40, 56, 120];
|
|
1320
|
+
|
|
1311
1321
|
export declare const SkeletonBadge: DefineComponent<BadgeSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1312
1322
|
|
|
1313
1323
|
export declare const SkeletonWrapper: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|