@harnessio/ui 0.5.30 → 0.5.32
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 +3 -0
- package/dist/components.js +2 -2
- package/dist/context.d.ts +2 -0
- package/dist/context.js +2 -2
- package/dist/{index-ClcK7tOh.js → index-BDvZojvk.js} +808 -806
- package/dist/index-BDvZojvk.js.map +1 -0
- package/dist/{index-jQ4ikgt8.js → index-C1RaM8Ec.js} +2 -2
- package/dist/{index-jQ4ikgt8.js.map → index-C1RaM8Ec.js.map} +1 -1
- package/dist/{index-Siy3uNs-.js → index-C8uMG0Qh.js} +23 -23
- package/dist/{index-Siy3uNs-.js.map → index-C8uMG0Qh.js.map} +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/index-ClcK7tOh.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -350,6 +350,7 @@ declare interface BaseInputWithWrapperProps extends BaseInputProps_2 {
|
|
|
350
350
|
|
|
351
351
|
declare interface BaseItemProps {
|
|
352
352
|
icon: NonNullable<IconPropsV2['name']>;
|
|
353
|
+
iconColor?: IconV2Color;
|
|
353
354
|
hideIcon?: boolean;
|
|
354
355
|
isActive?: boolean;
|
|
355
356
|
actionButtons?: SidebarItemActionButtonPropsType[];
|
|
@@ -3236,6 +3237,7 @@ declare const IconNameMapV2: {
|
|
|
3236
3237
|
'mail-out': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3237
3238
|
mail: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3238
3239
|
maximize: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3240
|
+
'mcp-connector': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3239
3241
|
'menu-more-horizontal': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3240
3242
|
'menu-scale': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3241
3243
|
menu: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -3398,6 +3400,7 @@ declare const IconNameMapV2: {
|
|
|
3398
3400
|
'sun-light': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3399
3401
|
'supply-chain-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3400
3402
|
'supply-chain': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3403
|
+
'system-event': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3401
3404
|
'system-restart': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3402
3405
|
'table-rows': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
3403
3406
|
'tag-check': 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-
|
|
3
|
-
import { i as a } from "./index-
|
|
2
|
+
import { i as e } from "./index-C8uMG0Qh.js";
|
|
3
|
+
import { i as a } from "./index-C1RaM8Ec.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-D9QjMLk5.js";
|