@abyss-project/commons-front-core 1.0.9 → 1.0.11
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.
|
@@ -2,7 +2,7 @@ import { default as React } from 'react';
|
|
|
2
2
|
type Props = {
|
|
3
3
|
shouldDisplayLandingButton?: boolean;
|
|
4
4
|
shouldMaskLogo?: boolean;
|
|
5
|
-
abyssLandingUrl
|
|
5
|
+
abyssLandingUrl?: string;
|
|
6
6
|
classes: Record<string, string>;
|
|
7
7
|
};
|
|
8
8
|
declare const _default: React.JSXElementConstructor<Omit<Props & {
|
package/dist/index.js
CHANGED
|
@@ -22027,7 +22027,7 @@ const Xv = eB(/* @__PURE__ */ A("path", {
|
|
|
22027
22027
|
},
|
|
22028
22028
|
children: [
|
|
22029
22029
|
/* @__PURE__ */ A(g1, {}),
|
|
22030
|
-
r && /* @__PURE__ */ A(
|
|
22030
|
+
r && a && /* @__PURE__ */ A(
|
|
22031
22031
|
Y,
|
|
22032
22032
|
{
|
|
22033
22033
|
p: 2,
|