mayak-common-library-payload 0.1.62 → 0.1.63

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 CHANGED
@@ -313,7 +313,7 @@ interface ICasesBlock {
313
313
  declare function CasesBlock({ caseItems, className }: ICasesBlock): react_jsx_runtime.JSX.Element;
314
314
 
315
315
  interface ICategoryCard {
316
- imageUrl?: string;
316
+ imageUrl?: string | null;
317
317
  title?: string;
318
318
  text?: string;
319
319
  link?: string;
@@ -323,7 +323,7 @@ interface CatalogCategoriesBlockProps {
323
323
  categories?: ICategoryCard[];
324
324
  className?: string;
325
325
  }
326
- declare const CatalogCategoriesBlock: FC<CatalogCategoriesBlockProps>;
326
+ declare const CatalogCategoriesBlock: ({ title, categories, className, }: CatalogCategoriesBlockProps) => react_jsx_runtime.JSX.Element;
327
327
 
328
328
  interface ClientTransferProcessProps {
329
329
  className?: string;
package/dist/index.d.ts CHANGED
@@ -313,7 +313,7 @@ interface ICasesBlock {
313
313
  declare function CasesBlock({ caseItems, className }: ICasesBlock): react_jsx_runtime.JSX.Element;
314
314
 
315
315
  interface ICategoryCard {
316
- imageUrl?: string;
316
+ imageUrl?: string | null;
317
317
  title?: string;
318
318
  text?: string;
319
319
  link?: string;
@@ -323,7 +323,7 @@ interface CatalogCategoriesBlockProps {
323
323
  categories?: ICategoryCard[];
324
324
  className?: string;
325
325
  }
326
- declare const CatalogCategoriesBlock: FC<CatalogCategoriesBlockProps>;
326
+ declare const CatalogCategoriesBlock: ({ title, categories, className, }: CatalogCategoriesBlockProps) => react_jsx_runtime.JSX.Element;
327
327
 
328
328
  interface ClientTransferProcessProps {
329
329
  className?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library-payload",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",