@harnessio/ui 0.5.22 → 0.5.23

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/index.d.ts CHANGED
@@ -4658,12 +4658,12 @@ declare const PromptInput: {
4658
4658
  Toolbar: ({ className, ...props }: PromptInputToolbarProps) => JSX_2.Element;
4659
4659
  Tools: ({ className, ...props }: PromptInputToolsProps) => JSX_2.Element;
4660
4660
  Submit: ({ status, children, ...props }: PromptInputSubmitProps) => JSX_2.Element;
4661
- Button: ({ variant, ...props }: PromptInputButtonProps) => JSX_2.Element;
4661
+ Button: ({ variant, size, ...props }: PromptInputButtonProps) => JSX_2.Element;
4662
4662
  };
4663
4663
 
4664
- declare const PromptInputButton: ({ variant, ...props }: PromptInputButtonProps) => JSX_2.Element;
4664
+ declare const PromptInputButton: ({ variant, size, ...props }: PromptInputButtonProps) => JSX_2.Element;
4665
4665
 
4666
- declare type PromptInputButtonProps = ComponentProps<typeof Button>;
4666
+ declare type PromptInputButtonProps = ToggleProps;
4667
4667
 
4668
4668
  declare const PromptInputRoot: ({ className, ...props }: PromptInputRootProps) => JSX_2.Element;
4669
4669
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { i as s } from "./index-Bvr23CG5.js";
2
- import { i as e } from "./index-B193IcT5.js";
2
+ import { i as e } from "./index-DbwTsUbo.js";
3
3
  import { i as a } from "./index-VhRvoLE8.js";
4
4
  import { i as m } from "./index-BhO-bCC5.js";
5
5
  import { i as f } from "./index-yGuTXfMI.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@harnessio/ui",
3
3
  "description": "Harness Canary UI component library",
4
- "version": "0.5.22",
4
+ "version": "0.5.23",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",