@lendi/navbar 7.6.4 → 7.7.0-beta.0

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.
Files changed (71) hide show
  1. package/CHANGELOG.md +1081 -0
  2. package/dist/cjs/GuestNavbar/GuestNavbar.story.js +31 -0
  3. package/dist/cjs/GuestNavbar/GuestNavbar.story.js.map +1 -0
  4. package/dist/cjs/MultiNavbar/MultiNavbar.story.js +32 -0
  5. package/dist/cjs/MultiNavbar/MultiNavbar.story.js.map +1 -0
  6. package/dist/cjs/MultiNavbar/components/HamBurgerMenu/index.js +57 -0
  7. package/dist/cjs/MultiNavbar/components/HamBurgerMenu/index.js.map +1 -0
  8. package/dist/cjs/MultiNavbar/components/LeftSidabar/Content/index.js +50 -0
  9. package/dist/cjs/MultiNavbar/components/LeftSidabar/Content/index.js.map +1 -0
  10. package/dist/cjs/MultiNavbar/components/LeftSidabar/Content/index.style.js +54 -0
  11. package/dist/cjs/MultiNavbar/components/LeftSidabar/Content/index.style.js.map +1 -0
  12. package/dist/cjs/MultiNavbar/components/LeftSidabar/FooterCTA/index.js +51 -0
  13. package/dist/cjs/MultiNavbar/components/LeftSidabar/FooterCTA/index.js.map +1 -0
  14. package/dist/cjs/MultiNavbar/components/LeftSidabar/FooterCTA/test.js +86 -0
  15. package/dist/cjs/MultiNavbar/components/LeftSidabar/FooterCTA/test.js.map +1 -0
  16. package/dist/cjs/MultiNavbar/components/LeftSidabar/index.js +20 -0
  17. package/dist/cjs/MultiNavbar/components/LeftSidabar/index.js.map +1 -0
  18. package/dist/cjs/MultiNavbar/components/MultiOptions/index.js +1 -1
  19. package/dist/cjs/MultiNavbar/components/MultiOptions/index.js.map +1 -1
  20. package/dist/cjs/MultiNavbar/index.js +3 -3
  21. package/dist/cjs/MultiNavbar/index.js.map +1 -1
  22. package/dist/cjs/MultiNavbar/menuData.js +112 -0
  23. package/dist/cjs/MultiNavbar/menuData.js.map +1 -0
  24. package/dist/cjs/SimpleNavbar/SimpleNavbar.story.js +40 -0
  25. package/dist/cjs/SimpleNavbar/SimpleNavbar.story.js.map +1 -0
  26. package/dist/cjs/assets/faces.jpg +0 -0
  27. package/dist/cjs/assets/faces2x.jpg +0 -0
  28. package/dist/cjs/assets/faces4x.jpg +0 -0
  29. package/dist/cjs/shared/components/CTA/LogoutComponent/DropdownMenu/style.js +4 -4
  30. package/dist/cjs/shared/components/CTA/LogoutComponent/DropdownMenu/style.js.map +1 -1
  31. package/dist/cjs/shared/styles.js +3 -3
  32. package/dist/cjs/shared/styles.js.map +1 -1
  33. package/dist/esm/GuestNavbar/GuestNavbar.story.js +24 -0
  34. package/dist/esm/GuestNavbar/GuestNavbar.story.js.map +1 -0
  35. package/dist/esm/MultiNavbar/MultiNavbar.story.js +25 -0
  36. package/dist/esm/MultiNavbar/MultiNavbar.story.js.map +1 -0
  37. package/dist/esm/MultiNavbar/components/HamBurgerMenu/index.js +32 -0
  38. package/dist/esm/MultiNavbar/components/HamBurgerMenu/index.js.map +1 -0
  39. package/dist/esm/MultiNavbar/components/LeftSidabar/Content/index.js +43 -0
  40. package/dist/esm/MultiNavbar/components/LeftSidabar/Content/index.js.map +1 -0
  41. package/dist/esm/MultiNavbar/components/LeftSidabar/Content/index.style.js +29 -0
  42. package/dist/esm/MultiNavbar/components/LeftSidabar/Content/index.style.js.map +1 -0
  43. package/dist/esm/MultiNavbar/components/LeftSidabar/FooterCTA/index.js +45 -0
  44. package/dist/esm/MultiNavbar/components/LeftSidabar/FooterCTA/index.js.map +1 -0
  45. package/dist/esm/MultiNavbar/components/LeftSidabar/FooterCTA/test.js +62 -0
  46. package/dist/esm/MultiNavbar/components/LeftSidabar/FooterCTA/test.js.map +1 -0
  47. package/dist/esm/MultiNavbar/components/LeftSidabar/index.js +15 -0
  48. package/dist/esm/MultiNavbar/components/LeftSidabar/index.js.map +1 -0
  49. package/dist/esm/MultiNavbar/components/MultiOptions/index.js +1 -1
  50. package/dist/esm/MultiNavbar/components/MultiOptions/index.js.map +1 -1
  51. package/dist/esm/MultiNavbar/index.js +3 -3
  52. package/dist/esm/MultiNavbar/index.js.map +1 -1
  53. package/dist/esm/MultiNavbar/menuData.js +109 -0
  54. package/dist/esm/MultiNavbar/menuData.js.map +1 -0
  55. package/dist/esm/SimpleNavbar/SimpleNavbar.story.js +33 -0
  56. package/dist/esm/SimpleNavbar/SimpleNavbar.story.js.map +1 -0
  57. package/dist/esm/shared/components/CTA/LogoutComponent/DropdownMenu/style.js +4 -4
  58. package/dist/esm/shared/components/CTA/LogoutComponent/DropdownMenu/style.js.map +1 -1
  59. package/dist/esm/shared/styles.js +3 -3
  60. package/dist/esm/shared/styles.js.map +1 -1
  61. package/dist/types/GuestNavbar/GuestNavbar.story.d.ts +13 -0
  62. package/dist/types/MultiNavbar/MultiNavbar.story.d.ts +15 -0
  63. package/dist/types/MultiNavbar/components/HamBurgerMenu/index.d.ts +12 -0
  64. package/dist/types/MultiNavbar/components/LeftSidabar/Content/index.d.ts +3 -0
  65. package/dist/types/MultiNavbar/components/LeftSidabar/Content/index.style.d.ts +21 -0
  66. package/dist/types/MultiNavbar/components/LeftSidabar/FooterCTA/index.d.ts +11 -0
  67. package/dist/types/MultiNavbar/components/LeftSidabar/FooterCTA/test.d.ts +1 -0
  68. package/dist/types/MultiNavbar/components/LeftSidabar/index.d.ts +15 -0
  69. package/dist/types/MultiNavbar/menuData.d.ts +12 -0
  70. package/dist/types/SimpleNavbar/SimpleNavbar.story.d.ts +16 -0
  71. package/package.json +5 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,1081 @@
