@telia/teddy 0.7.56 → 0.7.57

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.
@@ -43,42 +43,42 @@ const MY_PAGE_LINKS = {
43
43
  };
44
44
  const MY_PAGE_RETAILER_LINKS = {
45
45
  name: "Forhandler",
46
- link: "/forhandler",
46
+ link: "/nexus",
47
47
  appKey: APP_KEYS["web-shop"],
48
48
  links: [
49
49
  {
50
50
  name: "Ordreoversikt",
51
- link: "/forhandler/ordreoversikt",
51
+ link: "/nexus/ordreoversikt",
52
52
  appKey: APP_KEYS["web-shop"],
53
53
  icon: "report"
54
54
  },
55
55
  {
56
56
  name: "Salgsrapporter",
57
- link: "/forhandler/salgsrapporter/",
57
+ link: "/nexus/salgsrapporter/",
58
58
  appKey: APP_KEYS["web-shop"],
59
59
  icon: "graph"
60
60
  },
61
61
  {
62
62
  name: "Salgsstøtte",
63
- link: "/forhandler/salgsstotte/",
63
+ link: "/nexus/salgsstotte/",
64
64
  appKey: APP_KEYS["web-shop"],
65
65
  icon: "end-user"
66
66
  },
67
67
  {
68
68
  name: "Administrasjon",
69
- link: "/forhandler/administrasjon",
69
+ link: "/nexus/administrasjon",
70
70
  appKey: APP_KEYS["web-shop"],
71
71
  icon: "settings"
72
72
  },
73
73
  {
74
74
  name: "Velg Butikk",
75
- link: "/forhandler/butikker",
75
+ link: "/nexus/butikker",
76
76
  appKey: APP_KEYS["web-shop"],
77
77
  icon: "store"
78
78
  },
79
79
  {
80
80
  name: "Start ny ordre",
81
- link: "/forhandler/nyordre",
81
+ link: "/nexus/nyordre",
82
82
  appKey: APP_KEYS["web-shop"],
83
83
  icon: "new-group"
84
84
  }
@@ -844,7 +844,7 @@ const BUSINESS_LINKS = {
844
844
  appKey: APP_KEYS["open-pages"]
845
845
  },
846
846
  {
847
- name: "Alt om kundehistorier",
847
+ name: "Alle kundehistorier",
848
848
  link: "/bedrift/produkter-og-tjenester/kundehistorier/",
849
849
  appKey: APP_KEYS["open-pages"]
850
850
  }
@@ -47,36 +47,36 @@ export declare const MY_PAGE_LINKS: {
47
47
  };
48
48
  export declare const MY_PAGE_RETAILER_LINKS: {
49
49
  readonly name: "Forhandler";
50
- readonly link: "/forhandler";
50
+ readonly link: "/nexus";
51
51
  readonly appKey: "web-shop";
52
52
  readonly links: [{
53
53
  readonly name: "Ordreoversikt";
54
- readonly link: "/forhandler/ordreoversikt";
54
+ readonly link: "/nexus/ordreoversikt";
55
55
  readonly appKey: "web-shop";
56
56
  readonly icon: "report";
57
57
  }, {
58
58
  readonly name: "Salgsrapporter";
59
- readonly link: "/forhandler/salgsrapporter/";
59
+ readonly link: "/nexus/salgsrapporter/";
60
60
  readonly appKey: "web-shop";
61
61
  readonly icon: "graph";
62
62
  }, {
63
63
  readonly name: "Salgsstøtte";
64
- readonly link: "/forhandler/salgsstotte/";
64
+ readonly link: "/nexus/salgsstotte/";
65
65
  readonly appKey: "web-shop";
66
66
  readonly icon: "end-user";
67
67
  }, {
68
68
  readonly name: "Administrasjon";
69
- readonly link: "/forhandler/administrasjon";
69
+ readonly link: "/nexus/administrasjon";
70
70
  readonly appKey: "web-shop";
71
71
  readonly icon: "settings";
72
72
  }, {
73
73
  readonly name: "Velg Butikk";
74
- readonly link: "/forhandler/butikker";
74
+ readonly link: "/nexus/butikker";
75
75
  readonly appKey: "web-shop";
76
76
  readonly icon: "store";
77
77
  }, {
78
78
  readonly name: "Start ny ordre";
79
- readonly link: "/forhandler/nyordre";
79
+ readonly link: "/nexus/nyordre";
80
80
  readonly appKey: "web-shop";
81
81
  readonly icon: "new-group";
82
82
  }];
@@ -768,7 +768,7 @@ export declare const BUSINESS_LINKS: {
768
768
  readonly link: "/bedrift/produkter-og-tjenester/kundehistorier/#smar";
769
769
  readonly appKey: "open-pages";
770
770
  }, {
771
- readonly name: "Alt om kundehistorier";
771
+ readonly name: "Alle kundehistorier";
772
772
  readonly link: "/bedrift/produkter-og-tjenester/kundehistorier/";
773
773
  readonly appKey: "open-pages";
774
774
  }];
@@ -1544,7 +1544,7 @@ export declare const DEFAULT_BUSINESS_LINKS: {
1544
1544
  readonly link: "/bedrift/produkter-og-tjenester/kundehistorier/#smar";
1545
1545
  readonly appKey: "open-pages";
1546
1546
  }, {
1547
- readonly name: "Alt om kundehistorier";
1547
+ readonly name: "Alle kundehistorier";
1548
1548
  readonly link: "/bedrift/produkter-og-tjenester/kundehistorier/";
1549
1549
  readonly appKey: "open-pages";
1550
1550
  }];
@@ -2325,7 +2325,7 @@ export declare const getLinks: (ukko?: boolean, customLinks?: CustomLinksConfig)
2325
2325
  readonly link: "/bedrift/produkter-og-tjenester/kundehistorier/#smar";
2326
2326
  readonly appKey: "open-pages";
2327
2327
  }, {
2328
- readonly name: "Alt om kundehistorier";
2328
+ readonly name: "Alle kundehistorier";
2329
2329
  readonly link: "/bedrift/produkter-og-tjenester/kundehistorier/";
2330
2330
  readonly appKey: "open-pages";
2331
2331
  }];
