@atawi/react-popover 1.0.4 → 1.0.5

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/README.md CHANGED
@@ -138,7 +138,6 @@ function ControlledExample() {
138
138
  content="Custom styled content"
139
139
  className="custom-popover"
140
140
  contentClassName="custom-content"
141
- arrowClassName="custom-arrow"
142
141
  style={{ maxWidth: "300px" }}
143
142
  />
144
143
  ```
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atawi/react-popover",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A fully-featured, accessible, and customizable popover component for React applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",