@namba_one/ui-kit-2 1.0.11 → 1.0.12
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 +798 -787
- package/dist/index.umd.js +5 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -897,6 +897,8 @@ declare const sizes_4: readonly ["default", "28_caption", "36_subhead", "subhead
|
|
|
897
897
|
|
|
898
898
|
declare const sizes_5: readonly ["title1", "title2", "title3", "headline", "body", "subhead", "caption"];
|
|
899
899
|
|
|
900
|
+
export declare const SkeletonBadge: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
901
|
+
|
|
900
902
|
export declare const SkeletonWrapper: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
901
903
|
|
|
902
904
|
declare interface SpriteService {
|