@harnessio/ui 0.5.28 → 0.5.29

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
@@ -2009,13 +2009,14 @@ declare const DialogProvider: ({ children }: {
2009
2009
  children: ReactNode;
2010
2010
  }) => JSX_2.Element;
2011
2011
 
2012
- declare const DiffViewer: ({ newCode, oldCode, lang, diffViewWrap }: DiffViewerProps) => JSX_2.Element | null;
2012
+ declare const DiffViewer: ({ newCode, oldCode, lang, diffViewWrap, diffViewMode }: DiffViewerProps) => JSX_2.Element | null;
2013
2013
 
2014
2014
  declare interface DiffViewerProps {
2015
2015
  oldCode: string;
2016
2016
  newCode: string;
2017
2017
  lang?: DiffHighlighterLang;
2018
2018
  diffViewWrap?: boolean;
2019
+ diffViewMode?: DiffModeEnum;
2019
2020
  }
2020
2021
 
2021
2022
  declare enum Direction {
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-CPlBpGEL.js";
2
+ import { i as e } from "./index-1WPbhriY.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.28",
4
+ "version": "0.5.29",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -121,8 +121,8 @@
121
121
  "vaul": "^1.1.2",
122
122
  "yaml": "^2.7.0",
123
123
  "zod": "^3.23.8",
124
- "@harnessio/pipeline-graph": "1.9.6",
125
124
  "@harnessio/core-design-system": "0.0.1",
125
+ "@harnessio/pipeline-graph": "1.9.6",
126
126
  "@harnessio/yaml-editor": "0.26.0"
127
127
  },
128
128
  "peerDependencies": {