honeycombatomiclib 0.0.24 → 0.0.27

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.
@@ -6,7 +6,6 @@ export type BeeError404PageProps = {
6
6
  buttonLabel?: string | undefined;
7
7
  buttonIconClass?: string | undefined;
8
8
  animationData?: object | undefined;
9
- onBack?: () => void;
10
9
  };
11
- export default function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, onBack, }: BeeError404PageProps): import("react/jsx-runtime").JSX.Element;
10
+ export default function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, }: BeeError404PageProps): import("react/jsx-runtime").JSX.Element;
12
11
  //# sourceMappingURL=BeeError404Page.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BeeError404Page.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/misc/BeeError404Page.tsx"],"names":[],"mappings":"AAKA,OAAO,oCAAoC,CAAC;AAC5C,OAAO,wBAAwB,CAAC;AAEhC,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,SAAS,EACT,QAA0D,EAC1D,WAAqC,EACrC,eAAoC,EACpC,aAAa,EACb,MAAM,GACP,EAAE,oBAAoB,2CA0BtB"}
1
+ {"version":3,"file":"BeeError404Page.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/misc/BeeError404Page.tsx"],"names":[],"mappings":"AAMA,OAAO,oCAAoC,CAAC;AAC5C,OAAO,wBAAwB,CAAC;AAEhC,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,SAAS,EACT,QAA0D,EAC1D,WAAqC,EACrC,eAAwC,EACxC,aAAa,GACd,EAAE,oBAAoB,2CAgCtB"}
package/dist/index.d.ts CHANGED
@@ -1636,9 +1636,8 @@ type BeeError404PageProps = {
1636
1636
  buttonLabel?: string | undefined;
1637
1637
  buttonIconClass?: string | undefined;
1638
1638
  animationData?: object | undefined;
1639
- onBack?: () => void;
1640
1639
  };
1641
- declare function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, onBack, }: BeeError404PageProps): react_jsx_runtime.JSX.Element;
1640
+ declare function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, }: BeeError404PageProps): react_jsx_runtime.JSX.Element;
1642
1641
 
1643
1642
  type ImageType = {
1644
1643
  id?: string;