mayak-common-library 0.0.161 → 0.0.163
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 +25 -12
- package/dist/index.d.ts +25 -12
- package/dist/index.js +9 -9
- package/dist/index.mjs +9 -9
- package/package.json +1 -1
- package/styles/common.scss +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -169,8 +169,10 @@ interface IBannerReferralProgram {
|
|
|
169
169
|
strongText?: string;
|
|
170
170
|
text?: string;
|
|
171
171
|
box?: IBoxItem$4[];
|
|
172
|
+
personWidth: string;
|
|
173
|
+
personHeight: string;
|
|
172
174
|
}
|
|
173
|
-
declare function BannerReferralProgram({ classes, box, imgBack, imgPerson, strongText, text, }: IBannerReferralProgram): react_jsx_runtime.JSX.Element;
|
|
175
|
+
declare function BannerReferralProgram({ classes, box, imgBack, imgPerson, strongText, text, personWidth, personHeight, }: IBannerReferralProgram): react_jsx_runtime.JSX.Element;
|
|
174
176
|
|
|
175
177
|
interface IBecomePartnerProps {
|
|
176
178
|
classes?: string;
|
|
@@ -353,15 +355,6 @@ interface IClientTransferProcessProps {
|
|
|
353
355
|
}
|
|
354
356
|
declare function ClientTransferProcess({ classes, box, title, text, }: IClientTransferProcessProps): react_jsx_runtime.JSX.Element;
|
|
355
357
|
|
|
356
|
-
interface IContactsContent {
|
|
357
|
-
title?: string;
|
|
358
|
-
classes?: string;
|
|
359
|
-
offices?: IOfficeItem[];
|
|
360
|
-
videoLink?: string;
|
|
361
|
-
text?: string;
|
|
362
|
-
}
|
|
363
|
-
declare function ContactsContent({ classes, offices, text, title, }: IContactsContent): react_jsx_runtime.JSX.Element;
|
|
364
|
-
|
|
365
358
|
interface IContactUsBlock {
|
|
366
359
|
classes?: string;
|
|
367
360
|
}
|
|
@@ -438,8 +431,9 @@ interface IOfficesBlock {
|
|
|
438
431
|
text?: string;
|
|
439
432
|
classes?: string;
|
|
440
433
|
offices?: IOfficeItem[];
|
|
434
|
+
title?: string;
|
|
441
435
|
}
|
|
442
|
-
declare function OfficesBlock({ text, offices, classes, }: IOfficesBlock): react_jsx_runtime.JSX.Element;
|
|
436
|
+
declare function OfficesBlock({ text, offices, classes, title, }: IOfficesBlock): react_jsx_runtime.JSX.Element;
|
|
443
437
|
|
|
444
438
|
interface IVacancy {
|
|
445
439
|
slug?: string;
|
|
@@ -740,6 +734,25 @@ declare const _default: React.NamedExoticComponent<HeaderContactButtonProps>;
|
|
|
740
734
|
|
|
741
735
|
declare function Footer({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, }: IFooter): react_jsx_runtime.JSX.Element;
|
|
742
736
|
|
|
737
|
+
interface IFooter2 {
|
|
738
|
+
instagram?: string;
|
|
739
|
+
facebook?: string;
|
|
740
|
+
youtube?: string;
|
|
741
|
+
linkedIn?: string;
|
|
742
|
+
menuItems: MenuItem[];
|
|
743
|
+
mainPhone?: string;
|
|
744
|
+
site: Site;
|
|
745
|
+
homePage: string;
|
|
746
|
+
additionalMenu: {
|
|
747
|
+
title: string;
|
|
748
|
+
items: {
|
|
749
|
+
path: string;
|
|
750
|
+
title: string;
|
|
751
|
+
}[];
|
|
752
|
+
};
|
|
753
|
+
}
|
|
754
|
+
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, }: IFooter2): react_jsx_runtime.JSX.Element;
|
|
755
|
+
|
|
743
756
|
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, }: IHeaderProps): react_jsx_runtime.JSX.Element;
|
|
744
757
|
|
|
745
758
|
interface IMainBoxProps {
|
|
@@ -1010,4 +1023,4 @@ interface ListItemProps {
|
|
|
1010
1023
|
}
|
|
1011
1024
|
declare const ListItem: FC<ListItemProps>;
|
|
1012
1025
|
|
|
1013
|
-
export { AboutCompanyMain, AboutUsFirstBlock, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, 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, ContactUsBlock,
|
|
1026
|
+
export { AboutCompanyMain, AboutUsFirstBlock, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, 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, ContactUsBlock, ExpertiseBlock, FAQ, Footer, Footer2, FormBlock, FormInput, FromToInput, 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, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, PhoneInput, PopularAreas, Portfolios, CustomRadio as Radio, CustomRadioGroup as RadioGroup, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, CustomSelect as Select, SelectPro, ServicesTexts, SimpleSelect, SocialBlock, SocialBlockMain, TeamWorkerBlock, TextBlock, ThanksBlock, ThanksBlockWithButton, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsWithLabel, TopDevelopers, TrustUs, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyDubai, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
package/dist/index.d.ts
CHANGED
|
@@ -169,8 +169,10 @@ interface IBannerReferralProgram {
|
|
|
169
169
|
strongText?: string;
|
|
170
170
|
text?: string;
|
|
171
171
|
box?: IBoxItem$4[];
|
|
172
|
+
personWidth: string;
|
|
173
|
+
personHeight: string;
|
|
172
174
|
}
|
|
173
|
-
declare function BannerReferralProgram({ classes, box, imgBack, imgPerson, strongText, text, }: IBannerReferralProgram): react_jsx_runtime.JSX.Element;
|
|
175
|
+
declare function BannerReferralProgram({ classes, box, imgBack, imgPerson, strongText, text, personWidth, personHeight, }: IBannerReferralProgram): react_jsx_runtime.JSX.Element;
|
|
174
176
|
|
|
175
177
|
interface IBecomePartnerProps {
|
|
176
178
|
classes?: string;
|
|
@@ -353,15 +355,6 @@ interface IClientTransferProcessProps {
|
|
|
353
355
|
}
|
|
354
356
|
declare function ClientTransferProcess({ classes, box, title, text, }: IClientTransferProcessProps): react_jsx_runtime.JSX.Element;
|
|
355
357
|
|
|
356
|
-
interface IContactsContent {
|
|
357
|
-
title?: string;
|
|
358
|
-
classes?: string;
|
|
359
|
-
offices?: IOfficeItem[];
|
|
360
|
-
videoLink?: string;
|
|
361
|
-
text?: string;
|
|
362
|
-
}
|
|
363
|
-
declare function ContactsContent({ classes, offices, text, title, }: IContactsContent): react_jsx_runtime.JSX.Element;
|
|
364
|
-
|
|
365
358
|
interface IContactUsBlock {
|
|
366
359
|
classes?: string;
|
|
367
360
|
}
|
|
@@ -438,8 +431,9 @@ interface IOfficesBlock {
|
|
|
438
431
|
text?: string;
|
|
439
432
|
classes?: string;
|
|
440
433
|
offices?: IOfficeItem[];
|
|
434
|
+
title?: string;
|
|
441
435
|
}
|
|
442
|
-
declare function OfficesBlock({ text, offices, classes, }: IOfficesBlock): react_jsx_runtime.JSX.Element;
|
|
436
|
+
declare function OfficesBlock({ text, offices, classes, title, }: IOfficesBlock): react_jsx_runtime.JSX.Element;
|
|
443
437
|
|
|
444
438
|
interface IVacancy {
|
|
445
439
|
slug?: string;
|
|
@@ -740,6 +734,25 @@ declare const _default: React.NamedExoticComponent<HeaderContactButtonProps>;
|
|
|
740
734
|
|
|
741
735
|
declare function Footer({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, }: IFooter): react_jsx_runtime.JSX.Element;
|
|
742
736
|
|
|
737
|
+
interface IFooter2 {
|
|
738
|
+
instagram?: string;
|
|
739
|
+
facebook?: string;
|
|
740
|
+
youtube?: string;
|
|
741
|
+
linkedIn?: string;
|
|
742
|
+
menuItems: MenuItem[];
|
|
743
|
+
mainPhone?: string;
|
|
744
|
+
site: Site;
|
|
745
|
+
homePage: string;
|
|
746
|
+
additionalMenu: {
|
|
747
|
+
title: string;
|
|
748
|
+
items: {
|
|
749
|
+
path: string;
|
|
750
|
+
title: string;
|
|
751
|
+
}[];
|
|
752
|
+
};
|
|
753
|
+
}
|
|
754
|
+
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, }: IFooter2): react_jsx_runtime.JSX.Element;
|
|
755
|
+
|
|
743
756
|
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, }: IHeaderProps): react_jsx_runtime.JSX.Element;
|
|
744
757
|
|
|
745
758
|
interface IMainBoxProps {
|
|
@@ -1010,4 +1023,4 @@ interface ListItemProps {
|
|
|
1010
1023
|
}
|
|
1011
1024
|
declare const ListItem: FC<ListItemProps>;
|
|
1012
1025
|
|
|
1013
|
-
export { AboutCompanyMain, AboutUsFirstBlock, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, 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, ContactUsBlock,
|
|
1026
|
+
export { AboutCompanyMain, AboutUsFirstBlock, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, 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, ContactUsBlock, ExpertiseBlock, FAQ, Footer, Footer2, FormBlock, FormInput, FromToInput, 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, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, PhoneInput, PopularAreas, Portfolios, CustomRadio as Radio, CustomRadioGroup as RadioGroup, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, CustomSelect as Select, SelectPro, ServicesTexts, SimpleSelect, SocialBlock, SocialBlockMain, TeamWorkerBlock, TextBlock, ThanksBlock, ThanksBlockWithButton, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsWithLabel, TopDevelopers, TrustUs, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyDubai, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|