mayak-common-library 0.0.699 → 0.0.701
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 +29 -7
- package/dist/index.d.ts +29 -7
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -50,7 +50,7 @@ declare const SITE: {
|
|
|
50
50
|
type Site = (typeof SITE)[keyof typeof SITE];
|
|
51
51
|
type TitlePosition = 'center' | 'left';
|
|
52
52
|
|
|
53
|
-
interface IWorker$
|
|
53
|
+
interface IWorker$2 {
|
|
54
54
|
imageUrl?: string | null;
|
|
55
55
|
description?: string;
|
|
56
56
|
firstName?: string;
|
|
@@ -79,7 +79,7 @@ interface IAboutCompanyMain {
|
|
|
79
79
|
text1?: string;
|
|
80
80
|
text2?: string;
|
|
81
81
|
box?: IBoxItem$6[];
|
|
82
|
-
workerCeo?: IWorker$
|
|
82
|
+
workerCeo?: IWorker$2;
|
|
83
83
|
classes?: string;
|
|
84
84
|
site?: Site;
|
|
85
85
|
actionButton?: ReactNode;
|
|
@@ -133,7 +133,7 @@ interface IAnyLevelBlock {
|
|
|
133
133
|
declare function AnyLevelBlock({ block1, block2, classes, }: IAnyLevelBlock): react_jsx_runtime.JSX.Element;
|
|
134
134
|
|
|
135
135
|
interface AnyQuestionsBlockProps {
|
|
136
|
-
worker?: IWorker$
|
|
136
|
+
worker?: IWorker$2;
|
|
137
137
|
classes?: string;
|
|
138
138
|
title?: string;
|
|
139
139
|
}
|
|
@@ -312,6 +312,29 @@ interface BlockImagesProps {
|
|
|
312
312
|
}
|
|
313
313
|
declare function BlockImages({ classes, images, title, }: BlockImagesProps): react_jsx_runtime.JSX.Element;
|
|
314
314
|
|
|
315
|
+
interface IWorker$1 {
|
|
316
|
+
imageUrl?: string;
|
|
317
|
+
description?: string;
|
|
318
|
+
firstName?: string;
|
|
319
|
+
lastName?: string;
|
|
320
|
+
fullName?: string;
|
|
321
|
+
position?: string;
|
|
322
|
+
instagram?: string;
|
|
323
|
+
facebook?: string;
|
|
324
|
+
youTube?: string;
|
|
325
|
+
linkedIn?: string;
|
|
326
|
+
phone?: string;
|
|
327
|
+
email?: string;
|
|
328
|
+
}
|
|
329
|
+
interface IBlockOurTeam$1 {
|
|
330
|
+
title?: string;
|
|
331
|
+
text?: string;
|
|
332
|
+
team?: IWorker$1[];
|
|
333
|
+
classes?: string;
|
|
334
|
+
full?: boolean;
|
|
335
|
+
}
|
|
336
|
+
declare function BlockOurTeam({ team, title, text, classes, full, }: IBlockOurTeam$1): react_jsx_runtime.JSX.Element | null;
|
|
337
|
+
|
|
315
338
|
interface IWorker {
|
|
316
339
|
imageUrl?: string;
|
|
317
340
|
description?: string;
|
|
@@ -331,9 +354,8 @@ interface IBlockOurTeam {
|
|
|
331
354
|
text?: string;
|
|
332
355
|
team?: IWorker[];
|
|
333
356
|
classes?: string;
|
|
334
|
-
full?: boolean;
|
|
335
357
|
}
|
|
336
|
-
declare function
|
|
358
|
+
declare function BlockOurTeamGrid({ team, title, text, classes, }: IBlockOurTeam): react_jsx_runtime.JSX.Element | null;
|
|
337
359
|
|
|
338
360
|
interface IBlockTabsGroupLinks {
|
|
339
361
|
title: string;
|
|
@@ -1592,7 +1614,7 @@ interface TeamPersonCardProps {
|
|
|
1592
1614
|
declare const TeamPersonCard: FC<TeamPersonCardProps>;
|
|
1593
1615
|
|
|
1594
1616
|
interface IRealtorCard {
|
|
1595
|
-
realtor?: IWorker$
|
|
1617
|
+
realtor?: IWorker$2;
|
|
1596
1618
|
site: Site;
|
|
1597
1619
|
actionComponent?: ReactNode;
|
|
1598
1620
|
}
|
|
@@ -1658,4 +1680,4 @@ interface FeedbackCardProps {
|
|
|
1658
1680
|
}
|
|
1659
1681
|
declare const FeedbackCard: FC<FeedbackCardProps>;
|
|
1660
1682
|
|
|
1661
|
-
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, BlockTabsGroupLinks, BreadCrumbs, Button, 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, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyAddress, RealtyCard, RealtyDescription, RealtyDetails, RealtyPrice, RealtyTitle, ReferralProgramFirstBlock, 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, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
|
1683
|
+
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, 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, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyAddress, RealtyCard, RealtyDescription, RealtyDetails, RealtyPrice, RealtyTitle, ReferralProgramFirstBlock, 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, 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
|
@@ -50,7 +50,7 @@ declare const SITE: {
|
|
|
50
50
|
type Site = (typeof SITE)[keyof typeof SITE];
|
|
51
51
|
type TitlePosition = 'center' | 'left';
|
|
52
52
|
|
|
53
|
-
interface IWorker$
|
|
53
|
+
interface IWorker$2 {
|
|
54
54
|
imageUrl?: string | null;
|
|
55
55
|
description?: string;
|
|
56
56
|
firstName?: string;
|
|
@@ -79,7 +79,7 @@ interface IAboutCompanyMain {
|
|
|
79
79
|
text1?: string;
|
|
80
80
|
text2?: string;
|
|
81
81
|
box?: IBoxItem$6[];
|
|
82
|
-
workerCeo?: IWorker$
|
|
82
|
+
workerCeo?: IWorker$2;
|
|
83
83
|
classes?: string;
|
|
84
84
|
site?: Site;
|
|
85
85
|
actionButton?: ReactNode;
|
|
@@ -133,7 +133,7 @@ interface IAnyLevelBlock {
|
|
|
133
133
|
declare function AnyLevelBlock({ block1, block2, classes, }: IAnyLevelBlock): react_jsx_runtime.JSX.Element;
|
|
134
134
|
|
|
135
135
|
interface AnyQuestionsBlockProps {
|
|
136
|
-
worker?: IWorker$
|
|
136
|
+
worker?: IWorker$2;
|
|
137
137
|
classes?: string;
|
|
138
138
|
title?: string;
|
|
139
139
|
}
|
|
@@ -312,6 +312,29 @@ interface BlockImagesProps {
|
|
|
312
312
|
}
|
|
313
313
|
declare function BlockImages({ classes, images, title, }: BlockImagesProps): react_jsx_runtime.JSX.Element;
|
|
314
314
|
|
|
315
|
+
interface IWorker$1 {
|
|
316
|
+
imageUrl?: string;
|
|
317
|
+
description?: string;
|
|
318
|
+
firstName?: string;
|
|
319
|
+
lastName?: string;
|
|
320
|
+
fullName?: string;
|
|
321
|
+
position?: string;
|
|
322
|
+
instagram?: string;
|
|
323
|
+
facebook?: string;
|
|
324
|
+
youTube?: string;
|
|
325
|
+
linkedIn?: string;
|
|
326
|
+
phone?: string;
|
|
327
|
+
email?: string;
|
|
328
|
+
}
|
|
329
|
+
interface IBlockOurTeam$1 {
|
|
330
|
+
title?: string;
|
|
331
|
+
text?: string;
|
|
332
|
+
team?: IWorker$1[];
|
|
333
|
+
classes?: string;
|
|
334
|
+
full?: boolean;
|
|
335
|
+
}
|
|
336
|
+
declare function BlockOurTeam({ team, title, text, classes, full, }: IBlockOurTeam$1): react_jsx_runtime.JSX.Element | null;
|
|
337
|
+
|
|
315
338
|
interface IWorker {
|
|
316
339
|
imageUrl?: string;
|
|
317
340
|
description?: string;
|
|
@@ -331,9 +354,8 @@ interface IBlockOurTeam {
|
|
|
331
354
|
text?: string;
|
|
332
355
|
team?: IWorker[];
|
|
333
356
|
classes?: string;
|
|
334
|
-
full?: boolean;
|
|
335
357
|
}
|
|
336
|
-
declare function
|
|
358
|
+
declare function BlockOurTeamGrid({ team, title, text, classes, }: IBlockOurTeam): react_jsx_runtime.JSX.Element | null;
|
|
337
359
|
|
|
338
360
|
interface IBlockTabsGroupLinks {
|
|
339
361
|
title: string;
|
|
@@ -1592,7 +1614,7 @@ interface TeamPersonCardProps {
|
|
|
1592
1614
|
declare const TeamPersonCard: FC<TeamPersonCardProps>;
|
|
1593
1615
|
|
|
1594
1616
|
interface IRealtorCard {
|
|
1595
|
-
realtor?: IWorker$
|
|
1617
|
+
realtor?: IWorker$2;
|
|
1596
1618
|
site: Site;
|
|
1597
1619
|
actionComponent?: ReactNode;
|
|
1598
1620
|
}
|
|
@@ -1658,4 +1680,4 @@ interface FeedbackCardProps {
|
|
|
1658
1680
|
}
|
|
1659
1681
|
declare const FeedbackCard: FC<FeedbackCardProps>;
|
|
1660
1682
|
|
|
1661
|
-
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, BlockTabsGroupLinks, BreadCrumbs, Button, 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, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyAddress, RealtyCard, RealtyDescription, RealtyDetails, RealtyPrice, RealtyTitle, ReferralProgramFirstBlock, 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, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
|
1683
|
+
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, 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, type Modal, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyAddress, RealtyCard, RealtyDescription, RealtyDetails, RealtyPrice, RealtyTitle, ReferralProgramFirstBlock, 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, TitleBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TopDevelopers, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyContent, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|