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

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 (180) hide show
  1. package/dist/ATMLocator/ATMLocator.js +4 -2
  2. package/dist/Accordion/Accordion.css.js +2 -1
  3. package/dist/Accordion/Accordion.js +2 -1
  4. package/dist/AlertBanner/index.js +2 -1
  5. package/dist/Article/Article.css.js +2 -1
  6. package/dist/ArticlesSet/ArticlesSet.css.js +2 -1
  7. package/dist/Auth/ErrorAlert.js +4 -2
  8. package/dist/Auth/SignIn.css.js +2 -1
  9. package/dist/AwardsBanner/AwardsBanner.css.js +2 -1
  10. package/dist/Blockquote/Blockquote.module.js +3 -3
  11. package/dist/BulletItem/BulletItem.js +2 -1
  12. package/dist/Button/Button.css.js +2 -1
  13. package/dist/Button/Button.js +4 -2
  14. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +2 -1
  15. package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +2 -1
  16. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +2 -1
  17. package/dist/Calculators/AxosOneCalculator/index.js +4 -3
  18. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js +2 -1
  19. package/dist/Calculators/BalanceAPYCalculator/index.js +2 -1
  20. package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +2 -1
  21. package/dist/Calculators/Calculator.js +4 -2
  22. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -1
  23. package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js +2 -1
  24. package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js +2 -1
  25. package/dist/Calculators/SummitApyCalculator/index.js +2 -1
  26. package/dist/Calculators/calculator.css.js +2 -1
  27. package/dist/CallToActionBar/CallToActionBar.css.js +2 -1
  28. package/dist/Carousel/Carousel.css.js +2 -1
  29. package/dist/Carousel/index.js +4 -2
  30. package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +3 -0
  31. package/dist/Chatbot/AnimatedGradientBorder.css.js +13 -0
  32. package/dist/Chatbot/Bubble.css.d.ts +4 -0
  33. package/dist/Chatbot/Bubble.css.js +15 -3
  34. package/dist/Chatbot/Bubble.js +26 -19
  35. package/dist/Chatbot/ChatWindow.css.d.ts +17 -0
  36. package/dist/Chatbot/ChatWindow.css.js +46 -17
  37. package/dist/Chatbot/ChatWindow.d.ts +4 -1
  38. package/dist/Chatbot/ChatWindow.js +322 -283
  39. package/dist/Chatbot/Chatbot.css.js +1 -1
  40. package/dist/Chatbot/Chatbot.js +32 -5
  41. package/dist/Chatbot/ChatbotMessage.d.ts +16 -0
  42. package/dist/Chatbot/ChatbotMessage.js +215 -0
  43. package/dist/Chatbot/ThankYouMessage.d.ts +9 -0
  44. package/dist/Chatbot/ThankYouMessage.js +510 -0
  45. package/dist/Chatbot/index.js +18 -2
  46. package/dist/Chatbot/store/chat.d.ts +3 -0
  47. package/dist/Chatbot/store/chat.js +4 -1
  48. package/dist/Chatbot/store/messages.d.ts +1 -1
  49. package/dist/Chatbot/store/messages.js +7 -2
  50. package/dist/Chevron/Chevron.css.js +2 -1
  51. package/dist/Chevron/index.js +4 -2
  52. package/dist/CollectInformationAlert/CollectInformationAlert.css.js +2 -1
  53. package/dist/CollectInformationAlert/index.js +2 -1
  54. package/dist/Comparison/Comparison.css.js +2 -1
  55. package/dist/Comparison/Comparison.js +4 -2
  56. package/dist/ContentBanner/ContentBanner.css.js +2 -1
  57. package/dist/DownloadTile/DownloadTile.css.js +2 -1
  58. package/dist/ExecutiveBio/ExecutiveBio.css.js +2 -1
  59. package/dist/ExecutiveBio/ExecutiveBio.js +4 -2
  60. package/dist/FaqAccordion/FaqAccordion.css.js +2 -1
  61. package/dist/FaqAccordion/index.js +4 -2
  62. package/dist/FooterDisclosure/LVF/LaVictorieFooter.css.js +2 -1
  63. package/dist/FooterDisclosure/LVF/LaVictorieFooter.js +2 -1
  64. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.css.js +2 -1
  65. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +5 -21
  66. package/dist/Forms/ApplicationStart.js +2 -1
  67. package/dist/Forms/ApplyNow.js +4 -2
  68. package/dist/Forms/ClearingForm.js +2 -1
  69. package/dist/Forms/CommercialDeposits.js +2 -1
  70. package/dist/Forms/CommercialDepositsNoLendingOption.js +2 -1
  71. package/dist/Forms/CommercialLending.js +2 -1
  72. package/dist/Forms/CommercialPremiumFinance.js +2 -1
  73. package/dist/Forms/ContactCompany.js +2 -1
  74. package/dist/Forms/ContactCompanyTitle.js +2 -1
  75. package/dist/Forms/ContactUs.js +2 -1
  76. package/dist/Forms/ContactUsAAS.js +2 -1
  77. package/dist/Forms/ContactUsBusiness.js +4 -2
  78. package/dist/Forms/ContactUsBusinessNameEmail.js +4 -2
  79. package/dist/Forms/ContactUsLVF.js +2 -1
  80. package/dist/Forms/ContactUsNMLSId.js +4 -2
  81. package/dist/Forms/CpraRequest.js +2 -1
  82. package/dist/Forms/CraPublicFile.js +4 -2
  83. package/dist/Forms/DealerServices.js +2 -1
  84. package/dist/Forms/EmailOnly.js +4 -2
  85. package/dist/Forms/EmailUs.js +2 -1
  86. package/dist/Forms/Forms.css.js +2 -1
  87. package/dist/Forms/MortgageRate/MortgageRateForm.js +4 -2
  88. package/dist/Forms/MortgageRate/MortgageRateWatch.js +4 -2
  89. package/dist/Forms/MortgageWarehouseLending.js +4 -2
  90. package/dist/Forms/QuickPricer/QuickPricerForm.js +2 -1
  91. package/dist/Forms/QuickPricer/UserInformation.css.js +2 -1
  92. package/dist/Forms/ScheduleCall.js +2 -1
  93. package/dist/Forms/ScheduleCallPremier.js +2 -1
  94. package/dist/Forms/SuccesForm.js +4 -2
  95. package/dist/Forms/WcplSurvey.js +2 -1
  96. package/dist/HeroBanner/HeroBanner.css.js +2 -1
  97. package/dist/HeroBanner/HeroBanner.js +2 -1
  98. package/dist/HeroBanner/LargeBanner.css.js +2 -1
  99. package/dist/HeroBanner/SelectionBanner.css.js +2 -1
  100. package/dist/Hyperlink/Hyperlink.css.js +2 -1
  101. package/dist/Hyperlink/index.js +4 -2
  102. package/dist/IconBillboard/IconBillboard.css.js +2 -1
  103. package/dist/ImageBillboard/ImageBillboard.css.js +2 -1
  104. package/dist/ImageBillboard/ImageBillboard.js +2 -1
  105. package/dist/ImageBillboard/ImageBillboardSet.js +2 -1
  106. package/dist/ImageLink/ImageLink.js +4 -2
  107. package/dist/ImageLink/ImageLinkSet.js +4 -2
  108. package/dist/ImageLink/index.js +4 -2
  109. package/dist/Input/Input.css.js +2 -1
  110. package/dist/Inputs/Input.css.js +2 -1
  111. package/dist/Insight/Featured/CategorySelector.css.js +2 -1
  112. package/dist/Insight/Featured/CategorySelector.js +4 -2
  113. package/dist/Insight/Featured/Featured.js +4 -2
  114. package/dist/Insight/Featured/Header.js +4 -2
  115. package/dist/Interstitial/Interstitial-variants.css.js +2 -1
  116. package/dist/LandingPageHeader/LandingPageHeader.css.js +2 -1
  117. package/dist/LandingPageHeader/LandingPageHeader.js +2 -1
  118. package/dist/MainHTML/index.d.ts +1 -1
  119. package/dist/MainHTML/index.js +3 -1
  120. package/dist/Modal/Modal.css.js +2 -1
  121. package/dist/Modal/Modal.js +4 -2
  122. package/dist/Modal/contextApi/store.js +1 -1
  123. package/dist/NavigationMenu/AxosALTS/NavBar.css.js +2 -1
  124. package/dist/NavigationMenu/AxosALTS/NavData.js +4 -2
  125. package/dist/NavigationMenu/AxosALTS/index.js +4 -2
  126. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +2 -1
  127. package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +2 -1
  128. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +2 -1
  129. package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +2 -1
  130. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +4 -2
  131. package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
  132. package/dist/NavigationMenu/AxosBank/NavData.js +4 -2
  133. package/dist/NavigationMenu/AxosBank/SubNavBar.js +4 -2
  134. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +2 -1
  135. package/dist/NavigationMenu/AxosBank/index.js +4 -2
  136. package/dist/NavigationMenu/LaVictoire/NavData.js +4 -2
  137. package/dist/NavigationMenu/LaVictoire/index.js +4 -2
  138. package/dist/NavigationMenu/NavDataJson.js +4 -2
  139. package/dist/NavigationMenu/Navbar.js +4 -2
  140. package/dist/NavigationMenu/SignInNavButton.js +4 -2
  141. package/dist/PageNavItem/PageNavItem.css.js +2 -1
  142. package/dist/Pagination/Pagination.js +2 -1
  143. package/dist/SecondaryFooter/SecondaryFooter.css.js +2 -1
  144. package/dist/SetContainer/SetContainer.css.js +2 -1
  145. package/dist/SetContainer/SetContainer.js +4 -2
  146. package/dist/SocialMediaBar/iconsRepository.js +4 -2
  147. package/dist/StepItem/StepItem.css.js +2 -1
  148. package/dist/StepItemSet/StepItemSet.css.js +2 -1
  149. package/dist/StepItemSet/StepItemSet.js +2 -1
  150. package/dist/Tab/Tab.css.js +2 -1
  151. package/dist/Table/Table.css.js +2 -1
  152. package/dist/Table/Table.js +2 -1
  153. package/dist/TextBlock/TextBlock.css.js +2 -1
  154. package/dist/VideoTile/VideoTile.css.js +2 -1
  155. package/dist/VideoTile/VideoTile.js +4 -2
  156. package/dist/VideoWrapper/index.js +4 -2
  157. package/dist/assets/Blockquote/Blockquote.css.css +72 -72
  158. package/dist/assets/Chatbot/AnimatedGradientBorder.css +37 -0
  159. package/dist/assets/Chatbot/Bubble.css +58 -21
  160. package/dist/assets/Chatbot/ChatWindow.css +208 -83
  161. package/dist/assets/Chatbot/Chatbot.css +3 -0
  162. package/dist/assets/DownloadTile/DownloadTile.css +1 -1
  163. package/dist/assets/Insight/Insight.css +2 -2
  164. package/dist/assets/themes/axos.css +11 -0
  165. package/dist/assets/themes/premier.css +11 -0
  166. package/dist/assets/themes/ufb.css +51 -0
  167. package/dist/assets/themes/victorie.css +11 -0
  168. package/dist/icons/ArrowIcon/ArrowIcon.css.js +2 -1
  169. package/dist/icons/CheckIcon/CheckIcon.css.js +2 -1
  170. package/dist/icons/DownloadIcon/DownloadIcon.css.js +2 -1
  171. package/dist/icons/FollowIcon/FollowIcon.css.js +2 -1
  172. package/dist/main.js +20 -2
  173. package/dist/themes/axos.css.d.ts +17 -0
  174. package/dist/themes/axos.css.js +1 -1
  175. package/dist/themes/index.d.ts +1 -0
  176. package/dist/themes/index.js +2 -0
  177. package/dist/themes/ufb.css.d.ts +1 -0
  178. package/dist/themes/ufb.css.js +6 -0
  179. package/package.json +136 -136
  180. package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +0 -1
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 { bubbleWrapper, svgFill } from "./Chatbot/Bubble.css.js";
41
+ import { borderHoverGradient, bubbleButton, bubbleText, bubbleWrapper, inner, 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 { 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";
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";
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,6 +191,7 @@ 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";
194
195
  import { victorieTheme } from "./themes/victorie.css.js";
195
196
  import { Topic, TopicContent, TopicHeader, TopicItem } from "./Topic/Topic.js";
196
197
  import { topic_columns, topic_container, topic_header, topic_item } from "./Topic/Topic.css.js";
@@ -397,6 +398,7 @@ export {
397
398
  SvgWarningIcon as WarningIcon,
398
399
  accordion,
399
400
  actions,
401
+ agent_msg,
400
402
  alternate_color_rows,
401
403
  ant_article,
402
404
  ant_blog_cta,
@@ -457,6 +459,7 @@ export {
457
459
  bodyHeader,
458
460
  body_copy,
459
461
  body_sign_in,
462
+ borderHoverGradient,
460
463
  bottom_center,
461
464
  bottom_left,
462
465
  bottom_right,
@@ -468,13 +471,17 @@ export {
468
471
  bs_topic,
469
472
  bs_video,
470
473
  bs_wrapper,
474
+ bubbleButton,
475
+ bubbleText,
471
476
  bubbleWrapper,
472
477
  bullet_details,
473
478
  bulletsHeadline,
474
479
  bulletsWrapper,
475
480
  button,
481
+ button_bar,
476
482
  button_reset,
477
483
  buttons,
484
+ buttonss_section,
478
485
  calculator,
479
486
  calculator_description,
480
487
  calculator_headline,
@@ -495,6 +502,8 @@ export {
495
502
  ceo_name,
496
503
  ceo_quote,
497
504
  ceo_title,
505
+ chatEndCircle,
506
+ chatEndDialogOverlay,
498
507
  chatFinishDialog,
499
508
  chatNetworkStatus,
500
509
  chat_title,
@@ -644,6 +653,7 @@ export {
644
653
  inline_button,
645
654
  inline_button_wrapper,
646
655
  inline_container,
656
+ inner,
647
657
  input,
648
658
  inputStyle,
649
659
  insight_header,
@@ -668,6 +678,7 @@ export {
668
678
  job_title,
669
679
  labelClassName,
670
680
  layout,
681
+ left_bar_section,
671
682
  li,
672
683
  line_points,
673
684
  link_wrapper,
@@ -696,6 +707,7 @@ export {
696
707
  mw24,
697
708
  na_cursor,
698
709
  nested_grid,
710
+ noAnswerButton,
699
711
  notificationStyle,
700
712
  ol,
701
713
  one_row,
@@ -751,6 +763,7 @@ export {
751
763
  set_logo,
752
764
  setcontainer_section_text,
753
765
  shift,
766
+ shimmerText,
754
767
  shortUrl,
755
768
  show,
756
769
  show_options,
@@ -791,6 +804,9 @@ export {
791
804
  textBlockParagraph,
792
805
  textBlockSection,
793
806
  th,
807
+ thankyou_image,
808
+ thankyou_message,
809
+ thankyou_overlay,
794
810
  threeColRow,
795
811
  three_inline,
796
812
  title,
@@ -807,6 +823,7 @@ export {
807
823
  transcript_container,
808
824
  transcript_content,
809
825
  two_inline,
826
+ ufbTheme,
810
827
  ul,
811
828
  up_to,
812
829
  url_row,
@@ -822,6 +839,7 @@ export {
822
839
  user_hr,
823
840
  user_image,
824
841
  user_information,
842
+ user_msg,
825
843
  validateLink,
826
844
  vars,
827
845
  victorieTheme,
@@ -63,4 +63,21 @@ 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
+ };
66
83
  };
@@ -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)" } } };
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)" } } };
4
4
  export {
5
5
  axosTheme,
6
6
  vars
@@ -1,3 +1,4 @@
1
1
  export * from './axos.css';
2
2
  export * from './premier.css';
3
+ export * from './ufb.css';
3
4
  export * from './victorie.css';
@@ -1,9 +1,11 @@
1
1
  import { axosTheme, vars } from "./axos.css.js";
2
2
  import { premierTheme } from "./premier.css.js";
3
+ import { ufbTheme } from "./ufb.css.js";
3
4
  import { victorieTheme } from "./victorie.css.js";
4
5
  export {
5
6
  axosTheme,
6
7
  premierTheme,
8
+ ufbTheme,
7
9
  vars,
8
10
  victorieTheme
9
11
  };
@@ -0,0 +1 @@
1
+ export declare const ufbTheme: string;
@@ -0,0 +1,6 @@
1
+ import '../assets/themes/ufb.css';import '../assets/themes/axos.css';/* empty css */
2
+ /* empty css */
3
+ var ufbTheme = "wub34l0";
4
+ export {
5
+ ufbTheme
6
+ };
package/package.json CHANGED
@@ -1,136 +1,136 @@
1
- {
2
- "name": "@axos-web-dev/shared-components",
3
- "description": "Axos shared components library for web.",
4
- "version": "1.0.100-dev.57",
5
- "type": "module",
6
- "module": "dist/main.js",
7
- "types": "dist/main.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "sideEffects": [
12
- "dist/assets/**/*.css"
13
- ],
14
- "scripts": {
15
- "dev": "vite",
16
- "build": "tsc --p ./tsconfig.build.json && vite build",
17
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
- "preview": "vite preview",
19
- "prepublishOnly": "npm run build",
20
- "check-types": "tsc --pretty --noEmit",
21
- "check-format": "prettier --check .",
22
- "check-lint": "eslint . --ext ts --ext tsx --ext js",
23
- "format": "prettier --write .",
24
- "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
25
- "prepare": "husky",
26
- "storybook": "storybook dev -p 6006",
27
- "build-storybook": "storybook build",
28
- "npm:link": "npm run build && npm link"
29
- },
30
- "dependencies": {
31
- "@headlessui/react": "^2.2.0",
32
- "@hookform/resolvers": "^3.10.0",
33
- "@next-safe-action/adapter-react-hook-form": "^2.0.0",
34
- "@react-input/mask": "^1.2.15",
35
- "@react-input/number-format": "^1.1.3",
36
- "@storybook/icons": "^1.3.0",
37
- "@storybook/preview-api": "^8.4.7",
38
- "@ts-stack/markdown": "^1.5.0",
39
- "@types/iframe-resizer": "3.5.13",
40
- "@ujet/websdk-headless": "^3.41.4",
41
- "@vanilla-extract/css": "^1.16.1",
42
- "@vanilla-extract/recipes": "^0.5.1",
43
- "antd": "^5.22.5",
44
- "clsx": "^2.1.1",
45
- "framer-motion": "^12.9.2",
46
- "iframe-resizer": "^3.6.6",
47
- "lodash": "^4.17.21",
48
- "moment": "^2.30.1",
49
- "next-safe-action": "^8.0.2",
50
- "react-date-picker": "^11.0.0",
51
- "react-date-range": "^2.0.1",
52
- "react-hook-form": "^7.54.2",
53
- "react-markdown": "^9.1.0",
54
- "react-popper": "^2.3.0",
55
- "react-slick": "^0.30.2",
56
- "react-use": "^17.6.0",
57
- "react-wrap-balancer": "^1.1.1",
58
- "remark-gfm": "^4.0.1",
59
- "rsuite": "^5.75.0",
60
- "slick-carousel": "^1.8.1",
61
- "typed-css-modules": "^0.9.1",
62
- "vite-plugin-svgr": "^4.3.0",
63
- "zod": "^3.24.1",
64
- "zustand": "^4.5.5"
65
- },
66
- "peerDependencies": {
67
- "@vanilla-extract/css-utils": "^0.1.3",
68
- "@vanilla-extract/recipes": "^0.5.1",
69
- "@vanilla-extract/vite-plugin": "^4.0.3",
70
- "next": "^14.1.4",
71
- "react": "^18.2.0",
72
- "react-date-range": "^2.0.1",
73
- "react-dom": "^18.2.0",
74
- "react-popper": "^2.3.0",
75
- "react-slick": "^0.30.2",
76
- "slick-carousel": "^1.8.1"
77
- },
78
- "devDependencies": {
79
- "@chromatic-com/storybook": "^1.9.0",
80
- "@rollup/plugin-alias": "^5.1.1",
81
- "@storybook/addon-essentials": "^8.4.7",
82
- "@storybook/addon-interactions": "^8.4.7",
83
- "@storybook/addon-links": "^8.4.7",
84
- "@storybook/addon-mdx-gfm": "^8.4.7",
85
- "@storybook/addon-onboarding": "^8.4.7",
86
- "@storybook/addon-themes": "^8.4.7",
87
- "@storybook/blocks": "^8.4.7",
88
- "@storybook/react": "^8.6.14",
89
- "@storybook/react-vite": "^8.4.7",
90
- "@storybook/test": "^8.6.14",
91
- "@svgr/core": "^8.1.0",
92
- "@svgr/plugin-prettier": "^8.1.0",
93
- "@svgr/plugin-svgo": "^8.1.0",
94
- "@types/lodash": "^4.17.17",
95
- "@types/node": "^20.19.0",
96
- "@types/react": "^18.3.23",
97
- "@types/react-date-range": "^1.4.9",
98
- "@types/react-datepicker": "^6.2.0",
99
- "@types/react-dom": "^18.3.7",
100
- "@types/react-slick": "^0.23.13",
101
- "@typescript-eslint/eslint-plugin": "^7.18.0",
102
- "@typescript-eslint/parser": "^7.18.0",
103
- "@vanilla-extract/css-utils": "^0.1.4",
104
- "@vanilla-extract/recipes": "^0.5.5",
105
- "@vanilla-extract/vite-plugin": "^4.0.18",
106
- "@vitejs/plugin-react-swc": "^3.7.2",
107
- "esbuild-vanilla-image-loader": "^0.1.3",
108
- "eslint": "^8.57.1",
109
- "eslint-plugin-react-hooks": "^4.6.2",
110
- "eslint-plugin-react-refresh": "^0.4.16",
111
- "eslint-plugin-storybook": "^0.8.0",
112
- "glob": "^10.4.5",
113
- "husky": "^9.1.7",
114
- "next": "^14.1.4",
115
- "prettier": "3.2.5",
116
- "react": "^18.3.1",
117
- "react-dom": "^18.3.1",
118
- "rollup-plugin-preserve-directives": "^0.4.0",
119
- "rollup-plugin-svg-import": "^3.0.0",
120
- "rollup-plugin-svgo": "^2.0.0",
121
- "storybook": "^8.4.7",
122
- "typescript": "^5.7.2",
123
- "typescript-plugin-css-modules": "^5.1.0",
124
- "vite": "^5.4.11",
125
- "vite-plugin-dts": "^3.9.1",
126
- "vite-plugin-lib-inject-css": "^2.1.1",
127
- "vite-plugin-setting-css-module": "^1.1.4",
128
- "vite-tsconfig-paths": "^4.3.2"
129
- },
130
- "main": "index.js",
131
- "directories": {
132
- "lib": "lib"
133
- },
134
- "author": "axos-web-dev",
135
- "license": "ISC"
136
- }
1
+ {
2
+ "name": "@axos-web-dev/shared-components",
3
+ "description": "Axos shared components library for web.",
4
+ "version": "1.0.100-dev.58",
5
+ "type": "module",
6
+ "module": "dist/main.js",
7
+ "types": "dist/main.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "sideEffects": [
12
+ "dist/assets/**/*.css"
13
+ ],
14
+ "scripts": {
15
+ "dev": "vite",
16
+ "build": "tsc --p ./tsconfig.build.json && vite build",
17
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
+ "preview": "vite preview",
19
+ "prepublishOnly": "npm run build",
20
+ "check-types": "tsc --pretty --noEmit",
21
+ "check-format": "prettier --check .",
22
+ "check-lint": "eslint . --ext ts --ext tsx --ext js",
23
+ "format": "prettier --write .",
24
+ "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
25
+ "prepare": "husky",
26
+ "storybook": "storybook dev -p 6006",
27
+ "build-storybook": "storybook build",
28
+ "npm:link": "npm run build && npm link"
29
+ },
30
+ "dependencies": {
31
+ "@headlessui/react": "^2.2.0",
32
+ "@hookform/resolvers": "^3.10.0",
33
+ "@next-safe-action/adapter-react-hook-form": "^2.0.0",
34
+ "@react-input/mask": "^1.2.15",
35
+ "@react-input/number-format": "^1.1.3",
36
+ "@storybook/icons": "^1.3.0",
37
+ "@storybook/preview-api": "^8.4.7",
38
+ "@ts-stack/markdown": "^1.5.0",
39
+ "@types/iframe-resizer": "3.5.13",
40
+ "@ujet/websdk-headless": "^3.41.4",
41
+ "@vanilla-extract/css": "^1.16.1",
42
+ "@vanilla-extract/recipes": "^0.5.1",
43
+ "antd": "^5.22.5",
44
+ "clsx": "^2.1.1",
45
+ "framer-motion": "^12.9.2",
46
+ "iframe-resizer": "^3.6.6",
47
+ "lodash": "^4.17.21",
48
+ "moment": "^2.30.1",
49
+ "next-safe-action": "^8.0.2",
50
+ "react-date-picker": "^11.0.0",
51
+ "react-date-range": "^2.0.1",
52
+ "react-hook-form": "^7.54.2",
53
+ "react-markdown": "^9.1.0",
54
+ "react-popper": "^2.3.0",
55
+ "react-slick": "^0.30.2",
56
+ "react-use": "^17.6.0",
57
+ "react-wrap-balancer": "^1.1.1",
58
+ "remark-gfm": "^4.0.1",
59
+ "rsuite": "^5.75.0",
60
+ "slick-carousel": "^1.8.1",
61
+ "typed-css-modules": "^0.9.1",
62
+ "vite-plugin-svgr": "^4.3.0",
63
+ "zod": "^3.24.1",
64
+ "zustand": "^4.5.5"
65
+ },
66
+ "peerDependencies": {
67
+ "@vanilla-extract/css-utils": "^0.1.3",
68
+ "@vanilla-extract/recipes": "^0.5.1",
69
+ "@vanilla-extract/vite-plugin": "^4.0.3",
70
+ "next": "^14.1.4",
71
+ "react": "^18.2.0",
72
+ "react-date-range": "^2.0.1",
73
+ "react-dom": "^18.2.0",
74
+ "react-popper": "^2.3.0",
75
+ "react-slick": "^0.30.2",
76
+ "slick-carousel": "^1.8.1"
77
+ },
78
+ "devDependencies": {
79
+ "@chromatic-com/storybook": "^1.9.0",
80
+ "@rollup/plugin-alias": "^5.1.1",
81
+ "@storybook/addon-essentials": "^8.4.7",
82
+ "@storybook/addon-interactions": "^8.4.7",
83
+ "@storybook/addon-links": "^8.4.7",
84
+ "@storybook/addon-mdx-gfm": "^8.4.7",
85
+ "@storybook/addon-onboarding": "^8.4.7",
86
+ "@storybook/addon-themes": "^8.4.7",
87
+ "@storybook/blocks": "^8.4.7",
88
+ "@storybook/react": "^8.6.14",
89
+ "@storybook/react-vite": "^8.4.7",
90
+ "@storybook/test": "^8.6.14",
91
+ "@svgr/core": "^8.1.0",
92
+ "@svgr/plugin-prettier": "^8.1.0",
93
+ "@svgr/plugin-svgo": "^8.1.0",
94
+ "@types/lodash": "^4.17.17",
95
+ "@types/node": "^20.19.0",
96
+ "@types/react": "^18.3.23",
97
+ "@types/react-date-range": "^1.4.9",
98
+ "@types/react-datepicker": "^6.2.0",
99
+ "@types/react-dom": "^18.3.7",
100
+ "@types/react-slick": "^0.23.13",
101
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
102
+ "@typescript-eslint/parser": "^7.18.0",
103
+ "@vanilla-extract/css-utils": "^0.1.4",
104
+ "@vanilla-extract/recipes": "^0.5.5",
105
+ "@vanilla-extract/vite-plugin": "^4.0.18",
106
+ "@vitejs/plugin-react-swc": "^3.7.2",
107
+ "esbuild-vanilla-image-loader": "^0.1.3",
108
+ "eslint": "^8.57.1",
109
+ "eslint-plugin-react-hooks": "^4.6.2",
110
+ "eslint-plugin-react-refresh": "^0.4.16",
111
+ "eslint-plugin-storybook": "^0.8.0",
112
+ "glob": "^10.4.5",
113
+ "husky": "^9.1.7",
114
+ "next": "^14.1.4",
115
+ "prettier": "3.2.5",
116
+ "react": "^18.3.1",
117
+ "react-dom": "^18.3.1",
118
+ "rollup-plugin-preserve-directives": "^0.4.0",
119
+ "rollup-plugin-svg-import": "^3.0.0",
120
+ "rollup-plugin-svgo": "^2.0.0",
121
+ "storybook": "^8.4.7",
122
+ "typescript": "^5.7.2",
123
+ "typescript-plugin-css-modules": "^5.1.0",
124
+ "vite": "^5.4.11",
125
+ "vite-plugin-dts": "^3.9.1",
126
+ "vite-plugin-lib-inject-css": "^2.1.1",
127
+ "vite-plugin-setting-css-module": "^1.1.4",
128
+ "vite-tsconfig-paths": "^4.3.2"
129
+ },
130
+ "main": "index.js",
131
+ "directories": {
132
+ "lib": "lib"
133
+ },
134
+ "author": "axos-web-dev",
135
+ "license": "ISC"
136
+ }