mayak-common-library-payload 0.1.9 → 0.1.11
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 +5 -19
- package/dist/index.d.ts +5 -19
- 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;
|
|
@@ -145,26 +144,13 @@ declare function ArticleContent({ title, content, imageUrl, date, slugs, href, c
|
|
|
145
144
|
|
|
146
145
|
interface IArticle {
|
|
147
146
|
imageUrl?: string;
|
|
148
|
-
title?: string;
|
|
149
|
-
text?: string;
|
|
150
|
-
slug?: string;
|
|
151
|
-
href: string;
|
|
147
|
+
title?: string | null;
|
|
148
|
+
text?: string | null;
|
|
152
149
|
}
|
|
153
150
|
interface IArticleCard extends IArticle {
|
|
154
151
|
className?: string;
|
|
155
152
|
}
|
|
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>;
|
|
153
|
+
declare function ArticleCard({ imageUrl, className, title, text, }: IArticleCard): react_jsx_runtime.JSX.Element;
|
|
168
154
|
|
|
169
155
|
interface IArticlesFull {
|
|
170
156
|
className?: string;
|
|
@@ -173,7 +159,7 @@ interface IArticlesFull {
|
|
|
173
159
|
totalArticles?: number;
|
|
174
160
|
href: string;
|
|
175
161
|
}
|
|
176
|
-
declare function ArticlesFull({ title,
|
|
162
|
+
declare function ArticlesFull({ title, className, totalArticles, }: IArticlesFull): react_jsx_runtime.JSX.Element;
|
|
177
163
|
|
|
178
164
|
interface BannerBlockProps {
|
|
179
165
|
videoLink?: string;
|
|
@@ -1648,4 +1634,4 @@ declare const DeveloperCard: FC<DeveloperCardProps>;
|
|
|
1648
1634
|
|
|
1649
1635
|
declare const Dialog: _emotion_styled.StyledComponent<_mui_material.DialogProps & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1650
1636
|
|
|
1651
|
-
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, ArticleCard, ArticleContent,
|
|
1637
|
+
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;
|
|
@@ -145,26 +144,13 @@ declare function ArticleContent({ title, content, imageUrl, date, slugs, href, c
|
|
|
145
144
|
|
|
146
145
|
interface IArticle {
|
|
147
146
|
imageUrl?: string;
|
|
148
|
-
title?: string;
|
|
149
|
-
text?: string;
|
|
150
|
-
slug?: string;
|
|
151
|
-
href: string;
|
|
147
|
+
title?: string | null;
|
|
148
|
+
text?: string | null;
|
|
152
149
|
}
|
|
153
150
|
interface IArticleCard extends IArticle {
|
|
154
151
|
className?: string;
|
|
155
152
|
}
|
|
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>;
|
|
153
|
+
declare function ArticleCard({ imageUrl, className, title, text, }: IArticleCard): react_jsx_runtime.JSX.Element;
|
|
168
154
|
|
|
169
155
|
interface IArticlesFull {
|
|
170
156
|
className?: string;
|
|
@@ -173,7 +159,7 @@ interface IArticlesFull {
|
|
|
173
159
|
totalArticles?: number;
|
|
174
160
|
href: string;
|
|
175
161
|
}
|
|
176
|
-
declare function ArticlesFull({ title,
|
|
162
|
+
declare function ArticlesFull({ title, className, totalArticles, }: IArticlesFull): react_jsx_runtime.JSX.Element;
|
|
177
163
|
|
|
178
164
|
interface BannerBlockProps {
|
|
179
165
|
videoLink?: string;
|
|
@@ -1648,4 +1634,4 @@ declare const DeveloperCard: FC<DeveloperCardProps>;
|
|
|
1648
1634
|
|
|
1649
1635
|
declare const Dialog: _emotion_styled.StyledComponent<_mui_material.DialogProps & _mui_system.MUIStyledCommonProps<_mui_material.Theme>, {}, {}>;
|
|
1650
1636
|
|
|
1651
|
-
export { AboutCompanyMain, AboutUsFirstBlock, StyledAccordion as Accordion, StyledAccordionDetails as AccordionDetails, StyledAccordionSummary as AccordionSummary, AmenitiesBlock, AnyLevelBlock, AnyQuestionsBlock, AreaCard, ArticleCard, ArticleContent,
|
|
1637
|
+
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 };
|