@harnessio/ui 0.5.15 → 0.5.16

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
@@ -4363,6 +4363,7 @@ declare interface NavbarItemType<T = NavbarItemIdType> {
4363
4363
  iconName?: IconV2NamesType;
4364
4364
  description?: string;
4365
4365
  to: string;
4366
+ active?: boolean;
4366
4367
  permanentlyPinned?: boolean;
4367
4368
  subItems?: NavbarItemType<T>[];
4368
4369
  }
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-BB_D_s6Q.js";
2
+ import { i as e } from "./index-DPaq0m-d.js";
3
3
  import { i as a } from "./index-DVAPJwos.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.15",
4
+ "version": "0.5.16",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -122,8 +122,8 @@
122
122
  "yaml": "^2.7.0",
123
123
  "zod": "^3.23.8",
124
124
  "@harnessio/core-design-system": "0.0.1",
125
- "@harnessio/yaml-editor": "0.26.0",
126
- "@harnessio/pipeline-graph": "1.9.6"
125
+ "@harnessio/pipeline-graph": "1.9.6",
126
+ "@harnessio/yaml-editor": "0.26.0"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^17.0.2",