sestek-component 1.0.3 → 1.0.4

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.
@@ -404,7 +404,7 @@ export declare interface MomentItemType {
404
404
  onClickAskManager?: () => void;
405
405
  showFeedbackArea?: boolean;
406
406
  isSendFeedback?: boolean;
407
- onClickSendFeedback?: () => void;
407
+ onClickSendFeedback?: (selectedFeedback: number | null, comment: string) => void;
408
408
  title?: string;
409
409
  icon?: React.ReactNode;
410
410
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sestek-component",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",