@apolitical/component-library 8.3.18 → 8.3.19

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.
@@ -62,6 +62,11 @@ interface Props {
62
62
  onClick: () => void;
63
63
  };
64
64
  };
65
+ /** Whether the user can edit the content */
66
+ edit?: false | {
67
+ /** The function to handle the edit click */
68
+ onClick: () => void;
69
+ };
65
70
  /** Props for the share link button */
66
71
  shareLink: false | {
67
72
  /** The URL for the share link */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "8.3.18",
3
+ "version": "8.3.19",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {