@abyss-project/commons-front-core 1.0.18 → 1.0.19

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.
@@ -5,6 +5,7 @@ type Props = {
5
5
  title: string;
6
6
  sxProps?: SxProps;
7
7
  classes: Record<string, string>;
8
+ logo?: string;
8
9
  };
9
10
  declare const _default: import('react').JSXElementConstructor<Omit<Props & {
10
11
  children?: import('react').ReactNode;
package/dist/index.js CHANGED
@@ -23119,7 +23119,8 @@ const wk = () => {
23119
23119
  title: e,
23120
23120
  mainPath: t,
23121
23121
  subtitle: r,
23122
- sxProps: n
23122
+ sxProps: n,
23123
+ logo: a
23123
23124
  }) => /* @__PURE__ */ S(jr, { to: t || "", style: { textDecoration: "none" }, children: /* @__PURE__ */ re(
23124
23125
  Mt,
23125
23126
  {
@@ -23209,7 +23210,7 @@ const wk = () => {
23209
23210
  }
23210
23211
  }
23211
23212
  },
23212
- children: /* @__PURE__ */ S("img", { width: 38, height: 38, src: xS })
23213
+ children: /* @__PURE__ */ S("img", { width: 38, height: 38, src: a || xS })
23213
23214
  }
23214
23215
  ),
23215
23216
  /* @__PURE__ */ re(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/commons-front-core",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Front Core package of AbyssProject",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.js",