@corp-products/ui-components 3.7.9 → 3.8.0

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.
@@ -2659,6 +2659,7 @@ class DynamicSidebarV2Service {
2659
2659
  instance.component = options.component;
2660
2660
  instance.data = options.data ?? {};
2661
2661
  instance.actions = options.actions;
2662
+ instance.hideActions = options.hideActions ?? false;
2662
2663
  instance.closed.subscribe(() => this.close());
2663
2664
  this.appRef.attachView(this.sidebarRef.hostView);
2664
2665
  const domElem = this.sidebarRef.hostView.rootNodes[0];