@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/freddy-plugins.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +318 -309
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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;
|