@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import * as React38 from 'react';
|
|
2
3
|
import React38__default, { useState, forwardRef, memo, useRef, useCallback, useEffect, useLayoutEffect, Suspense } from 'react';
|
|
3
4
|
import { toast, Toaster as Toaster$1 } from 'sonner';
|
|
@@ -50,7 +51,6 @@ import Dropzone from 'react-dropzone';
|
|
|
50
51
|
import { useTranslations } from 'next-intl';
|
|
51
52
|
import * as RechartsPrimitive from 'recharts';
|
|
52
53
|
|
|
53
|
-
// src/hooks/use-copy-to-clipboard.ts
|
|
54
54
|
function useCopyToClipboard({
|
|
55
55
|
text,
|
|
56
56
|
copyMessage = "Copied to clipboard!"
|