@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.
@@ -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.14",
3
+ "version": "0.0.16",
4
4
  "peerDependencies": {
5
5
  "react": ">=19"
6
6
  },
7
7
  "dependencies": {
8
- "@jamsrui/hooks": "^0.0.14",
9
- "@jamsrui/core": "^0.0.12",
10
- "@jamsrui/icons": "^0.0.12",
11
- "@jamsrui/utils": "^0.0.14"
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
  ".": {