@telia-ace/widget-components-not-found 1.3.41-rc.1 → 1.3.41

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/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";const t=require("@telia-ace/widget-ui"),o=e=>t.createReactComponent(e,"not-found",Promise.resolve().then(()=>require("./not-found-c8d08104.js")));module.exports=o;
1
+ "use strict";const t=require("@telia-ace/widget-ui"),o=e=>t.createReactComponent(e,"not-found",Promise.resolve().then(()=>require("./not-found-Cv6W5R11.js")));module.exports=o;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { createReactComponent as t } from "@telia-ace/widget-ui";
2
- const e = (o) => t(o, "not-found", import("./not-found-2f5e3fec.mjs"));
2
+ const e = (o) => t(o, "not-found", import("./not-found-BzBP8qx4.mjs"));
3
3
  export {
4
4
  e as default
5
5
  };
@@ -1,7 +1,7 @@
1
1
  import { jsxs as n, jsx as r, Fragment as y } from "react/jsx-runtime";
2
2
  import { css as p, useTheme as z } from "@emotion/react";
3
3
  import { DetachedComponent as b } from "@telia-ace/widget-types-grid";
4
- import { contentBox as v, headingElement as u, Typography as h, TextLink as N, useProperties as j, useContainer as C } from "@telia-ace/widget-ui";
4
+ import { Typography as h, TextLink as v, contentBox as N, headingElement as u, useProperties as j, useContainer as C } from "@telia-ace/widget-ui";
5
5
  import o from "@emotion/styled";
6
6
  const L = ({
7
7
  header: t = "",
@@ -12,14 +12,14 @@ const L = ({
12
12
  /* @__PURE__ */ r(F, { children: /* @__PURE__ */ r(h, { variant: "h2", children: "404" }) }),
13
13
  /* @__PURE__ */ n(P, { children: [
14
14
  /* @__PURE__ */ r(h, { variant: "h3", children: t }),
15
- /* @__PURE__ */ r(N, { routeName: "index", "aria-label": e, text: e })
15
+ /* @__PURE__ */ r(v, { routeName: "index", "aria-label": e, text: e })
16
16
  ] }),
17
17
  /* @__PURE__ */ n(T, { children: [
18
18
  /* @__PURE__ */ r("span", { children: s }),
19
19
  /* @__PURE__ */ r("ul", { children: /* @__PURE__ */ r("li", { children: i }) })
20
20
  ] })
21
21
  ] }), k = o.div`
22
- ${(t) => v(t)}
22
+ ${(t) => N(t)}
23
23
  display: flex;
24
24
  flex-wrap: wrap;
25
25
  flex-direction: row;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-components-not-found",
3
- "version": "1.3.41-rc.1",
3
+ "version": "1.3.41",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -10,9 +10,9 @@
10
10
  }
11
11
  },
12
12
  "dependencies": {
13
- "@telia-ace/widget-core": "^1.3.41-rc.1",
14
- "@telia-ace/widget-ui": "^1.3.41-rc.1",
15
- "@telia-ace/widget-types-grid": "^1.3.41-rc.1",
13
+ "@telia-ace/widget-core": "^1.3.41",
14
+ "@telia-ace/widget-ui": "^1.3.41",
15
+ "@telia-ace/widget-types-grid": "^1.3.41",
16
16
  "@webprovisions/platform": "^1.1.4"
17
17
  },
18
18
  "peerDependencies": {