@adamjanicki/ui 1.0.5 → 1.0.6

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.
@@ -32,7 +32,7 @@ var ClickOutside = function (_a) {
32
32
  // from the child element, so we can ignore it if it
33
33
  // happens on the element itself
34
34
  bubbledRef.current = true;
35
- (_b = (_a = children.props).onclick) === null || _b === void 0 ? void 0 : _b.call(_a, event);
35
+ (_b = (_a = children.props).onClick) === null || _b === void 0 ? void 0 : _b.call(_a, event);
36
36
  },
37
37
  });
38
38
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamjanicki/ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Basic UI components and hooks for React in TypeScript",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",