@aitronos/freddy-plugins 0.4.53 → 0.4.55

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
@@ -23,8 +23,8 @@ toggle: (value: Option_2) => any;
23
23
  onSelect?: ((value: Option_2) => any) | undefined;
24
24
  onToggle?: ((value: Option_2) => any) | undefined;
25
25
  }>, {
26
- size: "s" | "sm" | "md" | "lg" | "xl";
27
26
  label: string;
27
+ size: "s" | "sm" | "md" | "lg" | "xl";
28
28
  searchPlaceholder: string;
29
29
  iconOnly: boolean;
30
30
  variant: "primary" | "secondary" | "blanc";
@@ -61,10 +61,10 @@ focus: (event: FocusEvent) => any;
61
61
  onBlur?: ((event: FocusEvent) => any) | undefined;
62
62
  onFocus?: ((event: FocusEvent) => any) | undefined;
63
63
  }>, {
64
- size: InputFieldSize;
65
64
  label: string;
66
65
  disabled: boolean;
67
66
  required: boolean;
67
+ size: InputFieldSize;
68
68
  state: InputFieldState;
69
69
  hintText: string;
70
70
  destructive: boolean;
@@ -428,9 +428,9 @@ click: (event: MouseEvent) => any;
428
428
  }, string, PublicProps, Readonly<Props_2> & Readonly<{
429
429
  onClick?: ((event: MouseEvent) => any) | undefined;
430
430
  }>, {
431
- backgroundColor: string;
432
431
  isSelected: boolean;
433
432
  altText: string;
433
+ backgroundColor: string;
434
434
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
435
435
 
436
436
  export declare interface AvatarChoosingEmits {
@@ -494,10 +494,10 @@ onClick?: ((event: MouseEvent) => any) | undefined;
494
494
  onLeftIconClick?: ((event: MouseEvent) => any) | undefined;
495
495
  onRightIconClick?: ((event: MouseEvent) => any) | undefined;
496
496
  }>, {
497
- size: "s" | "sm" | "md" | "lg" | "xl";
498
497
  label: string;
499
498
  disabled: boolean;
500
499
  loading: boolean;
500
+ size: "s" | "sm" | "md" | "lg" | "xl";
501
501
  hierarchy: "primary" | "secondary" | "tertiary" | "link";
502
502
  state: "default" | "hover" | "focused" | "disabled" | "loading";
503
503
  errorState: boolean;
@@ -724,7 +724,6 @@ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
724
724
  "onCopy-success"?: ((text: string) => any) | undefined;
725
725
  "onCopy-error"?: ((error: Error) => any) | undefined;
726
726
  }>, {
727
- size: InputFieldSize;
728
727
  label: string;
729
728
  placeholder: string;
730
729
  disabled: boolean;
@@ -734,6 +733,7 @@ maskInput: boolean;
734
733
  showCardIcon: boolean;
735
734
  readonly: boolean;
736
735
  required: boolean;
736
+ size: InputFieldSize;
737
737
  state: InputFieldState;
738
738
  hintText: string;
739
739
  destructive: boolean;
@@ -1060,7 +1060,6 @@ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
1060
1060
  "onTrailing-icon-click"?: ((event: MouseEvent) => any) | undefined;
1061
1061
  "onLeading-icon-click"?: ((event: MouseEvent) => any) | undefined;
1062
1062
  }>, {
1063
- size: InputFieldSize;
1064
1063
  label: string;
1065
1064
  placeholder: string;
1066
1065
  disabled: boolean;
@@ -1068,6 +1067,7 @@ inputType: string;
1068
1067
  modelValue: string;
1069
1068
  readonly: boolean;
1070
1069
  required: boolean;
1070
+ size: InputFieldSize;
1071
1071
  state: InputFieldState;
1072
1072
  hintText: string;
1073
1073
  destructive: boolean;
@@ -2357,7 +2357,6 @@ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
2357
2357
  "onCopy-success"?: ((text: string) => any) | undefined;
2358
2358
  "onCopy-error"?: ((error: Error) => any) | undefined;
2359
2359
  }>, {
2360
- size: InputFieldSize;
2361
2360
  label: string;
2362
2361
  type: InputFieldVariant;
2363
2362
  placeholder: string;
@@ -2368,6 +2367,7 @@ inputType: string;
2368
2367
  modelValue: string;
2369
2368
  readonly: boolean;
2370
2369
  required: boolean;
2370
+ size: InputFieldSize;
2371
2371
  state: InputFieldState;
2372
2372
  variant: InputFieldVariant;
2373
2373
  hintText: string;
@@ -2966,7 +2966,6 @@ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
2966
2966
  "onCopy-success"?: ((text: string) => any) | undefined;
2967
2967
  "onCopy-error"?: ((error: Error) => any) | undefined;
2968
2968
  }>, {
2969
- size: InputFieldSize;
2970
2969
  label: string;
2971
2970
  placeholder: string;
2972
2971
  disabled: boolean;
@@ -2974,6 +2973,7 @@ countryCode: string;
2974
2973
  phoneNumber: string;
2975
2974
  readonly: boolean;
2976
2975
  required: boolean;
2976
+ size: InputFieldSize;
2977
2977
  state: InputFieldState;
2978
2978
  hintText: string;
2979
2979
  destructive: boolean;
@@ -3588,8 +3588,8 @@ click: (provider: SocialProvider, event: MouseEvent) => any;
3588
3588
  }, string, PublicProps, Readonly<SocialButtonGroupProps> & Readonly<{
3589
3589
  onClick?: ((provider: SocialProvider, event: MouseEvent) => any) | undefined;
3590
3590
  }>, {
3591
- size: SocialButtonSize;
3592
3591
  disabled: boolean;
3592
+ size: SocialButtonSize;
3593
3593
  iconOnly: boolean;
3594
3594
  variant: SocialButtonVariant;
3595
3595
  layout: SocialButtonLayout;
@@ -4388,11 +4388,3 @@ export declare interface VoiceSelectionProps {
4388
4388
  }
4389
4389
 
4390
4390
  export { }
4391
-
4392
-
4393
- declare module '@vue/runtime-core' {
4394
- interface ComponentCustomProperties {
4395
- $themeService: ReturnType<typeof useThemeService>;
4396
- $theme: ReturnType<typeof useThemeService>;
4397
- }
4398
- }