@onesy/ui-react 1.0.19 → 1.0.20

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.
@@ -441,7 +441,6 @@ const Tooltip = react_1.default.forwardRef((props_, ref) => {
441
441
  }, onMouseMove }, (click && {
442
442
  onClick: (event) => {
443
443
  var _a, _b;
444
- event.stopPropagation();
445
444
  if ((0, utils_1.is)('function', (_a = children === null || children === void 0 ? void 0 : children.props) === null || _a === void 0 ? void 0 : _a.onClick))
446
445
  (_b = children === null || children === void 0 ? void 0 : children.props) === null || _b === void 0 ? void 0 : _b.onClick(event);
447
446
  onClick(event);
@@ -451,7 +451,6 @@ const Tooltip = /*#__PURE__*/React.forwardRef((props_, ref) => {
451
451
  onMouseMove
452
452
  }, click && {
453
453
  onClick: event => {
454
- event.stopPropagation();
455
454
  if (is('function', children?.props?.onClick)) children?.props?.onClick(event);
456
455
  onClick(event);
457
456
  }
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license UiReact v1.0.19
1
+ /** @license UiReact v1.0.20
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onesy/ui-react",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "UI for React",
5
5
  "repository": "https://github.com/onesy-me/onesy.git",
6
6
  "author": "Lazar <lazareric2@gmail.com>",