mayak-common-library 0.0.858 → 0.0.860
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 +6 -19
- package/dist/index.d.ts +6 -19
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +2 -3
package/dist/index.d.mts
CHANGED
|
@@ -2,24 +2,18 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { ReactNode, FC, PropsWithChildren, MouseEventHandler, MouseEvent, ReactElement, DetailedHTMLProps, InputHTMLAttributes, TextareaHTMLAttributes } from 'react';
|
|
4
4
|
import { Document } from '@contentful/rich-text-types';
|
|
5
|
-
import { TypographyProps } from '@mui/material/Typography/Typography';
|
|
6
5
|
import * as zustand from 'zustand';
|
|
7
6
|
import { StateCreator } from 'zustand';
|
|
8
7
|
import { ButtonProps } from '@mui/material/Button';
|
|
9
|
-
import
|
|
10
|
-
import { IconButtonProps } from '@mui/material
|
|
8
|
+
import * as _mui_material from '@mui/material';
|
|
9
|
+
import { IconButtonProps, ToggleButtonProps, ToggleButtonGroupProps as ToggleButtonGroupProps$1, FormControlLabelProps, SwitchProps, ListProps, PaginationItemOwnProps } from '@mui/material';
|
|
11
10
|
import * as _emotion_styled from '@emotion/styled';
|
|
12
11
|
import * as _emotion_react from '@emotion/react';
|
|
13
12
|
import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
|
|
14
|
-
import * as _mui_material from '@mui/material';
|
|
15
|
-
import { ToggleButtonProps, ToggleButtonGroupProps as ToggleButtonGroupProps$1, PaginationItemOwnProps } from '@mui/material';
|
|
16
13
|
import { UseControllerProps } from 'react-hook-form';
|
|
17
14
|
import { CheckboxProps } from '@mui/material/Checkbox';
|
|
18
|
-
import { FormControlLabelProps } from '@mui/material/FormControlLabel/FormControlLabel';
|
|
19
|
-
import { SwitchProps } from '@mui/material/Switch/Switch';
|
|
20
|
-
import { ListProps } from '@mui/material/List/List';
|
|
21
15
|
import { CountryIso2 } from 'react-international-phone';
|
|
22
|
-
import { AccordionProps } from '@mui/material/Accordion
|
|
16
|
+
import { AccordionProps } from '@mui/material/Accordion';
|
|
23
17
|
import { OptionsType } from '@fancyapps/ui/types/Fancybox/options';
|
|
24
18
|
import { KeenSliderOptions } from 'keen-slider/react';
|
|
25
19
|
import { Document as Document$1 } from '@contentful/rich-text-types/dist/types/types';
|
|
@@ -656,13 +650,6 @@ declare function TextBlock({ className, text, title }: ITextBlock): react_jsx_ru
|
|
|
656
650
|
|
|
657
651
|
declare const ThanksBlock: () => react_jsx_runtime.JSX.Element;
|
|
658
652
|
|
|
659
|
-
interface ITitleBlock extends TypographyProps {
|
|
660
|
-
title: string;
|
|
661
|
-
titlePosition?: 'center' | 'left';
|
|
662
|
-
className?: string;
|
|
663
|
-
}
|
|
664
|
-
declare function TitleBlock(props: ITitleBlock): react_jsx_runtime.JSX.Element;
|
|
665
|
-
|
|
666
653
|
interface IDeveloperCardProps {
|
|
667
654
|
className?: string;
|
|
668
655
|
img?: string;
|
|
@@ -1203,7 +1190,7 @@ interface ButtonDarkProps {
|
|
|
1203
1190
|
icon?: ReactNode;
|
|
1204
1191
|
minWidth?: boolean;
|
|
1205
1192
|
}
|
|
1206
|
-
declare const ButtonDark: FC<ButtonDarkProps &
|
|
1193
|
+
declare const ButtonDark: FC<ButtonDarkProps & ButtonProps>;
|
|
1207
1194
|
|
|
1208
1195
|
interface CustomIconButtonProps extends IconButtonProps, PropsWithChildren {
|
|
1209
1196
|
isblack?: string;
|
|
@@ -1298,7 +1285,7 @@ declare const ToggleSort: FC<ToggleSortProps>;
|
|
|
1298
1285
|
|
|
1299
1286
|
declare const StyledButton: _emotion_styled.StyledComponent<_mui_material.ButtonOwnProps & Omit<_mui_material.ButtonBaseOwnProps, "classes"> & _mui_material_OverridableComponent.CommonProps & Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
1300
1287
|
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
|
1301
|
-
}, "style" | "children" | "className" | "tabIndex" | "color" | "href" | "sx" | "disabled" | "action" | "size" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant"> & {
|
|
1288
|
+
}, "style" | "children" | "className" | "tabIndex" | "color" | "href" | "sx" | "disabled" | "action" | "loading" | "size" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loadingIndicator" | "loadingPosition" | "startIcon" | "variant"> & {
|
|
1302
1289
|
theme?: _emotion_react.Theme;
|
|
1303
1290
|
}, {}, {}>;
|
|
1304
1291
|
|
|
@@ -1728,4 +1715,4 @@ interface VacancyCardProps {
|
|
|
1728
1715
|
}
|
|
1729
1716
|
declare const VacancyCard: FC<VacancyCardProps>;
|
|
1730
1717
|
|
|
1731
|
-
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockOurTeamGrid, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonBadge, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CasesSlider, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Checkbox, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FeedbackCard, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, Gallery, GalleryBlock, H1, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, MainContainer, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, PageContainer, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyAddress, RealtyCard, RealtyDescription, RealtyDetails, RealtyPrice, RealtyTitle, ReferralProgramFirstBlock, RichTextBlock, ScrollButton, SearchInput, SearchPlaceInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SingleSlider, SiteSwitch, SliderContainer, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TermList, TextAreaInput, TextBlock, TextImageTileBlock, ThanksBlock,
|
|
1718
|
+
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockOurTeamGrid, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonBadge, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CasesSlider, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Checkbox, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FeedbackCard, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, Gallery, GalleryBlock, H1, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, MainContainer, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, PageContainer, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyAddress, RealtyCard, RealtyDescription, RealtyDetails, RealtyPrice, RealtyTitle, ReferralProgramFirstBlock, RichTextBlock, ScrollButton, SearchInput, SearchPlaceInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SingleSlider, SiteSwitch, SliderContainer, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TermList, TextAreaInput, TextBlock, TextImageTileBlock, ThanksBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyCard, VacancyContainer, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
package/dist/index.d.ts
CHANGED
|
@@ -2,24 +2,18 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { ReactNode, FC, PropsWithChildren, MouseEventHandler, MouseEvent, ReactElement, DetailedHTMLProps, InputHTMLAttributes, TextareaHTMLAttributes } from 'react';
|
|
4
4
|
import { Document } from '@contentful/rich-text-types';
|
|
5
|
-
import { TypographyProps } from '@mui/material/Typography/Typography';
|
|
6
5
|
import * as zustand from 'zustand';
|
|
7
6
|
import { StateCreator } from 'zustand';
|
|
8
7
|
import { ButtonProps } from '@mui/material/Button';
|
|
9
|
-
import
|
|
10
|
-
import { IconButtonProps } from '@mui/material
|
|
8
|
+
import * as _mui_material from '@mui/material';
|
|
9
|
+
import { IconButtonProps, ToggleButtonProps, ToggleButtonGroupProps as ToggleButtonGroupProps$1, FormControlLabelProps, SwitchProps, ListProps, PaginationItemOwnProps } from '@mui/material';
|
|
11
10
|
import * as _emotion_styled from '@emotion/styled';
|
|
12
11
|
import * as _emotion_react from '@emotion/react';
|
|
13
12
|
import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
|
|
14
|
-
import * as _mui_material from '@mui/material';
|
|
15
|
-
import { ToggleButtonProps, ToggleButtonGroupProps as ToggleButtonGroupProps$1, PaginationItemOwnProps } from '@mui/material';
|
|
16
13
|
import { UseControllerProps } from 'react-hook-form';
|
|
17
14
|
import { CheckboxProps } from '@mui/material/Checkbox';
|
|
18
|
-
import { FormControlLabelProps } from '@mui/material/FormControlLabel/FormControlLabel';
|
|
19
|
-
import { SwitchProps } from '@mui/material/Switch/Switch';
|
|
20
|
-
import { ListProps } from '@mui/material/List/List';
|
|
21
15
|
import { CountryIso2 } from 'react-international-phone';
|
|
22
|
-
import { AccordionProps } from '@mui/material/Accordion
|
|
16
|
+
import { AccordionProps } from '@mui/material/Accordion';
|
|
23
17
|
import { OptionsType } from '@fancyapps/ui/types/Fancybox/options';
|
|
24
18
|
import { KeenSliderOptions } from 'keen-slider/react';
|
|
25
19
|
import { Document as Document$1 } from '@contentful/rich-text-types/dist/types/types';
|
|
@@ -656,13 +650,6 @@ declare function TextBlock({ className, text, title }: ITextBlock): react_jsx_ru
|
|
|
656
650
|
|
|
657
651
|
declare const ThanksBlock: () => react_jsx_runtime.JSX.Element;
|
|
658
652
|
|
|
659
|
-
interface ITitleBlock extends TypographyProps {
|
|
660
|
-
title: string;
|
|
661
|
-
titlePosition?: 'center' | 'left';
|
|
662
|
-
className?: string;
|
|
663
|
-
}
|
|
664
|
-
declare function TitleBlock(props: ITitleBlock): react_jsx_runtime.JSX.Element;
|
|
665
|
-
|
|
666
653
|
interface IDeveloperCardProps {
|
|
667
654
|
className?: string;
|
|
668
655
|
img?: string;
|
|
@@ -1203,7 +1190,7 @@ interface ButtonDarkProps {
|
|
|
1203
1190
|
icon?: ReactNode;
|
|
1204
1191
|
minWidth?: boolean;
|
|
1205
1192
|
}
|
|
1206
|
-
declare const ButtonDark: FC<ButtonDarkProps &
|
|
1193
|
+
declare const ButtonDark: FC<ButtonDarkProps & ButtonProps>;
|
|
1207
1194
|
|
|
1208
1195
|
interface CustomIconButtonProps extends IconButtonProps, PropsWithChildren {
|
|
1209
1196
|
isblack?: string;
|
|
@@ -1298,7 +1285,7 @@ declare const ToggleSort: FC<ToggleSortProps>;
|
|
|
1298
1285
|
|
|
1299
1286
|
declare const StyledButton: _emotion_styled.StyledComponent<_mui_material.ButtonOwnProps & Omit<_mui_material.ButtonBaseOwnProps, "classes"> & _mui_material_OverridableComponent.CommonProps & Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
1300
1287
|
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
|
1301
|
-
}, "style" | "children" | "className" | "tabIndex" | "color" | "href" | "sx" | "disabled" | "action" | "size" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant"> & {
|
|
1288
|
+
}, "style" | "children" | "className" | "tabIndex" | "color" | "href" | "sx" | "disabled" | "action" | "loading" | "size" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loadingIndicator" | "loadingPosition" | "startIcon" | "variant"> & {
|
|
1302
1289
|
theme?: _emotion_react.Theme;
|
|
1303
1290
|
}, {}, {}>;
|
|
1304
1291
|
|
|
@@ -1728,4 +1715,4 @@ interface VacancyCardProps {
|
|
|
1728
1715
|
}
|
|
1729
1716
|
declare const VacancyCard: FC<VacancyCardProps>;
|
|
1730
1717
|
|
|
1731
|
-
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockOurTeamGrid, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonBadge, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CasesSlider, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Checkbox, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FeedbackCard, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, Gallery, GalleryBlock, H1, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, MainContainer, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, PageContainer, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyAddress, RealtyCard, RealtyDescription, RealtyDetails, RealtyPrice, RealtyTitle, ReferralProgramFirstBlock, RichTextBlock, ScrollButton, SearchInput, SearchPlaceInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SingleSlider, SiteSwitch, SliderContainer, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TermList, TextAreaInput, TextBlock, TextImageTileBlock, ThanksBlock,
|
|
1718
|
+
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockOurTeamGrid, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonBadge, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CasesSlider, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Checkbox, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FeedbackCard, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, Gallery, GalleryBlock, H1, H2, H3, H4, H5, H6, Header, _default as HeaderContactButton, HeaderMob, IconButton, ImageAndTextBlock, Input, JoinTeamBlock, type LayoutStore, LegalSupport, LinkIconBorder, LinkOut, List, ListItem, type LocaleSlug, LocaleSwitch, LocaleSwitchToggle, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, MainContainer, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, PageContainer, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyAddress, RealtyCard, RealtyDescription, RealtyDetails, RealtyPrice, RealtyTitle, ReferralProgramFirstBlock, RichTextBlock, ScrollButton, SearchInput, SearchPlaceInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SingleSlider, SiteSwitch, SliderContainer, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TermList, TextAreaInput, TextBlock, TextImageTileBlock, ThanksBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyCard, VacancyContainer, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|