@telia/teddy 0.1.18 → 0.1.19
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.
- package/dist/components/card/card-illustration.d.ts +1 -1
- package/dist/components/card/index.d.ts +1 -1
- package/dist/components/checkbox/checkbox-group.d.ts +2 -2
- package/dist/components/checkbox/index.d.ts +2 -2
- package/dist/components/chip/chip-indicator.d.ts +1 -1
- package/dist/components/chip/index.d.ts +1 -1
- package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
- package/dist/components/expandable-card/index.d.ts +2 -2
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -0
- package/dist/components/meter-bar/index.cjs +9 -0
- package/dist/components/meter-bar/index.d.ts +29 -0
- package/dist/components/meter-bar/index.js +9 -0
- package/dist/components/meter-bar/meter-bar-indicator.cjs +65 -0
- package/dist/components/meter-bar/meter-bar-indicator.d.ts +19 -0
- package/dist/components/meter-bar/meter-bar-indicator.js +65 -0
- package/dist/components/meter-bar/meter-bar-root.cjs +9 -0
- package/dist/components/meter-bar/meter-bar-root.d.ts +22 -0
- package/dist/components/meter-bar/meter-bar-root.js +9 -0
- package/dist/components/meter-bar/utils.cjs +24 -0
- package/dist/components/meter-bar/utils.d.ts +6 -0
- package/dist/components/meter-bar/utils.js +24 -0
- package/dist/components/modal/modal.cjs +1 -0
- package/dist/components/modal/modal.js +1 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +2 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.d.ts +8 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +3 -4
- package/dist/components/navigation-menu/global-navigation/utils.cjs +271 -16
- package/dist/components/navigation-menu/global-navigation/utils.d.ts +407 -10
- package/dist/components/navigation-menu/global-navigation/utils.js +271 -16
- package/dist/components/navigation-menu/navigation-menu.cjs +1 -0
- package/dist/components/navigation-menu/navigation-menu.d.ts +1 -1
- package/dist/components/navigation-menu/navigation-menu.js +1 -0
- package/dist/components/notabene/notabene-icon.d.ts +1 -1
- package/dist/components/notification/notification.d.ts +4 -4
- package/dist/components/progress-bar/progress-bar.cjs +4 -4
- package/dist/components/progress-bar/progress-bar.js +4 -4
- package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -0
- package/dist/components/radio-card-group/radio-card-group-content.js +1 -0
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +215 -199
- package/dist/components/radio-card-group/radio-card-group-item-title.js +215 -199
- package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -0
- package/dist/components/radio-card-group/radio-card-group-item.js +1 -0
- package/dist/components/scroll-area/index.d.ts +2 -2
- package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
- package/dist/components/tabs/index.d.ts +3 -3
- package/dist/components/tabs/tabs-root.d.ts +1 -1
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
- package/dist/components/text-field/index.d.ts +2 -2
- package/dist/components/text-field/text-field-button.d.ts +2 -2
- package/dist/components/toggle/toggle.d.ts +1 -1
- package/dist/components/tooltip/index.d.ts +3 -3
- package/dist/main.cjs +2 -0
- package/dist/main.js +2 -0
- package/dist/style.css +188 -114
- package/dist/utils/generate-styling/grid.d.ts +24 -24
- package/dist/utils/generate-styling/index.d.ts +16 -16
- package/dist/utils/generate-styling/util.d.ts +2 -2
- package/package.json +1 -1
|
@@ -69,17 +69,92 @@ const PRIVATE_LINKS = {
|
|
|
69
69
|
name: "Privat",
|
|
70
70
|
link: "/",
|
|
71
71
|
appKey: APP_KEYS["open-pages"],
|
|
72
|
+
highlightedLinks: [
|
|
73
|
+
{
|
|
74
|
+
name: "Mobilabonnement",
|
|
75
|
+
link: "/mobil/mobilabonnement/priser/",
|
|
76
|
+
appKey: APP_KEYS["web-shop"]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: "Mobiltelefoner",
|
|
80
|
+
link: "/mobil/mobiltelefoner/",
|
|
81
|
+
appKey: APP_KEYS["web-shop"]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: "Varemerker ",
|
|
85
|
+
link: "/varemerker/",
|
|
86
|
+
appKey: APP_KEYS["web-shop"]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: "Kampanjer",
|
|
90
|
+
link: "/kampanje/",
|
|
91
|
+
appKey: APP_KEYS["open-pages"]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
name: "Faktura",
|
|
95
|
+
link: "/hjelp/faktura/",
|
|
96
|
+
appKey: APP_KEYS["open-pages"]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: "Se Telia Play",
|
|
100
|
+
link: "https://www.teliaplay.no",
|
|
101
|
+
appKey: APP_KEYS["open-pages"]
|
|
102
|
+
}
|
|
103
|
+
],
|
|
72
104
|
links: [
|
|
73
105
|
{
|
|
74
106
|
name: "Logo",
|
|
75
107
|
link: "/",
|
|
76
108
|
appKey: APP_KEYS["open-pages"],
|
|
77
|
-
links: []
|
|
109
|
+
links: [],
|
|
110
|
+
highlightedLinks: []
|
|
78
111
|
},
|
|
79
112
|
{
|
|
80
113
|
name: "Mobil",
|
|
81
114
|
link: "/mobil/",
|
|
82
115
|
appKey: APP_KEYS["open-pages"],
|
|
116
|
+
highlightedLinks: [
|
|
117
|
+
{
|
|
118
|
+
name: "Telia X",
|
|
119
|
+
link: "/mobil/mobilabonnement/ubegrenset-data/",
|
|
120
|
+
appKey: APP_KEYS["web-shop"]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: "Pakketilbud",
|
|
124
|
+
link: "/mobil/mobilabonnement/pakketilbud/",
|
|
125
|
+
appKey: APP_KEYS["web-shop"]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
name: "iPhone",
|
|
129
|
+
link: "/varemerker/apple/iphone/",
|
|
130
|
+
appKey: APP_KEYS["web-shop"]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
name: "Airpods",
|
|
134
|
+
link: "/varemerker/apple/airpods/",
|
|
135
|
+
appKey: APP_KEYS["web-shop"]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
name: "Kampanjer",
|
|
139
|
+
link: "/kampanje",
|
|
140
|
+
appKey: APP_KEYS["open-pages"]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
name: "SIM, PIN og PUK",
|
|
144
|
+
link: "/mobil/mobilabonnement/sim-kort/",
|
|
145
|
+
appKey: APP_KEYS["open-pages"]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: "Utland",
|
|
149
|
+
link: "/mobil/mobilabonnement/utland/",
|
|
150
|
+
appKey: APP_KEYS["open-pages"]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
name: "Eierskifte",
|
|
154
|
+
link: "/mobil/hjelp/bytte-eier/",
|
|
155
|
+
appKey: APP_KEYS["open-pages"]
|
|
156
|
+
}
|
|
157
|
+
],
|
|
83
158
|
links: [
|
|
84
159
|
{
|
|
85
160
|
name: "Mobilabonnement",
|
|
@@ -106,11 +181,11 @@ const PRIVATE_LINKS = {
|
|
|
106
181
|
link: "/mobil/tilbehor/",
|
|
107
182
|
appKey: APP_KEYS["web-shop"]
|
|
108
183
|
},
|
|
109
|
-
{
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
},
|
|
184
|
+
// {
|
|
185
|
+
// name: 'Pakketilbud',
|
|
186
|
+
// link: '/mobil/mobilabonnement/pakketilbud/',
|
|
187
|
+
// appKey: APP_KEYS['web-shop'],
|
|
188
|
+
// },
|
|
114
189
|
{
|
|
115
190
|
name: "Påfyll kontantkort",
|
|
116
191
|
link: "/mobil/mobilabonnement/kontantkort/lade/",
|
|
@@ -120,6 +195,11 @@ const PRIVATE_LINKS = {
|
|
|
120
195
|
name: "Hjelp Mobil",
|
|
121
196
|
link: "/mobil/hjelp/",
|
|
122
197
|
appKey: APP_KEYS["open-pages"]
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
name: "Alt om mobil",
|
|
201
|
+
link: "/mobil/",
|
|
202
|
+
appKey: APP_KEYS["open-pages"]
|
|
123
203
|
}
|
|
124
204
|
]
|
|
125
205
|
},
|
|
@@ -127,11 +207,48 @@ const PRIVATE_LINKS = {
|
|
|
127
207
|
name: "TV",
|
|
128
208
|
link: "/tv/",
|
|
129
209
|
appKey: APP_KEYS["open-pages"],
|
|
210
|
+
highlightedLinks: [
|
|
211
|
+
{
|
|
212
|
+
name: "Valgmenyen i Telia Play",
|
|
213
|
+
link: "https://account.teliaplay.no/subscription/selection-menu",
|
|
214
|
+
appKey: APP_KEYS["open-pages"]
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
name: "Aktivere strømmetjenester",
|
|
218
|
+
link: "/tv/innholdsoversikt/strommetjenester/#registrere",
|
|
219
|
+
appKey: APP_KEYS["open-pages"]
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
name: "Premier League",
|
|
223
|
+
link: "/tv/innholdsoversikt/premiumtjenester/premier-league-v-premium/",
|
|
224
|
+
appKey: APP_KEYS["open-pages"]
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
name: "Kampanjer",
|
|
228
|
+
link: "/kampanje",
|
|
229
|
+
appKey: APP_KEYS["open-pages"]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
name: "Kom i gang med Telia Play",
|
|
233
|
+
link: "/tv/hjelp/kom-i-gang/",
|
|
234
|
+
appKey: APP_KEYS["open-pages"]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
name: "Slik bruker du Telia Play",
|
|
238
|
+
link: "/tv/hjelp/daglig-bruk/",
|
|
239
|
+
appKey: APP_KEYS["open-pages"]
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
name: "Driftsmeldinger og feilsøk",
|
|
243
|
+
link: "/tv/hjelp/tv-feilsok/tv-hjelp-utstyr/",
|
|
244
|
+
appKey: APP_KEYS["open-pages"]
|
|
245
|
+
}
|
|
246
|
+
],
|
|
130
247
|
links: [
|
|
131
248
|
{
|
|
132
249
|
name: "Se Telia Play",
|
|
133
250
|
link: "https://www.teliaplay.no",
|
|
134
|
-
icon:
|
|
251
|
+
// icon: 'external',
|
|
135
252
|
appKey: APP_KEYS["open-pages"]
|
|
136
253
|
},
|
|
137
254
|
{
|
|
@@ -168,6 +285,11 @@ const PRIVATE_LINKS = {
|
|
|
168
285
|
name: "Hjelp TV",
|
|
169
286
|
link: "/tv/hjelp/",
|
|
170
287
|
appKey: APP_KEYS["open-pages"]
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
name: "Alt om TV",
|
|
291
|
+
link: "/tv",
|
|
292
|
+
appKey: APP_KEYS["open-pages"]
|
|
171
293
|
}
|
|
172
294
|
]
|
|
173
295
|
},
|
|
@@ -175,6 +297,38 @@ const PRIVATE_LINKS = {
|
|
|
175
297
|
name: "Internett",
|
|
176
298
|
link: "/internett/",
|
|
177
299
|
appKey: APP_KEYS["open-pages"],
|
|
300
|
+
highlightedLinks: [
|
|
301
|
+
{
|
|
302
|
+
name: "Søk på adresse",
|
|
303
|
+
link: "/internett/sok-adresse",
|
|
304
|
+
appKey: APP_KEYS["open-pages"]
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
name: "Bredbånd på hytta",
|
|
308
|
+
link: "/internett/tradlost-bredband-hytte/",
|
|
309
|
+
appKey: APP_KEYS["open-pages"]
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
name: "Kampanjer",
|
|
313
|
+
link: "/kampanje",
|
|
314
|
+
appKey: APP_KEYS["open-pages"]
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
name: "Problemer med internett",
|
|
318
|
+
link: "/internett/internett-problemer/",
|
|
319
|
+
appKey: APP_KEYS["open-pages"]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
name: "Ruterer og innstillinger",
|
|
323
|
+
link: "/internett/wifi/rutere/",
|
|
324
|
+
appKey: APP_KEYS["open-pages"]
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
name: "WiFi-tips",
|
|
328
|
+
link: "/internett/wifi/wifi-tips/",
|
|
329
|
+
appKey: APP_KEYS["open-pages"]
|
|
330
|
+
}
|
|
331
|
+
],
|
|
178
332
|
links: [
|
|
179
333
|
{
|
|
180
334
|
name: "Fast bredbånd",
|
|
@@ -210,6 +364,11 @@ const PRIVATE_LINKS = {
|
|
|
210
364
|
name: "Hjelp Internett",
|
|
211
365
|
link: "/internett/hjelp/",
|
|
212
366
|
appKey: APP_KEYS["open-pages"]
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
name: "Alt om internett",
|
|
370
|
+
link: "/internett",
|
|
371
|
+
appKey: APP_KEYS["open-pages"]
|
|
213
372
|
}
|
|
214
373
|
]
|
|
215
374
|
},
|
|
@@ -217,6 +376,48 @@ const PRIVATE_LINKS = {
|
|
|
217
376
|
name: "Trygghet",
|
|
218
377
|
link: "/trygghet/",
|
|
219
378
|
appKey: APP_KEYS["open-pages"],
|
|
379
|
+
highlightedLinks: [
|
|
380
|
+
{
|
|
381
|
+
name: "Telia Trygg",
|
|
382
|
+
link: "/trygghet/tjenester/telia-trygg/",
|
|
383
|
+
appKey: APP_KEYS["open-pages"]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
name: "Mobilforsikring",
|
|
387
|
+
link: "/trygghet/tjenester/mobilforsikring/",
|
|
388
|
+
appKey: APP_KEYS["open-pages"]
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
name: "Telia Sky",
|
|
392
|
+
link: "/trygghet/tjenester/telia-sky/",
|
|
393
|
+
appKey: APP_KEYS["open-pages"]
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
name: "Trygg mobil for barn",
|
|
397
|
+
link: "/trygghet/trygg-pa-skjerm/trygg-mobil-til-barn/",
|
|
398
|
+
appKey: APP_KEYS["open-pages"]
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
name: "Ta styring over skjermtiden",
|
|
402
|
+
link: "/trygghet/skjermhelse/skjermtid/",
|
|
403
|
+
appKey: APP_KEYS["open-pages"]
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
name: "Falske nettbutikker",
|
|
407
|
+
link: "/trygghet/svindel/falske-nettbutikker/",
|
|
408
|
+
appKey: APP_KEYS["open-pages"]
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
name: "ID-tyveri",
|
|
412
|
+
link: "/trygghet/svindel/id-tyveri/",
|
|
413
|
+
appKey: APP_KEYS["open-pages"]
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
name: "Lynkurs - trygg på skjerm",
|
|
417
|
+
link: "/trygghet/trygg-pa-skjerm/lynkurs/",
|
|
418
|
+
appKey: APP_KEYS["open-pages"]
|
|
419
|
+
}
|
|
420
|
+
],
|
|
220
421
|
links: [
|
|
221
422
|
{
|
|
222
423
|
name: "Tjenester",
|
|
@@ -247,6 +448,11 @@ const PRIVATE_LINKS = {
|
|
|
247
448
|
name: "Hjelp Trygghet",
|
|
248
449
|
link: "/trygghet/hjelp/",
|
|
249
450
|
appKey: APP_KEYS["open-pages"]
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
name: "Alt om trygghet",
|
|
454
|
+
link: "/trygghet",
|
|
455
|
+
appKey: APP_KEYS["open-pages"]
|
|
250
456
|
}
|
|
251
457
|
]
|
|
252
458
|
},
|
|
@@ -254,6 +460,38 @@ const PRIVATE_LINKS = {
|
|
|
254
460
|
name: "Hjelp",
|
|
255
461
|
link: "/hjelp/",
|
|
256
462
|
appKey: APP_KEYS["open-pages"],
|
|
463
|
+
highlightedLinks: [
|
|
464
|
+
{
|
|
465
|
+
name: "SIM, PIN og PUK",
|
|
466
|
+
link: "/mobil/mobilabonnement/sim-kort/",
|
|
467
|
+
appKey: APP_KEYS["open-pages"]
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
name: "Driftsmeldinger",
|
|
471
|
+
link: "/hjelp/driftsmeldinger/",
|
|
472
|
+
appKey: APP_KEYS["open-pages"]
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
name: "Dekningskart",
|
|
476
|
+
link: "/nett/dekning/",
|
|
477
|
+
appKey: APP_KEYS["open-pages"]
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
name: "Returnere rutere og TV-bokser",
|
|
481
|
+
link: "/hjelp/retur-av-utstyr/",
|
|
482
|
+
appKey: APP_KEYS["open-pages"]
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
name: "Last ned apper",
|
|
486
|
+
link: "/hjelp/apper/",
|
|
487
|
+
appKey: APP_KEYS["open-pages"]
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
name: "Se din faktura",
|
|
491
|
+
link: "/minside/faktura",
|
|
492
|
+
appKey: APP_KEYS["my-pages"]
|
|
493
|
+
}
|
|
494
|
+
],
|
|
257
495
|
links: [
|
|
258
496
|
{
|
|
259
497
|
name: "Hjelp Mobil",
|
|
@@ -289,6 +527,11 @@ const PRIVATE_LINKS = {
|
|
|
289
527
|
name: "Finn butikk",
|
|
290
528
|
link: "/hjelp/butikker-og-forhandlere/",
|
|
291
529
|
appKey: APP_KEYS["open-pages"]
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
name: "Hjelp til alt",
|
|
533
|
+
link: "/hjelp",
|
|
534
|
+
appKey: APP_KEYS["open-pages"]
|
|
292
535
|
}
|
|
293
536
|
// {
|
|
294
537
|
// name: 'Kontakt oss',
|
|
@@ -303,35 +546,41 @@ const BUSINESS_LINKS = {
|
|
|
303
546
|
name: "Bedrift",
|
|
304
547
|
link: "/bedrift/",
|
|
305
548
|
appKey: APP_KEYS["open-pages"],
|
|
549
|
+
highlightedLinks: [],
|
|
306
550
|
links: [
|
|
307
551
|
{
|
|
308
552
|
name: "Logo",
|
|
309
553
|
link: "/bedrift/",
|
|
310
554
|
appKey: APP_KEYS["open-pages"],
|
|
311
|
-
links: []
|
|
555
|
+
links: [],
|
|
556
|
+
highlightedLinks: []
|
|
312
557
|
},
|
|
313
558
|
{
|
|
314
559
|
name: "Produkter og tjenester",
|
|
315
560
|
link: "/bedrift/produkter-og-tjenester/",
|
|
316
561
|
appKey: APP_KEYS["open-pages"],
|
|
317
|
-
links: []
|
|
562
|
+
links: [],
|
|
563
|
+
highlightedLinks: []
|
|
318
564
|
},
|
|
319
565
|
{
|
|
320
566
|
name: "Sikkerhet",
|
|
321
567
|
link: "/bedrift/sikkerhet/",
|
|
322
568
|
appKey: APP_KEYS["open-pages"],
|
|
323
|
-
links: []
|
|
569
|
+
links: [],
|
|
570
|
+
highlightedLinks: []
|
|
324
571
|
},
|
|
325
572
|
{
|
|
326
573
|
name: "Innovasjon",
|
|
327
574
|
link: "/bedrift/innovasjon-og-startup/",
|
|
328
575
|
appKey: APP_KEYS["open-pages"],
|
|
329
|
-
links: []
|
|
576
|
+
links: [],
|
|
577
|
+
highlightedLinks: []
|
|
330
578
|
},
|
|
331
579
|
{
|
|
332
580
|
name: "Nettbutikk",
|
|
333
581
|
link: "/bedrift/mobilabonnement/",
|
|
334
582
|
appKey: APP_KEYS["open-pages"],
|
|
583
|
+
highlightedLinks: [],
|
|
335
584
|
links: [
|
|
336
585
|
{
|
|
337
586
|
name: "Mobilabonnement",
|
|
@@ -354,7 +603,8 @@ const BUSINESS_LINKS = {
|
|
|
354
603
|
name: "Hjelp",
|
|
355
604
|
link: "/bedrift/kundeservice/",
|
|
356
605
|
appKey: APP_KEYS["open-pages"],
|
|
357
|
-
links: []
|
|
606
|
+
links: [],
|
|
607
|
+
highlightedLinks: []
|
|
358
608
|
}
|
|
359
609
|
]
|
|
360
610
|
};
|
|
@@ -362,30 +612,35 @@ const MDU_LINKS = {
|
|
|
362
612
|
name: "Borettslag",
|
|
363
613
|
link: "/borettslag/",
|
|
364
614
|
appKey: APP_KEYS["open-pages"],
|
|
615
|
+
highlightedLinks: [],
|
|
365
616
|
links: [
|
|
366
617
|
{
|
|
367
618
|
name: "Logo",
|
|
368
619
|
link: "/borettslag/",
|
|
369
620
|
appKey: APP_KEYS["open-pages"],
|
|
370
|
-
links: []
|
|
621
|
+
links: [],
|
|
622
|
+
highlightedLinks: []
|
|
371
623
|
},
|
|
372
624
|
{
|
|
373
625
|
name: "Beboer",
|
|
374
626
|
link: "/borettslag/beboer/",
|
|
375
627
|
appKey: APP_KEYS["open-pages"],
|
|
376
|
-
links: []
|
|
628
|
+
links: [],
|
|
629
|
+
highlightedLinks: []
|
|
377
630
|
},
|
|
378
631
|
{
|
|
379
632
|
name: "Styre",
|
|
380
633
|
link: "/borettslag/styre/",
|
|
381
634
|
appKey: APP_KEYS["open-pages"],
|
|
382
|
-
links: []
|
|
635
|
+
links: [],
|
|
636
|
+
highlightedLinks: []
|
|
383
637
|
},
|
|
384
638
|
{
|
|
385
639
|
name: "Utbygger",
|
|
386
640
|
link: "/borettslag/utbygger/",
|
|
387
641
|
appKey: APP_KEYS["open-pages"],
|
|
388
|
-
links: []
|
|
642
|
+
links: [],
|
|
643
|
+
highlightedLinks: []
|
|
389
644
|
}
|
|
390
645
|
]
|
|
391
646
|
};
|
|
@@ -12,6 +12,7 @@ require("@radix-ui/react-slot");
|
|
|
12
12
|
require("@radix-ui/react-use-controllable-state");
|
|
13
13
|
require("../../utils/generate-styling/index.cjs");
|
|
14
14
|
require("../../tokens/motion/variables.cjs");
|
|
15
|
+
require("../meter-bar/index.cjs");
|
|
15
16
|
require("../skeleton/index.cjs");
|
|
16
17
|
require("../checkbox/index.cjs");
|
|
17
18
|
require("../toast/toast-root.cjs");
|
|
@@ -113,7 +113,7 @@ declare const NavigationMenu: React.ForwardRefExoticComponent<Omit<NavigationMen
|
|
|
113
113
|
variant?: "default" | "float" | undefined;
|
|
114
114
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
115
115
|
Link: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>, "ref"> & {
|
|
116
|
-
variant?: "
|
|
116
|
+
variant?: "button" | "small" | "default" | undefined;
|
|
117
117
|
} & React.RefAttributes<HTMLAnchorElement>>;
|
|
118
118
|
Indicator: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
119
119
|
Viewport: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -10,6 +10,7 @@ import "@radix-ui/react-slot";
|
|
|
10
10
|
import "@radix-ui/react-use-controllable-state";
|
|
11
11
|
import "../../utils/generate-styling/index.js";
|
|
12
12
|
import "../../tokens/motion/variables.js";
|
|
13
|
+
import "../meter-bar/index.js";
|
|
13
14
|
import "../skeleton/index.js";
|
|
14
15
|
import "../checkbox/index.js";
|
|
15
16
|
import "../toast/toast-root.js";
|
|
@@ -3,7 +3,7 @@ import { Icon as PrimitiveIcon } from '../icon';
|
|
|
3
3
|
|
|
4
4
|
export type IconProps = Partial<React.ComponentPropsWithoutRef<typeof PrimitiveIcon>>;
|
|
5
5
|
export declare const Icon: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
6
|
-
name: "
|
|
6
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "add" | "reverse" | "infinite" | "radio" | "visible" | "copy" | "help" | "zoom-out" | "zoom" | "alert" | "email" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "volume" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "credit-card" | "euro" | "invoice" | "kontantkort" | "kr" | "late-payment" | "money-back-euro" | "money-back-kr" | "money-euro" | "money-kr" | "pay-monthly-euro" | "pay-monthly-kr" | "pay-once-euro" | "pay-once-kr" | "payment-success" | "savings" | "wallet" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "ai-robot" | "bag" | "basketball" | "blood-pressure" | "bulb" | "business-continuity" | "business-intelligence" | "calendar" | "cart" | "close-circle" | "cloud" | "coffee" | "compass" | "construction" | "cookie" | "delivery" | "drone" | "education" | "efficiency" | "environment" | "facemask" | "flag" | "focus" | "food" | "fraud" | "getting-started" | "home-care" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "present" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "info-filled" | "info" | "question-filled" | "question" | "warning" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-subdirectory" | "arrow-up" | "card-view" | "checkmark-bold" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
|
|
7
7
|
size?: ("sm" | "md" | "lg" | "xl" | "xs" | "font" | "xxs") | undefined;
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -45,7 +45,7 @@ declare const Notification: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
|
45
45
|
bordered?: boolean | undefined;
|
|
46
46
|
shadow?: boolean | undefined;
|
|
47
47
|
backgroundImageSrc?: string | undefined;
|
|
48
|
-
imageGradient?: ("
|
|
48
|
+
imageGradient?: ("default" | "dark" | "light") | undefined;
|
|
49
49
|
layout?: import('../card/card').Layout | undefined;
|
|
50
50
|
} & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('../../utils/generate-styling/flex').FlexChildren & import('../../utils/generate-styling/grid').GridChildren & import('../../utils/generate-styling/position').PositionProps & import('../../utils/generate-styling/inset').InsetProps & import('../../utils/generate-styling/radius').RadiusProps & import('../../utils/generate-styling/margin').MarginProps & import('../../utils/generate-styling/padding').PaddingProps & import('../../utils/generate-styling/width').WidthProps & import('../../utils/generate-styling/height').HeightProps & import('../../utils/generate-styling/color').ColorProps & {
|
|
51
51
|
display?: import('../../utils/generate-styling').DisplayChildren | undefined;
|
|
@@ -61,7 +61,7 @@ declare const Notification: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
|
61
61
|
bordered?: boolean | undefined;
|
|
62
62
|
shadow?: boolean | undefined;
|
|
63
63
|
backgroundImageSrc?: string | undefined;
|
|
64
|
-
imageGradient?: ("
|
|
64
|
+
imageGradient?: ("default" | "dark" | "light") | undefined;
|
|
65
65
|
layout?: import('../card/card').Layout | undefined;
|
|
66
66
|
} & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('../../utils/generate-styling/flex').FlexChildren & import('../../utils/generate-styling/grid').GridChildren & import('../../utils/generate-styling/position').PositionProps & import('../../utils/generate-styling/inset').InsetProps & import('../../utils/generate-styling/radius').RadiusProps & import('../../utils/generate-styling/margin').MarginProps & import('../../utils/generate-styling/padding').PaddingProps & import('../../utils/generate-styling/width').WidthProps & import('../../utils/generate-styling/height').HeightProps & import('../../utils/generate-styling/color').ColorProps & {
|
|
67
67
|
display?: import('../../utils/generate-styling').DisplayChildren | undefined;
|
|
@@ -77,7 +77,7 @@ declare const Notification: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
|
77
77
|
bordered?: boolean | undefined;
|
|
78
78
|
shadow?: boolean | undefined;
|
|
79
79
|
backgroundImageSrc?: string | undefined;
|
|
80
|
-
imageGradient?: ("
|
|
80
|
+
imageGradient?: ("default" | "dark" | "light") | undefined;
|
|
81
81
|
layout?: import('../card/card').Layout | undefined;
|
|
82
82
|
} & React.RefAttributes<HTMLDivElement>, "ref">, "as" | "variant"> & {
|
|
83
83
|
variant?: "error" | "warning" | "information" | "success" | undefined;
|
|
@@ -89,7 +89,7 @@ declare const Notification: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
|
89
89
|
Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLSpanElement>>;
|
|
90
90
|
Heading: React.ForwardRefExoticComponent<HeadingProps & React.RefAttributes<HTMLHeadingElement>>;
|
|
91
91
|
Icon: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
92
|
-
name: "
|
|
92
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "add" | "reverse" | "infinite" | "radio" | "visible" | "copy" | "help" | "zoom-out" | "zoom" | "alert" | "email" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "volume" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "credit-card" | "euro" | "invoice" | "kontantkort" | "kr" | "late-payment" | "money-back-euro" | "money-back-kr" | "money-euro" | "money-kr" | "pay-monthly-euro" | "pay-monthly-kr" | "pay-once-euro" | "pay-once-kr" | "payment-success" | "savings" | "wallet" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "ai-robot" | "bag" | "basketball" | "blood-pressure" | "bulb" | "business-continuity" | "business-intelligence" | "calendar" | "cart" | "close-circle" | "cloud" | "coffee" | "compass" | "construction" | "cookie" | "delivery" | "drone" | "education" | "efficiency" | "environment" | "facemask" | "flag" | "focus" | "food" | "fraud" | "getting-started" | "home-care" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "present" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "info-filled" | "info" | "question-filled" | "question" | "warning" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-subdirectory" | "arrow-up" | "card-view" | "checkmark-bold" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
|
|
93
93
|
size?: ("sm" | "md" | "lg" | "xl" | "xs" | "font" | "xxs") | undefined;
|
|
94
94
|
children?: React.ReactNode;
|
|
95
95
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -21,12 +21,12 @@ function _interopNamespaceDefault(e) {
|
|
|
21
21
|
return Object.freeze(n);
|
|
22
22
|
}
|
|
23
23
|
const ProgressPrimitive__namespace = /* @__PURE__ */ _interopNamespaceDefault(ProgressPrimitive);
|
|
24
|
-
const slideInFromLeft = "
|
|
24
|
+
const slideInFromLeft = "_slideInFromLeft_1j6wn_1";
|
|
25
25
|
const styles = {
|
|
26
|
-
"teddy-progress-bar": "_teddy-progress-
|
|
27
|
-
"teddy-progress-bar__indicator": "_teddy-progress-
|
|
26
|
+
"teddy-progress-bar": "_teddy-progress-bar_1j6wn_1",
|
|
27
|
+
"teddy-progress-bar__indicator": "_teddy-progress-bar__indicator_1j6wn_10",
|
|
28
28
|
slideInFromLeft,
|
|
29
|
-
"teddy-progress-bar--dark": "_teddy-progress-bar--
|
|
29
|
+
"teddy-progress-bar--dark": "_teddy-progress-bar--dark_1j6wn_16"
|
|
30
30
|
};
|
|
31
31
|
const rootClassName = "teddy-progress-bar";
|
|
32
32
|
const ProgressBar = React.forwardRef(
|
|
@@ -2,12 +2,12 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import React__default from "react";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as ProgressPrimitive from "@radix-ui/react-progress";
|
|
5
|
-
const slideInFromLeft = "
|
|
5
|
+
const slideInFromLeft = "_slideInFromLeft_1j6wn_1";
|
|
6
6
|
const styles = {
|
|
7
|
-
"teddy-progress-bar": "_teddy-progress-
|
|
8
|
-
"teddy-progress-bar__indicator": "_teddy-progress-
|
|
7
|
+
"teddy-progress-bar": "_teddy-progress-bar_1j6wn_1",
|
|
8
|
+
"teddy-progress-bar__indicator": "_teddy-progress-bar__indicator_1j6wn_10",
|
|
9
9
|
slideInFromLeft,
|
|
10
|
-
"teddy-progress-bar--dark": "_teddy-progress-bar--
|
|
10
|
+
"teddy-progress-bar--dark": "_teddy-progress-bar--dark_1j6wn_16"
|
|
11
11
|
};
|
|
12
12
|
const rootClassName = "teddy-progress-bar";
|
|
13
13
|
const ProgressBar = React__default.forwardRef(
|