identity-admin-ui 1.11.26 → 1.11.27

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.
@@ -57,4 +57,8 @@ export interface ShowRecordProps extends INextpreviousExtras {
57
57
  */
58
58
  defaultFilters?: string;
59
59
  showFilterChips?: boolean;
60
+ /**
61
+ * An optional flag to disable default actions like edit.
62
+ */
63
+ hideHeaderBreadcrumbs?: boolean;
60
64
  }
package/lib/index.d.ts CHANGED
@@ -572,6 +572,10 @@ interface ShowRecordProps extends INextpreviousExtras {
572
572
  */
573
573
  defaultFilters?: string;
574
574
  showFilterChips?: boolean;
575
+ /**
576
+ * An optional flag to disable default actions like edit.
577
+ */
578
+ hideHeaderBreadcrumbs?: boolean;
575
579
  }
576
580
 
577
581
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin-ui",
3
- "version": "1.11.26",
3
+ "version": "1.11.27",
4
4
  "description": "Identity solutions UI package using for identity-admin dashboard",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",