warqadui 0.0.157 → 0.0.159

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.mts CHANGED
@@ -776,6 +776,8 @@ interface UseLoginProps {
776
776
  brandName?: string;
777
777
  title?: string;
778
778
  subtitle?: string;
779
+ heroTitle?: React__default.ReactNode;
780
+ heroSubtitle?: React__default.ReactNode;
779
781
  backUrl?: string;
780
782
  isLoading?: boolean;
781
783
  }
package/dist/index.d.ts CHANGED
@@ -776,6 +776,8 @@ interface UseLoginProps {
776
776
  brandName?: string;
777
777
  title?: string;
778
778
  subtitle?: string;
779
+ heroTitle?: React__default.ReactNode;
780
+ heroSubtitle?: React__default.ReactNode;
779
781
  backUrl?: string;
780
782
  isLoading?: boolean;
781
783
  }