@telia/teddy 0.1.25 → 0.1.26

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.
@@ -61,9 +61,17 @@ const BUSINESS_NET_LINKS = {
61
61
  links: [],
62
62
  icon: "doc"
63
63
  };
64
+ const SMART_CONNECT_LINKS = {
65
+ name: "Smart connect",
66
+ link: "https://teliasmartconnect.com/",
67
+ appKey: APP_KEYS["open-pages"],
68
+ links: [],
69
+ icon: "connected"
70
+ };
64
71
  const LOGGED_IN_LINKS_BUSINESS = [
65
72
  MY_BUSINESS_LINKS,
66
73
  MY_PORTAL_LINKS,
74
+ SMART_CONNECT_LINKS,
67
75
  BUSINESS_NET_LINKS
68
76
  ];
69
77
  const LOGGED_IN_LINKS = [MY_PAGE_LINKS, ...LOGGED_IN_LINKS_BUSINESS];
@@ -651,4 +659,5 @@ exports.MY_BUSINESS_LINKS = MY_BUSINESS_LINKS;
651
659
  exports.MY_PAGE_LINKS = MY_PAGE_LINKS;
652
660
  exports.MY_PORTAL_LINKS = MY_PORTAL_LINKS;
653
661
  exports.PRIVATE_LINKS = PRIVATE_LINKS;
662
+ exports.SMART_CONNECT_LINKS = SMART_CONNECT_LINKS;
654
663
  exports.getActiveSubLink = getActiveSubLink;
@@ -65,6 +65,13 @@ export declare const BUSINESS_NET_LINKS: {
65
65
  readonly links: [];
66
66
  readonly icon: "doc";
67
67
  };
68
+ export declare const SMART_CONNECT_LINKS: {
69
+ readonly name: "Smart connect";
70
+ readonly link: "https://teliasmartconnect.com/";
71
+ readonly appKey: "open-pages";
72
+ readonly links: [];
73
+ readonly icon: "connected";
74
+ };
68
75
  export declare const LOGGED_IN_LINKS_BUSINESS: [{
69
76
  readonly name: "Min bedrift";
70
77
  readonly link: "https://beta.minbedrift.telia.no";
@@ -77,6 +84,12 @@ export declare const LOGGED_IN_LINKS_BUSINESS: [{
77
84
  readonly appKey: "my-portal";
78
85
  readonly links: [];
79
86
  readonly icon: "end-user";
87
+ }, {
88
+ readonly name: "Smart connect";
89
+ readonly link: "https://teliasmartconnect.com/";
90
+ readonly appKey: "open-pages";
91
+ readonly links: [];
92
+ readonly icon: "connected";
80
93
  }, {
81
94
  readonly name: "Bedriftsnett";
82
95
  readonly link: "https://sb.telia.no";
@@ -121,6 +134,12 @@ export declare const LOGGED_IN_LINKS: [{
121
134
  readonly appKey: "my-portal";
122
135
  readonly links: [];
123
136
  readonly icon: "end-user";
137
+ }, {
138
+ readonly name: "Smart connect";
139
+ readonly link: "https://teliasmartconnect.com/";
140
+ readonly appKey: "open-pages";
141
+ readonly links: [];
142
+ readonly icon: "connected";
124
143
  }, {
125
144
  readonly name: "Bedriftsnett";
126
145
  readonly link: "https://sb.telia.no";
@@ -59,9 +59,17 @@ const BUSINESS_NET_LINKS = {
59
59
  links: [],
60
60
  icon: "doc"
61
61
  };
62
+ const SMART_CONNECT_LINKS = {
63
+ name: "Smart connect",
64
+ link: "https://teliasmartconnect.com/",
65
+ appKey: APP_KEYS["open-pages"],
66
+ links: [],
67
+ icon: "connected"
68
+ };
62
69
  const LOGGED_IN_LINKS_BUSINESS = [
63
70
  MY_BUSINESS_LINKS,
64
71
  MY_PORTAL_LINKS,
72
+ SMART_CONNECT_LINKS,
65
73
  BUSINESS_NET_LINKS
66
74
  ];
67
75
  const LOGGED_IN_LINKS = [MY_PAGE_LINKS, ...LOGGED_IN_LINKS_BUSINESS];
@@ -650,5 +658,6 @@ export {
650
658
  MY_PAGE_LINKS,
651
659
  MY_PORTAL_LINKS,
652
660
  PRIVATE_LINKS,
661
+ SMART_CONNECT_LINKS,
653
662
  getActiveSubLink
654
663
  };
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "pnpm": ">=9"
21
21
  },
22
22
  "private": false,
23
- "version": "0.1.25",
23
+ "version": "0.1.26",
24
24
  "sideEffects": [
25
25
  "**/*.css",
26
26
  "**/*.svg"