mayak-common-library 0.0.305 → 0.0.307
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 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +5 -5
- package/dist/index.mjs +7 -7
- package/messages/en.json +2 -1
- package/messages/ru.json +2 -1
- package/messages/uk.json +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1499,6 +1499,8 @@ declare function TeamPersonCard({ image_url, name, position, text, }: ITeamPerso
|
|
|
1499
1499
|
|
|
1500
1500
|
interface IRealtorCard {
|
|
1501
1501
|
realtor?: IWorker$2;
|
|
1502
|
+
site: Site;
|
|
1503
|
+
actionComponent?: ReactNode;
|
|
1502
1504
|
}
|
|
1503
1505
|
declare const RealtorCard: FC<IRealtorCard>;
|
|
1504
1506
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1499,6 +1499,8 @@ declare function TeamPersonCard({ image_url, name, position, text, }: ITeamPerso
|
|
|
1499
1499
|
|
|
1500
1500
|
interface IRealtorCard {
|
|
1501
1501
|
realtor?: IWorker$2;
|
|
1502
|
+
site: Site;
|
|
1503
|
+
actionComponent?: ReactNode;
|
|
1502
1504
|
}
|
|
1503
1505
|
declare const RealtorCard: FC<IRealtorCard>;
|
|
1504
1506
|
|