@infuro/cms-core 1.0.71 → 1.0.73

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/admin.d.cts CHANGED
@@ -523,6 +523,7 @@ interface DetailPageHeaderMenuItem {
523
523
  className?: string;
524
524
  }>;
525
525
  variant?: "default" | "outline" | "secondary" | "destructive";
526
+ disabled?: boolean;
526
527
  }
527
528
  interface DetailPageHeaderProps {
528
529
  title: React.ReactNode;
package/dist/admin.d.ts CHANGED
@@ -523,6 +523,7 @@ interface DetailPageHeaderMenuItem {
523
523
  className?: string;
524
524
  }>;
525
525
  variant?: "default" | "outline" | "secondary" | "destructive";
526
+ disabled?: boolean;
526
527
  }
527
528
  interface DetailPageHeaderProps {
528
529
  title: React.ReactNode;