@jamsrui/clipboard 0.0.14 → 0.0.16
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/use-clipboard.d.mts +1 -1
- package/package.json +5 -5
package/dist/use-clipboard.d.mts
CHANGED
|
@@ -17,6 +17,7 @@ declare const useClipboard: (props: useClipboard.Props) => {
|
|
|
17
17
|
title?: string | undefined | undefined;
|
|
18
18
|
ref?: react.Ref<HTMLLabelElement> | undefined;
|
|
19
19
|
key?: react.Key | null | undefined;
|
|
20
|
+
htmlFor?: string | undefined | undefined;
|
|
20
21
|
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
21
22
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
22
23
|
accessKey?: string | undefined | undefined;
|
|
@@ -291,7 +292,6 @@ declare const useClipboard: (props: useClipboard.Props) => {
|
|
|
291
292
|
onTransitionRunCapture?: react.TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
292
293
|
onTransitionStart?: react.TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
293
294
|
onTransitionStartCapture?: react.TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
294
|
-
htmlFor?: string | undefined | undefined;
|
|
295
295
|
render?: React.ReactElement;
|
|
296
296
|
};
|
|
297
297
|
getButtonProps: PropGetter<ClipboardButton.Props>;
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamsrui/clipboard",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=19"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@jamsrui/
|
|
9
|
-
"@jamsrui/
|
|
10
|
-
"@jamsrui/
|
|
11
|
-
"@jamsrui/
|
|
8
|
+
"@jamsrui/core": "^0.0.13",
|
|
9
|
+
"@jamsrui/utils": "^0.0.16",
|
|
10
|
+
"@jamsrui/hooks": "^0.0.16",
|
|
11
|
+
"@jamsrui/icons": "^0.0.13"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|