@aitronos/freddy-plugins 0.1.76 → 0.1.78

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
@@ -735,7 +735,7 @@ searchInput: HTMLInputElement;
735
735
 
736
736
  export declare const SkeletonLoader: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
737
737
 
738
- declare type SkeletonType = "card" | "paragraph" | "table" | "single-box";
738
+ declare type SkeletonType = "card" | "paragraph" | "table" | "single-box" | "single-paragraph";
739
739
 
740
740
  export declare interface Snack {
741
741
  title: string;