@harnessio/ui 1.3.5 → 1.3.7
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 +2 -0
- package/dist/components.js +2 -2
- package/dist/context.js +2 -2
- package/dist/{index-Bu5LDmmA.js → index-Ci0lYeZK.js} +4559 -4558
- package/dist/{index-Bu5LDmmA.js.map → index-Ci0lYeZK.js.map} +1 -1
- package/dist/{index-0ZqzQJGx.js → index-D_eFtVWM.js} +2 -2
- package/dist/{index-0ZqzQJGx.js.map → index-D_eFtVWM.js.map} +1 -1
- package/dist/{index-F5MQA63q.js → index-vAhKHYxB.js} +186 -185
- package/dist/index-vAhKHYxB.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/dist/index-F5MQA63q.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -4587,6 +4587,7 @@ declare const LogoNameMapV2: {
|
|
|
4587
4587
|
git: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
4588
4588
|
gitea: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
4589
4589
|
'github-action': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
4590
|
+
'github-copilot': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
4590
4591
|
github: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
4591
4592
|
gitlab: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
4592
4593
|
gitleaks: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -7505,6 +7506,7 @@ declare const SymbolNameMap: {
|
|
|
7505
7506
|
git: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
7506
7507
|
gitea: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
7507
7508
|
'github-action': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
7509
|
+
'github-copilot': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
7508
7510
|
github: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
7509
7511
|
gitlab: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
7510
7512
|
gitleaks: FunctionComponent<SVGProps<SVGSVGElement>>;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as s } from "./index-CdF49wK7.js";
|
|
2
|
-
import { i as e } from "./index-
|
|
3
|
-
import { i as a } from "./index-
|
|
2
|
+
import { i as e } from "./index-Ci0lYeZK.js";
|
|
3
|
+
import { i as a } from "./index-D_eFtVWM.js";
|
|
4
4
|
import { i as m } from "./index-C4bDY5-3.js";
|
|
5
5
|
import { i as f } from "./index-DchZrYRY.js";
|
|
6
6
|
import { i as l } from "./index-Bvis3lzj.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.3.
|
|
4
|
+
"version": "1.3.7",
|
|
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/yaml-editor": "0.26.1",
|
|
127
|
+
"@harnessio/pipeline-graph": "1.9.7"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"react": "^17.0.2",
|