@axos-web-dev/shared-components 1.0.100-feature-comparisonCTAs.1 → 1.0.100-lvf-menu.1
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/ATMLocator/ATMLocator.js +7 -1
- package/dist/ArticlesSet/ArticlesSet.js +2 -2
- package/dist/Auth/ErrorAlert.js +7 -1
- package/dist/Button/Button.js +7 -1
- package/dist/Calculators/Calculator.js +8 -2
- package/dist/Carousel/index.js +7 -1
- package/dist/Chatbot/Bubble.css.d.ts +2 -0
- package/dist/Chatbot/Bubble.css.js +7 -0
- package/dist/Chatbot/Bubble.d.ts +3 -0
- package/dist/Chatbot/Bubble.js +100 -0
- package/dist/Chatbot/Chat.d.ts +1 -0
- package/dist/Chatbot/Chat.js +165 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +18 -0
- package/dist/Chatbot/ChatWindow.css.js +39 -0
- package/dist/Chatbot/ChatWindow.d.ts +29 -0
- package/dist/Chatbot/ChatWindow.js +396 -0
- package/dist/Chatbot/Chatbot.css.d.ts +2 -0
- package/dist/Chatbot/Chatbot.css.js +7 -0
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
- package/dist/Chatbot/Chatbot.d.ts +5 -0
- package/dist/Chatbot/Chatbot.js +42 -0
- package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
- package/dist/Chatbot/EllipsisIcon.js +19 -0
- package/dist/Chatbot/authenticate.d.ts +3 -0
- package/dist/Chatbot/authenticate.js +16 -0
- package/dist/Chatbot/index.d.ts +9 -0
- package/dist/Chatbot/index.js +40 -0
- package/dist/Chatbot/store/chat.d.ts +9 -0
- package/dist/Chatbot/store/chat.js +11 -0
- package/dist/Chatbot/store/messages.d.ts +15 -0
- package/dist/Chatbot/store/messages.js +13 -0
- package/dist/Chatbot/useHeadlessChat.d.ts +26 -0
- package/dist/Chatbot/useHeadlessChat.js +195 -0
- package/dist/Chevron/index.js +7 -1
- package/dist/Comparison/Comparison.js +7 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +7 -1
- package/dist/FaqAccordion/index.js +7 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -1
- package/dist/Forms/ApplyNow.js +7 -1
- package/dist/Forms/ContactUsBusiness.js +7 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +7 -1
- package/dist/Forms/ContactUsLVF.js +2 -1
- package/dist/Forms/ContactUsNMLSId.js +7 -1
- package/dist/Forms/CraPublicFile.js +7 -1
- package/dist/Forms/EmailOnly.js +7 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +7 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +7 -1
- package/dist/Forms/MortgageWarehouseLending.js +7 -1
- package/dist/Forms/SuccesForm.js +8 -2
- package/dist/Hyperlink/index.js +7 -1
- package/dist/ImageLink/ImageLink.js +7 -1
- package/dist/ImageLink/ImageLinkSet.js +7 -1
- package/dist/ImageLink/index.js +7 -1
- package/dist/Insight/Featured/CategorySelector.js +7 -1
- package/dist/Insight/Featured/Featured.js +7 -1
- package/dist/Insight/Featured/Header.js +7 -1
- package/dist/Modal/Modal.js +7 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +7 -1
- package/dist/NavigationMenu/AxosALTS/index.js +7 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +0 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +7 -7
- package/dist/NavigationMenu/AxosBank/NavData.js +7 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +7 -19
- package/dist/NavigationMenu/AxosBank/index.js +7 -1
- package/dist/NavigationMenu/LaVictoire/NavData.js +7 -1
- package/dist/NavigationMenu/LaVictoire/index.js +7 -1
- package/dist/NavigationMenu/NavDataJson.js +7 -1
- package/dist/NavigationMenu/Navbar.js +7 -1
- package/dist/NavigationMenu/SignInNavButton.js +7 -1
- package/dist/SetContainer/SetContainer.js +7 -1
- package/dist/SocialMediaBar/iconsRepository.js +7 -1
- package/dist/VideoTile/VideoTile.js +7 -1
- package/dist/VideoWrapper/index.js +7 -1
- package/dist/assets/Chatbot/Bubble.css +51 -0
- package/dist/assets/Chatbot/ChatWindow.css +213 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +37 -0
- package/package.json +5 -2
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
._13n1jqk0 {
|
|
2
|
+
background: #FFF;
|
|
3
|
+
border-radius: 10px;
|
|
4
|
+
bottom: 100px;
|
|
5
|
+
box-shadow: -4px -4px 60px 5px rgba(0, 0, 0, 0.3);
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
height: min(calc(100vh - 112px), 560px);
|
|
9
|
+
max-width: 100%;
|
|
10
|
+
outline: none;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
position: fixed;
|
|
13
|
+
right: 24px;
|
|
14
|
+
transform: translate(calc(0px - 64px / 2), calc(64px / 2 + 24px)) scale(0);
|
|
15
|
+
transition: transform 0.3s, visibility 0.3s;
|
|
16
|
+
transform-origin: bottom right;
|
|
17
|
+
width: min(calc(100vw - 50px), 350px);
|
|
18
|
+
z-index: 10000;
|
|
19
|
+
}
|
|
20
|
+
._13n1jqk1 {
|
|
21
|
+
transform: translate(0px) scale(1);
|
|
22
|
+
transition: transform 0.3s;
|
|
23
|
+
visibility: visible;
|
|
24
|
+
}
|
|
25
|
+
._13n1jqk2 {
|
|
26
|
+
align-items: center;
|
|
27
|
+
background-color: #14263d;
|
|
28
|
+
display: flex;
|
|
29
|
+
justify-content: space-between;
|
|
30
|
+
min-height: 50px;
|
|
31
|
+
padding-inline: 18px;
|
|
32
|
+
}
|
|
33
|
+
._1hpv6vm1 ._13n1jqk2 {
|
|
34
|
+
background-color: #60707A;
|
|
35
|
+
}
|
|
36
|
+
._13n1jqk3 {
|
|
37
|
+
color: #FFF;
|
|
38
|
+
font: 700 18px/1.5 var(--header-font-family);
|
|
39
|
+
line-height: 1.15;
|
|
40
|
+
}
|
|
41
|
+
._13n1jqk4 {
|
|
42
|
+
background: transparent;
|
|
43
|
+
border: none;
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
line-height: 1;
|
|
46
|
+
margin-left: 8px;
|
|
47
|
+
padding: 0;
|
|
48
|
+
}
|
|
49
|
+
._13n1jqk5 {
|
|
50
|
+
fill: #98DDFF;
|
|
51
|
+
}
|
|
52
|
+
._1hpv6vm1 ._13n1jqk5 {
|
|
53
|
+
fill: #FFFFFF;
|
|
54
|
+
}
|
|
55
|
+
._13n1jqk6 {
|
|
56
|
+
border: none;
|
|
57
|
+
color: #1F1F1F;
|
|
58
|
+
flex: 1;
|
|
59
|
+
font-family: var(--header-font-family);
|
|
60
|
+
font-size: 13px;
|
|
61
|
+
opacity: 0.7;
|
|
62
|
+
outline: none;
|
|
63
|
+
padding: 20px 0 20px 20px;
|
|
64
|
+
}
|
|
65
|
+
._13n1jqk6::placeholder {
|
|
66
|
+
color: rgba(31,31,31,.38);
|
|
67
|
+
}
|
|
68
|
+
._1hpv6vm1 ._13n1jqk6 {
|
|
69
|
+
font-family: var(--main-font-family);
|
|
70
|
+
}
|
|
71
|
+
._1hpv6vm1 ._13n1jqk6::placeholder {
|
|
72
|
+
color: rgba(31,31,31,.58);
|
|
73
|
+
}
|
|
74
|
+
._13n1jqk7 {
|
|
75
|
+
padding-inline: 20px;
|
|
76
|
+
background: #fafafa;
|
|
77
|
+
border: none;
|
|
78
|
+
}
|
|
79
|
+
._13n1jqk7:hover {
|
|
80
|
+
background: #E9F8FF;
|
|
81
|
+
cursor: pointer;
|
|
82
|
+
}
|
|
83
|
+
._1hpv6vm1 ._13n1jqk7:hover {
|
|
84
|
+
background: #eae8e8;
|
|
85
|
+
}
|
|
86
|
+
._13n1jqk7 svg {
|
|
87
|
+
fill: rgba(31,31,31,.38);
|
|
88
|
+
}
|
|
89
|
+
._13n1jqk7.active svg {
|
|
90
|
+
fill: #1e3860;
|
|
91
|
+
}
|
|
92
|
+
._1hpv6vm1 ._13n1jqk7.active svg {
|
|
93
|
+
fill: #e18357;
|
|
94
|
+
}
|
|
95
|
+
._13n1jqk8 {
|
|
96
|
+
background: #f9f9f9;
|
|
97
|
+
display: flex;
|
|
98
|
+
flex: 1;
|
|
99
|
+
flex-direction: column;
|
|
100
|
+
gap: 8px;
|
|
101
|
+
overflow-y: auto;
|
|
102
|
+
padding: 1rem;
|
|
103
|
+
scrollbar-color: #ccc transparent;
|
|
104
|
+
}
|
|
105
|
+
._13n1jqk9 {
|
|
106
|
+
color: #888;
|
|
107
|
+
font-size: 10px;
|
|
108
|
+
margin-bottom: 4px;
|
|
109
|
+
text-align: center;
|
|
110
|
+
}
|
|
111
|
+
._13n1jqka {
|
|
112
|
+
border-radius: 8px;
|
|
113
|
+
margin-bottom: 8px;
|
|
114
|
+
max-width: 93%;
|
|
115
|
+
padding: 8px 12px;
|
|
116
|
+
}
|
|
117
|
+
._13n1jqka ul {
|
|
118
|
+
padding-left: 24px;
|
|
119
|
+
}
|
|
120
|
+
._13n1jqkb {
|
|
121
|
+
border: 1px solid #ddd;
|
|
122
|
+
border-radius: 8px;
|
|
123
|
+
box-shadow: 0 1px 4px #b3e0ff55;
|
|
124
|
+
display: flex;
|
|
125
|
+
flex-direction: column;
|
|
126
|
+
margin-bottom: 8px;
|
|
127
|
+
}
|
|
128
|
+
._13n1jqkc {
|
|
129
|
+
font-size: 12px;
|
|
130
|
+
text-align: left;
|
|
131
|
+
background: #fff;
|
|
132
|
+
color: #1e3860;
|
|
133
|
+
cursor: pointer;
|
|
134
|
+
}
|
|
135
|
+
._13n1jqkc:hover {
|
|
136
|
+
background: #f0f0f0;
|
|
137
|
+
}
|
|
138
|
+
._1hpv6vm1 ._13n1jqkc {
|
|
139
|
+
color: #323339;
|
|
140
|
+
}
|
|
141
|
+
._13n1jqkd {
|
|
142
|
+
background: #1e629a;
|
|
143
|
+
border: none;
|
|
144
|
+
color: #fff;
|
|
145
|
+
cursor: pointer;
|
|
146
|
+
font-size: 12px;
|
|
147
|
+
padding: 6px 12px;
|
|
148
|
+
border-radius: 4px;
|
|
149
|
+
text-align: center;
|
|
150
|
+
}
|
|
151
|
+
._13n1jqkd:hover {
|
|
152
|
+
opacity: 0.8;
|
|
153
|
+
}
|
|
154
|
+
._1hpv6vm1 ._13n1jqkd {
|
|
155
|
+
background: #e18357;
|
|
156
|
+
color: #323339;
|
|
157
|
+
}
|
|
158
|
+
._13n1jqke {
|
|
159
|
+
position: absolute;
|
|
160
|
+
top: 40px;
|
|
161
|
+
right: 25px;
|
|
162
|
+
background: #14263d;
|
|
163
|
+
padding: 0;
|
|
164
|
+
border-radius: 8px;
|
|
165
|
+
list-style: none;
|
|
166
|
+
margin: 0;
|
|
167
|
+
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
|
|
168
|
+
overflow: hidden;
|
|
169
|
+
_1hpv6vm1 & {
|
|
170
|
+
background: #e18357;
|
|
171
|
+
color: #323339;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
._13n1jqkf {
|
|
175
|
+
color: #fff;
|
|
176
|
+
border-bottom: 1px solid #1f2d3e;
|
|
177
|
+
padding: 2px 12px;
|
|
178
|
+
cursor: pointer;
|
|
179
|
+
font-size: 12px;
|
|
180
|
+
}
|
|
181
|
+
._13n1jqkf:last-child {
|
|
182
|
+
border-bottom: none;
|
|
183
|
+
}
|
|
184
|
+
._13n1jqkf:hover {
|
|
185
|
+
background: #1f2d3e;
|
|
186
|
+
}
|
|
187
|
+
._1hpv6vm1 ._13n1jqkf {
|
|
188
|
+
background: #e18357;
|
|
189
|
+
color: #323339;
|
|
190
|
+
}
|
|
191
|
+
._13n1jqkf button {
|
|
192
|
+
background: transparent;
|
|
193
|
+
border: none;
|
|
194
|
+
color: inherit;
|
|
195
|
+
cursor: pointer;
|
|
196
|
+
}
|
|
197
|
+
._13n1jqkg {
|
|
198
|
+
font-size: 10px;
|
|
199
|
+
text-align: center;
|
|
200
|
+
margin-bottom: 8px;
|
|
201
|
+
margin-top: 8px;
|
|
202
|
+
color: #1e3860;
|
|
203
|
+
}
|
|
204
|
+
._1hpv6vm1 ._13n1jqkg {
|
|
205
|
+
color: #323339;
|
|
206
|
+
}
|
|
207
|
+
._13n1jqkh {
|
|
208
|
+
display: flex;
|
|
209
|
+
flex-direction: column;
|
|
210
|
+
align-items: center;
|
|
211
|
+
justify-content: center;
|
|
212
|
+
padding: 0 1rem;
|
|
213
|
+
}
|
package/dist/main.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * from './Calculators/MarginTradingCalculator';
|
|
|
20
20
|
export * from './Calculators/MonthlyPaymentCalculator';
|
|
21
21
|
export * from './CallToActionBar';
|
|
22
22
|
export * from './Carousel';
|
|
23
|
+
export * from './Chatbot';
|
|
23
24
|
export * from './Chevron';
|
|
24
25
|
export * from './CollectInformationAlert';
|
|
25
26
|
export * from './Comparison';
|
package/dist/main.js
CHANGED
|
@@ -37,6 +37,15 @@ import { MonthlyPaymentLVFCalculator } from "./Calculators/MonthlyPaymentLVFCalc
|
|
|
37
37
|
import { SummitApyCalculator } from "./Calculators/SummitApyCalculator/index.js";
|
|
38
38
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
39
39
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
40
|
+
import { Bubble } from "./Chatbot/Bubble.js";
|
|
41
|
+
import { bubbleWrapper, svgFill } from "./Chatbot/Bubble.css.js";
|
|
42
|
+
import { Chatbot } from "./Chatbot/Chatbot.js";
|
|
43
|
+
import { chatbotAXB, chatbotUFB } from "./Chatbot/Chatbot.css.js";
|
|
44
|
+
import { ChatWindow } from "./Chatbot/ChatWindow.js";
|
|
45
|
+
import { arrowFill, button_reset, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, messageStyle, messagesContainerStyle, notificationStyle, sendButtonStyle, windowBarStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
|
|
46
|
+
import { useOpenChat } from "./Chatbot/store/chat.js";
|
|
47
|
+
import { useMessages } from "./Chatbot/store/messages.js";
|
|
48
|
+
import { useHeadlessChat } from "./Chatbot/useHeadlessChat.js";
|
|
40
49
|
import { Chevron } from "./Chevron/index.js";
|
|
41
50
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
42
51
|
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
@@ -235,6 +244,7 @@ export {
|
|
|
235
244
|
BalanceAPYCalculator,
|
|
236
245
|
Blockquote,
|
|
237
246
|
BreadcumbHeader,
|
|
247
|
+
Bubble,
|
|
238
248
|
BulletItem,
|
|
239
249
|
Button,
|
|
240
250
|
BuyDownCalculator,
|
|
@@ -243,6 +253,8 @@ export {
|
|
|
243
253
|
Carousel,
|
|
244
254
|
CarouselSlide,
|
|
245
255
|
CategorySelector,
|
|
256
|
+
ChatWindow,
|
|
257
|
+
Chatbot,
|
|
246
258
|
default5 as CheckCircle,
|
|
247
259
|
default6 as CheckCircleLight,
|
|
248
260
|
default7 as CheckIcon,
|
|
@@ -399,6 +411,7 @@ export {
|
|
|
399
411
|
apply_now_form,
|
|
400
412
|
apy_billboard,
|
|
401
413
|
apy_table,
|
|
414
|
+
arrowFill,
|
|
402
415
|
associatedEmail,
|
|
403
416
|
award_company,
|
|
404
417
|
award_item,
|
|
@@ -432,8 +445,10 @@ export {
|
|
|
432
445
|
bs_section,
|
|
433
446
|
bs_topic,
|
|
434
447
|
bs_wrapper,
|
|
448
|
+
bubbleWrapper,
|
|
435
449
|
bullet_details,
|
|
436
450
|
button,
|
|
451
|
+
button_reset,
|
|
437
452
|
buttons,
|
|
438
453
|
calculator,
|
|
439
454
|
calculator_description,
|
|
@@ -442,6 +457,13 @@ export {
|
|
|
442
457
|
center_center,
|
|
443
458
|
center_left,
|
|
444
459
|
center_right,
|
|
460
|
+
chatFinishDialog,
|
|
461
|
+
chatNetworkStatus,
|
|
462
|
+
chat_title,
|
|
463
|
+
chatbotAXB,
|
|
464
|
+
chatbotMenu,
|
|
465
|
+
chatbotMenuItem,
|
|
466
|
+
chatbotUFB,
|
|
445
467
|
checkbox_group,
|
|
446
468
|
columnValues,
|
|
447
469
|
comparison,
|
|
@@ -468,6 +490,7 @@ export {
|
|
|
468
490
|
dp_input,
|
|
469
491
|
dropdown,
|
|
470
492
|
dynPH,
|
|
493
|
+
endChatButtonStyle,
|
|
471
494
|
error_alert,
|
|
472
495
|
error_alert_content,
|
|
473
496
|
error_close_button,
|
|
@@ -569,8 +592,11 @@ export {
|
|
|
569
592
|
image_inner_wrapper,
|
|
570
593
|
img_area,
|
|
571
594
|
img_contents,
|
|
595
|
+
inline_button,
|
|
596
|
+
inline_button_wrapper,
|
|
572
597
|
inline_container,
|
|
573
598
|
input,
|
|
599
|
+
inputStyle,
|
|
574
600
|
insight_header,
|
|
575
601
|
insight_header_2,
|
|
576
602
|
insight_header_3,
|
|
@@ -607,6 +633,8 @@ export {
|
|
|
607
633
|
mb_8,
|
|
608
634
|
mb_form,
|
|
609
635
|
media,
|
|
636
|
+
messageStyle,
|
|
637
|
+
messagesContainerStyle,
|
|
610
638
|
mh_330,
|
|
611
639
|
modalCheckboxContainer,
|
|
612
640
|
modalMobile,
|
|
@@ -617,6 +645,7 @@ export {
|
|
|
617
645
|
mw24,
|
|
618
646
|
na_cursor,
|
|
619
647
|
nested_grid,
|
|
648
|
+
notificationStyle,
|
|
620
649
|
ol,
|
|
621
650
|
one_row,
|
|
622
651
|
padding,
|
|
@@ -661,6 +690,7 @@ export {
|
|
|
661
690
|
selection_section_content,
|
|
662
691
|
selection_section_icon,
|
|
663
692
|
selection_section_icon_img,
|
|
693
|
+
sendButtonStyle,
|
|
664
694
|
separator,
|
|
665
695
|
set_container,
|
|
666
696
|
set_container_cols,
|
|
@@ -684,6 +714,7 @@ export {
|
|
|
684
714
|
success_icon,
|
|
685
715
|
success_wrap,
|
|
686
716
|
supertag,
|
|
717
|
+
svgFill,
|
|
687
718
|
svg_fill,
|
|
688
719
|
svg_icon,
|
|
689
720
|
svg_logo,
|
|
@@ -719,6 +750,9 @@ export {
|
|
|
719
750
|
up_to,
|
|
720
751
|
url_row,
|
|
721
752
|
useGlobalContext,
|
|
753
|
+
useHeadlessChat,
|
|
754
|
+
useMessages,
|
|
755
|
+
useOpenChat,
|
|
722
756
|
user_buttons,
|
|
723
757
|
user_card,
|
|
724
758
|
user_container,
|
|
@@ -734,6 +768,9 @@ export {
|
|
|
734
768
|
video_title,
|
|
735
769
|
vidyard_height,
|
|
736
770
|
w_100,
|
|
771
|
+
windowBarStyle,
|
|
772
|
+
windowOpenStyle,
|
|
773
|
+
windowStyle,
|
|
737
774
|
wrapper,
|
|
738
775
|
x_input,
|
|
739
776
|
xc_input
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axos-web-dev/shared-components",
|
|
3
3
|
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "1.0.100-
|
|
4
|
+
"version": "1.0.100-lvf-menu.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -35,7 +35,9 @@
|
|
|
35
35
|
"@react-input/number-format": "^1.1.3",
|
|
36
36
|
"@storybook/icons": "^1.3.0",
|
|
37
37
|
"@storybook/preview-api": "^8.4.7",
|
|
38
|
+
"@ts-stack/markdown": "^1.5.0",
|
|
38
39
|
"@types/iframe-resizer": "3.5.13",
|
|
40
|
+
"@ujet/websdk-headless": "^3.41.4",
|
|
39
41
|
"@vanilla-extract/css": "^1.16.1",
|
|
40
42
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
41
43
|
"antd": "^5.22.5",
|
|
@@ -48,11 +50,12 @@
|
|
|
48
50
|
"react-date-picker": "^11.0.0",
|
|
49
51
|
"react-date-range": "^2.0.1",
|
|
50
52
|
"react-hook-form": "^7.54.2",
|
|
51
|
-
"react-markdown": "^9.0
|
|
53
|
+
"react-markdown": "^9.1.0",
|
|
52
54
|
"react-popper": "^2.3.0",
|
|
53
55
|
"react-slick": "^0.30.2",
|
|
54
56
|
"react-use": "^17.6.0",
|
|
55
57
|
"react-wrap-balancer": "^1.1.1",
|
|
58
|
+
"remark-gfm": "^4.0.1",
|
|
56
59
|
"rsuite": "^5.75.0",
|
|
57
60
|
"slick-carousel": "^1.8.1",
|
|
58
61
|
"typed-css-modules": "^0.9.1",
|