@axos-web-dev/shared-components 1.0.100-dev.55 → 1.0.100-dev.57

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 (182) hide show
  1. package/dist/ATMLocator/ATMLocator.js +2 -4
  2. package/dist/Accordion/Accordion.css.js +1 -2
  3. package/dist/Accordion/Accordion.js +1 -2
  4. package/dist/AlertBanner/index.js +1 -2
  5. package/dist/Article/Article.css.js +1 -2
  6. package/dist/ArticlesSet/ArticlesSet.css.js +1 -2
  7. package/dist/Auth/ErrorAlert.js +2 -4
  8. package/dist/Auth/SignIn.css.js +1 -2
  9. package/dist/AwardsBanner/AwardsBanner.css.js +1 -2
  10. package/dist/Blockquote/Blockquote.module.js +3 -3
  11. package/dist/BulletItem/BulletItem.js +1 -2
  12. package/dist/Button/Button.css.js +1 -2
  13. package/dist/Button/Button.js +2 -4
  14. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +1 -2
  15. package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +1 -2
  16. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +2 -0
  17. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +7 -3
  18. package/dist/Calculators/AxosOneCalculator/index.js +72 -66
  19. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js +1 -2
  20. package/dist/Calculators/BalanceAPYCalculator/index.js +1 -2
  21. package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +1 -2
  22. package/dist/Calculators/Calculator.js +2 -4
  23. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +1 -2
  24. package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js +1 -2
  25. package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js +1 -2
  26. package/dist/Calculators/SummitApyCalculator/index.js +1 -2
  27. package/dist/Calculators/calculator.css.js +1 -2
  28. package/dist/CallToActionBar/CallToActionBar.css.js +1 -2
  29. package/dist/Carousel/Carousel.css.js +1 -2
  30. package/dist/Carousel/index.js +2 -4
  31. package/dist/Chatbot/Bubble.css.d.ts +0 -4
  32. package/dist/Chatbot/Bubble.css.js +3 -15
  33. package/dist/Chatbot/Bubble.js +19 -26
  34. package/dist/Chatbot/ChatWindow.css.d.ts +0 -17
  35. package/dist/Chatbot/ChatWindow.css.js +17 -46
  36. package/dist/Chatbot/ChatWindow.d.ts +1 -4
  37. package/dist/Chatbot/ChatWindow.js +283 -322
  38. package/dist/Chatbot/Chatbot.css.js +1 -1
  39. package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
  40. package/dist/Chatbot/Chatbot.js +5 -32
  41. package/dist/Chatbot/index.js +2 -18
  42. package/dist/Chatbot/store/chat.d.ts +0 -3
  43. package/dist/Chatbot/store/chat.js +1 -4
  44. package/dist/Chatbot/store/messages.d.ts +1 -1
  45. package/dist/Chatbot/store/messages.js +2 -7
  46. package/dist/Chevron/Chevron.css.js +1 -2
  47. package/dist/Chevron/index.js +2 -4
  48. package/dist/CollectInformationAlert/CollectInformationAlert.css.js +1 -2
  49. package/dist/CollectInformationAlert/index.js +1 -2
  50. package/dist/Comparison/Comparison.css.js +1 -2
  51. package/dist/Comparison/Comparison.js +2 -4
  52. package/dist/ContentBanner/ContentBanner.css.js +1 -2
  53. package/dist/DownloadTile/DownloadTile.css.js +1 -2
  54. package/dist/ExecutiveBio/ExecutiveBio.css.js +1 -2
  55. package/dist/ExecutiveBio/ExecutiveBio.js +2 -4
  56. package/dist/FaqAccordion/FaqAccordion.css.js +1 -2
  57. package/dist/FaqAccordion/index.js +2 -4
  58. package/dist/FooterDisclosure/LVF/LaVictorieFooter.css.js +1 -2
  59. package/dist/FooterDisclosure/LVF/LaVictorieFooter.js +1 -2
  60. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.css.js +1 -2
  61. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -4
  62. package/dist/Forms/ApplicationStart.js +1 -2
  63. package/dist/Forms/ApplyNow.js +2 -4
  64. package/dist/Forms/ClearingForm.js +1 -2
  65. package/dist/Forms/CommercialDeposits.js +1 -2
  66. package/dist/Forms/CommercialDepositsNoLendingOption.js +1 -2
  67. package/dist/Forms/CommercialLending.js +1 -2
  68. package/dist/Forms/CommercialPremiumFinance.js +1 -2
  69. package/dist/Forms/ContactCompany.js +1 -2
  70. package/dist/Forms/ContactCompanyTitle.js +1 -2
  71. package/dist/Forms/ContactUs.js +1 -2
  72. package/dist/Forms/ContactUsAAS.js +1 -2
  73. package/dist/Forms/ContactUsBusiness.js +2 -4
  74. package/dist/Forms/ContactUsBusinessNameEmail.js +2 -4
  75. package/dist/Forms/ContactUsLVF.js +1 -2
  76. package/dist/Forms/ContactUsNMLSId.js +2 -4
  77. package/dist/Forms/CpraRequest.js +1 -2
  78. package/dist/Forms/CraPublicFile.js +2 -4
  79. package/dist/Forms/DealerServices.js +1 -2
  80. package/dist/Forms/EmailOnly.js +2 -4
  81. package/dist/Forms/EmailUs.js +1 -2
  82. package/dist/Forms/Forms.css.js +1 -2
  83. package/dist/Forms/MortgageRate/MortgageRateForm.js +2 -4
  84. package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -4
  85. package/dist/Forms/MortgageWarehouseLending.js +2 -4
  86. package/dist/Forms/QuickPricer/QuickPricerForm.js +1 -2
  87. package/dist/Forms/QuickPricer/UserInformation.css.js +1 -2
  88. package/dist/Forms/ScheduleCall.js +1 -2
  89. package/dist/Forms/ScheduleCallPremier.js +1 -2
  90. package/dist/Forms/SuccesForm.js +2 -4
  91. package/dist/Forms/WcplSurvey.js +1 -2
  92. package/dist/HeroBanner/HeroBanner.css.js +1 -2
  93. package/dist/HeroBanner/HeroBanner.js +1 -2
  94. package/dist/HeroBanner/LargeBanner.css.js +1 -2
  95. package/dist/HeroBanner/SelectionBanner.css.js +1 -2
  96. package/dist/Hyperlink/Hyperlink.css.js +1 -2
  97. package/dist/Hyperlink/index.js +2 -4
  98. package/dist/IconBillboard/IconBillboard.css.js +1 -2
  99. package/dist/ImageBillboard/ImageBillboard.css.js +1 -2
  100. package/dist/ImageBillboard/ImageBillboard.js +1 -2
  101. package/dist/ImageBillboard/ImageBillboardSet.js +1 -2
  102. package/dist/ImageLink/ImageLink.js +2 -4
  103. package/dist/ImageLink/ImageLinkSet.js +2 -4
  104. package/dist/ImageLink/index.js +2 -4
  105. package/dist/Input/Input.css.js +1 -2
  106. package/dist/Inputs/Input.css.js +1 -2
  107. package/dist/Insight/Featured/CategorySelector.css.js +1 -2
  108. package/dist/Insight/Featured/CategorySelector.js +2 -4
  109. package/dist/Insight/Featured/Featured.js +2 -4
  110. package/dist/Insight/Featured/Header.js +2 -4
  111. package/dist/Interstitial/Interstitial-variants.css.js +1 -2
  112. package/dist/LandingPageHeader/LandingPageHeader.css.js +1 -2
  113. package/dist/LandingPageHeader/LandingPageHeader.js +1 -2
  114. package/dist/MainHTML/index.d.ts +1 -1
  115. package/dist/MainHTML/index.js +1 -3
  116. package/dist/Modal/Modal.css.js +1 -2
  117. package/dist/Modal/Modal.js +2 -4
  118. package/dist/Modal/contextApi/store.js +1 -1
  119. package/dist/NavigationMenu/AxosALTS/NavBar.css.js +1 -2
  120. package/dist/NavigationMenu/AxosALTS/NavData.js +2 -4
  121. package/dist/NavigationMenu/AxosALTS/index.js +2 -4
  122. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +1 -2
  123. package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +1 -2
  124. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +1 -2
  125. package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +1 -2
  126. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +2 -4
  127. package/dist/NavigationMenu/AxosBank/NavBar.css.js +1 -2
  128. package/dist/NavigationMenu/AxosBank/NavData.js +2 -4
  129. package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -4
  130. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +1 -2
  131. package/dist/NavigationMenu/AxosBank/index.js +2 -4
  132. package/dist/NavigationMenu/LaVictoire/NavData.js +2 -4
  133. package/dist/NavigationMenu/LaVictoire/index.js +2 -4
  134. package/dist/NavigationMenu/NavDataJson.js +2 -4
  135. package/dist/NavigationMenu/Navbar.js +2 -4
  136. package/dist/NavigationMenu/SignInNavButton.js +2 -4
  137. package/dist/PageNavItem/PageNavItem.css.js +1 -2
  138. package/dist/Pagination/Pagination.js +1 -2
  139. package/dist/SecondaryFooter/SecondaryFooter.css.js +1 -2
  140. package/dist/SetContainer/SetContainer.css.js +1 -2
  141. package/dist/SetContainer/SetContainer.js +2 -4
  142. package/dist/SocialMediaBar/iconsRepository.js +2 -4
  143. package/dist/StepItem/StepItem.css.js +1 -2
  144. package/dist/StepItemSet/StepItemSet.css.js +1 -2
  145. package/dist/StepItemSet/StepItemSet.js +1 -2
  146. package/dist/Tab/Tab.css.js +1 -2
  147. package/dist/Table/Table.css.js +1 -2
  148. package/dist/Table/Table.js +1 -2
  149. package/dist/TextBlock/TextBlock.css.js +1 -2
  150. package/dist/VideoTile/VideoTile.css.js +1 -2
  151. package/dist/VideoTile/VideoTile.js +2 -4
  152. package/dist/VideoWrapper/index.js +2 -4
  153. package/dist/assets/Blockquote/Blockquote.css.css +72 -72
  154. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +40 -2
  155. package/dist/assets/Chatbot/Bubble.css +21 -58
  156. package/dist/assets/Chatbot/ChatWindow.css +83 -208
  157. package/dist/assets/DownloadTile/DownloadTile.css +1 -1
  158. package/dist/assets/Insight/Insight.css +2 -2
  159. package/dist/assets/themes/axos.css +0 -11
  160. package/dist/assets/themes/premier.css +0 -11
  161. package/dist/assets/themes/victorie.css +0 -11
  162. package/dist/icons/ArrowIcon/ArrowIcon.css.js +1 -2
  163. package/dist/icons/CheckIcon/CheckIcon.css.js +1 -2
  164. package/dist/icons/DownloadIcon/DownloadIcon.css.js +1 -2
  165. package/dist/icons/FollowIcon/FollowIcon.css.js +1 -2
  166. package/dist/main.js +2 -20
  167. package/dist/themes/axos.css.d.ts +0 -17
  168. package/dist/themes/axos.css.js +1 -1
  169. package/dist/themes/index.d.ts +0 -1
  170. package/dist/themes/index.js +0 -2
  171. package/package.json +136 -136
  172. package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +0 -3
  173. package/dist/Chatbot/AnimatedGradientBorder.css.js +0 -13
  174. package/dist/Chatbot/ChatbotMessage.d.ts +0 -16
  175. package/dist/Chatbot/ChatbotMessage.js +0 -215
  176. package/dist/Chatbot/ThankYouMessage.d.ts +0 -9
  177. package/dist/Chatbot/ThankYouMessage.js +0 -510
  178. package/dist/assets/Chatbot/AnimatedGradientBorder.css +0 -37
  179. package/dist/assets/Chatbot/Chatbot.css +0 -3
  180. package/dist/assets/themes/ufb.css +0 -51
  181. package/dist/themes/ufb.css.d.ts +0 -1
  182. package/dist/themes/ufb.css.js +0 -6
