@harnessio/ui 1.0.12 → 1.0.14
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 +12 -11
- package/dist/components.js +1 -1
- package/dist/{index-BYc1Xkw8.js → index-BqszPAYu.js} +5315 -5302
- package/dist/{index-BYc1Xkw8.js.map → index-BqszPAYu.js.map} +1 -1
- package/dist/index.d.ts +12 -11
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -4762,6 +4762,7 @@ declare interface MultiSelectProps extends CommonInputsProp {
|
|
|
4762
4762
|
disabled?: boolean;
|
|
4763
4763
|
className?: string;
|
|
4764
4764
|
disallowCreation?: boolean;
|
|
4765
|
+
creationLabel?: string;
|
|
4765
4766
|
isLoading?: boolean;
|
|
4766
4767
|
theme?: VariantProps<typeof multiSelectVariants>['theme'];
|
|
4767
4768
|
/** Props of `Command` */
|
|
@@ -5232,20 +5233,20 @@ declare interface ReactivationPrompt {
|
|
|
5232
5233
|
}
|
|
5233
5234
|
|
|
5234
5235
|
declare const Reasoning: {
|
|
5235
|
-
Root:
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
} &
|
|
5239
|
-
Trigger:
|
|
5240
|
-
|
|
5241
|
-
} &
|
|
5242
|
-
Content:
|
|
5243
|
-
|
|
5244
|
-
} &
|
|
5236
|
+
Root: ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
5237
|
+
isStreaming?: boolean;
|
|
5238
|
+
duration?: number;
|
|
5239
|
+
} & RefAttributes<HTMLDivElement>>;
|
|
5240
|
+
Trigger: ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
5241
|
+
getThinkingMessage?: (isStreaming: boolean, duration?: number) => ReactNode;
|
|
5242
|
+
} & RefAttributes<HTMLButtonElement>>;
|
|
5243
|
+
Content: ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
5244
|
+
children: ReactNode;
|
|
5245
|
+
} & RefAttributes<HTMLDivElement>>;
|
|
5245
5246
|
};
|
|
5246
5247
|
|
|
5247
5248
|
declare type ReasoningContentProps = ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Content> & {
|
|
5248
|
-
children:
|
|
5249
|
+
children: ReactNode;
|
|
5249
5250
|
};
|
|
5250
5251
|
|
|
5251
5252
|
declare interface ReasoningContextValue {
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as s } from "./index-DaMz71JC.js";
|
|
2
|
-
import { i as e } from "./index-
|
|
2
|
+
import { i as e } from "./index-BqszPAYu.js";
|
|
3
3
|
import { i as a } from "./index-BV8td_DQ.js";
|
|
4
4
|
import { i as m } from "./index-C4bDY5-3.js";
|
|
5
5
|
import { i as f } from "./index-DchZrYRY.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": "1.0.
|
|
4
|
+
"version": "1.0.14",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
"yaml": "^2.7.0",
|
|
124
124
|
"zod": "^4.0.0",
|
|
125
125
|
"@harnessio/core-design-system": "0.0.1",
|
|
126
|
-
"@harnessio/
|
|
127
|
-
"@harnessio/
|
|
126
|
+
"@harnessio/pipeline-graph": "1.9.6",
|
|
127
|
+
"@harnessio/yaml-editor": "0.26.1"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"react": "^17.0.2",
|