@harnessio/ui 0.5.46 → 0.5.47

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
@@ -3154,6 +3154,7 @@ declare const IconNameMapV2: {
3154
3154
  'bubble-upload': FunctionComponent<SVGProps<SVGSVGElement>>;
3155
3155
  'bubble-warning': FunctionComponent<SVGProps<SVGSVGElement>>;
3156
3156
  'bubble-xmark': FunctionComponent<SVGProps<SVGSVGElement>>;
3157
+ bug: FunctionComponent<SVGProps<SVGSVGElement>>;
3157
3158
  'builds-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
3158
3159
  builds: FunctionComponent<SVGProps<SVGSVGElement>>;
3159
3160
  calculator: FunctionComponent<SVGProps<SVGSVGElement>>;
@@ -6250,7 +6251,6 @@ declare type SidebarItemButtonProps = SidebarItemExtendedProps & Omit<ComponentP
6250
6251
  declare interface SidebarItemCommonProps extends ComponentPropsWithoutRef<'button'> {
6251
6252
  title: string;
6252
6253
  description?: string;
6253
- tooltip?: ReactNode;
6254
6254
  active?: boolean;
6255
6255
  actionButtons?: SidebarItemActionButtonPropsType_2[];
6256
6256
  draggable?: boolean;
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-COyN11Zp.js";
3
- import { i as a } from "./index-Bozws46U.js";
2
+ import { i as e } from "./index-BI-JXH1D.js";
3
+ import { i as a } from "./index-BuT3EkVD.js";
4
4
  import { i as m } from "./index-CnTWfvOd.js";
5
5
  import { i as f } from "./index-yGuTXfMI.js";
6
6
  import { i as l } from "./index-DYYhqxs8.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.46",
4
+ "version": "0.5.47",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",