@@ -1,15 +1,7 @@
1
- @keyframes _13n1jqku {
2
- 0% {
3
- background-position: -200% 0;
4
- }
5
- 100% {
6
- background-position: 200% 0;
7
- }
8
- }
9
1
  ._13n1jqk0 {
10
- background: var(--_1073cm817);
2
+ background: #FFF;
11
3
  border-radius: 10px;
12
- bottom: 16px;
4
+ bottom: 100px;
13
5
  box-shadow: -4px -4px 60px 5px rgba(0, 0, 0, 0.3);
14
6
  display: flex;
15
7
  flex-direction: column;
@@ -18,7 +10,7 @@
18
10
  outline: none;
19
11
  overflow: hidden;
20
12
  position: fixed;
21
- right: 16px;
13
+ right: 24px;
22
14
  transform: translate(calc(0px - 64px / 2), calc(64px / 2 + 24px)) scale(0);
23
15
  transition: transform 0.3s, visibility 0.3s;
24
16
  transform-origin: bottom right;
@@ -32,102 +24,82 @@
32
24
  }
33
25
  ._13n1jqk2 {
34
26
  align-items: center;
35
- background-color: var(--_1073cm817);
36
- display: grid;
37
- grid-template-columns: 40px auto max-content;
38
- min-height: 50px;
39
- color: var(--_1073cm819);
40
- padding: 20px 24px;
41
- gap: 8px;
42
- }
43
- ._13n1jqk4 {
44
- color: var(--_1073cm819);
45
- font-weight: 700;
46
- font-size: 18px;
47
- line-height: 1.5;
48
- }
49
- ._13n1jqk5 {
27
+ background-color: #14263d;
50
28
  display: flex;
51
- align-items: center;
52
- gap: 8px;
53
- }
54
- ._13n1jqk6 {
55
- width: 32px;
56
- height: 32px;
57
- border-radius: 50%;
58
- background: #F7F7F7;
59
- padding: 7px;
60
- display: flex;
61
- justify-content: center;
62
- align-items: center;
29
+ justify-content: space-between;
30
+ min-height: 50px;
31
+ padding-inline: 18px;
63
32
  }
64
- ._13n1jqk6:hover {
65
- background: #0000000f;
66
- cursor: pointer;
33
+ ._1hpv6vm1 ._13n1jqk2 {
34
+ background-color: #60707A;
67
35
  }
68
- button:has(span:hover) ._13n1jqk6 {
69
- background: #0000000f;
70
- cursor: pointer;
36
+ ._13n1jqk3 {
37
+ color: #FFF;
38
+ font: 700 18px/1.5 var(--header-font-family);
39
+ line-height: 1.15;
71
40
  }
72
- ._13n1jqk7 {
41
+ ._13n1jqk4 {
42
+ background: transparent;
73
43
  border: none;
74
44
  cursor: pointer;
75
45
  line-height: 1;
76
46
  margin-left: 8px;
77
47
  padding: 0;
78
48
  }
79
- ._13n1jqk7 >:first-child {
80
- display: block;
81
- }
82
- ._13n1jqk7 > :last-child {
83
- display: none;
49
+ ._13n1jqk5 {
50
+ fill: #98DDFF;
84
51
  }
85
- ._13n1jqk8 {
86
- fill: var(--_1073cm819);
87
- color: var(--_1073cm819);
52
+ ._1hpv6vm1 ._13n1jqk5 {
53
+ fill: #FFFFFF;
88
54
  }
89
- ._13n1jqk9 {
55
+ ._13n1jqk6 {
90
56
  border: none;
91
57
  color: #1F1F1F;
92
- flex: 1 0 0;
58
+ flex: 1;
59
+ font-family: var(--header-font-family);
93
60
  font-size: 16px;
94
61
  opacity: 0.7;
95
62
  outline: none;
63
+ padding: 20px 0 20px 20px;
96
64
  resize: none;
65
+ transform: scale(0.8);
97
66
  }
98
- ._13n1jqk9::placeholder {
67
+ ._13n1jqk6::placeholder {
99
68
  color: rgba(31,31,31,.38);
100
69
  }
101
- ._1hpv6vm1 ._13n1jqk9::placeholder {
70
+ ._1hpv6vm1 ._13n1jqk6 {
71
+ font-family: var(--main-font-family);
72
+ }
73
+ ._1hpv6vm1 ._13n1jqk6::placeholder {
102
74
  color: rgba(31,31,31,.58);
103
75
  }
104
- ._13n1jqka {
76
+ ._13n1jqk7 {
105
77
  overflow-y: hidden;
106
78
  min-height: 20px;
107
79
  }
108
- ._13n1jqkb {
80
+ ._13n1jqk8 {
109
81
  padding-inline: 20px;
110
- background: #ffffff;
82
+ background: #fafafa;
111
83
  border: none;
112
84
  }
113
- ._13n1jqkb:hover {
114
- background: #ffffff;
85
+ ._13n1jqk8:hover {
86
+ background: #E9F8FF;
115
87
  cursor: pointer;
116
88
  }
117
- ._1hpv6vm1 ._13n1jqkb:hover {
89
+ ._1hpv6vm1 ._13n1jqk8:hover {
118
90
  background: #eae8e8;
119
91
  }
120
- ._13n1jqkb svg {
92
+ ._13n1jqk8 svg {
121
93
  fill: rgba(31,31,31,.38);
122
94
  }
123
- ._13n1jqkb.active svg {
95
+ ._13n1jqk8.active svg {
124
96
  fill: #1e3860;
125
97
  }
126
- ._1hpv6vm1 ._13n1jqkb.active svg {
98
+ ._1hpv6vm1 ._13n1jqk8.active svg {
127
99
  fill: #e18357;
128
100
  }
129
- ._13n1jqkc {
130
- background: #ffffff;
101
+ ._13n1jqk9 {
102
+ background: #f9f9f9;
131
103
  display: flex;
132
104
  flex: 1;
133
105
  flex-direction: column;
@@ -136,80 +108,66 @@ button:has(span:hover) ._13n1jqk6 {
136
108
  padding: 1rem;
137
109
  scrollbar-color: #ccc transparent;
138
110
  }
139
- ._13n1jqkc > :first-child {
140
- margin-top: auto;
141
- }
142
- ._13n1jqkd {
111
+ ._13n1jqka {
143
112
  color: #888;
144
113
  font-size: 10px;
145
114
  margin-bottom: 4px;
146
115
  text-align: center;
147
116
  }
148
- ._13n1jqke {
149
- border-top-left-radius: 32px;
150
- border-top-right-radius: 32px;
151
- margin-bottom: 4px;
117
+ ._13n1jqkb {
118
+ border-radius: 8px;
119
+ margin-bottom: 8px;
152
120
  max-width: 93%;
153
- padding: 12px 24px;
121
+ padding: 8px 12px;
154
122
  }
155
- ._13n1jqke ul {
123
+ ._13n1jqkb ul {
156
124
  padding-left: 24px;
157
125
  }
158
- ._13n1jqkf {
126
+ ._13n1jqkc {
127
+ border: 1px solid #ddd;
159
128
  border-radius: 8px;
129
+ box-shadow: 0 1px 4px #b3e0ff55;
160
130
  display: flex;
161
131
  flex-direction: column;
162
132
  margin-bottom: 8px;
163
- align-items: flex-end;
164
- gap: 5px;
165
133
  }
166
- ._13n1jqkg {
134
+ ._13n1jqkd {
167
135
  font-size: 12px;
168
- text-align: center;
169
- background: var(--_1073cm817);
170
- color: var(--_1073cm819);
136
+ text-align: left;
137
+ background: #fff;
138
+ color: #1e3860;
171
139
  cursor: pointer;
172
- padding: 5px 12px;
173
- border-radius: 8px;
174
- width: min(60%,180px);
175
- border: 1px solid var(--_1073cm81c);
176
140
  }
177
- ._13n1jqkg:hover {
141
+ ._13n1jqkd:hover {
178
142
  background: #f0f0f0;
179
143
  }
180
- ._1hpv6vm1 ._13n1jqkg {
144
+ ._1hpv6vm1 ._13n1jqkd {
181
145
  color: #323339;
182
146
  }
183
- ._13n1jqkh {
147
+ ._13n1jqke {
184
148
  background: #1e629a;
185
149
  border: none;
186
150
  color: #fff;
187
151
  cursor: pointer;
188
152
  font-size: 12px;
189
- padding: 8px 16px;
190
- border-radius: 8px;
153
+ padding: 6px 12px;
154
+ border-radius: 4px;
191
155
  text-align: center;
192
- width: 100%;
193
156
  }
194
- ._13n1jqkh:hover {
157
+ ._13n1jqke:hover {
195
158
  opacity: 0.8;
196
159
  }
197
- ._1hpv6vm1 ._13n1jqkh {
160
+ ._1hpv6vm1 ._13n1jqke {
198
161
  background: #e18357;
199
162
  color: #323339;
200
163
  }
201
- ._13n1jqki {
202
- background: var(--_1073cm817);
203
- color: var(--_1073cm819);
204
- border: 1px solid var(--_1073cm819);
205
- }
206
- ._13n1jqkj {
164
+ ._13n1jqkf {
207
165
  position: absolute;
208
- top: 48px;
209
- right: 70px;
210
- background: var(--_1073cm817);
211
- padding: 4px 16px;
212
- border-radius: 16px;
166
+ top: 40px;
167
+ right: 25px;
168
+ background: #14263d;
169
+ padding: 0;
170
+ border-radius: 8px;
213
171
  list-style: none;
214
172
  margin: 0;
215
173
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
@@ -219,128 +177,45 @@ button:has(span:hover) ._13n1jqk6 {
219
177
  color: #323339;
220
178
  }
221
179
  }
222
- ._13n1jqkk {
223
- color: #435164;
180
+ ._13n1jqkg {
181
+ color: #fff;
224
182
  border-bottom: 1px solid #1f2d3e;
225
- padding: 12px;
183
+ padding: 2px 12px;
226
184
  cursor: pointer;
227
- font-size: 14px;
228
- border-radius: 16px;
185
+ font-size: 12px;
229
186
  }
230
- ._13n1jqkk:last-child {
187
+ ._13n1jqkg:last-child {
231
188
  border-bottom: none;
232
189
  }
233
- ._13n1jqkk button {
190
+ ._13n1jqkg:hover {
191
+ background: #1f2d3e;
192
+ }
193
+ ._1hpv6vm1 ._13n1jqkg {
194
+ background: #e18357;
195
+ color: #323339;
196
+ }
197
+ ._13n1jqkg button {
234
198
  background: transparent;
235
199
  border: none;
236
200
  color: inherit;
237
201
  cursor: pointer;
238
202
  }
239
- ._13n1jqkl {
203
+ ._13n1jqkh {
240
204
  font-size: 10px;
241
205
  text-align: center;
242
206
  margin-bottom: 8px;
243
207
  margin-top: 8px;
244
208
  color: #1e3860;
245
209
  }
246
- ._1hpv6vm1 ._13n1jqkl {
210
+ ._1hpv6vm1 ._13n1jqkh {
247
211
  color: #323339;
248
212
  }
249
- ._13n1jqkm {
250
- align-items: center;
251
- background-color: var(--_1073cm817);
252
- bottom: 0;
253
- display: flex;
254
- justify-content: center;
255
- left: 0;
256
- position: fixed;
257
- right: 0;
258
- top: 0;
259
- z-index: 10001;
260
- outline: none;
261
- border: none;
262
- width: 256px;
263
- min-width: 288px;
264
- max-width: 440px;
265
- flex-direction: column;
266
- border-radius: 24px;
267
- margin: auto;
268
- padding: 24px;
269
- }
270
- ._13n1jqkn {
213
+ ._13n1jqki {
271
214
  display: flex;
272
215
  flex-direction: column;
273
216
  align-items: center;
274
217
  justify-content: center;
275
- text-align: center;
276
- gap: 16px;
277
- width: 100%;
278
- }
279
- ._13n1jqkp {
280
- gap: 8px;
281
- }
282
- ._13n1jqkq {
283
- text-align: center;
284
- width: 80px;
285
- height: 80px;
286
- object-fit: contain;
287
- }
288
- ._13n1jqkm p {
289
- margin-bottom: 0;
290
- }
291
- ._13n1jqkr {
292
- background-color: #FFF0F3;
293
- }
294
- ._13n1jqks {
295
- background-color: var(--_1073cm81b);
296
- color: var(--_1073cm819);
297
- align-self: flex-end;
298
- border-bottom-left-radius: 32px;
299
- }
300
- ._13n1jqkt {
301
- background-color: var(--_1073cm81a);
302
- color: var(--_1073cm819);
303
- align-self: flex-start;
304
- border-bottom-right-radius: 32px;
305
- }
306
- ._13n1jqkv {
307
- background: linear-gradient(90deg, var(--_1073cm819) 0%, rgba(255,255,255,0.8) 50%, var(--_1073cm819) 100%);
308
- background-size: 200% 100%;
309
- background-clip: text;
310
- -webkit-background-clip: text;
311
- color: transparent;
312
- animation: _13n1jqku 2s linear infinite;
313
- font-weight: bold;
314
- letter-spacing: 0.22px;
315
- }
316
- @media screen and (max-width: 768px) {
317
- ._13n1jqk0 {
318
- width: 100dvw;
319
- right: 0;
320
- bottom: 0;
321
- border-radius: 0;
322
- height: 100dvh;
323
- left: 0;
324
- top: 0;
325
- }
326
- ._13n1jqko {
327
- width: 100dvw;
328
- max-width: 100dvw;
329
- height: 100dvh;
330
- border-radius: 0;
331
- }
332
- ._13n1jqkq {
333
- width: 323px;
334
- height: 343px;
335
- }
336
- }
337
- @media screen and (max-width:768px) {
338
- ._13n1jqk7 >:first-child {
339
- display: none;
340
- }
341
- ._13n1jqk7 > :last-child {
342
- display: block;
343
- }
218
+ padding: 0 1rem;
344
219
  }
345
220
  @media (hover: none) and (pointer: coarse) {
346
221
  body:has(._1hpv6vm1 ._13n1jqk1), body:has(._1hpv6vm0 ._13n1jqk1) {
@@ -32,7 +32,7 @@
32
32
  padding: 20px;
33
33
  }
34
34
  ._14gexxj3 tbody tr:nth-child(odd) {
35
- background-color: #F4F4F4;
35
+ background-color: F4F4F4;
36
36
  }
37
37
  ._14gexxj3 tr {
38
38
  display: flex;
@@ -11,7 +11,7 @@
11
11
  .lchs2s2 {
12
12
  font-family: var(--header-font-family);
13
13
  }
14
- .lchs2s2 > figure {
14
+ .lchs2s2 ._quote_spacer_1mzku_1 {
15
15
  margin: 0 !important;
16
16
  }
17
17
  .lchs2s3 {
@@ -255,7 +255,7 @@
255
255
  }
256
256
  }
257
257
  @media screen and (min-width:1024px) {
258
- .lchs2sl p:not(.lchs2s2 p) {
258
+ .lchs2sl p {
259
259
  font-size: 18px;
260
260
  }
261
261
  }
@@ -37,15 +37,4 @@
37
37
  --_1073cm810: #FFFFFF;
38
38
  --_1073cm811: #1A6AAA;
39
39
  --_1073cm812: #14263D;
40
- --_1073cm813: #1E629A;
41
- --_1073cm814: #1E629A;
42
- --_1073cm815: rgba(222, 244, 255, 1), rgba(30, 98, 154, 1), rgba(222, 244, 255, 1);
43
- --_1073cm816: #FFFFFF;
44
- --_1073cm817: #FFFFFF;
45
- --_1073cm818: #1E3860;
46
- --_1073cm819: #1E3860;
47
- --_1073cm81a: #F5F5F5;
48
- --_1073cm81b: #DEF4FF;
49
- --_1073cm81c: #E9EBEF;
50
- --_1073cm81d: #8C8C8C;
51
40
  }
@@ -37,15 +37,4 @@
37
37
  --_1073cm810: #FFFFFF;
38
38
  --_1073cm811: #1A6AAA;
39
39
  --_1073cm812: #14263D;
40
- --_1073cm813: #1E629A;
41
- --_1073cm814: #98DDFF;
42
- --_1073cm815: linear-gradient(90deg,rgba(222, 244, 255, 1) 0%, rgba(30, 98, 154, 1) 50%, rgba(222, 244, 255, 1) 100%);
43
- --_1073cm816: #FFFFFF;
44
- --_1073cm817: #FFFFFF;
45
- --_1073cm818: #1E3860;
46
- --_1073cm819: #FFFFFF;
47
- --_1073cm81a: #F5F5F5;
48
- --_1073cm81b: #DEF4FF;
49
- --_1073cm81c: #000000;
50
- --_1073cm81d: #1F1F1F;
51
40
  }
@@ -37,15 +37,4 @@
37
37
  --_1073cm810: #ffffff;
38
38
  --_1073cm811: #0062b3;
39
39
  --_1073cm812: #4a5560;
40
- --_1073cm813: #28587d;
41
- --_1073cm814: #98DDFF;
42
- --_1073cm815: linear-gradient(90deg,rgba(222, 244, 255, 1) 0%, rgba(40, 88, 125, 1) 50%, rgba(222, 244, 255, 1) 100%);
43
- --_1073cm816: #FFFFFF;
44
- --_1073cm817: #FFFFFF;
45
- --_1073cm818: #28587d;
46
- --_1073cm819: #FFFFFF;
47
- --_1073cm81a: #F5F5F5;
48
- --_1073cm81b: #DEF4FF;
49
- --_1073cm81c: #000000;
50
- --_1073cm81d: #1F1F1F;
51
40
  }
@@ -1,6 +1,5 @@
1
- import '../../assets/icons/ArrowIcon/ArrowIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/ufb.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
1
+ import '../../assets/icons/ArrowIcon/ArrowIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
2
2
  /* empty css */
3
- /* empty css */
4
3
  /* empty css */
5
4
  /* empty css */
6
5
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
@@ -1,6 +1,5 @@
1
- import '../../assets/icons/CheckIcon/CheckIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/ufb.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
1
+ import '../../assets/icons/CheckIcon/CheckIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
2
2
  /* empty css */
3
- /* empty css */
4
3
  /* empty css */
5
4
  /* empty css */
6
5
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
@@ -1,6 +1,5 @@
1
- import '../../assets/icons/DownloadIcon/DownloadIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/ufb.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
1
+ import '../../assets/icons/DownloadIcon/DownloadIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
2
2
  /* empty css */
3
- /* empty css */
4
3
  /* empty css */
5
4
  /* empty css */
6
5
  var DownloadColor = "_1r03g400";
@@ -1,6 +1,5 @@
1
- import '../../assets/icons/FollowIcon/FollowIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/ufb.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
1
+ import '../../assets/icons/FollowIcon/FollowIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
2
2
  /* empty css */
3
- /* empty css */
4
3
  /* empty css */
5
4
  /* empty css */
6
5
  var FollowColor = "_1wjdwci0";
package/dist/main.js CHANGED
@@ -38,11 +38,11 @@ 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
40
  import { Bubble } from "./Chatbot/Bubble.js";
41
- import { borderHoverGradient, bubbleButton, bubbleText, bubbleWrapper, inner, svgFill } from "./Chatbot/Bubble.css.js";
41
+ import { bubbleWrapper, svgFill } from "./Chatbot/Bubble.css.js";
42
42
  import { Chatbot } from "./Chatbot/Chatbot.js";
43
43
  import { chatbotAXB, chatbotUFB } from "./Chatbot/Chatbot.css.js";
44
44
  import { ChatWindow } from "./Chatbot/ChatWindow.js";
45
- import { agent_msg, arrowFill, autoResize, button_bar, button_reset, buttonss_section, chatEndCircle, chatEndDialogOverlay, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, left_bar_section, messageStyle, messagesContainerStyle, noAnswerButton, notificationStyle, sendButtonStyle, shimmerText, thankyou_image, thankyou_message, thankyou_overlay, user_msg, windowBarStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
45
+ import { arrowFill, autoResize, 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
46
  import { useOpenChat } from "./Chatbot/store/chat.js";
47
47
  import { useMessages } from "./Chatbot/store/messages.js";
48
48
  import { Chevron } from "./Chevron/index.js";
@@ -191,7 +191,6 @@ import { TextBlock } from "./TextBlock/TextBlock.js";
191
191
  import { textBlockHeader, textBlockList, textBlockParagraph, textBlockSection } from "./TextBlock/TextBlock.css.js";
192
192
  import { axosTheme, vars } from "./themes/axos.css.js";
193
193
  import { premierTheme } from "./themes/premier.css.js";
194
- import { ufbTheme } from "./themes/ufb.css.js";
195
194
  import { victorieTheme } from "./themes/victorie.css.js";
196
195
  import { Topic, TopicContent, TopicHeader, TopicItem } from "./Topic/Topic.js";
197
196
  import { topic_columns, topic_container, topic_header, topic_item } from "./Topic/Topic.css.js";
@@ -398,7 +397,6 @@ export {
398
397
  SvgWarningIcon as WarningIcon,
399
398
  accordion,
400
399
  actions,
401
- agent_msg,
402
400
  alternate_color_rows,
403
401
  ant_article,
404
402
  ant_blog_cta,
@@ -459,7 +457,6 @@ export {
459
457
  bodyHeader,
460
458
  body_copy,
461
459
  body_sign_in,
462
- borderHoverGradient,
463
460
  bottom_center,
464
461
  bottom_left,
465
462
  bottom_right,
@@ -471,17 +468,13 @@ export {
471
468
  bs_topic,
472
469
  bs_video,
473
470
  bs_wrapper,
474
- bubbleButton,
475
- bubbleText,
476
471
  bubbleWrapper,
477
472
  bullet_details,
478
473
  bulletsHeadline,
479
474
  bulletsWrapper,
480
475
  button,
481
- button_bar,
482
476
  button_reset,
483
477
  buttons,
484
- buttonss_section,
485
478
  calculator,
486
479
  calculator_description,
487
480
  calculator_headline,
@@ -502,8 +495,6 @@ export {
502
495
  ceo_name,
503
496
  ceo_quote,
504
497
  ceo_title,
505
- chatEndCircle,
506
- chatEndDialogOverlay,
507
498
  chatFinishDialog,
508
499
  chatNetworkStatus,
509
500
  chat_title,
@@ -653,7 +644,6 @@ export {
653
644
  inline_button,
654
645
  inline_button_wrapper,
655
646
  inline_container,
656
- inner,
657
647
  input,
658
648
  inputStyle,
659
649
  insight_header,
@@ -678,7 +668,6 @@ export {
678
668
  job_title,
679
669
  labelClassName,
680
670
  layout,
681
- left_bar_section,
682
671
  li,
683
672
  line_points,
684
673
  link_wrapper,
@@ -707,7 +696,6 @@ export {
707
696
  mw24,
708
697
  na_cursor,
709
698
  nested_grid,
710
- noAnswerButton,
711
699
  notificationStyle,
712
700
  ol,
713
701
  one_row,
@@ -763,7 +751,6 @@ export {
763
751
  set_logo,
764
752
  setcontainer_section_text,
765
753
  shift,
766
- shimmerText,
767
754
  shortUrl,
768
755
  show,
769
756
  show_options,
@@ -804,9 +791,6 @@ export {
804
791
  textBlockParagraph,
805
792
  textBlockSection,
806
793
  th,
807
- thankyou_image,
808
- thankyou_message,
809
- thankyou_overlay,
810
794
  threeColRow,
811
795
  three_inline,
812
796
  title,
@@ -823,7 +807,6 @@ export {
823
807
  transcript_container,
824
808
  transcript_content,
825
809
  two_inline,
826
- ufbTheme,
827
810
  ul,
828
811
  up_to,
829
812
  url_row,
@@ -839,7 +822,6 @@ export {
839
822
  user_hr,
840
823
  user_image,
841
824
  user_information,
842
- user_msg,
843
825
  validateLink,
844
826
  vars,
845
827
  victorieTheme,
@@ -63,21 +63,4 @@ export declare const axosTheme: string, vars: {
63
63
  color: `var(--${string})`;
64
64
  };
65
65
  };
66
- chatbot: {
67
- bubble: {
68
- background: `var(--${string})`;
69
- border: `var(--${string})`;
70
- borderGradient: `var(--${string})`;
71
- icon: `var(--${string})`;
72
- };
73
- window: {
74
- background: `var(--${string})`;
75
- headerBackground: `var(--${string})`;
76
- headerText: `var(--${string})`;
77
- agentBackground: `var(--${string})`;
78
- userBackground: `var(--${string})`;
79
- inputBorder: `var(--${string})`;
80
- timestampColor: `var(--${string})`;
81
- };
82
- };
83
66
  };
@@ -1,6 +1,6 @@
1
1
  import '../assets/themes/axos.css';/* empty css */
2
2
  var axosTheme = "_1073cm80";
3
- var vars = { colors: { primary: { background: "var(--_1073cm81)", backgroundButton: "var(--_1073cm82)", body: "var(--_1073cm83)", border: "var(--_1073cm84)", headline: "var(--_1073cm85)", textButton: "var(--_1073cm86)", textGradient: "var(--_1073cm87)" }, secondary: { background: "var(--_1073cm88)", backgroundButton: "var(--_1073cm89)", body: "var(--_1073cm8a)", border: "var(--_1073cm8b)", headline: "var(--_1073cm8c)", textButton: "var(--_1073cm8d)", textGradient: "var(--_1073cm8e)" }, tertiary: { background: "var(--_1073cm8f)", backgroundButton: "var(--_1073cm8g)", body: "var(--_1073cm8h)", border: "var(--_1073cm8i)", headline: "var(--_1073cm8j)", textButton: "var(--_1073cm8k)", textGradient: "var(--_1073cm8l)" }, quaternary: { background: "var(--_1073cm8m)", backgroundButton: "var(--_1073cm8n)", body: "var(--_1073cm8o)", border: "var(--_1073cm8p)", headline: "var(--_1073cm8q)", textButton: "var(--_1073cm8r)", textGradient: "var(--_1073cm8s)" } }, error: "var(--_1073cm8t)", disabled: { border: "var(--_1073cm8u)", color: "var(--_1073cm8v)", background: "var(--_1073cm8w)" }, icons: { check: { primary: "var(--_1073cm8x)", secondary: "var(--_1073cm8y)" } }, table: { highlight: "var(--_1073cm8z)", color: "var(--_1073cm810)" }, footer: { link: { color: "var(--_1073cm811)" } }, selecction: { icon: { color: "var(--_1073cm812)" } }, chatbot: { bubble: { background: "var(--_1073cm813)", border: "var(--_1073cm814)", borderGradient: "var(--_1073cm815)", icon: "var(--_1073cm816)" }, window: { background: "var(--_1073cm817)", headerBackground: "var(--_1073cm818)", headerText: "var(--_1073cm819)", agentBackground: "var(--_1073cm81a)", userBackground: "var(--_1073cm81b)", inputBorder: "var(--_1073cm81c)", timestampColor: "var(--_1073cm81d)" } } };
3
+ var vars = { colors: { primary: { background: "var(--_1073cm81)", backgroundButton: "var(--_1073cm82)", body: "var(--_1073cm83)", border: "var(--_1073cm84)", headline: "var(--_1073cm85)", textButton: "var(--_1073cm86)", textGradient: "var(--_1073cm87)" }, secondary: { background: "var(--_1073cm88)", backgroundButton: "var(--_1073cm89)", body: "var(--_1073cm8a)", border: "var(--_1073cm8b)", headline: "var(--_1073cm8c)", textButton: "var(--_1073cm8d)", textGradient: "var(--_1073cm8e)" }, tertiary: { background: "var(--_1073cm8f)", backgroundButton: "var(--_1073cm8g)", body: "var(--_1073cm8h)", border: "var(--_1073cm8i)", headline: "var(--_1073cm8j)", textButton: "var(--_1073cm8k)", textGradient: "var(--_1073cm8l)" }, quaternary: { background: "var(--_1073cm8m)", backgroundButton: "var(--_1073cm8n)", body: "var(--_1073cm8o)", border: "var(--_1073cm8p)", headline: "var(--_1073cm8q)", textButton: "var(--_1073cm8r)", textGradient: "var(--_1073cm8s)" } }, error: "var(--_1073cm8t)", disabled: { border: "var(--_1073cm8u)", color: "var(--_1073cm8v)", background: "var(--_1073cm8w)" }, icons: { check: { primary: "var(--_1073cm8x)", secondary: "var(--_1073cm8y)" } }, table: { highlight: "var(--_1073cm8z)", color: "var(--_1073cm810)" }, footer: { link: { color: "var(--_1073cm811)" } }, selecction: { icon: { color: "var(--_1073cm812)" } } };
4
4
  export {
5
5
  axosTheme,
6
6
  vars