mayak-common-library 0.0.229 → 0.0.231
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -647,8 +647,9 @@ interface IVacancyBoxInfo {
|
|
|
647
647
|
button?: boolean;
|
|
648
648
|
classes?: string;
|
|
649
649
|
slug?: string;
|
|
650
|
+
href?: string;
|
|
650
651
|
}
|
|
651
|
-
declare function VacancyBoxInfo({ updatedAt, classes, pay, city, button, country, slug, }: IVacancyBoxInfo): react_jsx_runtime.JSX.Element;
|
|
652
|
+
declare function VacancyBoxInfo({ updatedAt, classes, pay, city, button, country, slug, href, }: IVacancyBoxInfo): react_jsx_runtime.JSX.Element;
|
|
652
653
|
|
|
653
654
|
interface IVacancyContent {
|
|
654
655
|
title?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -647,8 +647,9 @@ interface IVacancyBoxInfo {
|
|
|
647
647
|
button?: boolean;
|
|
648
648
|
classes?: string;
|
|
649
649
|
slug?: string;
|
|
650
|
+
href?: string;
|
|
650
651
|
}
|
|
651
|
-
declare function VacancyBoxInfo({ updatedAt, classes, pay, city, button, country, slug, }: IVacancyBoxInfo): react_jsx_runtime.JSX.Element;
|
|
652
|
+
declare function VacancyBoxInfo({ updatedAt, classes, pay, city, button, country, slug, href, }: IVacancyBoxInfo): react_jsx_runtime.JSX.Element;
|
|
652
653
|
|
|
653
654
|
interface IVacancyContent {
|
|
654
655
|
title?: string;
|