@jamsrui/clipboard 0.0.10 → 0.0.12

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,7 +17,6 @@ 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;
21
20
  suppressContentEditableWarning?: boolean | undefined | undefined;
22
21
  suppressHydrationWarning?: boolean | undefined | undefined;
23
22
  accessKey?: string | undefined | undefined;
@@ -292,6 +291,7 @@ declare const useClipboard: (props: useClipboard.Props) => {
292
291
  onTransitionRunCapture?: react.TransitionEventHandler<HTMLLabelElement> | undefined;
293
292
  onTransitionStart?: react.TransitionEventHandler<HTMLLabelElement> | undefined;
294
293
  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.10",
3
+ "version": "0.0.12",
4
4
  "peerDependencies": {
5
5
  "react": ">=19"
6
6
  },
7
7
  "dependencies": {
8
- "@jamsrui/hooks": "^0.0.10",
9
- "@jamsrui/icons": "^0.0.9",
10
- "@jamsrui/utils": "^0.0.10",
11
- "@jamsrui/core": "^0.0.9"
8
+ "@jamsrui/utils": "^0.0.12",
9
+ "@jamsrui/icons": "^0.0.10",
10
+ "@jamsrui/core": "^0.0.10",
11
+ "@jamsrui/hooks": "^0.0.12"
12
12
  },
13
13
  "exports": {
14
14
  ".": {