sass-template-common 0.8.7 → 0.8.9
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 +3 -1
- package/dist/sass-template-common.js +1675 -1672
- package/dist/sass-template-common.umd.cjs +30 -30
- package/package.json +1 -1
|
@@ -1363,6 +1363,7 @@ export declare interface MainBlock1Props extends SectionCardProps, NewDescriptio
|
|
|
1363
1363
|
customNewsDescriptionStyles?: CSSProperties;
|
|
1364
1364
|
paths: RoutePathConfig;
|
|
1365
1365
|
showSuper?: boolean;
|
|
1366
|
+
textPosition?: 'center' | 'start';
|
|
1366
1367
|
}
|
|
1367
1368
|
|
|
1368
1369
|
export declare class MainComponentServices {
|
|
@@ -1926,6 +1927,7 @@ declare type Props_14 = {
|
|
|
1926
1927
|
PUBLIC_ENV: string;
|
|
1927
1928
|
CAPTCHA_KEY: string;
|
|
1928
1929
|
};
|
|
1930
|
+
termsAndConditionsUrl?: string;
|
|
1929
1931
|
};
|
|
1930
1932
|
|
|
1931
1933
|
declare type Props_15 = {
|
|
@@ -2313,7 +2315,7 @@ export declare const ReCaptchaRender: ({ defaultRouteName }: {
|
|
|
2313
2315
|
defaultRouteName: string;
|
|
2314
2316
|
}) => false | "" | JSX.Element | undefined;
|
|
2315
2317
|
|
|
2316
|
-
export declare function RegisterForm({ texts, API_ENV }: Props_14): JSX.Element;
|
|
2318
|
+
export declare function RegisterForm({ texts, API_ENV, termsAndConditionsUrl }: Props_14): JSX.Element;
|
|
2317
2319
|
|
|
2318
2320
|
declare interface Related {
|
|
2319
2321
|
automatic: boolean;
|