@telia/teddy 0.1.5 → 0.1.6
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.
|
@@ -225,6 +225,11 @@ const PRIVATE_LINKS = {
|
|
|
225
225
|
link: "/trygghet/svindel/",
|
|
226
226
|
appKey: APP_KEYS["open-pages"]
|
|
227
227
|
},
|
|
228
|
+
{
|
|
229
|
+
name: "Skjermhelse",
|
|
230
|
+
link: "/trygghet/skjermhelse/",
|
|
231
|
+
appKey: APP_KEYS["open-pages"]
|
|
232
|
+
},
|
|
228
233
|
{
|
|
229
234
|
name: "Aktuelt",
|
|
230
235
|
link: "/trygghet/aktuelt/",
|
|
@@ -244,6 +244,10 @@ export declare const PRIVATE_LINKS: {
|
|
|
244
244
|
readonly name: "Svindel";
|
|
245
245
|
readonly link: "/trygghet/svindel/";
|
|
246
246
|
readonly appKey: "open-pages";
|
|
247
|
+
}, {
|
|
248
|
+
readonly name: "Skjermhelse";
|
|
249
|
+
readonly link: "/trygghet/skjermhelse/";
|
|
250
|
+
readonly appKey: "open-pages";
|
|
247
251
|
}, {
|
|
248
252
|
readonly name: "Aktuelt";
|
|
249
253
|
readonly link: "/trygghet/aktuelt/";
|
|
@@ -479,6 +483,10 @@ export declare const LINKS: [{
|
|
|
479
483
|
readonly name: "Svindel";
|
|
480
484
|
readonly link: "/trygghet/svindel/";
|
|
481
485
|
readonly appKey: "open-pages";
|
|
486
|
+
}, {
|
|
487
|
+
readonly name: "Skjermhelse";
|
|
488
|
+
readonly link: "/trygghet/skjermhelse/";
|
|
489
|
+
readonly appKey: "open-pages";
|
|
482
490
|
}, {
|
|
483
491
|
readonly name: "Aktuelt";
|
|
484
492
|
readonly link: "/trygghet/aktuelt/";
|
|
@@ -223,6 +223,11 @@ const PRIVATE_LINKS = {
|
|
|
223
223
|
link: "/trygghet/svindel/",
|
|
224
224
|
appKey: APP_KEYS["open-pages"]
|
|
225
225
|
},
|
|
226
|
+
{
|
|
227
|
+
name: "Skjermhelse",
|
|
228
|
+
link: "/trygghet/skjermhelse/",
|
|
229
|
+
appKey: APP_KEYS["open-pages"]
|
|
230
|
+
},
|
|
226
231
|
{
|
|
227
232
|
name: "Aktuelt",
|
|
228
233
|
link: "/trygghet/aktuelt/",
|