@harnessio/ui 0.5.21 → 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/components.d.ts +3 -3
- package/dist/components.js +1 -1
- package/dist/{index-BTYVT_96.js → index-DbwTsUbo.js} +2004 -2004
- package/dist/{index-BTYVT_96.js.map → index-DbwTsUbo.js.map} +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +4 -0
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +1 -1
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 =
|
|
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-
|
|
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";
|