@harnessio/ui 0.0.267 → 0.0.269

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
@@ -12458,7 +12458,7 @@ declare namespace Root_2 {
12458
12458
 
12459
12459
  declare function Root_3({ children, onValueChange, value }: RootProps): JSX_2.Element;
12460
12460
 
12461
- declare function Root_4({ children, isGroupCard, onClick }: PropsWithChildren<StudioCardRootProps>): JSX_3.Element;
12461
+ declare function Root_4({ children, isGroupCard, onClick, theme, selected }: PropsWithChildren<StudioCardRootProps>): JSX_3.Element;
12462
12462
 
12463
12463
  declare function Root_5({ children }: {
12464
12464
  children: ReactNode;
@@ -14329,6 +14329,8 @@ declare interface StudioCardMessageProps {
14329
14329
  declare interface StudioCardRootProps {
14330
14330
  isGroupCard?: boolean;
14331
14331
  onClick?: React.MouseEventHandler<HTMLDivElement>;
14332
+ theme?: 'default' | 'success' | 'warning' | 'danger';
14333
+ selected?: boolean;
14332
14334
  }
14333
14335
 
14334
14336
  declare interface StudioCardStatusProps {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { i as s } from "./index-BXjCB4Z3.js";
2
- import { i as t } from "./index-D924BTHX.js";
2
+ import { i as t } from "./index-D8QXsBgW.js";
3
3
  import { i as p } from "./index-CYwilgZH.js";
4
4
  import { i as m } from "./index-B1sGrn_j.js";
5
5
  import { i as f } from "./index-Cw4iaXYX.js";