@bikiran/utils 2.0.8 → 2.1.0

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
@@ -1,4 +1,9 @@
1
- # 7502NPM-Bikiran-Utils
1
+ [![npm Version](https://img.shields.io/npm/v/@bikiran/utils.svg?style=flat-square)](https://www.npmjs.com/package/@bikiran/utils)
2
+ [![npm Downloads](https://img.shields.io/npm/dt/@bikiran/utils.svg?style=flat-square)](https://www.npmjs.com/package/@bikiran/utils)
3
+ [![GitHub License](https://img.shields.io/github/license/bikirandev/bikiran-utils.svg?style=flat-square)](https://github.com/bikirandev/bikiran-utils/blob/main/LICENSE)
4
+ [![GitHub Issues](https://img.shields.io/github/issues/bikirandev/bikiran-utils.svg?style=flat-square)](https://github.com/bikirandev/bikiran-utils/issues)
5
+ [![GitHub Stars](https://img.shields.io/github/stars/bikirandev/bikiran-utils.svg?style=flat-square)](https://github.com/bikirandev/bikiran-utils/stargazers)
6
+ [![GitHub Last Commit](https://img.shields.io/github/last-commit/bikirandev/bikiran-utils.svg?style=flat-square)](https://github.com/bikirandev/bikiran-utils/commits/main)
2
7
 
3
8
  ## Overview
4
9
 
@@ -8,6 +8,6 @@ const CopyWrapper = ({ content, className, }) => {
8
8
  ev.stopPropagation();
9
9
  ev.preventDefault();
10
10
  copy(content);
11
- }, children: [_jsx("div", { className: "", children: content }), isCopied ? (_jsx("div", { className: "absolute", style: { right: "-5px" }, children: iconTick() })) : (_jsx("div", { className: "hidden group-hover:block absolute", style: { right: "-5px" }, children: iconCopy() }))] }));
11
+ }, children: [_jsx("div", { className: "", children: content }), isCopied ? (_jsx("div", { className: "absolute", style: { right: "-20px" }, children: iconTick() })) : (_jsx("div", { className: "hidden group-hover:block absolute", style: { right: "-20px" }, children: iconCopy() }))] }));
12
12
  };
13
13
  export default CopyWrapper;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikiran/utils",
3
- "version": "2.0.8",
3
+ "version": "2.1.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [