mayak-common-library 0.0.164 → 0.0.165

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 CHANGED
@@ -757,6 +757,81 @@ interface IArticlesFull {
757
757
  }
758
758
  declare function AreasFull({ title, areas, classes }: IArticlesFull): react_jsx_runtime.JSX.Element;
759
759
 
760
+ interface ICatalogNewProjectsProps {
761
+ classes?: string;
762
+ }
763
+ declare function CatalogNewProjects({ classes, }: ICatalogNewProjectsProps): react_jsx_runtime.JSX.Element;
764
+
765
+ interface NewProjectCardProps {
766
+ slug: string;
767
+ imgSrc: string;
768
+ title: string;
769
+ address: string;
770
+ price: string;
771
+ developer: string;
772
+ houseTypes: string[];
773
+ }
774
+
775
+ interface IProjectsSliderProps$1 {
776
+ classes?: string;
777
+ projects?: NewProjectCardProps[];
778
+ title: string;
779
+ }
780
+ declare function ProjectsSlider({ classes, projects, title, }: IProjectsSliderProps$1): react_jsx_runtime.JSX.Element;
781
+
782
+ interface IProjectsSliderProps {
783
+ classes?: string;
784
+ areas?: IArea[];
785
+ title: string;
786
+ }
787
+ declare function AreasSlider({ classes, areas, title, }: IProjectsSliderProps): react_jsx_runtime.JSX.Element;
788
+
789
+ interface IDeveloperCardProps {
790
+ classes?: string;
791
+ img: string;
792
+ title: string;
793
+ text: string;
794
+ slug: string;
795
+ }
796
+
797
+ interface IDevelopersSliderProps {
798
+ classes?: string;
799
+ developers?: IDeveloperCardProps[];
800
+ title: string;
801
+ }
802
+ declare function DevelopersSlider({ classes, developers, title, }: IDevelopersSliderProps): react_jsx_runtime.JSX.Element;
803
+
804
+ interface IDeveloperItem {
805
+ img: string;
806
+ title: string;
807
+ text: string;
808
+ }
809
+ interface IDevelopersProps {
810
+ classes?: string;
811
+ title?: string;
812
+ items?: IDeveloperItem[];
813
+ }
814
+ declare function Developers({ classes, items, title, }: IDevelopersProps): react_jsx_runtime.JSX.Element;
815
+
816
+ interface IDeveloperBannerProps {
817
+ classes?: string;
818
+ imgBanner?: string;
819
+ imgLogo?: string;
820
+ }
821
+ declare function DeveloperBanner({ classes, imgBanner, imgLogo, }: IDeveloperBannerProps): react_jsx_runtime.JSX.Element;
822
+
823
+ interface IDeveloperTwoBlocks {
824
+ classes?: string;
825
+ title?: string;
826
+ text?: string;
827
+ block: {
828
+ projects?: string;
829
+ priceFrom?: string;
830
+ begin?: string;
831
+ };
832
+ }
833
+ declare function DeveloperTwoBlocks({ classes, block, text, title, }: IDeveloperTwoBlocks): react_jsx_runtime.JSX.Element;
834
+
760
835
  type MenuItem = {
761
836
  path: string;
762
837
  title: string;
@@ -1080,4 +1155,4 @@ interface ListItemProps {
1080
1155
  }
1081
1156
  declare const ListItem: FC<ListItemProps>;
1082
1157
 
1083
- export { AboutCompanyMain, AboutUsFirstBlock, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreasFull, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockCardContent, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogRealtiesBlock, CategoryCard, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, ExpertiseBlock, FAQ, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FromToInput, FullScreenImage, GalleryBlock, GalleryRealty, Header, _default as HeaderContactButton, HeaderMob, IconButton, Input, JobCard, JoinTeamBlock, type LayoutStore, LegalSupport, LinkOut, List, ListItem, type LocaleSlug, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, ModalContainer, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, CustomRadio as Radio, CustomRadioGroup as RadioGroup, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, CustomSelect as Select, SelectPro, ServicesTexts, SimpleSelect, SocialBlock, SocialBlockMain, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, ThanksBlockWithButton, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsWithLabel, TopDevelopers, TrustUs, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
1158
+ export { AboutCompanyMain, AboutUsFirstBlock, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockCardContent, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogNewProjects, CatalogRealtiesBlock, CategoryCard, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, Developers, DevelopersSlider, ExpertiseBlock, FAQ, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FromToInput, FullScreenImage, GalleryBlock, GalleryRealty, Header, _default as HeaderContactButton, HeaderMob, IconButton, Input, JobCard, JoinTeamBlock, type LayoutStore, LegalSupport, LinkOut, List, ListItem, type LocaleSlug, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, ModalContainer, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, CustomRadio as Radio, CustomRadioGroup as RadioGroup, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, CustomSelect as Select, SelectPro, ServicesTexts, SimpleSelect, SocialBlock, SocialBlockMain, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, ThanksBlockWithButton, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsWithLabel, TopDevelopers, TrustUs, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
package/dist/index.d.ts CHANGED
@@ -757,6 +757,81 @@ interface IArticlesFull {
757
757
  }
758
758
  declare function AreasFull({ title, areas, classes }: IArticlesFull): react_jsx_runtime.JSX.Element;
759
759
 
760
+ interface ICatalogNewProjectsProps {
761
+ classes?: string;
762
+ }
763
+ declare function CatalogNewProjects({ classes, }: ICatalogNewProjectsProps): react_jsx_runtime.JSX.Element;
764
+
765
+ interface NewProjectCardProps {
766
+ slug: string;
767
+ imgSrc: string;
768
+ title: string;
769
+ address: string;
770
+ price: string;
771
+ developer: string;
772
+ houseTypes: string[];
773
+ }
774
+
775
+ interface IProjectsSliderProps$1 {
776
+ classes?: string;
777
+ projects?: NewProjectCardProps[];
778
+ title: string;
779
+ }
780
+ declare function ProjectsSlider({ classes, projects, title, }: IProjectsSliderProps$1): react_jsx_runtime.JSX.Element;
781
+
782
+ interface IProjectsSliderProps {
783
+ classes?: string;
784
+ areas?: IArea[];
785
+ title: string;
786
+ }
787
+ declare function AreasSlider({ classes, areas, title, }: IProjectsSliderProps): react_jsx_runtime.JSX.Element;
788
+
789
+ interface IDeveloperCardProps {
790
+ classes?: string;
791
+ img: string;
792
+ title: string;
793
+ text: string;
794
+ slug: string;
795
+ }
796
+
797
+ interface IDevelopersSliderProps {
798
+ classes?: string;
799
+ developers?: IDeveloperCardProps[];
800
+ title: string;
801
+ }
802
+ declare function DevelopersSlider({ classes, developers, title, }: IDevelopersSliderProps): react_jsx_runtime.JSX.Element;
803
+
804
+ interface IDeveloperItem {
805
+ img: string;
806
+ title: string;
807
+ text: string;
808
+ }
809
+ interface IDevelopersProps {
810
+ classes?: string;
811
+ title?: string;
812
+ items?: IDeveloperItem[];
813
+ }
814
+ declare function Developers({ classes, items, title, }: IDevelopersProps): react_jsx_runtime.JSX.Element;
815
+
816
+ interface IDeveloperBannerProps {
817
+ classes?: string;
818
+ imgBanner?: string;
819
+ imgLogo?: string;
820
+ }
821
+ declare function DeveloperBanner({ classes, imgBanner, imgLogo, }: IDeveloperBannerProps): react_jsx_runtime.JSX.Element;
822
+
823
+ interface IDeveloperTwoBlocks {
824
+ classes?: string;
825
+ title?: string;
826
+ text?: string;
827
+ block: {
828
+ projects?: string;
829
+ priceFrom?: string;
830
+ begin?: string;
831
+ };
832
+ }
833
+ declare function DeveloperTwoBlocks({ classes, block, text, title, }: IDeveloperTwoBlocks): react_jsx_runtime.JSX.Element;
834
+
760
835
  type MenuItem = {
761
836
  path: string;
762
837
  title: string;
@@ -1080,4 +1155,4 @@ interface ListItemProps {
1080
1155
  }
1081
1156
  declare const ListItem: FC<ListItemProps>;
1082
1157
 
1083
- export { AboutCompanyMain, AboutUsFirstBlock, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreasFull, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockCardContent, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogRealtiesBlock, CategoryCard, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, ExpertiseBlock, FAQ, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FromToInput, FullScreenImage, GalleryBlock, GalleryRealty, Header, _default as HeaderContactButton, HeaderMob, IconButton, Input, JobCard, JoinTeamBlock, type LayoutStore, LegalSupport, LinkOut, List, ListItem, type LocaleSlug, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, ModalContainer, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, CustomRadio as Radio, CustomRadioGroup as RadioGroup, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, CustomSelect as Select, SelectPro, ServicesTexts, SimpleSelect, SocialBlock, SocialBlockMain, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, ThanksBlockWithButton, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsWithLabel, TopDevelopers, TrustUs, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
1158
+ export { AboutCompanyMain, AboutUsFirstBlock, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreasFull, AreasSlider, ArticleCard, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockCardContent, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogNewProjects, CatalogRealtiesBlock, CategoryCard, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, Developers, DevelopersSlider, ExpertiseBlock, FAQ, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FromToInput, FullScreenImage, GalleryBlock, GalleryRealty, Header, _default as HeaderContactButton, HeaderMob, IconButton, Input, JobCard, JoinTeamBlock, type LayoutStore, LegalSupport, LinkOut, List, ListItem, type LocaleSlug, LogoBlock, LogoBlockWhite, MODAL_COMPONENT, MODAL_COMPONENTS, MODAL_TITLES, Main, type Modal, ModalContainer, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, CustomRadio as Radio, CustomRadioGroup as RadioGroup, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, CustomSelect as Select, SelectPro, ServicesTexts, SimpleSelect, SocialBlock, SocialBlockMain, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, ThanksBlockWithButton, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsWithLabel, TopDevelopers, TrustUs, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };