mayak-common-library 0.0.326 → 0.0.328
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +7 -7
- package/dist/index.mjs +8 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -840,7 +840,7 @@ declare function AreasFull({ title, areas, classes, href, children, }: IArticles
|
|
|
840
840
|
|
|
841
841
|
interface NewProjectCardProps {
|
|
842
842
|
slug?: string;
|
|
843
|
-
|
|
843
|
+
images?: string[];
|
|
844
844
|
title?: string;
|
|
845
845
|
address?: string;
|
|
846
846
|
price?: string;
|
|
@@ -1441,7 +1441,7 @@ interface IWorker {
|
|
|
1441
1441
|
email?: string;
|
|
1442
1442
|
}
|
|
1443
1443
|
interface IRealty {
|
|
1444
|
-
|
|
1444
|
+
images?: string[];
|
|
1445
1445
|
dealId?: number;
|
|
1446
1446
|
price?: string;
|
|
1447
1447
|
district?: string;
|
|
@@ -1472,7 +1472,7 @@ interface IRealty {
|
|
|
1472
1472
|
machineName?: string;
|
|
1473
1473
|
value?: string;
|
|
1474
1474
|
};
|
|
1475
|
-
|
|
1475
|
+
repair?: string;
|
|
1476
1476
|
}
|
|
1477
1477
|
|
|
1478
1478
|
declare const H1: FC<HProps>;
|
|
@@ -1552,6 +1552,6 @@ interface IRealtyCard extends IRealty {
|
|
|
1552
1552
|
mainCityCrmId: number;
|
|
1553
1553
|
tags: string[];
|
|
1554
1554
|
}
|
|
1555
|
-
declare function RealtyCard({ classes, titleClasses,
|
|
1555
|
+
declare function RealtyCard({ classes, titleClasses, images, address, district, metro, price, dealId, houseNumber, residentialComplexName, areaTotal, totalFloors, floor, city, rooms, slug, borough, region, cityCrmId, areaLand, realtyType, title, href, mainCityCrmId, studio, tags, }: IRealtyCard): react_jsx_runtime.JSX.Element;
|
|
1556
1556
|
|
|
1557
1557
|
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, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, Gallery, 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, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SingleSlider, SliderContainer, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, 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
|
@@ -840,7 +840,7 @@ declare function AreasFull({ title, areas, classes, href, children, }: IArticles
|
|
|
840
840
|
|
|
841
841
|
interface NewProjectCardProps {
|
|
842
842
|
slug?: string;
|
|
843
|
-
|
|
843
|
+
images?: string[];
|
|
844
844
|
title?: string;
|
|
845
845
|
address?: string;
|
|
846
846
|
price?: string;
|
|
@@ -1441,7 +1441,7 @@ interface IWorker {
|
|
|
1441
1441
|
email?: string;
|
|
1442
1442
|
}
|
|
1443
1443
|
interface IRealty {
|
|
1444
|
-
|
|
1444
|
+
images?: string[];
|
|
1445
1445
|
dealId?: number;
|
|
1446
1446
|
price?: string;
|
|
1447
1447
|
district?: string;
|
|
@@ -1472,7 +1472,7 @@ interface IRealty {
|
|
|
1472
1472
|
machineName?: string;
|
|
1473
1473
|
value?: string;
|
|
1474
1474
|
};
|
|
1475
|
-
|
|
1475
|
+
repair?: string;
|
|
1476
1476
|
}
|
|
1477
1477
|
|
|
1478
1478
|
declare const H1: FC<HProps>;
|
|
@@ -1552,6 +1552,6 @@ interface IRealtyCard extends IRealty {
|
|
|
1552
1552
|
mainCityCrmId: number;
|
|
1553
1553
|
tags: string[];
|
|
1554
1554
|
}
|
|
1555
|
-
declare function RealtyCard({ classes, titleClasses,
|
|
1555
|
+
declare function RealtyCard({ classes, titleClasses, images, address, district, metro, price, dealId, houseNumber, residentialComplexName, areaTotal, totalFloors, floor, city, rooms, slug, borough, region, cityCrmId, areaLand, realtyType, title, href, mainCityCrmId, studio, tags, }: IRealtyCard): react_jsx_runtime.JSX.Element;
|
|
1556
1556
|
|
|
1557
1557
|
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, CatalogCategoriesBlock, CatalogContainer, CatalogNewProjects, CatalogViewSwitch, CategoryCard, Chip, ClientTransferProcess, ContactDubaiBlock, ContactUsBlock, DeveloperBanner, DeveloperTwoBlocks, DevelopersFull, DevelopersSlider, ErrorMessage, ExpertiseBlock, FAQ, FancyBox, FloorPlansBlock, Footer, Footer2, FormBlock, FormInput, FullScreenImage, Gallery, 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, NewProjectCard, NumberInput, ObjectInfoBlock, ObjectProperties, ObjectPropertyChip, Offices, OfficesBlock, OpenVacancies, OtherVacancies, OurAdvantages, OurServices, Paginator, PaginationItem as PaginatorItem, PaginatorSimple, PaymentPlanBlock, PhoneNumberInput, PopularAreas, Portfolios, ProjectsSlider, RealtorCard, RealtyCard, ReferralProgramFirstBlock, SearchInput, Select, ServicesFull, ServicesTexts, SimpleSelect, SingleSlider, SliderContainer, SliderDefault, SliderObject, SocialBlock, SocialBlockMain, ToggleSort as SortToggle, StyledBadge, StyledBadgeDesc, StyledButton, SubmitSelectButton, Switch, TeamPersonCard, 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 };
|