mayak-common-library 0.2.22 → 0.2.23
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.cjs +4 -4
- package/dist/index.d.cts +2 -5
- package/dist/index.d.ts +2 -5
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -560,14 +560,11 @@ interface VacancyBoxInfoProps {
|
|
|
560
560
|
updatedAt?: string;
|
|
561
561
|
salary?: string;
|
|
562
562
|
location?: string;
|
|
563
|
-
button?: boolean;
|
|
564
563
|
className?: string;
|
|
565
|
-
slug?: string;
|
|
566
|
-
href?: string;
|
|
567
564
|
inLink?: boolean;
|
|
568
|
-
|
|
565
|
+
actionComponent?: ReactElement;
|
|
569
566
|
}
|
|
570
|
-
declare const VacancyBoxInfo: ({ label, updatedAt, className, salary,
|
|
567
|
+
declare const VacancyBoxInfo: ({ label, updatedAt, className, salary, location, inLink, actionComponent, }: VacancyBoxInfoProps) => react_jsx_runtime.JSX.Element;
|
|
571
568
|
|
|
572
569
|
interface VacancyInfoItemsProps {
|
|
573
570
|
updatedAt?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -560,14 +560,11 @@ interface VacancyBoxInfoProps {
|
|
|
560
560
|
updatedAt?: string;
|
|
561
561
|
salary?: string;
|
|
562
562
|
location?: string;
|
|
563
|
-
button?: boolean;
|
|
564
563
|
className?: string;
|
|
565
|
-
slug?: string;
|
|
566
|
-
href?: string;
|
|
567
564
|
inLink?: boolean;
|
|
568
|
-
|
|
565
|
+
actionComponent?: ReactElement;
|
|
569
566
|
}
|
|
570
|
-
declare const VacancyBoxInfo: ({ label, updatedAt, className, salary,
|
|
567
|
+
declare const VacancyBoxInfo: ({ label, updatedAt, className, salary, location, inLink, actionComponent, }: VacancyBoxInfoProps) => react_jsx_runtime.JSX.Element;
|
|
571
568
|
|
|
572
569
|
interface VacancyInfoItemsProps {
|
|
573
570
|
updatedAt?: string;
|