mayak-common-library 0.0.271 → 0.0.273
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 +8 -6
- package/dist/index.d.ts +8 -6
- package/dist/index.js +7 -7
- package/dist/index.mjs +7 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -995,9 +995,8 @@ interface IHeaderProps {
|
|
|
995
995
|
homePage: string;
|
|
996
996
|
whatsUp?: boolean;
|
|
997
997
|
defLocale: string;
|
|
998
|
-
oneLogo?: string;
|
|
999
998
|
}
|
|
1000
|
-
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, defLocale, children,
|
|
999
|
+
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, defLocale, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1001
1000
|
|
|
1002
1001
|
interface HeaderContactButtonProps {
|
|
1003
1002
|
onClick: MouseEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -1023,9 +1022,8 @@ interface IFooter2 {
|
|
|
1023
1022
|
title: string;
|
|
1024
1023
|
}[];
|
|
1025
1024
|
};
|
|
1026
|
-
oneLogo?: string;
|
|
1027
1025
|
}
|
|
1028
|
-
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu,
|
|
1026
|
+
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, }: IFooter2): react_jsx_runtime.JSX.Element;
|
|
1029
1027
|
|
|
1030
1028
|
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1031
1029
|
|
|
@@ -1217,7 +1215,6 @@ interface LogoBlockProps {
|
|
|
1217
1215
|
small?: boolean;
|
|
1218
1216
|
locale: string;
|
|
1219
1217
|
homePage: string;
|
|
1220
|
-
oneLogo?: string;
|
|
1221
1218
|
}
|
|
1222
1219
|
declare const LogoBlock: FC<LogoBlockProps>;
|
|
1223
1220
|
|
|
@@ -1340,6 +1337,11 @@ declare const FormInput: FC<InputProps & {
|
|
|
1340
1337
|
name: string;
|
|
1341
1338
|
}>;
|
|
1342
1339
|
|
|
1340
|
+
interface NumberInputProps extends InputProps {
|
|
1341
|
+
adornmentText: string;
|
|
1342
|
+
}
|
|
1343
|
+
declare const NumberInput: FC<NumberInputProps>;
|
|
1344
|
+
|
|
1343
1345
|
declare const StyledAccordion: FC<AccordionProps & {
|
|
1344
1346
|
isFirst: boolean;
|
|
1345
1347
|
}>;
|
|
@@ -1404,4 +1406,4 @@ interface BreadCrumbsProps {
|
|
|
1404
1406
|
}
|
|
1405
1407
|
declare const BreadCrumbs: FC<BreadCrumbsProps>;
|
|
1406
1408
|
|
|
1407
|
-
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreasFull, AreasSlider, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, 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, type Modal, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
|
1409
|
+
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreasFull, AreasSlider, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, 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, type Modal, NumberInput, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
package/dist/index.d.ts
CHANGED
|
@@ -995,9 +995,8 @@ interface IHeaderProps {
|
|
|
995
995
|
homePage: string;
|
|
996
996
|
whatsUp?: boolean;
|
|
997
997
|
defLocale: string;
|
|
998
|
-
oneLogo?: string;
|
|
999
998
|
}
|
|
1000
|
-
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, defLocale, children,
|
|
999
|
+
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, defLocale, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1001
1000
|
|
|
1002
1001
|
interface HeaderContactButtonProps {
|
|
1003
1002
|
onClick: MouseEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -1023,9 +1022,8 @@ interface IFooter2 {
|
|
|
1023
1022
|
title: string;
|
|
1024
1023
|
}[];
|
|
1025
1024
|
};
|
|
1026
|
-
oneLogo?: string;
|
|
1027
1025
|
}
|
|
1028
|
-
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu,
|
|
1026
|
+
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, }: IFooter2): react_jsx_runtime.JSX.Element;
|
|
1029
1027
|
|
|
1030
1028
|
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1031
1029
|
|
|
@@ -1217,7 +1215,6 @@ interface LogoBlockProps {
|
|
|
1217
1215
|
small?: boolean;
|
|
1218
1216
|
locale: string;
|
|
1219
1217
|
homePage: string;
|
|
1220
|
-
oneLogo?: string;
|
|
1221
1218
|
}
|
|
1222
1219
|
declare const LogoBlock: FC<LogoBlockProps>;
|
|
1223
1220
|
|
|
@@ -1340,6 +1337,11 @@ declare const FormInput: FC<InputProps & {
|
|
|
1340
1337
|
name: string;
|
|
1341
1338
|
}>;
|
|
1342
1339
|
|
|
1340
|
+
interface NumberInputProps extends InputProps {
|
|
1341
|
+
adornmentText: string;
|
|
1342
|
+
}
|
|
1343
|
+
declare const NumberInput: FC<NumberInputProps>;
|
|
1344
|
+
|
|
1343
1345
|
declare const StyledAccordion: FC<AccordionProps & {
|
|
1344
1346
|
isFirst: boolean;
|
|
1345
1347
|
}>;
|
|
@@ -1404,4 +1406,4 @@ interface BreadCrumbsProps {
|
|
|
1404
1406
|
}
|
|
1405
1407
|
declare const BreadCrumbs: FC<BreadCrumbsProps>;
|
|
1406
1408
|
|
|
1407
|
-
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreasFull, AreasSlider, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, 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, type Modal, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
|
1409
|
+
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreasFull, AreasSlider, ArticleContent, ArticlesBlock, ArticlesFull, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockChoiceLinkGoToCatalog, BlockContacts, BlockGroupLinks, BlockImages, BlockOurTeam, BlockTabsGroupLinks, BreadCrumbs, Button, ButtonDark, CallConsult, CallMeBlock, CasesBlock, CatalogNewProjects, CatalogRealtiesBlock, CatalogViewSwitch, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, GalleryBlock, GalleryRealty, H1, H1Big, 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, type Modal, NumberInput, ObjectInfoBlock, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamWorkerBlock, TextBlock, TextImageTileBlock, ThanksBlock, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|