@team_yumi/ramen 1.2.3-next.20250606-5428775-580fb845dd754b0073d4df2870df67f8 → 1.2.3-next.20250904-a92e8b4-df35dd34f96812c5987bd52ed1b05cd9
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/package.json
CHANGED
|
@@ -30,7 +30,7 @@ export interface IAction {
|
|
|
30
30
|
*/
|
|
31
31
|
render?: (key: string) => React.ReactNode;
|
|
32
32
|
/**
|
|
33
|
-
* Event fired when button is clicked
|
|
33
|
+
* Event fired when the button is clicked
|
|
34
34
|
*/
|
|
35
35
|
onAction?: () => void;
|
|
36
36
|
}
|
|
@@ -68,7 +68,7 @@ export interface IProps {
|
|
|
68
68
|
*/
|
|
69
69
|
closable?: boolean;
|
|
70
70
|
/**
|
|
71
|
-
* Event fired when icon close is clicked
|
|
71
|
+
* Event fired when the icon close is clicked
|
|
72
72
|
*/
|
|
73
73
|
onClose?: () => void;
|
|
74
74
|
/**
|