@telia/teddy 0.1.17 → 0.1.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.
|
@@ -235,6 +235,11 @@ const PRIVATE_LINKS = {
|
|
|
235
235
|
link: "/trygghet/skjermhelse/",
|
|
236
236
|
appKey: APP_KEYS["open-pages"]
|
|
237
237
|
},
|
|
238
|
+
{
|
|
239
|
+
name: "Trygg på skjerm",
|
|
240
|
+
link: "/trygghet/trygg-pa-skjerm/",
|
|
241
|
+
appKey: APP_KEYS["open-pages"]
|
|
242
|
+
},
|
|
238
243
|
{
|
|
239
244
|
name: "Aktuelt",
|
|
240
245
|
link: "/trygghet/aktuelt/",
|
|
@@ -252,6 +252,10 @@ export declare const PRIVATE_LINKS: {
|
|
|
252
252
|
readonly name: "Skjermhelse";
|
|
253
253
|
readonly link: "/trygghet/skjermhelse/";
|
|
254
254
|
readonly appKey: "open-pages";
|
|
255
|
+
}, {
|
|
256
|
+
readonly name: "Trygg på skjerm";
|
|
257
|
+
readonly link: "/trygghet/trygg-pa-skjerm/";
|
|
258
|
+
readonly appKey: "open-pages";
|
|
255
259
|
}, {
|
|
256
260
|
readonly name: "Aktuelt";
|
|
257
261
|
readonly link: "/trygghet/aktuelt/";
|
|
@@ -495,6 +499,10 @@ export declare const LINKS: [{
|
|
|
495
499
|
readonly name: "Skjermhelse";
|
|
496
500
|
readonly link: "/trygghet/skjermhelse/";
|
|
497
501
|
readonly appKey: "open-pages";
|
|
502
|
+
}, {
|
|
503
|
+
readonly name: "Trygg på skjerm";
|
|
504
|
+
readonly link: "/trygghet/trygg-pa-skjerm/";
|
|
505
|
+
readonly appKey: "open-pages";
|
|
498
506
|
}, {
|
|
499
507
|
readonly name: "Aktuelt";
|
|
500
508
|
readonly link: "/trygghet/aktuelt/";
|
|
@@ -233,6 +233,11 @@ const PRIVATE_LINKS = {
|
|
|
233
233
|
link: "/trygghet/skjermhelse/",
|
|
234
234
|
appKey: APP_KEYS["open-pages"]
|
|
235
235
|
},
|
|
236
|
+
{
|
|
237
|
+
name: "Trygg på skjerm",
|
|
238
|
+
link: "/trygghet/trygg-pa-skjerm/",
|
|
239
|
+
appKey: APP_KEYS["open-pages"]
|
|
240
|
+
},
|
|
236
241
|
{
|
|
237
242
|
name: "Aktuelt",
|
|
238
243
|
link: "/trygghet/aktuelt/",
|