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