@etsoo/react 1.7.90 → 1.7.91

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.
@@ -42,10 +42,14 @@ export interface NotificationReactCallProps extends NotificationCallProps {
42
42
  * Type
43
43
  */
44
44
  type?: string;
45
+ /**
46
+ * false to hide primary button
47
+ */
48
+ primaryButton?: boolean;
45
49
  /**
46
50
  * Primary button props
47
51
  */
48
- primaryButton?: {};
52
+ primaryButtonProps?: {};
49
53
  /**
50
54
  * Buttons to override default buttons
51
55
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/react",
3
- "version": "1.7.90",
3
+ "version": "1.7.91",
4
4
  "description": "TypeScript ReactJs UI Independent Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -50,7 +50,7 @@
50
50
  "@emotion/css": "^11.13.4",
51
51
  "@emotion/react": "^11.13.3",
52
52
  "@emotion/styled": "^11.13.0",
53
- "@etsoo/appscript": "^1.5.58",
53
+ "@etsoo/appscript": "^1.5.61",
54
54
  "@etsoo/notificationbase": "^1.1.52",
55
55
  "@etsoo/shared": "^1.2.51",
56
56
  "react": "^18.3.1",
@@ -63,10 +63,15 @@ export interface NotificationReactCallProps extends NotificationCallProps {
63
63
  */
64
64
  type?: string;
65
65
 
66
+ /**
67
+ * false to hide primary button
68
+ */
69
+ primaryButton?: boolean;
70
+
66
71
  /**
67
72
  * Primary button props
68
73
  */
69
- primaryButton?: {};
74
+ primaryButtonProps?: {};
70
75
 
71
76
  /**
72
77
  * Buttons to override default buttons