@aitronos/freddy-plugins 0.4.55 → 0.4.57

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
@@ -62,9 +62,9 @@ onBlur?: ((event: FocusEvent) => any) | undefined;
62
62
  onFocus?: ((event: FocusEvent) => any) | undefined;
63
63
  }>, {
64
64
  label: string;
65
- disabled: boolean;
66
65
  required: boolean;
67
66
  size: InputFieldSize;
67
+ disabled: boolean;
68
68
  state: InputFieldState;
69
69
  hintText: string;
70
70
  destructive: boolean;
@@ -495,9 +495,9 @@ onLeftIconClick?: ((event: MouseEvent) => any) | undefined;
495
495
  onRightIconClick?: ((event: MouseEvent) => any) | undefined;
496
496
  }>, {
497
497
  label: string;
498
+ size: "s" | "sm" | "md" | "lg" | "xl";
498
499
  disabled: boolean;
499
500
  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;
@@ -726,14 +726,14 @@ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
726
726
  }>, {
727
727
  label: string;
728
728
  placeholder: string;
729
+ required: boolean;
730
+ size: InputFieldSize;
729
731
  disabled: boolean;
730
732
  cardNumber: string;
731
733
  cardType: CardType;
732
734
  maskInput: boolean;
733
735
  showCardIcon: boolean;
734
736
  readonly: boolean;
735
- required: boolean;
736
- size: InputFieldSize;
737
737
  state: InputFieldState;
738
738
  hintText: string;
739
739
  destructive: boolean;
@@ -814,7 +814,6 @@ onUploadClick?: (() => any) | undefined;
814
814
  title: string;
815
815
  description: string;
816
816
  icons: Icon_2[];
817
- faces: Face_2[];
818
817
  voices: Voice_2[];
819
818
  searchPlaceholder: string;
820
819
  cancelButtonText: string;
@@ -1062,12 +1061,12 @@ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
1062
1061
  }>, {
1063
1062
  label: string;
1064
1063
  placeholder: string;
1064
+ required: boolean;
1065
+ size: InputFieldSize;
1065
1066
  disabled: boolean;
1066
1067
  inputType: string;
1067
1068
  modelValue: string;
1068
1069
  readonly: boolean;
1069
- required: boolean;
1070
- size: InputFieldSize;
1071
1070
  state: InputFieldState;
1072
1071
  hintText: string;
1073
1072
  destructive: boolean;
@@ -1152,12 +1151,12 @@ onExpand?: ((content: string) => any) | undefined;
1152
1151
  label: string;
1153
1152
  type: DescriptionType;
1154
1153
  placeholder: string;
1154
+ required: boolean;
1155
1155
  disabled: boolean;
1156
1156
  tags: string[];
1157
1157
  tooltipText: string;
1158
1158
  modelValue: string;
1159
1159
  readonly: boolean;
1160
- required: boolean;
1161
1160
  openaiApiKey: string;
1162
1161
  openaiModel: string;
1163
1162
  openaiOrganization: string;
@@ -2034,7 +2033,7 @@ export declare const IconRadioFill: DefineComponent< {}, {}, {}, {}, {}, Comp
2034
2033
 
2035
2034
  export declare const IconRefresh: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2036
2035
 
2037
- export declare const IconRevertedTraingle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2036
+ export declare const IconRevertedTriangle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2038
2037
 
2039
2038
  export declare const IconRobotScreen: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2040
2039
 
@@ -2360,14 +2359,14 @@ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
2360
2359
  label: string;
2361
2360
  type: InputFieldVariant;
2362
2361
  placeholder: string;
2362
+ required: boolean;
2363
+ size: InputFieldSize;
2363
2364
  disabled: boolean;
2364
2365
  countryCode: string;
2365
2366
  phoneNumber: string;
2366
2367
  inputType: string;
2367
2368
  modelValue: string;
2368
2369
  readonly: boolean;
2369
- required: boolean;
2370
- size: InputFieldSize;
2371
2370
  state: InputFieldState;
2372
2371
  variant: InputFieldVariant;
2373
2372
  hintText: string;
@@ -2968,12 +2967,12 @@ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
2968
2967
  }>, {
2969
2968
  label: string;
2970
2969
  placeholder: string;
2970
+ required: boolean;
2971
+ size: InputFieldSize;
2971
2972
  disabled: boolean;
2972
2973
  countryCode: string;
2973
2974
  phoneNumber: string;
2974
2975
  readonly: boolean;
2975
- required: boolean;
2976
- size: InputFieldSize;
2977
2976
  state: InputFieldState;
2978
2977
  hintText: string;
2979
2978
  destructive: boolean;
@@ -3588,8 +3587,8 @@ click: (provider: SocialProvider, event: MouseEvent) => any;
3588
3587
  }, string, PublicProps, Readonly<SocialButtonGroupProps> & Readonly<{
3589
3588
  onClick?: ((provider: SocialProvider, event: MouseEvent) => any) | undefined;
3590
3589
  }>, {
3591
- disabled: boolean;
3592
3590
  size: SocialButtonSize;
3591
+ disabled: boolean;
3593
3592
  iconOnly: boolean;
3594
3593
  variant: SocialButtonVariant;
3595
3594
  layout: SocialButtonLayout;
@@ -3772,12 +3771,12 @@ onExpand?: ((content: string) => any) | undefined;
3772
3771
  }>, {
3773
3772
  label: string;
3774
3773
  placeholder: string;
3774
+ required: boolean;
3775
3775
  disabled: boolean;
3776
3776
  tags: string[];
3777
3777
  tooltipText: string;
3778
3778
  modelValue: string;
3779
3779
  readonly: boolean;
3780
- required: boolean;
3781
3780
  openaiApiKey: string;
3782
3781
  openaiModel: string;
3783
3782
  openaiOrganization: string;