@harnessio/ui 1.2.6 → 1.2.8

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
@@ -4751,6 +4751,8 @@ declare interface MoreActionsTooltipProps {
4751
4751
  disabled?: boolean;
4752
4752
  /** Accessible name and tooltip for the trigger button. Defaults to "Show more actions". */
4753
4753
  label?: string;
4754
+ /** Called when the menu opens or closes. Useful for deferred work like RBAC checks (UUI-2039). */
4755
+ onOpenChange?: (open: boolean) => void;
4754
4756
  }
4755
4757
 
4756
4758
  declare const MultiSelect: ForwardRefExoticComponent<MultiSelectProps & RefAttributes<MultiSelectRef>>;
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { i as s } from "./index-CdF49wK7.js";
2
- import { i as e } from "./index-BRrG7zxm.js";
2
+ import { i as e } from "./index-B7QwmAgJ.js";
3
3
  import { i as a } from "./index-DyWaEvn_.js";
4
4
  import { i as m } from "./index-C4bDY5-3.js";
5
5
  import { i as f } from "./index-DchZrYRY.js";