@harnessio/ui 0.0.19 → 0.0.20

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
@@ -10083,6 +10083,7 @@ declare namespace views {
10083
10083
  YamlErrorDataType,
10084
10084
  PipelineStudioNodeContext,
10085
10085
  contentNodeBank,
10086
+ VisualYamlValue,
10086
10087
  ITemplateListItem,
10087
10088
  ITemplateListStore,
10088
10089
  UnifiedPipelineStudioProps,
package/dist/views.d.ts CHANGED
@@ -5114,7 +5114,7 @@ export declare interface UsersProps {
5114
5114
  blocked?: boolean;
5115
5115
  }
5116
5116
 
5117
- declare type VisualYamlValue = 'visual' | 'yaml';
5117
+ export declare type VisualYamlValue = 'visual' | 'yaml';
5118
5118
 
5119
5119
  export declare interface WebhookEvent {
5120
5120
  id: string;
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.0.19",
4
+ "version": "0.0.20",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -105,8 +105,8 @@
105
105
  "yaml": "^2.7.0",
106
106
  "zod": "^3.23.8",
107
107
  "@harnessio/filters": "0.0.1",
108
- "@harnessio/yaml-editor": "0.18.0",
109
108
  "@harnessio/pipeline-graph": "1.0.1",
109
+ "@harnessio/yaml-editor": "0.18.0",
110
110
  "@harnessio/forms": "0.0.3"
111
111
  },
112
112
  "peerDependencies": {