whyuzeim 1.1.91 → 1.1.92

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.
@@ -102,7 +102,7 @@ var CodeMsg = function CodeMsg(props) {
102
102
  onApply && onApply(msg.customExts.code);
103
103
  !onApply && copyToClipboard();
104
104
  },
105
- className: "codeMsg-apply-btnflex items-center h-6 px-2 py-1 bg-white rounded text-black/90 text-[10px] font-normal"
105
+ className: "codeMsg-apply-btn flex items-center h-6 px-2 py-1 bg-white rounded text-black/90 text-[10px] font-normal"
106
106
  }, onApply ? 'Apply' : copyStatus === "copied" ? "Copied!" : "Copy")), /*#__PURE__*/React.createElement("div", {
107
107
  className: "flex-1 gap-2 flex flex-col justify-between h-full overflow-hidden mt-2"
108
108
  }, /*#__PURE__*/React.createElement("div", {
@@ -100,7 +100,7 @@ var CodeMsg = function CodeMsg(props) {
100
100
  onApply && onApply(msg.customExts.code);
101
101
  !onApply && copyToClipboard();
102
102
  },
103
- className: "codeMsg-apply-btnflex items-center h-6 px-2 py-1 bg-white rounded text-black/90 text-[10px] font-normal"
103
+ className: "codeMsg-apply-btn flex items-center h-6 px-2 py-1 bg-white rounded text-black/90 text-[10px] font-normal"
104
104
  }, onApply ? 'Apply' : copyStatus === "copied" ? "Copied!" : "Copy")), /*#__PURE__*/React.createElement("div", {
105
105
  className: "flex-1 gap-2 flex flex-col justify-between h-full overflow-hidden mt-2"
106
106
  }, /*#__PURE__*/React.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whyuzeim",
3
- "version": "1.1.91",
3
+ "version": "1.1.92",
4
4
  "description": "im componenets",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",