warqadui 0.0.156 → 0.0.158
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +87745 -74702
- package/dist/index.mjs +24353 -10623
- package/dist/styles.js +10 -7
- package/dist/styles.mjs +10 -7
- package/package.json +1 -1
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;
|
|
@@ -774,6 +776,8 @@ interface UseLoginProps {
|
|
|
774
776
|
brandName?: string;
|
|
775
777
|
title?: string;
|
|
776
778
|
subtitle?: string;
|
|
779
|
+
heroTitle?: React__default.ReactNode;
|
|
780
|
+
heroSubtitle?: React__default.ReactNode;
|
|
777
781
|
backUrl?: string;
|
|
778
782
|
isLoading?: boolean;
|
|
779
783
|
}
|
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;
|
|
@@ -774,6 +776,8 @@ interface UseLoginProps {
|
|
|
774
776
|
brandName?: string;
|
|
775
777
|
title?: string;
|
|
776
778
|
subtitle?: string;
|
|
779
|
+
heroTitle?: React__default.ReactNode;
|
|
780
|
+
heroSubtitle?: React__default.ReactNode;
|
|
777
781
|
backUrl?: string;
|
|
778
782
|
isLoading?: boolean;
|
|
779
783
|
}
|