@harnessio/ui 0.5.59 → 0.5.61

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
@@ -4151,6 +4151,7 @@ declare const LogoNameMapV2: {
4151
4151
  anchore: FunctionComponent<SVGProps<SVGSVGElement>>;
4152
4152
  android: FunctionComponent<SVGProps<SVGSVGElement>>;
4153
4153
  'app-dynamics': FunctionComponent<SVGProps<SVGSVGElement>>;
4154
+ apple: FunctionComponent<SVGProps<SVGSVGElement>>;
4154
4155
  approval: FunctionComponent<SVGProps<SVGSVGElement>>;
4155
4156
  aqua: FunctionComponent<SVGProps<SVGSVGElement>>;
4156
4157
  argo: FunctionComponent<SVGProps<SVGSVGElement>>;
@@ -4242,6 +4243,7 @@ declare const LogoNameMapV2: {
4242
4243
  owasp: FunctionComponent<SVGProps<SVGSVGElement>>;
4243
4244
  pagerduty: FunctionComponent<SVGProps<SVGSVGElement>>;
4244
4245
  parallel: FunctionComponent<SVGProps<SVGSVGElement>>;
4246
+ playwright: FunctionComponent<SVGProps<SVGSVGElement>>;
4245
4247
  'prisma-cloud': FunctionComponent<SVGProps<SVGSVGElement>>;
4246
4248
  prometheus: FunctionComponent<SVGProps<SVGSVGElement>>;
4247
4249
  prowler: FunctionComponent<SVGProps<SVGSVGElement>>;
@@ -4279,6 +4281,7 @@ declare const LogoNameMapV2: {
4279
4281
  traceable: FunctionComponent<SVGProps<SVGSVGElement>>;
4280
4282
  veracode: FunctionComponent<SVGProps<SVGSVGElement>>;
4281
4283
  'vue-js': FunctionComponent<SVGProps<SVGSVGElement>>;
4284
+ windows: FunctionComponent<SVGProps<SVGSVGElement>>;
4282
4285
  windsurf: FunctionComponent<SVGProps<SVGSVGElement>>;
4283
4286
  wiz: FunctionComponent<SVGProps<SVGSVGElement>>;
4284
4287
  yaml: FunctionComponent<SVGProps<SVGSVGElement>>;
@@ -6948,6 +6951,7 @@ declare const SymbolNameMap: {
6948
6951
  anchore: FunctionComponent<SVGProps<SVGSVGElement>>;
6949
6952
  android: FunctionComponent<SVGProps<SVGSVGElement>>;
6950
6953
  'app-dynamics': FunctionComponent<SVGProps<SVGSVGElement>>;
6954
+ apple: FunctionComponent<SVGProps<SVGSVGElement>>;
6951
6955
  approval: FunctionComponent<SVGProps<SVGSVGElement>>;
6952
6956
  aqua: FunctionComponent<SVGProps<SVGSVGElement>>;
6953
6957
  argo: FunctionComponent<SVGProps<SVGSVGElement>>;
@@ -7039,6 +7043,7 @@ declare const SymbolNameMap: {
7039
7043
  owasp: FunctionComponent<SVGProps<SVGSVGElement>>;
7040
7044
  pagerduty: FunctionComponent<SVGProps<SVGSVGElement>>;
7041
7045
  parallel: FunctionComponent<SVGProps<SVGSVGElement>>;
7046
+ playwright: FunctionComponent<SVGProps<SVGSVGElement>>;
7042
7047
  'prisma-cloud': FunctionComponent<SVGProps<SVGSVGElement>>;
7043
7048
  prometheus: FunctionComponent<SVGProps<SVGSVGElement>>;
7044
7049
  prowler: FunctionComponent<SVGProps<SVGSVGElement>>;
@@ -7076,6 +7081,7 @@ declare const SymbolNameMap: {
7076
7081
  traceable: FunctionComponent<SVGProps<SVGSVGElement>>;
7077
7082
  veracode: FunctionComponent<SVGProps<SVGSVGElement>>;
7078
7083
  'vue-js': FunctionComponent<SVGProps<SVGSVGElement>>;
7084
+ windows: FunctionComponent<SVGProps<SVGSVGElement>>;
7079
7085
  windsurf: FunctionComponent<SVGProps<SVGSVGElement>>;
7080
7086
  wiz: FunctionComponent<SVGProps<SVGSVGElement>>;
7081
7087
  yaml: FunctionComponent<SVGProps<SVGSVGElement>>;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { i as s } from "./index-Bvr23CG5.js";
2
- import { i as e } from "./index-BXUQwsBw.js";
3
- import { i as a } from "./index-DV7K3UFV.js";
2
+ import { i as e } from "./index-BqJtlEu5.js";
3
+ import { i as a } from "./index-B8yNpfLs.js";
4
4
  import { i as m } from "./index-67A3D1N1.js";
5
5
  import { i as f } from "./index-yGuTXfMI.js";
6
6
  import { i as l } from "./index-CH50Rr8f.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.59",
4
+ "version": "0.5.61",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -121,9 +121,9 @@
121
121
  "vaul": "^1.1.2",
122
122
  "yaml": "^2.7.0",
123
123
  "zod": "^3.23.8",
124
- "@harnessio/core-design-system": "0.0.1",
124
+ "@harnessio/pipeline-graph": "1.9.6",
125
125
  "@harnessio/yaml-editor": "0.26.0",
126
- "@harnessio/pipeline-graph": "1.9.6"
126
+ "@harnessio/core-design-system": "0.0.1"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^17.0.2",