@jamsrui/clipboard 0.0.19 → 0.0.20

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.
@@ -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;
@@ -289,7 +290,6 @@ declare const useClipboard: (props: useClipboard.Props) => {
289
290
  onTransitionRunCapture?: react.TransitionEventHandler<HTMLLabelElement> | undefined;
290
291
  onTransitionStart?: react.TransitionEventHandler<HTMLLabelElement> | undefined;
291
292
  onTransitionStartCapture?: react.TransitionEventHandler<HTMLLabelElement> | undefined;
292
- htmlFor?: string | undefined | undefined;
293
293
  render?: React.ReactElement;
294
294
  };
295
295
  getButtonProps: PropGetter<ClipboardButton.Props>;
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@jamsrui/clipboard",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "peerDependencies": {
5
5
  "react": ">=19"
6
6
  },
7
7
  "dependencies": {
8
8
  "@jamsrui/hooks": "^0.0.19",
9
+ "@jamsrui/icons": "^0.0.16",
9
10
  "@jamsrui/core": "^0.0.15",
10
- "@jamsrui/utils": "^0.0.19",
11
- "@jamsrui/icons": "^0.0.15"
11
+ "@jamsrui/utils": "^0.0.19"
12
12
  },
13
13
  "exports": {
14
14
  ".": {