honeycombatomiclib 0.0.27 → 0.0.28

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.
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import "../../../aa_style/generaltheme.css";
2
3
  import "./BeeError404Page.scss";
3
4
  export type BeeError404PageProps = {
@@ -6,6 +7,7 @@ export type BeeError404PageProps = {
6
7
  buttonLabel?: string | undefined;
7
8
  buttonIconClass?: string | undefined;
8
9
  animationData?: object | undefined;
10
+ onBack?: () => void;
9
11
  };
10
- export default function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, }: BeeError404PageProps): import("react/jsx-runtime").JSX.Element;
12
+ export default function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, onBack, }: BeeError404PageProps): React.JSX.Element;
11
13
  //# sourceMappingURL=BeeError404Page.d.ts.map
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"BeeError404Page.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/misc/BeeError404Page.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,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,eAAwC,EACxC,aAAa,EACb,MAAM,GACP,EAAE,oBAAoB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAoC1C"}
package/dist/index.d.ts CHANGED
@@ -1636,8 +1636,9 @@ type BeeError404PageProps = {
1636
1636
  buttonLabel?: string | undefined;
1637
1637
  buttonIconClass?: string | undefined;
1638
1638
  animationData?: object | undefined;
1639
+ onBack?: () => void;
1639
1640
  };
1640
- declare function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, }: BeeError404PageProps): react_jsx_runtime.JSX.Element;
1641
+ declare function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, onBack, }: BeeError404PageProps): React.JSX.Element;
1641
1642
 
1642
1643
  type ImageType = {
1643
1644
  id?: string;