@pipi-kit/ui 1.0.9 → 1.0.10

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/dist/index.cjs CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  'use strict';
2
3
 
3
4
  var React38 = require('react');
@@ -106,7 +107,6 @@ var Image2__default = /*#__PURE__*/_interopDefault(Image2);
106
107
  var Dropzone__default = /*#__PURE__*/_interopDefault(Dropzone);
107
108
  var RechartsPrimitive__namespace = /*#__PURE__*/_interopNamespace(RechartsPrimitive);
108
109
 
109
- // src/hooks/use-copy-to-clipboard.ts
110
110
  function useCopyToClipboard({
111
111
  text,
112
112
  copyMessage = "Copied to clipboard!"