warqadui 0.0.155 → 0.0.157

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
@@ -746,6 +746,8 @@ interface BaseLoginProps {
746
746
  theme?: LoginTheme;
747
747
  title?: string;
748
748
  subtitle?: string;
749
+ heroTitle?: React__default.ReactNode;
750
+ heroSubtitle?: React__default.ReactNode;
749
751
  logo?: React__default.ReactNode;
750
752
  footer?: React__default.ReactNode;
751
753
  brandName?: string;
package/dist/index.d.ts CHANGED
@@ -746,6 +746,8 @@ interface BaseLoginProps {
746
746
  theme?: LoginTheme;
747
747
  title?: string;
748
748
  subtitle?: string;
749
+ heroTitle?: React__default.ReactNode;
750
+ heroSubtitle?: React__default.ReactNode;
749
751
  logo?: React__default.ReactNode;
750
752
  footer?: React__default.ReactNode;
751
753
  brandName?: string;