@corp-products/ui-components 3.7.8 → 3.7.9

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/index.d.ts CHANGED
@@ -647,6 +647,7 @@ interface DynamicSidebarV2Config<T = any> {
647
647
  styleClass?: string;
648
648
  viewContainerRef?: ViewContainerRef;
649
649
  actions?: SidebarV2Actions;
650
+ hideActions?: boolean;
650
651
  }
651
652
  interface SidebarActionV2Config {
652
653
  title?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/ui-components",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {