honeycombatomiclib 0.0.28 → 0.0.31
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/components/organisms/misc/BeeError404Page.d.ts +1 -2
- package/dist/components/organisms/misc/BeeError404Page.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
import "../../../aa_style/generaltheme.css";
|
|
3
2
|
import "./BeeError404Page.scss";
|
|
4
3
|
export type BeeError404PageProps = {
|
|
@@ -9,5 +8,5 @@ export type BeeError404PageProps = {
|
|
|
9
8
|
animationData?: object | undefined;
|
|
10
9
|
onBack?: () => void;
|
|
11
10
|
};
|
|
12
|
-
export default function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, onBack, }: BeeError404PageProps):
|
|
11
|
+
export default function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, onBack, }: BeeError404PageProps): import("react/jsx-runtime").JSX.Element;
|
|
13
12
|
//# sourceMappingURL=BeeError404Page.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BeeError404Page.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/misc/BeeError404Page.tsx"],"names":[],"mappings":"
|
|
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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1638,7 +1638,7 @@ type BeeError404PageProps = {
|
|
|
1638
1638
|
animationData?: object | undefined;
|
|
1639
1639
|
onBack?: () => void;
|
|
1640
1640
|
};
|
|
1641
|
-
declare function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, onBack, }: BeeError404PageProps):
|
|
1641
|
+
declare function BeeError404Page({ className, headline, buttonLabel, buttonIconClass, animationData, onBack, }: BeeError404PageProps): react_jsx_runtime.JSX.Element;
|
|
1642
1642
|
|
|
1643
1643
|
type ImageType = {
|
|
1644
1644
|
id?: string;
|