@telia/teddy 0.0.54 → 0.0.55

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.
@@ -270,6 +270,12 @@ const BUSINESS_LINKS = {
270
270
  appKey: APP_KEYS["open-pages"],
271
271
  links: []
272
272
  },
273
+ {
274
+ name: "Sikkerhet",
275
+ link: "/bedrift/sikkerhet/",
276
+ appKey: APP_KEYS["open-pages"],
277
+ links: []
278
+ },
273
279
  {
274
280
  name: "Innovasjon",
275
281
  link: "/bedrift/innovasjon-og-startup/",
@@ -298,12 +304,6 @@ const BUSINESS_LINKS = {
298
304
  }
299
305
  ]
300
306
  },
301
- {
302
- name: "Sikkerhet",
303
- link: "/bedrift/sikkerhet/",
304
- appKey: APP_KEYS["open-pages"],
305
- links: []
306
- },
307
307
  {
308
308
  name: "Hjelp",
309
309
  link: "/bedrift/kundeservice/",
@@ -268,6 +268,11 @@ export declare const BUSINESS_LINKS: {
268
268
  readonly link: "/bedrift/produkter-og-tjenester/";
269
269
  readonly appKey: "open-pages";
270
270
  readonly links: [];
271
+ }, {
272
+ readonly name: "Sikkerhet";
273
+ readonly link: "/bedrift/sikkerhet/";
274
+ readonly appKey: "open-pages";
275
+ readonly links: [];
271
276
  }, {
272
277
  readonly name: "Innovasjon";
273
278
  readonly link: "/bedrift/innovasjon-og-startup/";
@@ -290,11 +295,6 @@ export declare const BUSINESS_LINKS: {
290
295
  readonly link: "/bedrift/mobilt-bredband/";
291
296
  readonly appKey: "web-shop";
292
297
  }];
293
- }, {
294
- readonly name: "Sikkerhet";
295
- readonly link: "/bedrift/sikkerhet/";
296
- readonly appKey: "open-pages";
297
- readonly links: [];
298
298
  }, {
299
299
  readonly name: "Hjelp";
300
300
  readonly link: "/bedrift/kundeservice/";
@@ -468,6 +468,11 @@ export declare const LINKS: [{
468
468
  readonly link: "/bedrift/produkter-og-tjenester/";
469
469
  readonly appKey: "open-pages";
470
470
  readonly links: [];
471
+ }, {
472
+ readonly name: "Sikkerhet";
473
+ readonly link: "/bedrift/sikkerhet/";
474
+ readonly appKey: "open-pages";
475
+ readonly links: [];
471
476
  }, {
472
477
  readonly name: "Innovasjon";
473
478
  readonly link: "/bedrift/innovasjon-og-startup/";
@@ -490,11 +495,6 @@ export declare const LINKS: [{
490
495
  readonly link: "/bedrift/mobilt-bredband/";
491
496
  readonly appKey: "web-shop";
492
497
  }];
493
- }, {
494
- readonly name: "Sikkerhet";
495
- readonly link: "/bedrift/sikkerhet/";
496
- readonly appKey: "open-pages";
497
- readonly links: [];
498
498
  }, {
499
499
  readonly name: "Hjelp";
500
500
  readonly link: "/bedrift/kundeservice/";
@@ -268,6 +268,12 @@ const BUSINESS_LINKS = {
268
268
  appKey: APP_KEYS["open-pages"],
269
269
  links: []
270
270
  },
271
+ {
272
+ name: "Sikkerhet",
273
+ link: "/bedrift/sikkerhet/",
274
+ appKey: APP_KEYS["open-pages"],
275
+ links: []
276
+ },
271
277
  {
272
278
  name: "Innovasjon",
273
279
  link: "/bedrift/innovasjon-og-startup/",
@@ -296,12 +302,6 @@ const BUSINESS_LINKS = {
296
302
  }
297
303
  ]
298
304
  },
299
- {
300
- name: "Sikkerhet",
301
- link: "/bedrift/sikkerhet/",
302
- appKey: APP_KEYS["open-pages"],
303
- links: []
304
- },
305
305
  {
306
306
  name: "Hjelp",
307
307
  link: "/bedrift/kundeservice/",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "pnpm": ">=8"
21
21
  },
22
22
  "private": false,
23
- "version": "0.0.54",
23
+ "version": "0.0.55",
24
24
  "sideEffects": [
25
25
  "**/*.css"
26
26
  ],