@jamsrui/clipboard 0.0.20 → 0.0.21

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;
@@ -290,6 +289,7 @@ declare const useClipboard: (props: useClipboard.Props) => {
290
289
  onTransitionRunCapture?: react.TransitionEventHandler<HTMLLabelElement> | undefined;
291
290
  onTransitionStart?: react.TransitionEventHandler<HTMLLabelElement> | undefined;
292
291
  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.20",
3
+ "version": "0.0.21",
4
4
  "peerDependencies": {
5
5
  "react": ">=19"
6
6
  },
7
7
  "dependencies": {
8
- "@jamsrui/hooks": "^0.0.19",
9
- "@jamsrui/icons": "^0.0.16",
10
- "@jamsrui/core": "^0.0.15",
11
- "@jamsrui/utils": "^0.0.19"
8
+ "@jamsrui/hooks": "^0.0.20",
9
+ "@jamsrui/icons": "^0.0.17",
10
+ "@jamsrui/utils": "^0.0.20",
11
+ "@jamsrui/core": "^0.0.16"
12
12
  },
13
13
  "exports": {
14
14
  ".": {