stone-kit 0.0.692 → 0.0.693
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.
|
@@ -34,5 +34,5 @@ type IFormPageInputs = {
|
|
|
34
34
|
advCheckBox?: boolean;
|
|
35
35
|
textarea?: string;
|
|
36
36
|
};
|
|
37
|
-
export declare const ModalForm: ({ isFormOpen, setIsFormOpen, isNews, title, isEmail, isPhone, isTextArea, telegramLink, isRequiredPhone, isRequiredEmail, isRequiredPhoneOrEmail, textAreaPlaceholder, subTitle, submitHandler, modalWidth, rowsTextArea, advCheckBox, isAdvCheckBox, addTitleClassName, createPortalObj }: IModalFormProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
37
|
+
export declare const ModalForm: ({ isFormOpen, setIsFormOpen, isNews, title, isEmail, isPhone, isTextArea, telegramLink, isRequiredPhone, isRequiredEmail, isRequiredPhoneOrEmail, textAreaPlaceholder, subTitle, submitHandler, modalWidth, rowsTextArea, advCheckBox, isAdvCheckBox, addTitleClassName, createPortalObj, }: IModalFormProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
38
38
|
export {};
|
|
@@ -2554,6 +2554,7 @@ const bn = kr.bind(Se), En = "Я принимаю условия Политик
|
|
|
2554
2554
|
{
|
|
2555
2555
|
className: Se.root,
|
|
2556
2556
|
style: { width: U ? "100%" : re },
|
|
2557
|
+
"data-testid": "modal_window",
|
|
2557
2558
|
children: [
|
|
2558
2559
|
/* @__PURE__ */ ye(
|
|
2559
2560
|
"div",
|
|
@@ -2592,7 +2593,7 @@ const bn = kr.bind(Se), En = "Я принимаю условия Политик
|
|
|
2592
2593
|
st,
|
|
2593
2594
|
{
|
|
2594
2595
|
width: "full",
|
|
2595
|
-
size_s: "
|
|
2596
|
+
size_s: "large",
|
|
2596
2597
|
variant: "light",
|
|
2597
2598
|
placeholder: "Введите имя",
|
|
2598
2599
|
"data-testid": "modal_name",
|
|
@@ -2615,7 +2616,7 @@ const bn = kr.bind(Se), En = "Я принимаю условия Политик
|
|
|
2615
2616
|
width: "full",
|
|
2616
2617
|
"data-testid": "phone_modal",
|
|
2617
2618
|
type: "tel",
|
|
2618
|
-
size_s: "
|
|
2619
|
+
size_s: "large",
|
|
2619
2620
|
variant: "light",
|
|
2620
2621
|
...B,
|
|
2621
2622
|
...K("phone"),
|