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