@aitronos/freddy-plugins 0.4.34 → 0.4.36

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
@@ -3016,6 +3016,8 @@ export declare const IconRoundTick: DefineComponent< {}, {}, {}, {}, {}, Comp
3016
3016
 
3017
3017
  export declare const IconSearch: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3018
3018
 
3019
+ export declare const IconSearchOptimised: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3020
+
3019
3021
  export declare const IconSectionHide: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3020
3022
 
3021
3023
  export declare const IconSend: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
@@ -3624,7 +3626,7 @@ export declare interface ISelectOption {
3624
3626
  group?: string;
3625
3627
  }
3626
3628
 
3627
- declare type ISkeletonType = 'card' | 'paragraph' | 'table' | 'single-box' | 'single-paragraph';
3629
+ export declare type ISkeletonType = 'card' | 'paragraph' | 'table' | 'single-box' | 'single-paragraph';
3628
3630
 
3629
3631
  export declare interface ISnackbarMessage {
3630
3632
  id: string;