mayak-common-library-payload 0.1.9 → 0.1.12
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 +7 -23
- package/dist/index.d.ts +7 -23
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -41,7 +41,6 @@ declare const SITE: {
|
|
|
41
41
|
ZAPORIZHZHIA: string;
|
|
42
42
|
};
|
|
43
43
|
type Site = (typeof SITE)[keyof typeof SITE];
|
|
44
|
-
type TitlePosition = 'center' | 'left';
|
|
45
44
|
|
|
46
45
|
interface IWorker$2 {
|
|
47
46
|
imageUrl?: string | null;
|
|
@@ -135,36 +134,21 @@ interface ArticleContentProps {
|
|
|
135
134
|
title?: string;
|
|
136
135
|
content?: ReactNode;
|
|
137
136
|
imageUrl?: string;
|
|
138
|
-
date?: string;
|
|
139
|
-
slugs?: LanguageSlugsType;
|
|
140
|
-
href?: string;
|
|
137
|
+
date?: string | null;
|
|
141
138
|
className?: string;
|
|
142
139
|
contactComponent?: ReactNode;
|
|
143
140
|
}
|
|
144
|
-
declare function ArticleContent({ title, content, imageUrl, date,
|
|
141
|
+
declare function ArticleContent({ title, content, imageUrl, date, className, contactComponent, }: ArticleContentProps): react_jsx_runtime.JSX.Element;
|
|
145
142
|
|
|
146
143
|
interface IArticle {
|
|
147
144
|
imageUrl?: string;
|
|
148
|
-
title?: string;
|
|
149
|
-
text?: string;
|
|
150
|
-
slug?: string;
|
|
151
|
-
href: string;
|
|
145
|
+
title?: string | null;
|
|
146
|
+
text?: string | null;
|
|
152
147
|
}
|
|
153
148
|
interface IArticleCard extends IArticle {
|
|
154
149
|
className?: string;
|
|
155
150
|
}
|
|
156
|
-
declare function ArticleCard({ imageUrl, className, title, text,
|
|
157
|
-
|
|
158
|
-
interface ArticlesBlockProps {
|
|
159
|
-
title: string;
|
|
160
|
-
className?: string;
|
|
161
|
-
button?: boolean;
|
|
162
|
-
buttonLabel?: string;
|
|
163
|
-
titlePosition?: TitlePosition;
|
|
164
|
-
articles?: IArticle[];
|
|
165
|
-
href: string;
|
|
166
|
-
}
|
|
167
|
-
declare const ArticlesBlock: FC<ArticlesBlockProps>;
|
|
151
|
+
declare function ArticleCard({ imageUrl, className, title, text, }: IArticleCard): react_jsx_runtime.JSX.Element;
|
|
168
152
|
|
|
169
153
|
interface IArticlesFull {
|
|
170
154
|
className?: string;
|
|
@@ -173,7 +157,7 @@ interface IArticlesFull {
|
|
|
173
157
|
totalArticles?: number;
|
|
174
158
|
href: string;
|
|
175
159
|
}
|
|
176
|
-
declare function ArticlesFull({ title,
|
|
160
|
+
declare function ArticlesFull({ title, className, totalArticles, }: IArticlesFull): react_jsx_runtime.JSX.Element;
|
|
177
161
|
|
|
178
162
|
interface BannerBlockProps {
|
|
179
163
|
videoLink?: string;
|
|
@@ -1648,4 +1632,4 @@ declare const DeveloperCard: FC<DeveloperCardProps>;
|
|
|
1648
1632
|
|
|
1649
1633
|
declare const Dialog: _emotion_styled.StyledComponent<_mui_material.DialogProps & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1650
1634
|
|
|
1651
|
-
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, ArticleCard, ArticleContent,
|
|
1635
|
+
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, ArticleCard, ArticleContent, ArticlesFull, Badge, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockContacts, BlockImages, BlockOurTeam, BlockOurTeamGrid, BreadCrumbs, Button, ButtonBadge, ButtonDark, CallConsult, CallMeBlock, CardsCatalog, CasesBlock, CasesSlider, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Checkbox, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperCard, DeveloperTwoBlocks, Dialog, 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, OtherVacancies, OurAdvantages, OurServices, PageContainer, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyAddress, RealtyCard, RealtyCardProperty, RealtyDescription, RealtyDetails, RealtyPrice, RealtyTitle, ReferralProgramFirstBlock, ScrollButton, SearchInput, SearchPlaceInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SingleSlider, SiteSwitch, SliderContainer, SliderDefault, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TermList, TextAreaInput, TextBlock, TextImageTileBlock, ThanksBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyCard, VacancyContainer, VacancyContent, VacancyInfoItems, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|
package/dist/index.d.ts
CHANGED
|
@@ -41,7 +41,6 @@ declare const SITE: {
|
|
|
41
41
|
ZAPORIZHZHIA: string;
|
|
42
42
|
};
|
|
43
43
|
type Site = (typeof SITE)[keyof typeof SITE];
|
|
44
|
-
type TitlePosition = 'center' | 'left';
|
|
45
44
|
|
|
46
45
|
interface IWorker$2 {
|
|
47
46
|
imageUrl?: string | null;
|
|
@@ -135,36 +134,21 @@ interface ArticleContentProps {
|
|
|
135
134
|
title?: string;
|
|
136
135
|
content?: ReactNode;
|
|
137
136
|
imageUrl?: string;
|
|
138
|
-
date?: string;
|
|
139
|
-
slugs?: LanguageSlugsType;
|
|
140
|
-
href?: string;
|
|
137
|
+
date?: string | null;
|
|
141
138
|
className?: string;
|
|
142
139
|
contactComponent?: ReactNode;
|
|
143
140
|
}
|
|
144
|
-
declare function ArticleContent({ title, content, imageUrl, date,
|
|
141
|
+
declare function ArticleContent({ title, content, imageUrl, date, className, contactComponent, }: ArticleContentProps): react_jsx_runtime.JSX.Element;
|
|
145
142
|
|
|
146
143
|
interface IArticle {
|
|
147
144
|
imageUrl?: string;
|
|
148
|
-
title?: string;
|
|
149
|
-
text?: string;
|
|
150
|
-
slug?: string;
|
|
151
|
-
href: string;
|
|
145
|
+
title?: string | null;
|
|
146
|
+
text?: string | null;
|
|
152
147
|
}
|
|
153
148
|
interface IArticleCard extends IArticle {
|
|
154
149
|
className?: string;
|
|
155
150
|
}
|
|
156
|
-
declare function ArticleCard({ imageUrl, className, title, text,
|
|
157
|
-
|
|
158
|
-
interface ArticlesBlockProps {
|
|
159
|
-
title: string;
|
|
160
|
-
className?: string;
|
|
161
|
-
button?: boolean;
|
|
162
|
-
buttonLabel?: string;
|
|
163
|
-
titlePosition?: TitlePosition;
|
|
164
|
-
articles?: IArticle[];
|
|
165
|
-
href: string;
|
|
166
|
-
}
|
|
167
|
-
declare const ArticlesBlock: FC<ArticlesBlockProps>;
|
|
151
|
+
declare function ArticleCard({ imageUrl, className, title, text, }: IArticleCard): react_jsx_runtime.JSX.Element;
|
|
168
152
|
|
|
169
153
|
interface IArticlesFull {
|
|
170
154
|
className?: string;
|
|
@@ -173,7 +157,7 @@ interface IArticlesFull {
|
|
|
173
157
|
totalArticles?: number;
|
|
174
158
|
href: string;
|
|
175
159
|
}
|
|
176
|
-
declare function ArticlesFull({ title,
|
|
160
|
+
declare function ArticlesFull({ title, className, totalArticles, }: IArticlesFull): react_jsx_runtime.JSX.Element;
|
|
177
161
|
|
|
178
162
|
interface BannerBlockProps {
|
|
179
163
|
videoLink?: string;
|
|
@@ -1648,4 +1632,4 @@ declare const DeveloperCard: FC<DeveloperCardProps>;
|
|
|
1648
1632
|
|
|
1649
1633
|
declare const Dialog: _emotion_styled.StyledComponent<_mui_material.DialogProps & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1650
1634
|
|
|
1651
|
-
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, ArticleCard, ArticleContent,
|
|
1635
|
+
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, ArticleCard, ArticleContent, ArticlesFull, Badge, BannerBlock, BannerBlock2, BannerReferralProgram, BecomePartner, BenefitsBlock, BenefitsVacanciesBlock, BlockAboutCareer, BlockContacts, BlockImages, BlockOurTeam, BlockOurTeamGrid, BreadCrumbs, Button, ButtonBadge, ButtonDark, CallConsult, CallMeBlock, CardsCatalog, CasesBlock, CasesSlider, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Checkbox, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperCard, DeveloperTwoBlocks, Dialog, 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, OtherVacancies, OurAdvantages, OurServices, PageContainer, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyAddress, RealtyCard, RealtyCardProperty, RealtyDescription, RealtyDetails, RealtyPrice, RealtyTitle, ReferralProgramFirstBlock, ScrollButton, SearchInput, SearchPlaceInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SingleSlider, SiteSwitch, SliderContainer, SliderDefault, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, SubmitSelectButton, Switch, TeamPersonCard, TeamWorkerBlock, TermList, TextAreaInput, TextBlock, TextImageTileBlock, ThanksBlock, ToggleButton, ToggleButtonGroup, ToggleButtonsMultiple, ToggleButtonsWithLabel, TrustUs, TwoTextColumn as TwoTextColumnBlock, VacancyBoxInfo, VacancyCard, VacancyContainer, VacancyContent, VacancyInfoItems, WeOffer, WeTakeFull, WhatIsYour, WhyShouldWork, WhyWe, createLocaleSlugSlice, createModalSlice, hrefSlugPrefix, useLayoutStore, useLocaleSlugStore, useWindowSize };
|