@harnessio/ui 0.0.74 → 0.0.75
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 +1 -1
- package/dist/index-CuiQ4hkm.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -11113,7 +11113,7 @@ declare interface TextInputProps_2 extends InputProps_3 {
|
|
|
11113
11113
|
error?: string;
|
|
11114
11114
|
warning?: string;
|
|
11115
11115
|
optional?: boolean;
|
|
11116
|
-
labelSuffix?:
|
|
11116
|
+
labelSuffix?: ReactNode;
|
|
11117
11117
|
}
|
|
11118
11118
|
|
|
11119
11119
|
declare type TextProps<E extends TextElement = 'span'> = Omit<ComponentProps<E>, 'color'> & VariantProps<typeof textVariants> & {
|
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.0.
|
|
4
|
+
"version": "0.0.75",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
"yaml": "^2.7.0",
|
|
108
108
|
"zod": "^3.23.8",
|
|
109
109
|
"@harnessio/core-design-system": "0.0.1",
|
|
110
|
-
"@harnessio/filters": "0.0.3",
|
|
111
|
-
"@harnessio/yaml-editor": "0.19.0",
|
|
112
110
|
"@harnessio/forms": "0.0.8",
|
|
113
|
-
"@harnessio/pipeline-graph": "1.1.0"
|
|
111
|
+
"@harnessio/pipeline-graph": "1.1.0",
|
|
112
|
+
"@harnessio/yaml-editor": "0.19.0",
|
|
113
|
+
"@harnessio/filters": "0.0.3"
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
116
|
"react": ">=17",
|