@axos-web-dev/shared-components 0.0.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.
Files changed (359) hide show
  1. package/README.md +70 -0
  2. package/dist/Accordion/Accordion.css.d.ts +55 -0
  3. package/dist/Accordion/Accordion.css.d.ts.map +1 -0
  4. package/dist/Accordion/Accordion.css.js +19 -0
  5. package/dist/Accordion/Accordion.css.js.map +1 -0
  6. package/dist/Accordion/Accordion.d.ts +12 -0
  7. package/dist/Accordion/Accordion.d.ts.map +1 -0
  8. package/dist/Accordion/Accordion.js +51 -0
  9. package/dist/Accordion/Accordion.js.map +1 -0
  10. package/dist/Accordion/index.d.ts +3 -0
  11. package/dist/Accordion/index.d.ts.map +1 -0
  12. package/dist/Accordion/index.js +16 -0
  13. package/dist/Accordion/index.js.map +1 -0
  14. package/dist/AlertBanner/AlertBanner.css.d.ts +16 -0
  15. package/dist/AlertBanner/AlertBanner.css.d.ts.map +1 -0
  16. package/dist/AlertBanner/AlertBanner.css.js +13 -0
  17. package/dist/AlertBanner/AlertBanner.css.js.map +1 -0
  18. package/dist/AlertBanner/AlertBanner.interface.d.ts +17 -0
  19. package/dist/AlertBanner/AlertBanner.interface.d.ts.map +1 -0
  20. package/dist/AlertBanner/AlertBanner.interface.js +2 -0
  21. package/dist/AlertBanner/AlertBanner.interface.js.map +1 -0
  22. package/dist/AlertBanner/index.d.ts +4 -0
  23. package/dist/AlertBanner/index.d.ts.map +1 -0
  24. package/dist/AlertBanner/index.js +26 -0
  25. package/dist/AlertBanner/index.js.map +1 -0
  26. package/dist/ApyCalculator/ApyCalculator.css.d.ts +20 -0
  27. package/dist/ApyCalculator/ApyCalculator.css.d.ts.map +1 -0
  28. package/dist/ApyCalculator/ApyCalculator.css.js +42 -0
  29. package/dist/ApyCalculator/ApyCalculator.css.js.map +1 -0
  30. package/dist/ApyCalculator/index.d.ts +3 -0
  31. package/dist/ApyCalculator/index.d.ts.map +1 -0
  32. package/dist/ApyCalculator/index.js +278 -0
  33. package/dist/ApyCalculator/index.js.map +1 -0
  34. package/dist/BulletItem/BulletItem.css.d.ts +2 -0
  35. package/dist/BulletItem/BulletItem.css.d.ts.map +1 -0
  36. package/dist/BulletItem/BulletItem.css.js +6 -0
  37. package/dist/BulletItem/BulletItem.css.js.map +1 -0
  38. package/dist/BulletItem/BulletItem.d.ts +6 -0
  39. package/dist/BulletItem/BulletItem.d.ts.map +1 -0
  40. package/dist/BulletItem/BulletItem.js +26 -0
  41. package/dist/BulletItem/BulletItem.js.map +1 -0
  42. package/dist/BulletItem/index.d.ts +2 -0
  43. package/dist/BulletItem/index.d.ts.map +1 -0
  44. package/dist/BulletItem/index.js +5 -0
  45. package/dist/BulletItem/index.js.map +1 -0
  46. package/dist/Button/Button.css.d.ts +91 -0
  47. package/dist/Button/Button.css.d.ts.map +1 -0
  48. package/dist/Button/Button.css.js +7 -0
  49. package/dist/Button/Button.css.js.map +1 -0
  50. package/dist/Button/Button.interface.d.ts +28 -0
  51. package/dist/Button/Button.interface.d.ts.map +1 -0
  52. package/dist/Button/Button.interface.js +2 -0
  53. package/dist/Button/Button.interface.js.map +1 -0
  54. package/dist/Button/index.d.ts +16 -0
  55. package/dist/Button/index.d.ts.map +1 -0
  56. package/dist/Button/index.js +24 -0
  57. package/dist/Button/index.js.map +1 -0
  58. package/dist/CallToActionBar/CallToActionBar.css.d.ts +19 -0
  59. package/dist/CallToActionBar/CallToActionBar.css.d.ts.map +1 -0
  60. package/dist/CallToActionBar/CallToActionBar.css.js +40 -0
  61. package/dist/CallToActionBar/CallToActionBar.css.js.map +1 -0
  62. package/dist/CallToActionBar/CallToActionBar.interface.d.ts +21 -0
  63. package/dist/CallToActionBar/CallToActionBar.interface.d.ts.map +1 -0
  64. package/dist/CallToActionBar/CallToActionBar.interface.js +2 -0
  65. package/dist/CallToActionBar/CallToActionBar.interface.js.map +1 -0
  66. package/dist/CallToActionBar/index.d.ts +4 -0
  67. package/dist/CallToActionBar/index.d.ts.map +1 -0
  68. package/dist/CallToActionBar/index.js +126 -0
  69. package/dist/CallToActionBar/index.js.map +1 -0
  70. package/dist/Carousel/Carousel.css.d.ts +84 -0
  71. package/dist/Carousel/Carousel.css.d.ts.map +1 -0
  72. package/dist/Carousel/Carousel.css.js +23 -0
  73. package/dist/Carousel/Carousel.css.js.map +1 -0
  74. package/dist/Carousel/index.d.ts +29 -0
  75. package/dist/Carousel/index.d.ts.map +1 -0
  76. package/dist/Carousel/index.js +122 -0
  77. package/dist/Carousel/index.js.map +1 -0
  78. package/dist/Chevron/Chevron.css.d.ts +15 -0
  79. package/dist/Chevron/Chevron.css.d.ts.map +1 -0
  80. package/dist/Chevron/Chevron.css.js +9 -0
  81. package/dist/Chevron/Chevron.css.js.map +1 -0
  82. package/dist/Chevron/Chevron.interface.d.ts +33 -0
  83. package/dist/Chevron/Chevron.interface.d.ts.map +1 -0
  84. package/dist/Chevron/Chevron.interface.js +2 -0
  85. package/dist/Chevron/Chevron.interface.js.map +1 -0
  86. package/dist/Chevron/index.d.ts +4 -0
  87. package/dist/Chevron/index.d.ts.map +1 -0
  88. package/dist/Chevron/index.js +27 -0
  89. package/dist/Chevron/index.js.map +1 -0
  90. package/dist/CollectInformationAlert/CollectInformationAlert.css.d.ts +7 -0
  91. package/dist/CollectInformationAlert/CollectInformationAlert.css.d.ts.map +1 -0
  92. package/dist/CollectInformationAlert/CollectInformationAlert.css.js +16 -0
  93. package/dist/CollectInformationAlert/CollectInformationAlert.css.js.map +1 -0
  94. package/dist/CollectInformationAlert/index.d.ts +3 -0
  95. package/dist/CollectInformationAlert/index.d.ts.map +1 -0
  96. package/dist/CollectInformationAlert/index.js +48 -0
  97. package/dist/CollectInformationAlert/index.js.map +1 -0
  98. package/dist/DownloadTile/DownloadTile.css.d.ts +8 -0
  99. package/dist/DownloadTile/DownloadTile.css.d.ts.map +1 -0
  100. package/dist/DownloadTile/DownloadTile.css.js +18 -0
  101. package/dist/DownloadTile/DownloadTile.css.js.map +1 -0
  102. package/dist/DownloadTile/DownloadTile.interface.d.ts +15 -0
  103. package/dist/DownloadTile/DownloadTile.interface.d.ts.map +1 -0
  104. package/dist/DownloadTile/DownloadTile.interface.js +2 -0
  105. package/dist/DownloadTile/DownloadTile.interface.js.map +1 -0
  106. package/dist/DownloadTile/index.d.ts +4 -0
  107. package/dist/DownloadTile/index.d.ts.map +1 -0
  108. package/dist/DownloadTile/index.js +37 -0
  109. package/dist/DownloadTile/index.js.map +1 -0
  110. package/dist/FaqAccordion/FaqAccordion.css.d.ts +6 -0
  111. package/dist/FaqAccordion/FaqAccordion.css.d.ts.map +1 -0
  112. package/dist/FaqAccordion/FaqAccordion.css.js +14 -0
  113. package/dist/FaqAccordion/FaqAccordion.css.js.map +1 -0
  114. package/dist/FaqAccordion/index.d.ts +14 -0
  115. package/dist/FaqAccordion/index.d.ts.map +1 -0
  116. package/dist/FaqAccordion/index.js +50 -0
  117. package/dist/FaqAccordion/index.js.map +1 -0
  118. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +10 -0
  119. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts.map +1 -0
  120. package/dist/FooterDisclosure/FooterDisclosure.css.js +15 -0
  121. package/dist/FooterDisclosure/FooterDisclosure.css.js.map +1 -0
  122. package/dist/FooterDisclosure/FooterDisclosure.d.ts +6 -0
  123. package/dist/FooterDisclosure/FooterDisclosure.d.ts.map +1 -0
  124. package/dist/FooterDisclosure/FooterDisclosure.js +21 -0
  125. package/dist/FooterDisclosure/FooterDisclosure.js.map +1 -0
  126. package/dist/FooterDisclosure/index.d.ts +3 -0
  127. package/dist/FooterDisclosure/index.d.ts.map +1 -0
  128. package/dist/FooterDisclosure/index.js +14 -0
  129. package/dist/FooterDisclosure/index.js.map +1 -0
  130. package/dist/HeroBanner/HeroBanner.css.d.ts +55 -0
  131. package/dist/HeroBanner/HeroBanner.css.d.ts.map +1 -0
  132. package/dist/HeroBanner/HeroBanner.css.js +29 -0
  133. package/dist/HeroBanner/HeroBanner.css.js.map +1 -0
  134. package/dist/HeroBanner/HeroBanner.interface.d.ts +19 -0
  135. package/dist/HeroBanner/HeroBanner.interface.d.ts.map +1 -0
  136. package/dist/HeroBanner/HeroBanner.interface.js +2 -0
  137. package/dist/HeroBanner/HeroBanner.interface.js.map +1 -0
  138. package/dist/HeroBanner/index.d.ts +4 -0
  139. package/dist/HeroBanner/index.d.ts.map +1 -0
  140. package/dist/HeroBanner/index.js +78 -0
  141. package/dist/HeroBanner/index.js.map +1 -0
  142. package/dist/Hyperlink/Hyperlink.interface.d.ts +20 -0
  143. package/dist/Hyperlink/Hyperlink.interface.d.ts.map +1 -0
  144. package/dist/Hyperlink/Hyperlink.interface.js +2 -0
  145. package/dist/Hyperlink/Hyperlink.interface.js.map +1 -0
  146. package/dist/Hyperlink/index.d.ts +4 -0
  147. package/dist/Hyperlink/index.d.ts.map +1 -0
  148. package/dist/Hyperlink/index.js +21 -0
  149. package/dist/Hyperlink/index.js.map +1 -0
  150. package/dist/IconBillboard/IconBillboard.css.d.ts +55 -0
  151. package/dist/IconBillboard/IconBillboard.css.d.ts.map +1 -0
  152. package/dist/IconBillboard/IconBillboard.css.js +23 -0
  153. package/dist/IconBillboard/IconBillboard.css.js.map +1 -0
  154. package/dist/IconBillboard/index.d.ts +13 -0
  155. package/dist/IconBillboard/index.d.ts.map +1 -0
  156. package/dist/IconBillboard/index.js +34 -0
  157. package/dist/IconBillboard/index.js.map +1 -0
  158. package/dist/ImageBillboard/ImageBillboard.css.d.ts +69 -0
  159. package/dist/ImageBillboard/ImageBillboard.css.d.ts.map +1 -0
  160. package/dist/ImageBillboard/ImageBillboard.css.js +27 -0
  161. package/dist/ImageBillboard/ImageBillboard.css.js.map +1 -0
  162. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +38 -0
  163. package/dist/ImageBillboard/ImageBillboard.interface.d.ts.map +1 -0
  164. package/dist/ImageBillboard/ImageBillboard.interface.js +2 -0
  165. package/dist/ImageBillboard/ImageBillboard.interface.js.map +1 -0
  166. package/dist/ImageBillboard/index.d.ts +4 -0
  167. package/dist/ImageBillboard/index.d.ts.map +1 -0
  168. package/dist/ImageBillboard/index.js +123 -0
  169. package/dist/ImageBillboard/index.js.map +1 -0
  170. package/dist/Input/Input.css.d.ts +140 -0
  171. package/dist/Input/Input.css.d.ts.map +1 -0
  172. package/dist/Input/Input.css.js +21 -0
  173. package/dist/Input/Input.css.js.map +1 -0
  174. package/dist/Input/index.d.ts +12 -0
  175. package/dist/Input/index.d.ts.map +1 -0
  176. package/dist/Input/index.js +36 -0
  177. package/dist/Input/index.js.map +1 -0
  178. package/dist/Inputs/Input.css.d.ts +140 -0
  179. package/dist/Inputs/Input.css.d.ts.map +1 -0
  180. package/dist/Inputs/Input.css.js +21 -0
  181. package/dist/Inputs/Input.css.js.map +1 -0
  182. package/dist/Modal/Modal.css.d.ts +12 -0
  183. package/dist/Modal/Modal.css.d.ts.map +1 -0
  184. package/dist/Modal/Modal.css.js +26 -0
  185. package/dist/Modal/Modal.css.js.map +1 -0
  186. package/dist/Modal/Modal.interface.d.ts +8 -0
  187. package/dist/Modal/Modal.interface.d.ts.map +1 -0
  188. package/dist/Modal/Modal.interface.js +2 -0
  189. package/dist/Modal/Modal.interface.js.map +1 -0
  190. package/dist/Modal/index.d.ts +4 -0
  191. package/dist/Modal/index.d.ts.map +1 -0
  192. package/dist/Modal/index.js +82 -0
  193. package/dist/Modal/index.js.map +1 -0
  194. package/dist/SecondaryFooter/SecondaryFooter.css.d.ts +5 -0
  195. package/dist/SecondaryFooter/SecondaryFooter.css.d.ts.map +1 -0
  196. package/dist/SecondaryFooter/SecondaryFooter.css.js +12 -0
  197. package/dist/SecondaryFooter/SecondaryFooter.css.js.map +1 -0
  198. package/dist/SecondaryFooter/index.d.ts +10 -0
  199. package/dist/SecondaryFooter/index.d.ts.map +1 -0
  200. package/dist/SecondaryFooter/index.js +10 -0
  201. package/dist/SecondaryFooter/index.js.map +1 -0
  202. package/dist/Table/Table.css.d.ts +123 -0
  203. package/dist/Table/Table.css.d.ts.map +1 -0
  204. package/dist/Table/Table.css.js +19 -0
  205. package/dist/Table/Table.css.js.map +1 -0
  206. package/dist/Table/Table.d.ts +283 -0
  207. package/dist/Table/Table.d.ts.map +1 -0
  208. package/dist/Table/Table.js +39 -0
  209. package/dist/Table/Table.js.map +1 -0
  210. package/dist/Table/index.d.ts +3 -0
  211. package/dist/Table/index.d.ts.map +1 -0
  212. package/dist/Table/index.js +15 -0
  213. package/dist/Table/index.js.map +1 -0
  214. package/dist/assets/Accordion/Accordion.css +112 -0
  215. package/dist/assets/AlertBanner/AlertBanner.css +39 -0
  216. package/dist/assets/ApyCalculator/ApyCalculator.css +166 -0
  217. package/dist/assets/BulletItem/BulletItem.css +4 -0
  218. package/dist/assets/Button/Button.css +128 -0
  219. package/dist/assets/CallToActionBar/CallToActionBar.css +133 -0
  220. package/dist/assets/Carousel/Carousel.css +136 -0
  221. package/dist/assets/Chevron/Chevron.css +20 -0
  222. package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +110 -0
  223. package/dist/assets/DownloadTile/DownloadTile.css +110 -0
  224. package/dist/assets/FaqAccordion/FaqAccordion.css +41 -0
  225. package/dist/assets/FooterDisclosure/FooterDisclosure.css +42 -0
  226. package/dist/assets/HeroBanner/HeroBanner.css +154 -0
  227. package/dist/assets/IconBillboard/IconBillboard.css +91 -0
  228. package/dist/assets/ImageBillboard/ImageBillboard.css +102 -0
  229. package/dist/assets/Input/Input.css +156 -0
  230. package/dist/assets/Inputs/Input.css +156 -0
  231. package/dist/assets/Modal/Modal.css +90 -0
  232. package/dist/assets/SecondaryFooter/SecondaryFooter.css +45 -0
  233. package/dist/assets/Table/Table.css +153 -0
  234. package/dist/assets/globals.css +253 -0
  235. package/dist/assets/icons/ArrowIcon/ArrowIcon.css +9 -0
  236. package/dist/assets/icons/CheckIcon/CheckIcon.css +6 -0
  237. package/dist/assets/icons/DownloadIcon/DownloadIcon.css +3 -0
  238. package/dist/assets/index.css +31 -0
  239. package/dist/assets/themes/axos.css +32 -0
  240. package/dist/assets/themes/premier.css +32 -0
  241. package/dist/globals.css.d.ts +2 -0
  242. package/dist/globals.css.d.ts.map +1 -0
  243. package/dist/globals.css.js +2 -0
  244. package/dist/globals.css.js.map +1 -0
  245. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +14 -0
  246. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts.map +1 -0
  247. package/dist/icons/ArrowIcon/ArrowIcon.css.js +7 -0
  248. package/dist/icons/ArrowIcon/ArrowIcon.css.js.map +1 -0
  249. package/dist/icons/ArrowIcon/index.d.ts +8 -0
  250. package/dist/icons/ArrowIcon/index.d.ts.map +1 -0
  251. package/dist/icons/ArrowIcon/index.js +76 -0
  252. package/dist/icons/ArrowIcon/index.js.map +1 -0
  253. package/dist/icons/CheckCircle.d.ts +4 -0
  254. package/dist/icons/CheckCircle.d.ts.map +1 -0
  255. package/dist/icons/CheckCircle.js +25 -0
  256. package/dist/icons/CheckCircle.js.map +1 -0
  257. package/dist/icons/CheckCircleLight.d.ts +4 -0
  258. package/dist/icons/CheckCircleLight.d.ts.map +1 -0
  259. package/dist/icons/CheckCircleLight.js +25 -0
  260. package/dist/icons/CheckCircleLight.js.map +1 -0
  261. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +11 -0
  262. package/dist/icons/CheckIcon/CheckIcon.css.d.ts.map +1 -0
  263. package/dist/icons/CheckIcon/CheckIcon.css.js +7 -0
  264. package/dist/icons/CheckIcon/CheckIcon.css.js.map +1 -0
  265. package/dist/icons/CheckIcon/index.d.ts +5 -0
  266. package/dist/icons/CheckIcon/index.d.ts.map +1 -0
  267. package/dist/icons/CheckIcon/index.js +30 -0
  268. package/dist/icons/CheckIcon/index.js.map +1 -0
  269. package/dist/icons/ChevronDown.d.ts +4 -0
  270. package/dist/icons/ChevronDown.d.ts.map +1 -0
  271. package/dist/icons/ChevronDown.js +23 -0
  272. package/dist/icons/ChevronDown.js.map +1 -0
  273. package/dist/icons/ChevronUp.d.ts +4 -0
  274. package/dist/icons/ChevronUp.d.ts.map +1 -0
  275. package/dist/icons/ChevronUp.js +23 -0
  276. package/dist/icons/ChevronUp.js.map +1 -0
  277. package/dist/icons/CloseIcon/index.d.ts +3 -0
  278. package/dist/icons/CloseIcon/index.d.ts.map +1 -0
  279. package/dist/icons/CloseIcon/index.js +24 -0
  280. package/dist/icons/CloseIcon/index.js.map +1 -0
  281. package/dist/icons/DownloadIcon/DownloadIcon.css.d.ts +2 -0
  282. package/dist/icons/DownloadIcon/DownloadIcon.css.d.ts.map +1 -0
  283. package/dist/icons/DownloadIcon/DownloadIcon.css.js +7 -0
  284. package/dist/icons/DownloadIcon/DownloadIcon.css.js.map +1 -0
  285. package/dist/icons/DownloadIcon/index.d.ts +5 -0
  286. package/dist/icons/DownloadIcon/index.d.ts.map +1 -0
  287. package/dist/icons/DownloadIcon/index.js +37 -0
  288. package/dist/icons/DownloadIcon/index.js.map +1 -0
  289. package/dist/icons/EqualHousingLender.d.ts +4 -0
  290. package/dist/icons/EqualHousingLender.d.ts.map +1 -0
  291. package/dist/icons/EqualHousingLender.js +25 -0
  292. package/dist/icons/EqualHousingLender.js.map +1 -0
  293. package/dist/icons/LockIcon/index.d.ts +3 -0
  294. package/dist/icons/LockIcon/index.d.ts.map +1 -0
  295. package/dist/icons/LockIcon/index.js +37 -0
  296. package/dist/icons/LockIcon/index.js.map +1 -0
  297. package/dist/icons/MemberFdicLogo.d.ts +4 -0
  298. package/dist/icons/MemberFdicLogo.d.ts.map +1 -0
  299. package/dist/icons/MemberFdicLogo.js +107 -0
  300. package/dist/icons/MemberFdicLogo.js.map +1 -0
  301. package/dist/icons/QuoteIconGrey.d.ts +4 -0
  302. package/dist/icons/QuoteIconGrey.d.ts.map +1 -0
  303. package/dist/icons/QuoteIconGrey.js +43 -0
  304. package/dist/icons/QuoteIconGrey.js.map +1 -0
  305. package/dist/icons/QuoteIconWhite.d.ts +4 -0
  306. package/dist/icons/QuoteIconWhite.d.ts.map +1 -0
  307. package/dist/icons/QuoteIconWhite.js +43 -0
  308. package/dist/icons/QuoteIconWhite.js.map +1 -0
  309. package/dist/icons/QuoteIconYellow.d.ts +4 -0
  310. package/dist/icons/QuoteIconYellow.d.ts.map +1 -0
  311. package/dist/icons/QuoteIconYellow.js +43 -0
  312. package/dist/icons/QuoteIconYellow.js.map +1 -0
  313. package/dist/icons/WarningIcon/index.d.ts +3 -0
  314. package/dist/icons/WarningIcon/index.d.ts.map +1 -0
  315. package/dist/icons/WarningIcon/index.js +42 -0
  316. package/dist/icons/WarningIcon/index.js.map +1 -0
  317. package/dist/icons/index.d.ts +15 -0
  318. package/dist/icons/index.d.ts.map +1 -0
  319. package/dist/icons/index.js +31 -0
  320. package/dist/icons/index.js.map +1 -0
  321. package/dist/index.css.d.ts +1 -0
  322. package/dist/index.css.d.ts.map +1 -0
  323. package/dist/index.css.js +3 -0
  324. package/dist/index.css.js.map +1 -0
  325. package/dist/main.d.ts +22 -0
  326. package/dist/main.d.ts.map +1 -0
  327. package/dist/main.js +80 -0
  328. package/dist/main.js.map +1 -0
  329. package/dist/themes/axos.css.d.ts +2 -0
  330. package/dist/themes/axos.css.d.ts.map +1 -0
  331. package/dist/themes/axos.css.js +6 -0
  332. package/dist/themes/axos.css.js.map +1 -0
  333. package/dist/themes/premier.css.d.ts +2 -0
  334. package/dist/themes/premier.css.d.ts.map +1 -0
  335. package/dist/themes/premier.css.js +6 -0
  336. package/dist/themes/premier.css.js.map +1 -0
  337. package/dist/themes/vars.css.d.ts +49 -0
  338. package/dist/themes/vars.css.d.ts.map +1 -0
  339. package/dist/themes/vars.css.js +5 -0
  340. package/dist/themes/vars.css.js.map +1 -0
  341. package/dist/themes/vars.css.ts.vanilla.css.js +2 -0
  342. package/dist/themes/vars.css.ts.vanilla.css.js.map +1 -0
  343. package/dist/utils/componentProperties.d.ts +2 -0
  344. package/dist/utils/componentProperties.d.ts.map +1 -0
  345. package/dist/utils/componentProperties.js +12 -0
  346. package/dist/utils/componentProperties.js.map +1 -0
  347. package/dist/utils/ctaOptions.d.ts +7 -0
  348. package/dist/utils/ctaOptions.d.ts.map +1 -0
  349. package/dist/utils/ctaOptions.js +50 -0
  350. package/dist/utils/ctaOptions.js.map +1 -0
  351. package/dist/utils/getVariant.d.ts +4 -0
  352. package/dist/utils/getVariant.d.ts.map +1 -0
  353. package/dist/utils/getVariant.js +35 -0
  354. package/dist/utils/getVariant.js.map +1 -0
  355. package/dist/utils/variant.types.d.ts +5 -0
  356. package/dist/utils/variant.types.d.ts.map +1 -0
  357. package/dist/utils/variant.types.js +2 -0
  358. package/dist/utils/variant.types.js.map +1 -0
  359. package/package.json +91 -0
