@telia/teddy 0.4.16 → 0.4.18

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.
@@ -694,14 +694,14 @@ const BUSINESS_UKKO_LINKS = {
694
694
  links: [
695
695
  {
696
696
  name: "Logo",
697
- link: "/bedrift/",
697
+ link: "https://device.teliacompany.com/",
698
698
  appKey: APP_KEYS["open-pages"],
699
699
  links: [],
700
700
  highlightedLinks: []
701
701
  },
702
702
  {
703
703
  name: "Hjem",
704
- link: "https://portal.stage.ukko.telia.io/shop",
704
+ link: "https://device.teliacompany.com/",
705
705
  appKey: APP_KEYS["open-pages"],
706
706
  links: [],
707
707
  highlightedLinks: []
@@ -638,13 +638,13 @@ export declare const BUSINESS_UKKO_LINKS: {
638
638
  readonly highlightedLinks: [];
639
639
  readonly links: [{
640
640
  readonly name: "Logo";
641
- readonly link: "/bedrift/";
641
+ readonly link: "https://device.teliacompany.com/";
642
642
  readonly appKey: "open-pages";
643
643
  readonly links: [];
644
644
  readonly highlightedLinks: [];
645
645
  }, {
646
646
  readonly name: "Hjem";
647
- readonly link: "https://portal.stage.ukko.telia.io/shop";
647
+ readonly link: "https://device.teliacompany.com/";
648
648
  readonly appKey: "open-pages";
649
649
  readonly links: [];
650
650
  readonly highlightedLinks: [];
@@ -1170,13 +1170,13 @@ export declare const getLinks: (ukko?: boolean) => [{
1170
1170
  readonly highlightedLinks: [];
1171
1171
  readonly links: [{
1172
1172
  readonly name: "Logo";
1173
- readonly link: "/bedrift/";
1173
+ readonly link: "https://device.teliacompany.com/";
1174
1174
  readonly appKey: "open-pages";
1175
1175
  readonly links: [];
1176
1176
  readonly highlightedLinks: [];
1177
1177
  }, {
1178
1178
  readonly name: "Hjem";
1179
- readonly link: "https://portal.stage.ukko.telia.io/shop";
1179
+ readonly link: "https://device.teliacompany.com/";
1180
1180
  readonly appKey: "open-pages";
1181
1181
  readonly links: [];
1182
1182
  readonly highlightedLinks: [];
@@ -692,14 +692,14 @@ const BUSINESS_UKKO_LINKS = {
692
692
  links: [
693
693
  {
694
694
  name: "Logo",
695
- link: "/bedrift/",
695
+ link: "https://device.teliacompany.com/",
696
696
  appKey: APP_KEYS["open-pages"],
697
697
  links: [],
698
698
  highlightedLinks: []
699
699
  },
700
700
  {
701
701
  name: "Hjem",
702
- link: "https://portal.stage.ukko.telia.io/shop",
702
+ link: "https://device.teliacompany.com/",
703
703
  appKey: APP_KEYS["open-pages"],
704
704
  links: [],
705
705
  highlightedLinks: []
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "pnpm": ">=9"
21
21
  },
22
22
  "private": false,
23
- "version": "0.4.16",
23
+ "version": "0.4.18",
24
24
  "sideEffects": [
25
25
  "**/*.css",
26
26
  "**/*.svg"