@harnessio/ui 0.5.17 → 0.5.18

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
@@ -2303,7 +2303,7 @@ declare function ExitConfirmProvider({ children }: {
2303
2303
  children: React.ReactNode;
2304
2304
  }): JSX_2.Element;
2305
2305
 
2306
- declare function ExpandButton({ stepCount, isExpanded, onToggle, label, icon, loading }: StudioCardExpandButtonProps): JSX_3.Element | null;
2306
+ declare function ExpandButton({ stepCount, isExpanded, onToggle, label, icon, loading, stackDirection, variant }: StudioCardExpandButtonProps): JSX_3.Element | null;
2307
2307
 
2308
2308
  declare interface ExtendedRouteProps {
2309
2309
  path?: string;
@@ -2518,7 +2518,7 @@ declare interface FolderItemProps extends Partial<Omit<BaseItemProps, 'actionBut
2518
2518
  * Footer Component
2519
2519
  * ====================
2520
2520
  */
2521
- declare function Footer({ children }: PropsWithChildren<StudioCardFooterProps>): JSX_3.Element;
2521
+ declare function Footer({ children, size, invisible }: PropsWithChildren<StudioCardFooterProps>): JSX_3.Element;
2522
2522
 
2523
2523
  declare const ForkTag: React.FC<ForkTagProps>;
2524
2524
 
@@ -6483,9 +6483,13 @@ declare interface StudioCardExpandButtonProps {
6483
6483
  label: string;
6484
6484
  icon?: React.ReactElement;
6485
6485
  loading?: boolean;
6486
+ stackDirection?: 'right' | 'bottom';
6487
+ variant?: 'default' | 'minimal';
6486
6488
  }
6487
6489
 
6488
6490
  declare interface StudioCardFooterProps {
6491
+ size?: 'compact' | 'default';
6492
+ invisible?: boolean;
6489
6493
  }
6490
6494
 
6491
6495
  declare interface StudioCardHeaderProps {
@@ -6505,7 +6509,7 @@ declare interface StudioCardRootProps {
6505
6509
  selected?: boolean;
6506
6510
  variant?: 'default' | 'stage';
6507
6511
  execution?: boolean;
6508
- size?: 'sm' | 'md';
6512
+ size?: 'xs' | 'sm' | 'md';
6509
6513
  }
6510
6514
 
6511
6515
  declare interface StudioCardStatusProps {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { i as s } from "./index-Bvr23CG5.js";
2
- import { i as e } from "./index-DOJqgX28.js";
2
+ import { i as e } from "./index-BmeBtFrX.js";
3
3
  import { i as a } from "./index-DVAPJwos.js";
4
4
  import { i as m } from "./index-BhO-bCC5.js";
5
5
  import { i as f } from "./index-yGuTXfMI.js";