@harnessio/ui 0.5.29 → 0.5.30

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
@@ -5727,7 +5727,9 @@ declare const Sidebar: {
5727
5727
  classNameContent?: string;
5728
5728
  preserveScrollPosition?: boolean;
5729
5729
  storageKey?: string;
5730
- } & ScrollAreaIntersectionProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>>) => JSX_2.Element;
5730
+ } & ScrollAreaIntersectionProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>> & {
5731
+ contentClassName?: string;
5732
+ }) => JSX_2.Element;
5731
5733
  Footer: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
5732
5734
  Group: ForwardRefExoticComponent<SidebarGroupProps & RefAttributes<HTMLDivElement>>;
5733
5735
  Header: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
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-1WPbhriY.js";
2
+ import { i as e } from "./index-Siy3uNs-.js";
3
3
  import { i as a } from "./index-jQ4ikgt8.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.29",
4
+ "version": "0.5.30",
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/pipeline-graph": "1.9.6",
126
- "@harnessio/yaml-editor": "0.26.0"
125
+ "@harnessio/yaml-editor": "0.26.0",
126
+ "@harnessio/pipeline-graph": "1.9.6"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^17.0.2",