sass-template-common 0.8.7 → 0.8.8
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/sass-template-common.d.ts +2 -1
- package/dist/sass-template-common.js +1147 -1147
- package/dist/sass-template-common.umd.cjs +23 -23
- package/package.json +1 -1
|
@@ -1926,6 +1926,7 @@ declare type Props_14 = {
|
|
|
1926
1926
|
PUBLIC_ENV: string;
|
|
1927
1927
|
CAPTCHA_KEY: string;
|
|
1928
1928
|
};
|
|
1929
|
+
termsAndConditionsUrl?: string;
|
|
1929
1930
|
};
|
|
1930
1931
|
|
|
1931
1932
|
declare type Props_15 = {
|
|
@@ -2313,7 +2314,7 @@ export declare const ReCaptchaRender: ({ defaultRouteName }: {
|
|
|
2313
2314
|
defaultRouteName: string;
|
|
2314
2315
|
}) => false | "" | JSX.Element | undefined;
|
|
2315
2316
|
|
|
2316
|
-
export declare function RegisterForm({ texts, API_ENV }: Props_14): JSX.Element;
|
|
2317
|
+
export declare function RegisterForm({ texts, API_ENV, termsAndConditionsUrl }: Props_14): JSX.Element;
|
|
2317
2318
|
|
|
2318
2319
|
declare interface Related {
|
|
2319
2320
|
automatic: boolean;
|