asma-ui-table 1.0.133 → 1.0.135

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.
@@ -9638,9 +9638,9 @@ const StyledCheckbox = ({
9638
9638
  [isRippleEnabled]
9639
9639
  );
9640
9640
  useEffect(() => {
9641
+ const rippleNode = rippleRef.current;
9641
9642
  return () => {
9642
- var _a;
9643
- (_a = rippleRef.current) == null ? void 0 : _a.replaceChildren();
9643
+ rippleNode == null ? void 0 : rippleNode.replaceChildren();
9644
9644
  };
9645
9645
  }, []);
9646
9646
  const handleCheckedChange = React__default.useCallback(
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.0.133",
6
+ "version": "1.0.135",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",