@harnessio/ui 0.5.4 → 0.5.5
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
|
@@ -1884,8 +1884,10 @@ declare interface DeleteAlertDialogProps {
|
|
|
1884
1884
|
} | null;
|
|
1885
1885
|
withForm?: boolean;
|
|
1886
1886
|
message?: React.ReactChild;
|
|
1887
|
+
title?: string;
|
|
1887
1888
|
deletionItemName?: string;
|
|
1888
1889
|
deletionKeyword?: string;
|
|
1890
|
+
deleteConfirmText?: string;
|
|
1889
1891
|
violation?: boolean;
|
|
1890
1892
|
bypassable?: boolean;
|
|
1891
1893
|
}
|
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-XHrNArJB.js";
|
|
3
3
|
import { i as a } from "./index-D6BuUbRP.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.
|
|
4
|
+
"version": "0.5.5",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -28,12 +28,14 @@
|
|
|
28
28
|
"./shared-style-variables.css": "./src/styles/shared-style-variables.css",
|
|
29
29
|
"./markdown-preview-styles.css": "./src/components/markdown-viewer/style.css",
|
|
30
30
|
"./context": "./dist/context.js",
|
|
31
|
-
"./types": "./dist/types.js"
|
|
31
|
+
"./types": "./dist/types.js",
|
|
32
|
+
"./.claude/manifest.json": "./.claude/manifest.json"
|
|
32
33
|
},
|
|
33
34
|
"files": [
|
|
34
35
|
"dist",
|
|
35
36
|
"src/shared-style-variables.css",
|
|
36
|
-
"src/components/markdown-viewer/style.css"
|
|
37
|
+
"src/components/markdown-viewer/style.css",
|
|
38
|
+
".claude"
|
|
37
39
|
],
|
|
38
40
|
"types": "./dist/index.d.ts",
|
|
39
41
|
"style": "./dist/styles.css",
|
|
@@ -119,9 +121,9 @@
|
|
|
119
121
|
"vaul": "^1.1.2",
|
|
120
122
|
"yaml": "^2.7.0",
|
|
121
123
|
"zod": "^3.23.8",
|
|
124
|
+
"@harnessio/pipeline-graph": "1.9.6",
|
|
122
125
|
"@harnessio/yaml-editor": "0.26.0",
|
|
123
|
-
"@harnessio/core-design-system": "0.0.1"
|
|
124
|
-
"@harnessio/pipeline-graph": "1.9.6"
|
|
126
|
+
"@harnessio/core-design-system": "0.0.1"
|
|
125
127
|
},
|
|
126
128
|
"peerDependencies": {
|
|
127
129
|
"react": "^17.0.2",
|