@@ -41,42 +41,42 @@ const MY_PAGE_LINKS = {
41
41
  };
42
42
  const MY_PAGE_RETAILER_LINKS = {
43
43
  name: "Forhandler",
44
- link: "/forhandler",
44
+ link: "/nexus",
45
45
  appKey: APP_KEYS["web-shop"],
46
46
  links: [
47
47
  {
48
48
  name: "Ordreoversikt",
49
- link: "/forhandler/ordreoversikt",
49
+ link: "/nexus/ordreoversikt",
50
50
  appKey: APP_KEYS["web-shop"],
51
51
  icon: "report"
52
52
  },
53
53
  {
54
54
  name: "Salgsrapporter",
55
- link: "/forhandler/salgsrapporter/",
55
+ link: "/nexus/salgsrapporter/",
56
56
  appKey: APP_KEYS["web-shop"],
57
57
  icon: "graph"
58
58
  },
59
59
  {
60
60
  name: "Salgsstøtte",
61
- link: "/forhandler/salgsstotte/",
61
+ link: "/nexus/salgsstotte/",
62
62
  appKey: APP_KEYS["web-shop"],
63
63
  icon: "end-user"
64
64
  },
65
65
  {
66
66
  name: "Administrasjon",
67
- link: "/forhandler/administrasjon",
67
+ link: "/nexus/administrasjon",
68
68
  appKey: APP_KEYS["web-shop"],
69
69
  icon: "settings"
70
70
  },
71
71
  {
72
72
  name: "Velg Butikk",
73
- link: "/forhandler/butikker",
73
+ link: "/nexus/butikker",
74
74
  appKey: APP_KEYS["web-shop"],
75
75
  icon: "store"
76
76
  },
77
77
  {
78
78
  name: "Start ny ordre",
79
- link: "/forhandler/nyordre",
79
+ link: "/nexus/nyordre",
80
80
  appKey: APP_KEYS["web-shop"],
81
81
  icon: "new-group"
82
82
  }
@@ -842,7 +842,7 @@ const BUSINESS_LINKS = {
842
842
  appKey: APP_KEYS["open-pages"]
843
843
  },
844
844
  {
845
- name: "Alt om kundehistorier",
845
+ name: "Alle kundehistorier",
846
846
  link: "/bedrift/produkter-og-tjenester/kundehistorier/",
847
847
  appKey: APP_KEYS["open-pages"]
848
848
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "pnpm": ">=10"
21
21
  },
22
22
  "private": false,
23
- "version": "0.7.56",
23
+ "version": "0.7.57",
24
24
  "sideEffects": [
25
25
  "**/*.css",
26
26
  "**/*.svg"