@telia/teddy 0.7.63 → 0.7.64

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.
@@ -65,7 +65,7 @@ const MY_PAGE_RETAILER_LINKS = {
65
65
  icon: "end-user"
66
66
  },
67
67
  {
68
- name: "Administrasjon",
68
+ name: "Min Butikk",
69
69
  link: "/nexus/administrasjon",
70
70
  appKey: APP_KEYS["web-shop"],
71
71
  icon: "settings"
@@ -65,7 +65,7 @@ export declare const MY_PAGE_RETAILER_LINKS: {
65
65
  readonly appKey: "web-shop";
66
66
  readonly icon: "end-user";
67
67
  }, {
68
- readonly name: "Administrasjon";
68
+ readonly name: "Min Butikk";
69
69
  readonly link: "/nexus/administrasjon";
70
70
  readonly appKey: "web-shop";
71
71
  readonly icon: "settings";
@@ -63,7 +63,7 @@ const MY_PAGE_RETAILER_LINKS = {
63
63
  icon: "end-user"
64
64
  },
65
65
  {
66
- name: "Administrasjon",
66
+ name: "Min Butikk",
67
67
  link: "/nexus/administrasjon",
68
68
  appKey: APP_KEYS["web-shop"],
69
69
  icon: "settings"
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "pnpm": ">=10"
21
21
  },
22
22
  "private": false,
23
- "version": "0.7.63",
23
+ "version": "0.7.64",
24
24
  "sideEffects": [
25
25
  "**/*.css",
26
26
  "**/*.svg"