mayak-common-library 0.0.644 → 0.0.645
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 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1586,7 +1586,7 @@ interface BreadCrumbsProps {
|
|
|
1586
1586
|
declare const BreadCrumbs: FC<BreadCrumbsProps>;
|
|
1587
1587
|
|
|
1588
1588
|
interface TeamPersonCardProps {
|
|
1589
|
-
image_url?: string;
|
|
1589
|
+
image_url?: string | null;
|
|
1590
1590
|
name?: string;
|
|
1591
1591
|
position?: string;
|
|
1592
1592
|
text?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1586,7 +1586,7 @@ interface BreadCrumbsProps {
|
|
|
1586
1586
|
declare const BreadCrumbs: FC<BreadCrumbsProps>;
|
|
1587
1587
|
|
|
1588
1588
|
interface TeamPersonCardProps {
|
|
1589
|
-
image_url?: string;
|
|
1589
|
+
image_url?: string | null;
|
|
1590
1590
|
name?: string;
|
|
1591
1591
|
position?: string;
|
|
1592
1592
|
text?: string;
|