mayak-common-library-payload 0.1.67 → 0.1.69

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
@@ -759,7 +759,7 @@ interface IProjectsSliderProps {
759
759
  declare function ProjectsSlider({ className, projects, title, href, }: IProjectsSliderProps): react_jsx_runtime.JSX.Element;
760
760
 
761
761
  interface IServiceItem {
762
- imageUrl?: string;
762
+ imageUrl?: string | null;
763
763
  title?: string | null;
764
764
  subtitle?: string | null;
765
765
  slug?: string | null;
package/dist/index.d.ts CHANGED
@@ -759,7 +759,7 @@ interface IProjectsSliderProps {
759
759
  declare function ProjectsSlider({ className, projects, title, href, }: IProjectsSliderProps): react_jsx_runtime.JSX.Element;
760
760
 
761
761
  interface IServiceItem {
762
- imageUrl?: string;
762
+ imageUrl?: string | null;
763
763
  title?: string | null;
764
764
  subtitle?: string | null;
765
765
  slug?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library-payload",
3
- "version": "0.1.67",
3
+ "version": "0.1.69",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",