1
+ # Changelog - @lendi/navbar
2
+
3
+ ## 7.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 800ebe8a: LUI-435 rolling out `@lendi-ui/commons` brand theming to `SimpleNavbar` and `GuestNavbar`
8
+
9
+ ## 7.6.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [60c6962f]
14
+ - @lendi/comm-panel@10.8.0
15
+
16
+ ## 7.6.3
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [90dbbf5f]
21
+ - @lendi/comm-panel@10.7.2
22
+
23
+ ## 7.6.2
24
+
25
+ ### Patch Changes
26
+
27
+ - @lendi/comm-panel@10.7.1
28
+
29
+ ## 7.6.1
30
+
31
+ ### Patch Changes
32
+
33
+ - b696cb5b: LUI-448 Updated Aussie Logo
34
+
35
+ ## 7.6.0
36
+
37
+ ### Minor Changes
38
+
39
+ - e57c1872: LUI-347 Upgrading LUI Themable for FAB
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [e57c1872]
44
+ - @lendi/comm-panel@10.7.0
45
+
46
+ ## 7.5.6
47
+
48
+ ### Patch Changes
49
+
50
+ - dedf0d5f: fix snyk issues
51
+ - Updated dependencies [dedf0d5f]
52
+ - @lendi/comm-panel@10.6.1
53
+
54
+ ## 7.5.5
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies [345abcfa]
59
+ - @lendi/comm-panel@10.6.0
60
+
61
+ ## 7.5.4
62
+
63
+ ### Patch Changes
64
+
65
+ - @lendi/comm-panel@10.5.3
66
+
67
+ ## 7.5.3
68
+
69
+ ### Patch Changes
70
+
71
+ - @lendi/comm-panel@10.5.2
72
+
73
+ ## 7.5.2
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies [14ee3cdc]
78
+ - @lendi/comm-panel@10.5.1
79
+
80
+ ## 7.5.1
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies [5f3c3235]
85
+ - @lendi/comm-panel@10.5.0
86
+
87
+ ## 7.5.0
88
+
89
+ ### Minor Changes
90
+
91
+ - a3aebde4: LUI-418 Removed MegaNavbar
92
+
93
+ ## 7.4.9
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies [dbbf32ed]
98
+ - @lendi/comm-panel@10.4.7
99
+
100
+ ## 7.4.8
101
+
102
+ ### Patch Changes
103
+
104
+ - @lendi/comm-panel@10.4.6
105
+
106
+ ## 7.4.7
107
+
108
+ ### Patch Changes
109
+
110
+ - @lendi/comm-panel@10.4.5
111
+
112
+ ## 7.4.6
113
+
114
+ ### Patch Changes
115
+
116
+ - @lendi/comm-panel@10.4.4
117
+
118
+ ## 7.4.5
119
+
120
+ ### Patch Changes
121
+
122
+ - Updated dependencies [d84f68b9]
123
+ - @lendi/comm-panel@10.4.3
124
+
125
+ ## 7.4.4
126
+
127
+ ### Patch Changes
128
+
129
+ - Updated dependencies [2e43242b]
130
+ - @lendi/comm-panel@10.4.2
131
+
132
+ ## 7.4.3
133
+
134
+ ### Patch Changes
135
+
136
+ - d8d7a8e8: Reducing dependency on `@lendi-ui/navigation`
137
+
138
+ ## 7.4.2
139
+
140
+ ### Patch Changes
141
+
142
+ - Updated dependencies [d66321dc]
143
+ - @lendi/comm-panel@10.4.1
144
+
145
+ ## 7.4.1
146
+
147
+ ### Patch Changes
148
+
149
+ - Updated dependencies [84460ef9]
150
+ - @lendi/comm-panel@10.4.0
151
+
152
+ ## 7.4.0
153
+
154
+ ### Minor Changes
155
+
156
+ - 93279c57: add GuestNavbar
157
+
158
+ ## 7.3.4
159
+
160
+ ### Patch Changes
161
+
162
+ - Updated dependencies [91199fcf]
163
+ - @lendi/comm-panel@10.3.2
164
+
165
+ ## 7.3.3
166
+
167
+ ### Patch Changes
168
+
169
+ - 252090d2: enable esModuleInterop to ease imports for commonjs module
170
+ - Updated dependencies [252090d2]
171
+ - @lendi/comm-panel@10.3.1
172
+ - @lendi/launchdarkly@0.1.2
173
+
174
+ ## 7.3.2
175
+
176
+ ### Patch Changes
177
+
178
+ - Updated dependencies [2e5ca4c6]
179
+ - @lendi/comm-panel@10.3.0
180
+
181
+ ## 7.3.1
182
+
183
+ ### Patch Changes
184
+
185
+ - Updated dependencies [521c0bdc]
186
+ - @lendi/comm-panel@10.2.0
187
+
188
+ ## 7.3.0
189
+
190
+ ### Minor Changes
191
+
192
+ - 0edbb368: Add LD to navbar and downgrade yarn version
193
+
194
+ ## 7.2.0
195
+
196
+ ### Minor Changes
197
+
198
+ - e18c1de0: Add new property report link with LD flag
199
+
200
+ ## 7.1.1
201
+
202
+ ### Patch Changes
203
+
204
+ - Updated dependencies [b12ab3da]
205
+ - @lendi/comm-panel@10.1.1
206
+
207
+ ## 7.1.0
208
+
209
+ ### Minor Changes
210
+
211
+ - 6965316f: refector fetch to axios
212
+
213
+ ## 7.0.2
214
+
215
+ ### Patch Changes
216
+
217
+ - Updated dependencies [ae08ce50]
218
+ - @lendi/comm-panel@10.1.0
219
+
220
+ ## 7.0.1
221
+
222
+ ### Patch Changes
223
+
224
+ - 8218d178: upgrade typescript 3.8.2 support and fix errorProvider
225
+ - Updated dependencies [8218d178]
226
+ - @lendi/comm-panel@10.0.1
227
+
228
+ ## 7.0.0
229
+
230
+ ### Major Changes
231
+
232
+ - 9569674f: Added onException handler and removed Sentry
233
+
234
+ ### Patch Changes
235
+
236
+ - Updated dependencies [f0a4ed77]
237
+ - @lendi/comm-panel@10.0.0
238
+
239
+ ## 6.7.2
240
+
241
+ ### Patch Changes
242
+
243
+ - 3df79964: Fixed SSR window issue
244
+
245
+ ## 6.7.1
246
+
247
+ ### Patch Changes
248
+
249
+ - Updated dependencies [f9de603b]
250
+ - @lendi/comm-panel@9.9.1
251
+
252
+ ## 6.7.0
253
+
254
+ ### Minor Changes
255
+
256
+ - 7f5a1218: update domain logo and fix logo size
257
+
258
+ ## 6.6.6
259
+
260
+ ### Patch Changes
261
+
262
+ - edce8ab0: Bugfix: SimpleNavbar check window before use
263
+
264
+ ## 6.6.5
265
+
266
+ ### Patch Changes
267
+
268
+ - Updated dependencies [477b141b]
269
+ - @lendi/comm-panel@9.9.0
270
+
271
+ ## 6.6.4
272
+
273
+ ### Patch Changes
274
+
275
+ - 45b1b36d: Fix the Simple Navbar events
276
+
277
+ ## 6.6.3
278
+
279
+ ### Patch Changes
280
+
281
+ - 236c6fee: Fix analytics on Multi Navbar
282
+
283
+ ## 6.6.2
284
+
285
+ ### Patch Changes
286
+
287
+ - 4fbd4540: Updating the casing of the tracking events
288
+
289
+ ## 6.6.1
290
+
291
+ ### Patch Changes
292
+
293
+ - 4a70b4a5: Fix the Menu Clicked event for segment tracking
294
+
295
+ ## 6.6.0
296
+
297
+ ### Minor Changes
298
+
299
+ - ac158716: - Added support for ES6 Modules
300
+
301
+ - b3feb1de: update navbar schema
302
+
303
+ ### Patch Changes
304
+
305
+ - Updated dependencies [ac158716]
306
+ - @lendi/comm-panel@9.8.0
307
+
308
+ ## 6.5.3
309
+
310
+ ### Patch Changes
311
+
312
+ - 6c5f977d: Updated equity, repayments, and offset calculator routes for navbar
313
+
314
+ ## 6.5.2
315
+
316
+ ### Patch Changes
317
+
318
+ - Updated dependencies [e0bda117]
319
+ - @lendi/comm-panel@9.7.2
320
+
321
+ ## 6.5.1
322
+
323
+ ### Patch Changes
324
+
325
+ - Updated dependencies [1ba31e44]
326
+ - @lendi/comm-panel@9.7.1
327
+
328
+ ## 6.5.0
329
+
330
+ ### Minor Changes
331
+
332
+ - afa807ba: Updating old world URL to new world for appointment booking
333
+
334
+ ### Patch Changes
335
+
336
+ - Updated dependencies [afa807ba]
337
+ - @lendi/comm-panel@9.7.0
338
+
339
+ ## 6.4.3
340
+
341
+ ### Patch Changes
342
+
343
+ - Updated dependencies [46b736b5]
344
+ - @lendi/comm-panel@9.6.0
345
+
346
+ ## 6.4.2
347
+
348
+ ### Patch Changes
349
+
350
+ - Updated dependencies [06e3e862]
351
+ - @lendi/comm-panel@9.5.3
352
+
353
+ ## 6.4.1
354
+
355
+ ### Patch Changes
356
+
357
+ - 47213259: remove console.log
358
+
359
+ ## 6.4.0
360
+
361
+ ### Minor Changes
362
+
363
+ - 0ba4350f: fix simple navbar two continue bottom on mobile view has utc_campaign url
364
+
365
+ ## 6.3.3
366
+
367
+ ### Patch Changes
368
+
369
+ - d7345c2b: fixing publishing 1
370
+
371
+ ## 6.3.2
372
+
373
+ ### Patch Changes
374
+
375
+ - 1d8a115f: fixing publishing navbar
376
+
377
+ ## 6.3.1
378
+
379
+ ### Patch Changes
380
+
381
+ - Just publish @lendi/navbar to unblock Jam homepage release
382
+
383
+ ## 6.3.0
384
+
385
+ ### Minor Changes
386
+
387
+ - 3de6fd97: fix broker face image with new comm-panel
388
+
389
+ ## 6.2.0
390
+
391
+ ### Minor Changes
392
+
393
+ - ec34b041: Updated Links in MultiNavbar
394
+
395
+ ## 6.1.0
396
+
397
+ ### Minor Changes
398
+
399
+ - 95b07a52: Removed Guides & FAQs links from MultiNavbar
400
+
401
+ ## 6.0.1
402
+
403
+ ### Patch Changes
404
+
405
+ - fd0f72ef: Update comm-panel
406
+
407
+ ## 6.0.0
408
+
409
+ ### Major Changes
410
+
411
+ - f3f21d21: Removed the previous prop for providing dashboard url, added props to hide/unhide manageApplication and dashboard
412
+
413
+ ## 5.5.0
414
+
415
+ ### Minor Changes
416
+
417
+ - c0780818: replace book an appointment with sign in when user not auth
418
+
419
+ ## 5.4.6
420
+
421
+ ### Patch Changes
422
+
423
+ - b7a02133: Updating the comm-panel to latest patch
424
+
425
+ ## 5.4.5
426
+
427
+ ### Patch Changes
428
+
429
+ - Updated dependencies [ebf79cd4]
430
+ - @lendi/comm-panel@9.3.2
431
+
432
+ ## 5.4.4
433
+
434
+ ### Patch Changes
435
+
436
+ - 44c17c2c: Remove session.logout from Navbar and let the consume to do that
437
+
438
+ ## 5.4.3
439
+
440
+ ### Patch Changes
441
+
442
+ - 11950809: fix the logout check
443
+
444
+ ## 5.4.2
445
+
446
+ ### Patch Changes
447
+
448
+ - a881a326: - bug fix: fix the dashboard link and session logout
449
+
450
+ ## 5.4.1
451
+
452
+ ### Patch Changes
453
+
454
+ - 16cdee87: Add SSR compatability to @lendi/navbar and @lendi/comm-panel
455
+ - Updated dependencies [16cdee87]
456
+ - @lendi/comm-panel@9.3.1
457
+
458
+ ## 5.4.0
459
+
460
+ ### Minor Changes
461
+
462
+ - b1fc331d: - Add open new tab link with customerid in url query
463
+
464
+ ### Patch Changes
465
+
466
+ - Updated dependencies [b1fc331d]
467
+ - @lendi/comm-panel@9.3.0
468
+
469
+ ## 5.3.12
470
+
471
+ ### Patch Changes
472
+
473
+ - 186547b4: - Fixed Book an appointment selection modal
474
+
475
+ - Updated dependencies [186547b4]
476
+ - @lendi/comm-panel@9.2.13
477
+
478
+ ## 5.3.11
479
+
480
+ ### Patch Changes
481
+
482
+ - d7ce5b12: Vanity patch bump of navbar to test new changesets
483
+
484
+ ## 5.3.10
485
+
486
+ - [patch] edce44c8:
487
+
488
+ - Fix selection modal for Book an appointment
489
+
490
+ ## 5.3.9
491
+
492
+ - Updated dependencies [d913d25b]:
493
+ - @lendi/comm-panel@9.2.11
494
+
495
+ ## 5.3.8
496
+
497
+ - Updated dependencies [0548dfa8]:
498
+ - @lendi/comm-panel@9.2.10
499
+
500
+ ## 5.3.7
501
+
502
+ - Updated dependencies [c082732c]:
503
+ - @lendi/comm-panel@9.2.9
504
+
505
+ ## 5.3.6
506
+
507
+ - Updated dependencies [4fc3dc52]:
508
+ - @lendi/comm-panel@9.2.8
509
+
510
+ ## 5.3.5
511
+
512
+ - Updated dependencies [20b24b88]:
513
+ - @lendi/comm-panel@9.2.7
514
+
515
+ ## 5.3.4
516
+
517
+ - [patch] 8addc283:
518
+
519
+ - Fix Navbar npm hash
520
+
521
+ ## 5.3.3
522
+
523
+ - [patch] 1aba0810:
524
+
525
+ - Fix Build Issue
526
+
527
+ ## 5.3.3
528
+
529
+ - [patch] fd1a35f7:
530
+
531
+ - Fixed Build issue
532
+
533
+ ## 5.3.2
534
+
535
+ - [patch] cd4c5f77:
536
+
537
+ - Updated peer dependency for `@lendi/theme`, added `@lendi/utils` to getBrand and removed redundent `withTheme()`
538
+
539
+ ## 5.3.1
540
+
541
+ - [patch] 7b418473:
542
+
543
+ - Upgrade lendi/nav for bumping lendi/comm-panel
544
+
545
+ ## 5.3.0
546
+
547
+ - [minor] 205124cf:
548
+
549
+ - SUB-544: Added Dropdowm menus
550
+
551
+ ## 5.2.4
552
+
553
+ - Updated dependencies [feef4187]:
554
+ - @lendi/comm-panel@9.2.4
555
+
556
+ ## 5.2.3
557
+
558
+ - Updated dependencies [dcb652c6]:
559
+ - @lendi/comm-panel@9.2.3
560
+
561
+ ## 5.2.2
562
+
563
+ - Updated dependencies [3c2a170a]:
564
+ - @lendi/comm-panel@9.2.2
565
+
566
+ ## 5.2.1
567
+
568
+ - [patch] 079f892e:
569
+
570
+ - Significant Performance Improvement and Bug fix for 401 getUserGroup
571
+
572
+ ## 5.2.0
573
+
574
+ - [minor] ec8803d1:
575
+
576
+ - Revert additional check before we hit sendBotMessage - it was a last minute change we did, broke everything so reverting it
577
+
578
+ ## 5.1.0
579
+
580
+ - [minor] 0ba99cdc:
581
+
582
+ - Releasing Chat2.0
583
+ - Replace Legacy auth/me with TeamMember service
584
+ - Replaced Intercom with Chat2.0
585
+
586
+ ## 5.0.31
587
+
588
+ - [patch] e44ad052:
589
+
590
+ - Updated LUI Icon and FancyIcon dependency
591
+
592
+ ## 5.0.30
593
+
594
+ - [patch] 5acd7e49:
595
+
596
+ - Updated DHL phone number
597
+
598
+ ## 5.0.29
599
+
600
+ - [patch] 84f81513:
601
+
602
+ Bumped dependency
603
+
604
+ - `@lendi-ui/breakpoint@^5.0.0`
605
+ - `@lendi-ui/grid@^4.0.0`
606
+
607
+ ## 5.0.28
608
+
609
+ - [patch] 10d087c2:
610
+
611
+ - Added `showTalkToExpectCta` prop to `<RenderMobileAction />` && Fixing missing files
612
+
613
+ ## 5.0.27
614
+
615
+ - [patch] a7c4c450:
616
+
617
+ - Fixing Build issue
618
+
619
+ ## 5.0.26
620
+
621
+ - [patch] bd190bb2:
622
+
623
+ - Added `showTalkToExpectCta` prop to `<RenderMobileAction />`
624
+
625
+ ## 5.0.25
626
+
627
+ - [patch] 08e6e8ce:
628
+
629
+ - Added alt on broker faces
630
+
631
+ ## 5.0.23
632
+
633
+ - patch [08e6e8ce]:
634
+
635
+ - Added alt to broker faces images
636
+
637
+ ## 5.0.23
638
+
639
+ - Updated dependencies [00632d1b]:
640
+ - @lendi/comm-panel@9.0.19
641
+
642
+ ## 5.0.22
643
+
644
+ - Updated dependencies [af775922]:
645
+ - @lendi/comm-panel@9.0.18
646
+
647
+ ## 5.0.21
648
+
649
+ - [patch] 12fc0fcb:
650
+
651
+ - Updated LUI Dependencies
652
+
653
+ ## 5.0.20
654
+
655
+ - [patch] abb79cbb:
656
+
657
+ - Updated LUI Dependency
658
+
659
+ ## 5.0.19
660
+
661
+ - Updated dependencies [677a777f]:
662
+ - @lendi/comm-panel@9.0.15
663
+
664
+ ## 5.0.18
665
+
666
+ - Updated dependencies [b75b773f]:
667
+ - @lendi/comm-panel@9.0.14
668
+
669
+ ## 5.0.17
670
+
671
+ - Updated dependencies [e68b487e]:
672
+ - @lendi/comm-panel@9.0.13
673
+
674
+ ## 5.0.16
675
+
676
+ - [patch] f6869cdc:
677
+
678
+ - Update Navbar
679
+
680
+ ## 5.0.15
681
+
682
+ - [patch] aad3baf0:
683
+
684
+ - Bug fix for DHL
685
+
686
+ ## 5.0.14
687
+
688
+ - [patch] 96f98552:
689
+
690
+ - Changed `path` trigger from session to theme
691
+
692
+ ## 5.0.13
693
+
694
+ - [patch] c7fc1333:
695
+
696
+ - Removed `path` from props.
697
+
698
+ ## 5.0.12
699
+
700
+ - [patch] 54e9c07b:
701
+
702
+ - Updated Domain Logo
703
+
704
+ - Updated dependencies [177f6678]:
705
+ - @lendi/comm-panel@9.0.10
706
+
707
+ ## 5.0.11
708
+
709
+ - [patch] f2a4df85:
710
+
711
+ - fix publish issue with navbar button text
712
+ - Update the text in login button
713
+
714
+ ## 5.0.10
715
+
716
+ - Updated dependencies [b0ce415]:
717
+ - @lendi/comm-panel@9.0.9
718
+
719
+ ## 5.0.9
720
+
721
+ - Updated dependencies [9acdc53]:
722
+ - @lendi/comm-panel@9.0.8
723
+
724
+ ## 5.0.8
725
+
726
+ - Updated dependencies [f3f1db5]:
727
+ - @lendi/comm-panel@9.0.7
728
+
729
+ ## 5.0.7
730
+
731
+ - [patch] 6057726:
732
+
733
+ - Update for GetBaseUrl
734
+
735
+ ## 5.0.6
736
+
737
+ - Updated dependencies [e08ebbc]:
738
+ - @lendi/comm-panel@9.0.5
739
+
740
+ ## 5.0.5
741
+
742
+ - Updated dependencies [fabb398]:
743
+ - @lendi/comm-panel@9.0.4
744
+
745
+ ## 5.0.4
746
+
747
+ - [patch] cb440b9:
748
+
749
+ - Updated Props
750
+
751
+ ## 5.0.3
752
+
753
+ - Updated dependencies [1eb78a0]:
754
+ - @lendi/comm-panel@9.0.3
755
+
756
+ ## 5.0.2
757
+
758
+ - [patch] 1955591:
759
+
760
+ - Bug Fixes & Improvements
761
+
762
+ ## 5.0.1
763
+
764
+ - [patch] ad9dc16:
765
+
766
+ - Bump Dependecy
767
+
768
+ ## 5.0.0
769
+
770
+ - [major] f5ede4f:
771
+
772
+ - Releasing Chat 1.2
773
+
774
+ ## 5.0.0
775
+
776
+ - [major] de17dea:
777
+
778
+ - Releasing CHAT-1.2
779
+
780
+ ## 4.5.2
781
+
782
+ - [patch] 9ce01f0:
783
+
784
+ - Updated dependecy: `@lendi/lala-react@9.0.0`
785
+
786
+ ## 4.5.1
787
+
788
+ - [patch] e54e2e6:
789
+
790
+ - Updating lala-react dependency
791
+
792
+ ## 4.5.0
793
+
794
+ - [minor] b4bfc59:
795
+
796
+ - feature: add application id for required document link (RD-872)
797
+
798
+ ## 4.4.0
799
+
800
+ - [minor] d0d3886:
801
+
802
+ - SUB-225 Full screen mode for mobile breakpoint
803
+
804
+ ## 4.3.10
805
+
806
+ - Updated dependencies [c9a2bb8]:
807
+ - @lendi/comm-panel@8.0.0
808
+
809
+ ## 4.3.9
810
+
811
+ - [patch] ee85942:
812
+
813
+ - Fix Analytics for Chat
814
+
815
+ ## 4.3.8
816
+
817
+ - [patch] d9f9281:
818
+
819
+ - Bugfix: SUB-229(set to read on first message)
820
+
821
+ ## 4.3.7
822
+
823
+ - [patch] 954a9d8:
824
+
825
+ - Updated comm-panel v7.0.5 with Bug fixes: SUB-211(long text wrapping) & SUB-229(set to read on first message)
826
+
827
+ ## 4.3.6
828
+
829
+ - [patch] 17aa901:
830
+
831
+ - Updating the Flag for Hiding Intercom
832
+
833
+ - [patch] c47af64:
834
+
835
+ - Using Intercom Attributes to shutdown Intercom
836
+
837
+ ## 4.3.5
838
+
839
+ - [patch] 58ccdf6:
840
+
841
+ - shutting down intercom instance setting hide_default_launcher to true
842
+
843
+ ## 4.3.4
844
+
845
+ - [patch] 861a81f:
846
+
847
+ - Optimised image on navbar
848
+
849
+ ## 4.3.3
850
+
851
+ - [patch] faea9a7:
852
+
853
+ - Updated yarn.lock following segment upgrade
854
+
855
+ - [patch] 3869855:
856
+
857
+ - Upgraded lendi/segment-tracking to latest
858
+
859
+ ## 4.3.2
860
+
861
+ - Updated dependencies [7c4671e]:
862
+ - @lendi/comm-panel@7.0.0
863
+
864
+ ## 4.3.1
865
+
866
+ - Updated dependencies [fe78145]:
867
+ - @lendi/comm-panel@6.0.0
868
+
869
+ ## 4.3.0
870
+
871
+ - [minor] 5231e92:
872
+
873
+ - commpanel@5.7.0
874
+
875
+ ## 4.2.2
876
+
877
+ - [patch] acd8295:
878
+
879
+ - UnReadMessage on Customer panel
880
+
881
+ ## 4.2.1
882
+
883
+ - [patch] 2e887f6:
884
+
885
+ - Update with Comm-Panelv5.5.6 - fixed Status issue on Customer panel
886
+
887
+ ## 4.2.0
888
+
889
+ - [minor] 95de353:
890
+
891
+ - Enable and Disable Intercom
892
+
893
+ ## 4.1.11
894
+
895
+ - [patch] a281ad0:
896
+
897
+ - hotfix to include env for JAM
898
+
899
+ ## 4.1.10
900
+
901
+ - [patch] 81f65e4:
902
+
903
+ - token might not be existed when user browse homepage
904
+
905
+ ## 4.1.9
906
+
907
+ - [patch] befb9c3:
908
+
909
+ - Bumped comms-panel
910
+
911
+ ## 4.1.8
912
+
913
+ - [patch] bfa2482:
914
+
915
+ - Updated with Comm-Panel and hotfix for TV summary to provide ChatUserStatusContext
916
+
917
+ ## 4.1.7
918
+
919
+ - [patch] a2c1e6f:
920
+
921
+ - hotfix-adding comm-panel 5.4.19
922
+
923
+ ## 4.1.6
924
+
925
+ - [patch] 1907a16:
926
+
927
+ - Updated with latest commpanel for release lendi chat bugs
928
+
929
+ ## 4.1.5
930
+
931
+ - [patch] c78057d:
932
+
933
+ - Updated lendi/comm-panel
934
+
935
+ ## 4.1.3
936
+
937
+ - [patch] 6f87a17:
938
+
939
+ - updated analytics events
940
+
941
+ ## 4.1.2
942
+
943
+ - [patch] e931c9f:
944
+
945
+ - Bump comms panel required version
946
+
947
+ ## 4.1.0
948
+
949
+ - [minor] 886a258:
950
+
951
+ - Update navbar to display whether a user has unread messages in chat
952
+
953
+ ## 4.0.5
954
+
955
+ - [patch] 94abdcb:
956
+
957
+ - Bump comms-panel version
958
+
959
+ ## 4.0.4
960
+
961
+ - [patch] e2fe374:
962
+
963
+ - some of process.env names like ENVIRONMENT and SENTRY_DSN are not consistent in FE apps, so added them all to comm-panel and navbar to resolve them to correct values until all FE team agreed on env names
964
+
965
+ ## 4.0.3
966
+
967
+ - [patch] cd5f3c2:
968
+
969
+ - update legacy base url and tooltip version
970
+
971
+ ## 4.0.2
972
+
973
+ - [patch] 0c35aae:
974
+
975
+ - consume lendi-chat for otherUser recipient so that we can show online status and read status
976
+
977
+ ## 4.0.1
978
+
979
+ - [patch] 118cb2f:
980
+
981
+ - updated with comm-panel^5.1.0
982
+
983
+ ## 4.0.0
984
+
985
+ - [major] be0129e:
986
+
987
+ - update broker type with auth me api return type
988
+
989
+ ## 3.0.0
990
+
991
+ - [major] 4575714:
992
+
993
+ - update navbar with get broker object from calling auth me api
994
+
995
+ ## 2.0.0
996
+
997
+ - [major] 6135068:
998
+
999
+ - Update simple navbar with comm panel with chat
1000
+
1001
+ ## 1.4.0
1002
+
1003
+ - [minor] 3c02273:
1004
+
1005
+ - Adding flags to show cta on simple navbar for A/B testing
1006
+
1007
+ ## 1.3.3
1008
+
1009
+ - [patch] ee897d2:
1010
+
1011
+ - Same button width for Simeple navbar
1012
+
1013
+ ## 1.3.2
1014
+
1015
+ - [patch] 79e530e:
1016
+
1017
+ - The Talk to an Expert and Sign Up/Continue buttons need to be the same size everywhere. Label change for Sign-in button.Multi-Multi without Home and About Us
1018
+
1019
+ ## 1.3.1
1020
+
1021
+ - [patch] d2ef26a:
1022
+
1023
+ - Forgot to bump last time - to reflect segment-tracking upgrade
1024
+
1025
+ ## 1.3.0
1026
+
1027
+ - [minor] 45b3119:
1028
+
1029
+ - Added optional support to show and hide Continue button for mega and multi navbar
1030
+
1031
+ ## 1.2.1
1032
+
1033
+ - [patch] 402d2d9:
1034
+
1035
+ - Just need to publish again to get broken images fixed.
1036
+
1037
+ ## 1.2.0
1038
+
1039
+ - [minor] d5045cf:
1040
+
1041
+ - Fixed logout on Simple navbar and added a flexibility to show Continue Action on CTP - special cases are Funnel1/2
1042
+
1043
+ ## 1.1.1
1044
+
1045
+ - [patch] 800de4f:
1046
+
1047
+ - Change Navbar build assets first
1048
+
1049
+ ## 1.1.0
1050
+
1051
+ - [minor] ea6aee8:
1052
+
1053
+ - add logout function to simple navbar
1054
+
1055
+ ## 1.0.4
1056
+
1057
+ - [patch] cd13b88:
1058
+
1059
+ - bumped segment tracking version to support server side rendered applications
1060
+
1061
+ ## [1.0.3] - 2019-11-29 - [HUB-710](https://creditandfinance.atlassian.net/browse/HUB-710)
1062
+
1063
+ ### Added
1064
+
1065
+ - added segment tracking to Navbar
1066
+
1067
+ ## [1.0.2] - 2019-12-02 - [Hotfix]
1068
+
1069
+ - exported types
1070
+
1071
+ ## [1.0.1] - 2019-11-26 - [HUB-665](https://creditandfinance.atlassian.net/browse/HUB-665)
1072
+
1073
+ ### Bugfix
1074
+
1075
+ - image assets are now copied into the dist folder
1076
+
1077
+ ## [1.0.0] - 2019-10-29 - [HUB-219](https://creditandfinance.atlassian.net/browse/HUB-219)
1078
+
1079
+ ### Created
1080
+
1081
+ - create @lendi/navbar component