@factorialco/f0-react 1.236.0 → 1.236.1

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.
@@ -1824,7 +1824,7 @@ type: AlertAvatarProps_2["type"];
1824
1824
  title: string;
1825
1825
  description: string;
1826
1826
  };
1827
- actions: {
1827
+ actions?: {
1828
1828
  primary: {
1829
1829
  label: string;
1830
1830
  onClick?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void | Promise<unknown>) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.236.0",
3
+ "version": "1.236.1",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,