forstok-ui-lib 8.9.7 → 8.9.9

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
@@ -857,9 +857,10 @@ declare function ReactPortalComponent({ children, wrapperId }: {
857
857
  wrapperId?: string;
858
858
  }): react_jsx_runtime.JSX.Element;
859
859
 
860
- declare const EmojiComponent: ({ $mode, evChange, $emojiStyles, }: {
860
+ declare const EmojiComponent: ({ $mode, evChange, isDisabled, $emojiStyles, }: {
861
861
  $mode?: "textarea";
862
862
  evChange: (emoji: string) => void;
863
+ isDisabled?: boolean;
863
864
  $emojiStyles?: CSSProperties;
864
865
  }) => react_jsx_runtime.JSX.Element;
865
866