@harnessio/ui 0.5.3 → 0.5.5

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
@@ -1884,8 +1884,10 @@ declare interface DeleteAlertDialogProps {
1884
1884
  } | null;
1885
1885
  withForm?: boolean;
1886
1886
  message?: React.ReactChild;
1887
+ title?: string;
1887
1888
  deletionItemName?: string;
1888
1889
  deletionKeyword?: string;
1890
+ deleteConfirmText?: string;
1889
1891
  violation?: boolean;
1890
1892
  bypassable?: boolean;
1891
1893
  }
@@ -2958,6 +2960,7 @@ declare const IconNameMapV2: {
2958
2960
  'bell-off': FunctionComponent<SVGProps<SVGSVGElement>>;
2959
2961
  bell: FunctionComponent<SVGProps<SVGSVGElement>>;
2960
2962
  blocks: FunctionComponent<SVGProps<SVGSVGElement>>;
2963
+ 'blue-green': FunctionComponent<SVGProps<SVGSVGElement>>;
2961
2964
  'bold-squere': FunctionComponent<SVGProps<SVGSVGElement>>;
2962
2965
  bold: FunctionComponent<SVGProps<SVGSVGElement>>;
2963
2966
  'bookmark-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
@@ -2981,6 +2984,7 @@ declare const IconNameMapV2: {
2981
2984
  'calendar-rotate': FunctionComponent<SVGProps<SVGSVGElement>>;
2982
2985
  'calendar-xmark': FunctionComponent<SVGProps<SVGSVGElement>>;
2983
2986
  calendar: FunctionComponent<SVGProps<SVGSVGElement>>;
2987
+ canary: FunctionComponent<SVGProps<SVGSVGElement>>;
2984
2988
  cell2x2: FunctionComponent<SVGProps<SVGSVGElement>>;
2985
2989
  'chaos-tests-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
2986
2990
  'chaos-tests': FunctionComponent<SVGProps<SVGSVGElement>>;
@@ -3158,6 +3162,7 @@ declare const IconNameMapV2: {
3158
3162
  'info-circle': FunctionComponent<SVGProps<SVGSVGElement>>;
3159
3163
  'infrastructure-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
3160
3164
  infrastructure: FunctionComponent<SVGProps<SVGSVGElement>>;
3165
+ 'input-set': FunctionComponent<SVGProps<SVGSVGElement>>;
3161
3166
  instances: FunctionComponent<SVGProps<SVGSVGElement>>;
3162
3167
  internet: FunctionComponent<SVGProps<SVGSVGElement>>;
3163
3168
  'italic-square': FunctionComponent<SVGProps<SVGSVGElement>>;
@@ -3232,6 +3237,7 @@ declare const IconNameMapV2: {
3232
3237
  'page-plus': FunctionComponent<SVGProps<SVGSVGElement>>;
3233
3238
  'page-right': FunctionComponent<SVGProps<SVGSVGElement>>;
3234
3239
  'page-up': FunctionComponent<SVGProps<SVGSVGElement>>;
3240
+ palette: FunctionComponent<SVGProps<SVGSVGElement>>;
3235
3241
  'paste-clipboard': FunctionComponent<SVGProps<SVGSVGElement>>;
3236
3242
  'path-arrow': FunctionComponent<SVGProps<SVGSVGElement>>;
3237
3243
  pause: FunctionComponent<SVGProps<SVGSVGElement>>;
@@ -3279,6 +3285,7 @@ declare const IconNameMapV2: {
3279
3285
  repository: FunctionComponent<SVGProps<SVGSVGElement>>;
3280
3286
  restart: FunctionComponent<SVGProps<SVGSVGElement>>;
3281
3287
  roles: FunctionComponent<SVGProps<SVGSVGElement>>;
3288
+ rolling: FunctionComponent<SVGProps<SVGSVGElement>>;
3282
3289
  ruler: FunctionComponent<SVGProps<SVGSVGElement>>;
3283
3290
  'run-test': FunctionComponent<SVGProps<SVGSVGElement>>;
3284
3291
  run: 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-BYKijgj9.js";
3
- import { i as a } from "./index-C5GPIKLa.js";
2
+ import { i as e } from "./index-XHrNArJB.js";
3
+ import { i as a } from "./index-D6BuUbRP.js";
4
4
  import { i as m } from "./index-BhO-bCC5.js";
5
5
  import { i as f } from "./index-yGuTXfMI.js";
6
6
  import { i as l } from "./index-DNkb7kYX.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.3",
4
+ "version": "0.5.5",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -28,12 +28,14 @@
28
28
  "./shared-style-variables.css": "./src/styles/shared-style-variables.css",
29
29
  "./markdown-preview-styles.css": "./src/components/markdown-viewer/style.css",
30
30
  "./context": "./dist/context.js",
31
- "./types": "./dist/types.js"
31
+ "./types": "./dist/types.js",
32
+ "./.claude/manifest.json": "./.claude/manifest.json"
32
33
  },
33
34
  "files": [
34
35
  "dist",
35
36
  "src/shared-style-variables.css",
36
- "src/components/markdown-viewer/style.css"
37
+ "src/components/markdown-viewer/style.css",
38
+ ".claude"
37
39
  ],
38
40
  "types": "./dist/index.d.ts",
39
41
  "style": "./dist/styles.css",
@@ -119,9 +121,9 @@
119
121
  "vaul": "^1.1.2",
120
122
  "yaml": "^2.7.0",
121
123
  "zod": "^3.23.8",
122
- "@harnessio/core-design-system": "0.0.1",
123
124
  "@harnessio/pipeline-graph": "1.9.6",
124
- "@harnessio/yaml-editor": "0.26.0"
125
+ "@harnessio/yaml-editor": "0.26.0",
126
+ "@harnessio/core-design-system": "0.0.1"
125
127
  },
126
128
  "peerDependencies": {
127
129
  "react": "^17.0.2",