@lendi/navbar 7.4.9 → 7.5.1-beta-2

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