mayak-common-library 0.0.232 → 0.0.234
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 -4
- package/dist/index.d.ts +7 -4
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -139,8 +139,9 @@ interface IArticleContent {
|
|
|
139
139
|
date?: string;
|
|
140
140
|
slugs?: LanguageSlugsType;
|
|
141
141
|
href?: string;
|
|
142
|
+
classes?: string;
|
|
142
143
|
}
|
|
143
|
-
declare function ArticleContent({ title, text, imageUrl, date, slugs, href, }: IArticleContent): react_jsx_runtime.JSX.Element;
|
|
144
|
+
declare function ArticleContent({ title, text, imageUrl, date, slugs, href, classes, }: IArticleContent): react_jsx_runtime.JSX.Element;
|
|
144
145
|
|
|
145
146
|
interface IArticle {
|
|
146
147
|
imageUrl?: string;
|
|
@@ -223,7 +224,7 @@ interface IBenefitsBlock {
|
|
|
223
224
|
title?: string;
|
|
224
225
|
classes?: string;
|
|
225
226
|
}
|
|
226
|
-
declare function BenefitsBlock({ benefits, classes, title, }: IBenefitsBlock):
|
|
227
|
+
declare function BenefitsBlock({ benefits, classes, title, }: IBenefitsBlock): react_jsx_runtime.JSX.Element;
|
|
227
228
|
|
|
228
229
|
interface IBenefit {
|
|
229
230
|
imageUrl?: string;
|
|
@@ -647,8 +648,9 @@ interface IVacancyBoxInfo {
|
|
|
647
648
|
button?: boolean;
|
|
648
649
|
classes?: string;
|
|
649
650
|
slug?: string;
|
|
651
|
+
href?: string;
|
|
650
652
|
}
|
|
651
|
-
declare function VacancyBoxInfo({ updatedAt, classes, pay, city, button, country, slug, }: IVacancyBoxInfo): react_jsx_runtime.JSX.Element;
|
|
653
|
+
declare function VacancyBoxInfo({ updatedAt, classes, pay, city, button, country, slug, href, }: IVacancyBoxInfo): react_jsx_runtime.JSX.Element;
|
|
652
654
|
|
|
653
655
|
interface IVacancyContent {
|
|
654
656
|
title?: string;
|
|
@@ -661,8 +663,9 @@ interface IVacancyContent {
|
|
|
661
663
|
country?: string;
|
|
662
664
|
city?: string;
|
|
663
665
|
slugs?: LanguageSlugsType;
|
|
666
|
+
classes?: string;
|
|
664
667
|
}
|
|
665
|
-
declare function VacancyContent({ title, pay, date, offer, qualities, requirements, country, city, additional, slugs, }: IVacancyContent): react_jsx_runtime.JSX.Element;
|
|
668
|
+
declare function VacancyContent({ title, pay, date, offer, qualities, requirements, country, city, additional, slugs, classes, }: IVacancyContent): react_jsx_runtime.JSX.Element;
|
|
666
669
|
|
|
667
670
|
interface IItem {
|
|
668
671
|
text1?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -139,8 +139,9 @@ interface IArticleContent {
|
|
|
139
139
|
date?: string;
|
|
140
140
|
slugs?: LanguageSlugsType;
|
|
141
141
|
href?: string;
|
|
142
|
+
classes?: string;
|
|
142
143
|
}
|
|
143
|
-
declare function ArticleContent({ title, text, imageUrl, date, slugs, href, }: IArticleContent): react_jsx_runtime.JSX.Element;
|
|
144
|
+
declare function ArticleContent({ title, text, imageUrl, date, slugs, href, classes, }: IArticleContent): react_jsx_runtime.JSX.Element;
|
|
144
145
|
|
|
145
146
|
interface IArticle {
|
|
146
147
|
imageUrl?: string;
|
|
@@ -223,7 +224,7 @@ interface IBenefitsBlock {
|
|
|
223
224
|
title?: string;
|
|
224
225
|
classes?: string;
|
|
225
226
|
}
|
|
226
|
-
declare function BenefitsBlock({ benefits, classes, title, }: IBenefitsBlock):
|
|
227
|
+
declare function BenefitsBlock({ benefits, classes, title, }: IBenefitsBlock): react_jsx_runtime.JSX.Element;
|
|
227
228
|
|
|
228
229
|
interface IBenefit {
|
|
229
230
|
imageUrl?: string;
|
|
@@ -647,8 +648,9 @@ interface IVacancyBoxInfo {
|
|
|
647
648
|
button?: boolean;
|
|
648
649
|
classes?: string;
|
|
649
650
|
slug?: string;
|
|
651
|
+
href?: string;
|
|
650
652
|
}
|
|
651
|
-
declare function VacancyBoxInfo({ updatedAt, classes, pay, city, button, country, slug, }: IVacancyBoxInfo): react_jsx_runtime.JSX.Element;
|
|
653
|
+
declare function VacancyBoxInfo({ updatedAt, classes, pay, city, button, country, slug, href, }: IVacancyBoxInfo): react_jsx_runtime.JSX.Element;
|
|
652
654
|
|
|
653
655
|
interface IVacancyContent {
|
|
654
656
|
title?: string;
|
|
@@ -661,8 +663,9 @@ interface IVacancyContent {
|
|
|
661
663
|
country?: string;
|
|
662
664
|
city?: string;
|
|
663
665
|
slugs?: LanguageSlugsType;
|
|
666
|
+
classes?: string;
|
|
664
667
|
}
|
|
665
|
-
declare function VacancyContent({ title, pay, date, offer, qualities, requirements, country, city, additional, slugs, }: IVacancyContent): react_jsx_runtime.JSX.Element;
|
|
668
|
+
declare function VacancyContent({ title, pay, date, offer, qualities, requirements, country, city, additional, slugs, classes, }: IVacancyContent): react_jsx_runtime.JSX.Element;
|
|
666
669
|
|
|
667
670
|
interface IItem {
|
|
668
671
|
text1?: string;
|