@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/components.d.ts +1 -1
- package/dist/components.js +2 -2
- package/dist/context.d.ts +1 -0
- package/dist/context.js +2 -2
- package/dist/{index-COyN11Zp.js → index-BI-JXH1D.js} +6139 -6126
- package/dist/{index-COyN11Zp.js.map → index-BI-JXH1D.js.map} +1 -1
- package/dist/{index-Bozws46U.js → index-BuT3EkVD.js} +2 -2
- package/dist/{index-Bozws46U.js.map → index-BuT3EkVD.js.map} +1 -1
- package/dist/{index-DCjUBhuZ.js → index-D0NmXi0K.js} +767 -766
- package/dist/index-D0NmXi0K.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/index-DCjUBhuZ.js.map +0 -1
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-
|
|
3
|
-
import { i as a } from "./index-
|
|
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";
|