@harnessio/ui 1.0.11 → 1.0.13
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 +4 -0
- package/dist/components.js +1 -1
- package/dist/context.d.ts +3 -0
- package/dist/{index-enhZfklq.js → index-CRczd6Qt.js} +4694 -4672
- package/dist/{index-enhZfklq.js.map → index-CRczd6Qt.js.map} +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -217,6 +217,7 @@ declare interface ActionData {
|
|
|
217
217
|
isDanger?: boolean;
|
|
218
218
|
disabled?: boolean;
|
|
219
219
|
tooltip?: Pick<TooltipProps, 'title' | 'content'>;
|
|
220
|
+
testId?: string;
|
|
220
221
|
}
|
|
221
222
|
|
|
222
223
|
declare const afterFrames: (cb: () => void, frames?: number) => () => void;
|
|
@@ -4720,6 +4721,8 @@ declare interface MoreActionsTooltipProps {
|
|
|
4720
4721
|
buttonVariant?: ButtonVariants;
|
|
4721
4722
|
buttonSize?: ButtonSizes;
|
|
4722
4723
|
disabled?: boolean;
|
|
4724
|
+
/** Accessible name and tooltip for the trigger button. Defaults to "Show more actions". */
|
|
4725
|
+
label?: string;
|
|
4723
4726
|
}
|
|
4724
4727
|
|
|
4725
4728
|
declare const MultiSelect: ForwardRefExoticComponent<MultiSelectProps & RefAttributes<MultiSelectRef>>;
|
|
@@ -4759,6 +4762,7 @@ declare interface MultiSelectProps extends CommonInputsProp {
|
|
|
4759
4762
|
disabled?: boolean;
|
|
4760
4763
|
className?: string;
|
|
4761
4764
|
disallowCreation?: boolean;
|
|
4765
|
+
creationLabel?: string;
|
|
4762
4766
|
isLoading?: boolean;
|
|
4763
4767
|
theme?: VariantProps<typeof multiSelectVariants>['theme'];
|
|
4764
4768
|
/** Props of `Command` */
|
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-CRczd6Qt.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.13",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -122,9 +122,9 @@
|
|
|
122
122
|
"vaul": "^1.1.2",
|
|
123
123
|
"yaml": "^2.7.0",
|
|
124
124
|
"zod": "^4.0.0",
|
|
125
|
+
"@harnessio/pipeline-graph": "1.9.6",
|
|
125
126
|
"@harnessio/core-design-system": "0.0.1",
|
|
126
|
-
"@harnessio/yaml-editor": "0.26.1"
|
|
127
|
-
"@harnessio/pipeline-graph": "1.9.6"
|
|
127
|
+
"@harnessio/yaml-editor": "0.26.1"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"react": "^17.0.2",
|