@@ -0,0 +1,110 @@
1
+ ._14gexxj0 {
2
+ margin: 0 auto;
3
+ width: 94%;
4
+ max-width: 1640px;
5
+ }
6
+ ._14gexxj1:nth-child(odd) {
7
+ width: 50%;
8
+ float: left;
9
+ }
10
+ ._14gexxj1:nth-child(even) {
11
+ width: 50%;
12
+ float: right;
13
+ }
14
+ ._14gexxj1:last-child:not(:nth-child(even)) {
15
+ width: 100%;
16
+ float: inline-start;
17
+ }
18
+ ._14gexxj2 {
19
+ border-collapse: initial;
20
+ border-radius: 1rem;
21
+ border: 1px solid #dbdbdb;
22
+ margin: 0 auto;
23
+ max-width: 792px;
24
+ overflow: hidden;
25
+ width: 100%;
26
+ }
27
+ ._14gexxj2 th {
28
+ letter-spacing: 0.2px;
29
+ font-weight: 600;
30
+ font-size: 0.9rem;
31
+ width: auto;
32
+ color: var(--gysk0y2);
33
+ }
34
+ ._14gexxj2 tbody td:last-child > a:hover {
35
+ text-decoration: underline;
36
+ }
37
+ ._14gexxj2 thead tr th {
38
+ font-weight: 700;
39
+ font-size: 16px;
40
+ line-height: 24px;
41
+ letter-spacing: 0.2px;
42
+ }
43
+ ._14gexxj2 thead th {
44
+ padding: 20px;
45
+ }
46
+ ._14gexxj2 tbody tr:nth-child(odd) {
47
+ background-color: #f4f4f4;
48
+ }
49
+ ._14gexxj2 tr {
50
+ display: flex;
51
+ -webkit-box-pack: justify;
52
+ justify-content: space-between;
53
+ }
54
+ ._14gexxj2 tbody td {
55
+ color: #333d46;
56
+ padding: 24px 20px;
57
+ }
58
+ ._14gexxj2 tbody td:last-child > a {
59
+ font-weight: 600;
60
+ text-decoration: none;
61
+ position: relative;
62
+ top: 50%;
63
+ -webkit-transform: translateY(-50%);
64
+ -ms-transform: translateY(-50%);
65
+ display: flex;
66
+ color: var(--gysk0y5);
67
+ }
68
+ ._14gexxj2 ._14gexxj3 ._14gexxj4 {
69
+ margin: 2px 5px;
70
+ }
71
+ ._14gexxj5 h2 {
72
+ font-weight: 600;
73
+ font-size: 32px;
74
+ margin-bottom: 1rem;
75
+ background: var(--gysk0y3);
76
+ background-clip: text;
77
+ -webkit-text-fill-color: transparent;
78
+ }
79
+ ._14gexxj6 {
80
+ margin-inline: auto;
81
+ margin-bottom: 2.5rem;
82
+ max-width: 49.5rem;
83
+ text-align: center;
84
+ }
85
+ @media screen and (max-width:600px) {
86
+ ._14gexxj1:nth-child(odd) {
87
+ width: 100%;
88
+ float: inline-start;
89
+ }
90
+ ._14gexxj1:nth-child(even) {
91
+ width: 100%;
92
+ float: inline-start;
93
+ }
94
+ }
95
+ @media screen and (max-width:767px) {
96
+ ._14gexxj2 tbody td {
97
+ padding: 16px;
98
+ }
99
+ }
100
+ @media screen and (max-width:500px) {
101
+ ._14gexxj5 h2 {
102
+ font-size: 20px;
103
+ line-height: 1.2;
104
+ }
105
+ }
106
+ @media screen and (max-width:768px) {
107
+ ._14gexxj6 {
108
+ margin-bottom: 1.5rem;
109
+ }
110
+ }
@@ -0,0 +1,41 @@
1
+ .ph6wj60 {
2
+ display: flex;
3
+ flex-direction: column;
4
+ border: 1px solid #EBEBEB;
5
+ border-radius: 16px;
6
+ overflow: hidden;
7
+ }
8
+ .ph6wj61 {
9
+ padding: 24px;
10
+ max-width: 80ch;
11
+ font-size: 28px;
12
+ line-height: 36px;
13
+ letter-spacing: 0.2px;
14
+ color: var(--gysk0y2);
15
+ font-weight: 600;
16
+ }
17
+ .ph6wj62 {
18
+ display: flex;
19
+ justify-content: space-between;
20
+ background-color: white;
21
+ padding: 24px;
22
+ font-weight: 700;
23
+ line-height: 26px;
24
+ letter-spacing: 0.2px;
25
+ color: var(--gysk0y2);
26
+ cursor: pointer;
27
+ }
28
+ details[open] .ph6wj62 {
29
+ background-color: #D4D4D4;
30
+ }
31
+ .ph6wj63 {
32
+ max-width: 80%;
33
+ list-style: none;
34
+ text-overflow: ellipsis;
35
+ overflow: hidden;
36
+ white-space: nowrap;
37
+ }
38
+ .ph6wj64 {
39
+ padding: 24px;
40
+ background-color: #D4D4D4;
41
+ }
@@ -0,0 +1,42 @@
1
+ ._1a6b3vu0 {
2
+ color: #ffffff;
3
+ background-color: #4A5560;
4
+ padding: 32px 24px;
5
+ width: 100%;
6
+ }
7
+ ._1a6b3vu1 {
8
+ margin-bottom: 16px;
9
+ line-height: 24px;
10
+ letter-spacing: 0.2px;
11
+ }
12
+ ._1a6b3vu2 {
13
+ margin-bottom: 32px;
14
+ }
15
+ ._1a6b3vu3 {
16
+ max-height: 40px;
17
+ display: flex;
18
+ gap: 40px;
19
+ }
20
+ ._1a6b3vu4 {
21
+ color: #ffffff;
22
+ }
23
+ ._1a6b3vu4:hover {
24
+ opacity: 0.8;
25
+ }
26
+ @media screen and (min-width: 1280px) {
27
+ ._1a6b3vu0 {
28
+ padding-inline: 40px;
29
+ }
30
+ }
31
+ @media screen and (min-width: 1920px) {
32
+ ._1a6b3vu0 {
33
+ padding-inline: 360px;
34
+ padding-top: 32px;
35
+ padding-bottom: 32px;
36
+ }
37
+ }
38
+ @media screen and (max-width: 1280px) {
39
+ ._1a6b3vu3 {
40
+ justify-content: center;
41
+ }
42
+ }
@@ -0,0 +1,154 @@
1
+ ._1ye8k3f1 {
2
+ background: var(--gysk0y0);
3
+ color: var(--gysk0y1);
4
+ }
5
+ ._1ye8k3f2 {
6
+ background: var(--gysk0yc);
7
+ color: var(--gysk0yd);
8
+ }
9
+ ._1ye8k3f4 {
10
+ background: var(--gysk0y3);
11
+ background-clip: text;
12
+ -webkit-text-fill-color: transparent;
13
+ }
14
+ ._1ye8k3f5 {
15
+ color: var(--gysk0yh);
16
+ }
17
+ ._1ye8k3f7 {
18
+ background: var(--gysk0y3);
19
+ background-clip: text;
20
+ -webkit-text-fill-color: transparent;
21
+ }
22
+ ._1ye8k3f8 {
23
+ color: var(--gysk0ye);
24
+ }
25
+ ._1ye8k3fa {
26
+ color: var(--gysk0y1);
27
+ }
28
+ ._1ye8k3fb {
29
+ color: var(--gysk0yd);
30
+ }
31
+ ._1ye8k3fd {
32
+ display: flex;
33
+ justify-content: space-between;
34
+ align-items: center;
35
+ }
36
+ ._1ye8k3fe {
37
+ padding: 2rem 0;
38
+ }
39
+ ._1ye8k3fe p {
40
+ font-weight: 400;
41
+ font-size: 18px;
42
+ line-height: 1.4;
43
+ letter-spacing: .2px;
44
+ }
45
+ ._1ye8k3fe h1 {
46
+ margin-bottom: 1rem;
47
+ }
48
+ ._1ye8k3ff {
49
+ margin-top: 1rem;
50
+ }
51
+ ._1ye8k3fg {
52
+ margin-top: 3.5rem;
53
+ display: flex;
54
+ align-items: center;
55
+ }
56
+ ._1ye8k3fh {
57
+ display: flex;
58
+ justify-content: flex-end;
59
+ }
60
+ ._1ye8k3fi {
61
+ width: 100%;
62
+ max-width: 100%;
63
+ }
64
+ @media screen and (max-width:1280px) {
65
+ ._1ye8k3fg {
66
+ margin-top: 2.5rem;
67
+ }
68
+ ._1ye8k3fj ._1ye8k3fg {
69
+ flex-direction: column;
70
+ }
71
+ ._1ye8k3fj > a: last - child {
72
+ margin-top: 1.5rem;
73
+ margin-left: 0 !important;
74
+ }
75
+ }
76
+ @media (max-width:1280px) and (min-width:1024px) {
77
+ ._1ye8k3fd:not(.logout .hero_content) > * {
78
+ width: 100%;
79
+ max-width: 50%;
80
+ }
81
+ ._1ye8k3fj ._1ye8k3fg {
82
+ align-items: flex-start;
83
+ }
84
+ ._1ye8k3fj > *: first - child {
85
+ width: calc(100% - 28px;
86
+ }
87
+ }
88
+ @media screen and (max-width:1023px) {
89
+ ._1ye8k3fd {
90
+ flex-direction: column;
91
+ }
92
+ ._1ye8k3fd:not(.logout .hero_content) > * {
93
+ max-width: 100%;
94
+ }
95
+ ._1ye8k3fe {
96
+ text-align: center;
97
+ }
98
+ ._1ye8k3fg {
99
+ flex-direction: column;
100
+ }
101
+ ._1ye8k3fg > a:last-child {
102
+ margin-top: 1.5rem;
103
+ }
104
+ ._1ye8k3fh {
105
+ justify-content: center;
106
+ width: min(375px, 100%);
107
+ }
108
+ }
109
+ @media screen and (max-width:603px) {
110
+ ._1ye8k3fe {
111
+ max-width: calc(100% - 2rem);
112
+ margin-inline: auto;
113
+ }
114
+ }
115
+ @media screen and (min-width:1024px) {
116
+ ._1ye8k3fc {
117
+ flex-direction: row-reverse;
118
+ }
119
+ ._1ye8k3fd {
120
+ min-height: 480px;
121
+ gap: 2rem;
122
+ }
123
+ ._1ye8k3fe {
124
+ flex: 1 1 0%;
125
+ max-width: 588px;
126
+ }
127
+ ._1ye8k3fg > a:last-child {
128
+ margin-left: 2rem;
129
+ }
130
+ ._1ye8k3fj ._1ye8k3fd {
131
+ min-height: 740px;
132
+ gap: 1.5rem;
133
+ }
134
+ ._1ye8k3fj ._1ye8k3fe {
135
+ max-width: 468px;
136
+ }
137
+ ._1ye8k3fj ._1ye8k3fh {
138
+ max-width: 708px;
139
+ }
140
+ }
141
+ @media screen and (max-width:768px) {
142
+ ._1ye8k3fe p {
143
+ font-size: 1rem;
144
+ line-height: 1.5;
145
+ }
146
+ ._1ye8k3fg {
147
+ margin-top: 1.7rem;
148
+ }
149
+ }
150
+ @media screen and (min-width:1023px) {
151
+ ._1ye8k3fh {
152
+ flex: 1 1 0%;
153
+ }
154
+ }
@@ -0,0 +1,91 @@
1
+ ._1r4ovbu0 {
2
+ box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
3
+ border-radius: 16px;
4
+ padding: 32px 24px;
5
+ display: flex;
6
+ flex-direction: column;
7
+ gap: 24px;
8
+ }
9
+ ._1r4ovbu1 {
10
+ background: var(--gysk0y0);
11
+ }
12
+ ._1r4ovbu2 {
13
+ background: var(--gysk0y6);
14
+ }
15
+ ._1r4ovbu3 {
16
+ background: var(--gysk0yc);
17
+ color: var(--gysk0yd);
18
+ }
19
+ ._1r4ovbu4 {
20
+ background: var(--gysk0yi);
21
+ color: var(--gysk0yj);
22
+ }
23
+ ._1r4ovbu5 {
24
+ display: flex;
25
+ gap: 16px;
26
+ flex-direction: column;
27
+ }
28
+ ._1r4ovbu6 {
29
+ flex-direction: row;
30
+ }
31
+ ._1r4ovbu7 {
32
+ text-align: center;
33
+ min-width: 48px;
34
+ }
35
+ ._1r4ovbu8 {
36
+ text-align: center;
37
+ display: flex;
38
+ gap: 8px;
39
+ flex-direction: column;
40
+ }
41
+ ._1r4ovbu9 {
42
+ font-size: 28px;
43
+ line-height: 36px;
44
+ letter-spacing: 0.2px;
45
+ font-weight: 600;
46
+ }
47
+ ._1r4ovbua {
48
+ -webkit-background-clip: text;
49
+ background-image: var(--gysk0y3);
50
+ -webkit-text-fill-color: transparent;
51
+ }
52
+ ._1r4ovbub {
53
+ -webkit-background-clip: text;
54
+ background-image: var(--gysk0y9);
55
+ -webkit-text-fill-color: transparent;
56
+ }
57
+ ._1r4ovbuc {
58
+ color: var(--gysk0ye);
59
+ }
60
+ ._1r4ovbud {
61
+ color: var(--gysk0yk);
62
+ }
63
+ ._1r4ovbue {
64
+ display: flex;
65
+ flex-direction: column;
66
+ gap: 24px;
67
+ }
68
+ ._1r4ovbuf {
69
+ display: flex;
70
+ flex-direction: column;
71
+ gap: 1em;
72
+ list-style: none;
73
+ }
74
+ ._1r4ovbug {
75
+ position: relative;
76
+ display: flex;
77
+ gap: 10px;
78
+ }
79
+ ._1r4ovbuh {
80
+ justify-content: center;
81
+ width: 100%;
82
+ text-align: center;
83
+ }
84
+ @media screen and (max-width: 380px) {
85
+ ._1r4ovbuh {
86
+ flex-direction: column;
87
+ }
88
+ ._1r4ovbuh:first-child {
89
+ margin-bottom: 1em;
90
+ }
91
+ }
@@ -0,0 +1,102 @@
1
+ ._1m7m2a0 {
2
+ height: auto;
3
+ }
4
+ ._1m7m2a1 {
5
+ background: var(--gysk0y0);
6
+ color: var(--gysk0y1);
7
+ }
8
+ ._1m7m2a2 {
9
+ background: var(--gysk0y6);
10
+ color: var(--gysk0y7);
11
+ }
12
+ ._1m7m2a3 {
13
+ background: var(--gysk0yc);
14
+ color: var(--gysk0yd);
15
+ }
16
+ ._1m7m2a4 {
17
+ background: var(--gysk0yi);
18
+ color: var(--gysk0yj);
19
+ }
20
+ ._1m7m2a6 {
21
+ background: var(--gysk0y3);
22
+ background-clip: text;
23
+ -webkit-text-fill-color: transparent;
24
+ }
25
+ ._1m7m2a7 {
26
+ background: var(--gysk0y9);
27
+ background-clip: text;
28
+ -webkit-text-fill-color: transparent;
29
+ }
30
+ ._1m7m2a8 {
31
+ color: var(--gysk0yh);
32
+ }
33
+ ._1m7m2a9 {
34
+ color: var(--gysk0yj);
35
+ }
36
+ ._1m7m2ab {
37
+ background: var(--gysk0y3);
38
+ background-clip: text;
39
+ -webkit-text-fill-color: transparent;
40
+ }
41
+ ._1m7m2ac {
42
+ background: var(--gysk0y9);
43
+ background-clip: text;
44
+ -webkit-text-fill-color: transparent;
45
+ }
46
+ ._1m7m2ad {
47
+ color: var(--gysk0ye);
48
+ }
49
+ ._1m7m2ae {
50
+ color: var(--gysk0yk);
51
+ }
52
+ ._1m7m2af > * {
53
+ width: 100%;
54
+ max-width: 50%;
55
+ }
56
+ ._1m7m2ag img {
57
+ vertical-align: middle;
58
+ align-self: flex-end;
59
+ width: 100%;
60
+ height: 100%;
61
+ object-fit: cover;
62
+ }
63
+ ._1m7m2ak {
64
+ padding: 32px 28px;
65
+ }
66
+ ._1m7m2al {
67
+ display: flex;
68
+ gap: 20px;
69
+ }
70
+ ._1m7m2am {
71
+ margin-inline: auto;
72
+ margin-bottom: 2.5rem;
73
+ text-align: center;
74
+ max-width: 1000px;
75
+ }
76
+ ._1m7m2am > p {
77
+ margin-top: 24px;
78
+ }
79
+ @media screen and (max-width:1023px) {
80
+ ._1m7m2a0 {
81
+ flex-direction: column;
82
+ }
83
+ .reversed {
84
+ flex-direction: column-reverse;
85
+ }
86
+ ._1m7m2af > * {
87
+ max-width: 100%;
88
+ }
89
+ ._1m7m2ag img {
90
+ width: 100%;
91
+ }
92
+ ._1m7m2ai {
93
+ display: flex;
94
+ flex-direction: column;
95
+ }
96
+ }
97
+ @media screen and (max-width:475px) {
98
+ ._1m7m2aj {
99
+ flex-direction: column;
100
+ gap: 24px;
101
+ }
102
+ }
@@ -0,0 +1,156 @@
1
+ ._18du0la0 {
2
+ width: 24px;
3
+ height: 24px;
4
+ fill: #4A5560;
5
+ }
6
+ ._18du0la1 {
7
+ width: 16px;
8
+ height: 16px;
9
+ }
10
+ ._18du0la2 {
11
+ width: 20px;
12
+ height: 20px;
13
+ }
14
+ ._18du0la3 {
15
+ width: 20px;
16
+ height: 20px;
17
+ }
18
+ ._18du0la4 {
19
+ padding-left: 16px;
20
+ line-height: 24px;
21
+ }
22
+ ._18du0la5 {
23
+ color: var(--gysk0yo);
24
+ border-color: var(--gysk0yo);
25
+ }
26
+ ._18du0la6 {
27
+ color: var(--gysk0yq);
28
+ }
29
+ ._18du0la7 {
30
+ position: absolute;
31
+ align-items: center;
32
+ }
33
+ ._18du0la8 {
34
+ left: 16px;
35
+ }
36
+ ._18du0la9 {
37
+ right: 16px;
38
+ }
39
+ ._18du0laa {
40
+ display: inline-flex;
41
+ flex-direction: row;
42
+ position: relative;
43
+ border: 1px solid #D4D4D4;
44
+ align-items: center;
45
+ border-radius: 4px;
46
+ background: #FFFFFF;
47
+ padding: 16px;
48
+ }
49
+ ._18du0laa:focus-within {
50
+ border-width: 2px;
51
+ font-weight: 400;
52
+ border-color: var(--gysk0y5);
53
+ }
54
+ ._18du0laa:disabled {
55
+ border-color: var(--gysk0y5);
56
+ }
57
+ ._18du0lab {
58
+ padding-top: 6px;
59
+ padding-bottom: 6px;
60
+ }
61
+ ._18du0lac {
62
+ padding-top: 8px;
63
+ padding-bottom: 8px;
64
+ }
65
+ ._18du0lad {
66
+ padding-top: 10px;
67
+ padding-bottom: 10px;
68
+ }
69
+ ._18du0lae {
70
+ border-color: var(--gysk0yo);
71
+ }
72
+ ._18du0lae:focus-within {
73
+ border-color: var(--gysk0yo);
74
+ }
75
+ ._18du0laf {
76
+ border-color: var(--gysk0yp);
77
+ color: var(--gysk0yq);
78
+ background: var(--gysk0yr);
79
+ }
80
+ ._18du0lag {
81
+ outline: none;
82
+ border: none;
83
+ color: #5E6A74;
84
+ font-weight: 400;
85
+ letter-spacing: 0.2px;
86
+ width: 100%;
87
+ line-height: 24px;
88
+ }
89
+ ._18du0lag:focus {
90
+ color: var(--gysk0y5);
91
+ }
92
+ ._18du0lag:disabled {
93
+ color: #5E6A74;
94
+ cursor: not-allowed;
95
+ }
96
+ ._18du0lah {
97
+ font-size: 14px;
98
+ line-height: 20px;
99
+ }
100
+ ._18du0la8 + ._18du0lah {
101
+ padding-left: 28px;
102
+ }
103
+ ._18du0lah:has(+ ._18du0la9) {
104
+ padding-right: 28px;
105
+ }
106
+ ._18du0lai {
107
+ font-size: 16px;
108
+ line-height: 24px;
109
+ }
110
+ ._18du0la8 + ._18du0lai {
111
+ padding-left: 48px;
112
+ }
113
+ ._18du0lai:has(+ ._18du0la9) {
114
+ padding-right: 48px;
115
+ }
116
+ ._18du0laj {
117
+ font-size: 16px;
118
+ line-height: 24px;
119
+ }
120
+ ._18du0la8 + ._18du0laj {
121
+ padding-left: 32px;
122
+ }
123
+ ._18du0laj:has(+ ._18du0la9) {
124
+ padding-right: 32px;
125
+ }
126
+ ._18du0lak {
127
+ border-color: var(--gysk0yo);
128
+ }
129
+ ._18du0lal {
130
+ border-color: var(--gysk0yp);
131
+ color: var(--gysk0yq);
132
+ background: var(--gysk0yr);
133
+ }
134
+ ._18du0lam {
135
+ display: flex;
136
+ flex-direction: column;
137
+ border-width: 2px;
138
+ }
139
+ ._18du0lam:focus-within {
140
+ border-width: 2px;
141
+ font-weight: 600;
142
+ color: var(--gysk0y5);
143
+ }
144
+ ._18du0lan {
145
+ font-size: 12px;
146
+ letter-spacing: 0.2px;
147
+ line-height: 16px;
148
+ padding-inline: 16px;
149
+ }
150
+ ._18du0lao {
151
+ color: #5E6A74;
152
+ }
153
+ ._18du0lap {
154
+ border-color: var(--gysk0yo);
155
+ color: var(--gysk0yo);
156
+ }