@axos-web-dev/shared-components 0.0.2 → 0.0.4

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 (402) hide show
  1. package/README.md +9 -10
  2. package/dist/Accordion/Accordion.css.d.ts +3 -4
  3. package/dist/Accordion/Accordion.css.js +7 -5
  4. package/dist/Accordion/Accordion.d.ts +3 -4
  5. package/dist/Accordion/Accordion.js +9 -8
  6. package/dist/Accordion/index.d.ts +0 -1
  7. package/dist/Accordion/index.js +3 -4
  8. package/dist/AlertBanner/AlertBanner.css.d.ts +0 -1
  9. package/dist/AlertBanner/AlertBanner.css.js +0 -1
  10. package/dist/AlertBanner/AlertBanner.interface.d.ts +1 -2
  11. package/dist/AlertBanner/AlertBanner.interface.js +0 -1
  12. package/dist/AlertBanner/index.d.ts +0 -1
  13. package/dist/AlertBanner/index.js +5 -4
  14. package/dist/ApyCalculator/ApyCalculator.css.d.ts +0 -1
  15. package/dist/ApyCalculator/ApyCalculator.css.js +2 -1
  16. package/dist/ApyCalculator/index.d.ts +0 -1
  17. package/dist/ApyCalculator/index.js +7 -6
  18. package/dist/BulletItem/BulletItem.css.d.ts +0 -1
  19. package/dist/BulletItem/BulletItem.css.js +1 -1
  20. package/dist/BulletItem/BulletItem.d.ts +8 -3
  21. package/dist/BulletItem/BulletItem.js +2 -1
  22. package/dist/BulletItem/index.d.ts +0 -1
  23. package/dist/BulletItem/index.js +0 -1
  24. package/dist/Button/Button.css.d.ts +18 -22
  25. package/dist/Button/Button.css.js +3 -1
  26. package/dist/Button/Button.interface.d.ts +0 -1
  27. package/dist/Button/Button.interface.js +0 -1
  28. package/dist/Button/index.d.ts +0 -1
  29. package/dist/Button/index.js +1 -2
  30. package/dist/CallToActionBar/CallToActionBar.css.d.ts +0 -1
  31. package/dist/CallToActionBar/CallToActionBar.css.js +2 -1
  32. package/dist/CallToActionBar/CallToActionBar.interface.d.ts +0 -1
  33. package/dist/CallToActionBar/CallToActionBar.interface.js +0 -1
  34. package/dist/CallToActionBar/index.d.ts +0 -1
  35. package/dist/CallToActionBar/index.js +0 -1
  36. package/dist/Carousel/Carousel.css.d.ts +0 -1
  37. package/dist/Carousel/Carousel.css.js +2 -1
  38. package/dist/Carousel/index.d.ts +2 -14
  39. package/dist/Carousel/index.js +4 -9
  40. package/dist/Carousel/store.d.ts +10 -0
  41. package/dist/Carousel/store.js +9 -0
  42. package/dist/Chevron/Chevron.css.d.ts +0 -1
  43. package/dist/Chevron/Chevron.css.js +3 -1
  44. package/dist/Chevron/Chevron.interface.d.ts +0 -1
  45. package/dist/Chevron/Chevron.interface.js +0 -1
  46. package/dist/Chevron/index.d.ts +0 -1
  47. package/dist/Chevron/index.js +8 -3
  48. package/dist/CollectInformationAlert/CollectInformationAlert.css.d.ts +0 -1
  49. package/dist/CollectInformationAlert/CollectInformationAlert.css.js +3 -1
  50. package/dist/CollectInformationAlert/index.d.ts +0 -1
  51. package/dist/CollectInformationAlert/index.js +4 -3
  52. package/dist/ContentBanner/ContentBanner.css.d.ts +42 -0
  53. package/dist/ContentBanner/ContentBanner.css.js +19 -0
  54. package/dist/ContentBanner/ContentBanner.interface.d.ts +9 -0
  55. package/dist/ContentBanner/ContentBanner.interface.js +1 -0
  56. package/dist/ContentBanner/index.d.ts +3 -0
  57. package/dist/ContentBanner/index.js +57 -0
  58. package/dist/DownloadTile/DownloadTile.css.d.ts +0 -1
  59. package/dist/DownloadTile/DownloadTile.css.js +2 -1
  60. package/dist/DownloadTile/DownloadTile.interface.d.ts +0 -1
  61. package/dist/DownloadTile/DownloadTile.interface.js +0 -1
  62. package/dist/DownloadTile/index.d.ts +0 -1
  63. package/dist/DownloadTile/index.js +3 -3
  64. package/dist/FaqAccordion/FaqAccordion.css.d.ts +0 -1
  65. package/dist/FaqAccordion/FaqAccordion.css.js +2 -1
  66. package/dist/FaqAccordion/index.d.ts +4 -5
  67. package/dist/FaqAccordion/index.js +2 -1
  68. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +0 -1
  69. package/dist/FooterDisclosure/FooterDisclosure.css.js +0 -1
  70. package/dist/FooterDisclosure/FooterDisclosure.d.ts +4 -5
  71. package/dist/FooterDisclosure/FooterDisclosure.js +0 -1
  72. package/dist/FooterDisclosure/index.d.ts +0 -1
  73. package/dist/FooterDisclosure/index.js +0 -1
  74. package/dist/HeroBanner/HeroBanner.css.d.ts +29 -18
  75. package/dist/HeroBanner/HeroBanner.css.js +15 -19
  76. package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -3
  77. package/dist/HeroBanner/HeroBanner.interface.js +0 -1
  78. package/dist/HeroBanner/index.d.ts +1 -3
  79. package/dist/HeroBanner/index.js +51 -50
  80. package/dist/Hyperlink/Hyperlink.interface.d.ts +0 -1
  81. package/dist/Hyperlink/Hyperlink.interface.js +0 -1
  82. package/dist/Hyperlink/index.d.ts +0 -1
  83. package/dist/Hyperlink/index.js +0 -1
  84. package/dist/IconBillboard/IconBillboard.css.d.ts +52 -11
  85. package/dist/IconBillboard/IconBillboard.css.js +14 -7
  86. package/dist/IconBillboard/IconBillboard.d.ts +14 -0
  87. package/dist/IconBillboard/IconBillboard.interface.d.ts +25 -0
  88. package/dist/IconBillboard/IconBillboard.interface.js +1 -0
  89. package/dist/IconBillboard/IconBillboard.js +52 -0
  90. package/dist/IconBillboard/IconBillboardSet.d.ts +2 -0
  91. package/dist/IconBillboard/IconBillboardSet.js +80 -0
  92. package/dist/IconBillboard/index.d.ts +4 -13
  93. package/dist/IconBillboard/index.js +17 -32
  94. package/dist/ImageBillboard/ImageBillboard.css.d.ts +74 -15
  95. package/dist/ImageBillboard/ImageBillboard.css.js +22 -15
  96. package/dist/ImageBillboard/ImageBillboard.d.ts +2 -0
  97. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +5 -17
  98. package/dist/ImageBillboard/ImageBillboard.interface.js +0 -1
  99. package/dist/ImageBillboard/ImageBillboard.js +132 -0
  100. package/dist/ImageBillboard/ImageBillboardSet.d.ts +2 -0
  101. package/dist/ImageBillboard/ImageBillboardSet.js +105 -0
  102. package/dist/ImageBillboard/index.d.ts +4 -4
  103. package/dist/ImageBillboard/index.js +19 -120
  104. package/dist/Input/Input.css.d.ts +0 -1
  105. package/dist/Input/Input.css.js +2 -1
  106. package/dist/Input/index.d.ts +1 -2
  107. package/dist/Input/index.js +0 -1
  108. package/dist/Inputs/Input.css.d.ts +0 -1
  109. package/dist/Inputs/Input.css.js +2 -1
  110. package/dist/Modal/Modal.css.d.ts +0 -1
  111. package/dist/Modal/Modal.css.js +2 -1
  112. package/dist/Modal/Modal.interface.d.ts +0 -1
  113. package/dist/Modal/Modal.interface.js +0 -1
  114. package/dist/Modal/index.d.ts +0 -1
  115. package/dist/Modal/index.js +9 -5
  116. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +161 -0
  117. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -0
  118. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +218 -0
  119. package/dist/NavigationMenu/AxosAdvisor/index.d.ts +2 -0
  120. package/dist/NavigationMenu/AxosAdvisor/index.js +415 -0
  121. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +125 -0
  122. package/dist/NavigationMenu/AxosFiduciary/index.d.ts +2 -0
  123. package/dist/NavigationMenu/AxosFiduciary/index.js +130 -0
  124. package/dist/NavigationMenu/index.d.ts +2 -0
  125. package/dist/NavigationMenu/index.js +6 -0
  126. package/dist/SecondaryFooter/SecondaryFooter.css.d.ts +0 -1
  127. package/dist/SecondaryFooter/SecondaryFooter.css.js +0 -1
  128. package/dist/SecondaryFooter/index.d.ts +1 -2
  129. package/dist/SecondaryFooter/index.js +1 -2
  130. package/dist/SetContainer/SetContainer.css.d.ts +1 -0
  131. package/dist/SetContainer/SetContainer.css.js +5 -0
  132. package/dist/SetContainer/SetContainer.d.ts +5 -0
  133. package/dist/SetContainer/SetContainer.js +40 -0
  134. package/dist/SetContainer/index.d.ts +2 -0
  135. package/dist/SetContainer/index.js +6 -0
  136. package/dist/Table/Table.css.d.ts +0 -1
  137. package/dist/Table/Table.css.js +2 -1
  138. package/dist/Table/Table.d.ts +3 -4
  139. package/dist/Table/Table.js +0 -1
  140. package/dist/Table/index.d.ts +0 -1
  141. package/dist/Table/index.js +0 -1
  142. package/dist/Typography/Typography.css.d.ts +65 -0
  143. package/dist/Typography/Typography.css.js +14 -0
  144. package/dist/Typography/Typography.d.ts +11 -0
  145. package/dist/Typography/Typography.js +32 -0
  146. package/dist/Typography/index.d.ts +1 -0
  147. package/dist/Typography/index.js +8 -0
  148. package/dist/assets/Accordion/Accordion.css +2 -1
  149. package/dist/assets/ApyCalculator/ApyCalculator.css +3 -3
  150. package/dist/assets/Button/Button.css +45 -39
  151. package/dist/assets/CallToActionBar/CallToActionBar.css +2 -2
  152. package/dist/assets/Carousel/Carousel.css +12 -12
  153. package/dist/assets/Chevron/Chevron.css +4 -3
  154. package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +2 -1
  155. package/dist/assets/ContentBanner/ContentBanner.css +65 -0
  156. package/dist/assets/DownloadTile/DownloadTile.css +3 -25
  157. package/dist/assets/FaqAccordion/FaqAccordion.css +2 -2
  158. package/dist/assets/HeroBanner/HeroBanner.css +98 -97
  159. package/dist/assets/IconBillboard/IconBillboard.css +48 -12
  160. package/dist/assets/ImageBillboard/ImageBillboard.css +72 -38
  161. package/dist/assets/Input/Input.css +18 -18
  162. package/dist/assets/Inputs/Input.css +18 -18
  163. package/dist/assets/Modal/Modal.css +1 -1
  164. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +579 -0
  165. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +419 -0
  166. package/dist/assets/SetContainer/SetContainer.css +5 -0
  167. package/dist/assets/Table/Table.css +21 -21
  168. package/dist/assets/Typography/Typography.css +53 -0
  169. package/dist/assets/globals.css +35 -5
  170. package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
  171. package/dist/assets/icons/CheckIcon/CheckIcon.css +2 -2
  172. package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
  173. package/dist/assets/themes/axos.css +30 -30
  174. package/dist/assets/themes/premier.css +30 -30
  175. package/dist/globals.css.d.ts +0 -1
  176. package/dist/globals.css.js +1 -1
  177. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +0 -1
  178. package/dist/icons/ArrowIcon/ArrowIcon.css.js +2 -1
  179. package/dist/icons/ArrowIcon/index.d.ts +2 -2
  180. package/dist/icons/ArrowIcon/index.js +2 -5
  181. package/dist/icons/CheckCircle.d.ts +1 -2
  182. package/dist/icons/CheckCircle.js +0 -1
  183. package/dist/icons/CheckCircleLight.d.ts +1 -2
  184. package/dist/icons/CheckCircleLight.js +0 -1
  185. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +3 -2
  186. package/dist/icons/CheckIcon/CheckIcon.css.js +3 -2
  187. package/dist/icons/CheckIcon/index.d.ts +3 -5
  188. package/dist/icons/CheckIcon/index.js +3 -6
  189. package/dist/icons/ChevronDown.d.ts +1 -2
  190. package/dist/icons/ChevronDown.js +0 -1
  191. package/dist/icons/ChevronUp.d.ts +1 -2
  192. package/dist/icons/ChevronUp.js +0 -1
  193. package/dist/icons/CloseIcon/index.d.ts +2 -2
  194. package/dist/icons/CloseIcon/index.js +2 -3
  195. package/dist/icons/DownloadIcon/DownloadIcon.css.d.ts +0 -1
  196. package/dist/icons/DownloadIcon/DownloadIcon.css.js +2 -1
  197. package/dist/icons/DownloadIcon/index.d.ts +2 -2
  198. package/dist/icons/DownloadIcon/index.js +2 -3
  199. package/dist/icons/EqualHousingLender.d.ts +1 -2
  200. package/dist/icons/EqualHousingLender.js +0 -1
  201. package/dist/icons/LockIcon/index.d.ts +2 -2
  202. package/dist/icons/LockIcon/index.js +2 -3
  203. package/dist/icons/MemberFdicLogo.d.ts +1 -2
  204. package/dist/icons/MemberFdicLogo.js +0 -1
  205. package/dist/icons/QuoteIconGrey.d.ts +1 -2
  206. package/dist/icons/QuoteIconGrey.js +0 -1
  207. package/dist/icons/QuoteIconWhite.d.ts +1 -2
  208. package/dist/icons/QuoteIconWhite.js +0 -1
  209. package/dist/icons/QuoteIconYellow.d.ts +1 -2
  210. package/dist/icons/QuoteIconYellow.js +0 -1
  211. package/dist/icons/WarningIcon/index.d.ts +2 -2
  212. package/dist/icons/WarningIcon/index.js +3 -3
  213. package/dist/icons/index.d.ts +6 -6
  214. package/dist/icons/index.js +30 -29
  215. package/dist/index.css.d.ts +0 -1
  216. package/dist/index.css.js +1 -1
  217. package/dist/main.d.ts +5 -4
  218. package/dist/main.js +49 -8
  219. package/dist/themes/axos.css.d.ts +48 -2
  220. package/dist/themes/axos.css.js +3 -2
  221. package/dist/themes/index.d.ts +2 -0
  222. package/dist/themes/index.js +7 -0
  223. package/dist/themes/premier.css.d.ts +0 -1
  224. package/dist/themes/premier.css.js +1 -1
  225. package/dist/types/declaration.d.js +1 -0
  226. package/dist/utils/componentProperties.d.ts +0 -1
  227. package/dist/utils/componentProperties.js +0 -1
  228. package/dist/utils/ctaOptions.d.ts +0 -1
  229. package/dist/utils/ctaOptions.js +0 -1
  230. package/dist/utils/getVariant.d.ts +2 -3
  231. package/dist/utils/getVariant.js +11 -24
  232. package/dist/utils/variant.types.d.ts +0 -1
  233. package/dist/utils/variant.types.js +0 -1
  234. package/package.json +97 -91
  235. package/dist/Accordion/Accordion.css.d.ts.map +0 -1
  236. package/dist/Accordion/Accordion.css.js.map +0 -1
  237. package/dist/Accordion/Accordion.d.ts.map +0 -1
  238. package/dist/Accordion/Accordion.js.map +0 -1
  239. package/dist/Accordion/index.d.ts.map +0 -1
  240. package/dist/Accordion/index.js.map +0 -1
  241. package/dist/AlertBanner/AlertBanner.css.d.ts.map +0 -1
  242. package/dist/AlertBanner/AlertBanner.css.js.map +0 -1
  243. package/dist/AlertBanner/AlertBanner.interface.d.ts.map +0 -1
  244. package/dist/AlertBanner/AlertBanner.interface.js.map +0 -1
  245. package/dist/AlertBanner/index.d.ts.map +0 -1
  246. package/dist/AlertBanner/index.js.map +0 -1
  247. package/dist/ApyCalculator/ApyCalculator.css.d.ts.map +0 -1
  248. package/dist/ApyCalculator/ApyCalculator.css.js.map +0 -1
  249. package/dist/ApyCalculator/index.d.ts.map +0 -1
  250. package/dist/ApyCalculator/index.js.map +0 -1
  251. package/dist/BulletItem/BulletItem.css.d.ts.map +0 -1
  252. package/dist/BulletItem/BulletItem.css.js.map +0 -1
  253. package/dist/BulletItem/BulletItem.d.ts.map +0 -1
  254. package/dist/BulletItem/BulletItem.js.map +0 -1
  255. package/dist/BulletItem/index.d.ts.map +0 -1
  256. package/dist/BulletItem/index.js.map +0 -1
  257. package/dist/Button/Button.css.d.ts.map +0 -1
  258. package/dist/Button/Button.css.js.map +0 -1
  259. package/dist/Button/Button.interface.d.ts.map +0 -1
  260. package/dist/Button/Button.interface.js.map +0 -1
  261. package/dist/Button/index.d.ts.map +0 -1
  262. package/dist/Button/index.js.map +0 -1
  263. package/dist/CallToActionBar/CallToActionBar.css.d.ts.map +0 -1
  264. package/dist/CallToActionBar/CallToActionBar.css.js.map +0 -1
  265. package/dist/CallToActionBar/CallToActionBar.interface.d.ts.map +0 -1
  266. package/dist/CallToActionBar/CallToActionBar.interface.js.map +0 -1
  267. package/dist/CallToActionBar/index.d.ts.map +0 -1
  268. package/dist/CallToActionBar/index.js.map +0 -1
  269. package/dist/Carousel/Carousel.css.d.ts.map +0 -1
  270. package/dist/Carousel/Carousel.css.js.map +0 -1
  271. package/dist/Carousel/index.d.ts.map +0 -1
  272. package/dist/Carousel/index.js.map +0 -1
  273. package/dist/Chevron/Chevron.css.d.ts.map +0 -1
  274. package/dist/Chevron/Chevron.css.js.map +0 -1
  275. package/dist/Chevron/Chevron.interface.d.ts.map +0 -1
  276. package/dist/Chevron/Chevron.interface.js.map +0 -1
  277. package/dist/Chevron/index.d.ts.map +0 -1
  278. package/dist/Chevron/index.js.map +0 -1
  279. package/dist/CollectInformationAlert/CollectInformationAlert.css.d.ts.map +0 -1
  280. package/dist/CollectInformationAlert/CollectInformationAlert.css.js.map +0 -1
  281. package/dist/CollectInformationAlert/index.d.ts.map +0 -1
  282. package/dist/CollectInformationAlert/index.js.map +0 -1
  283. package/dist/DownloadTile/DownloadTile.css.d.ts.map +0 -1
  284. package/dist/DownloadTile/DownloadTile.css.js.map +0 -1
  285. package/dist/DownloadTile/DownloadTile.interface.d.ts.map +0 -1
  286. package/dist/DownloadTile/DownloadTile.interface.js.map +0 -1
  287. package/dist/DownloadTile/index.d.ts.map +0 -1
  288. package/dist/DownloadTile/index.js.map +0 -1
  289. package/dist/FaqAccordion/FaqAccordion.css.d.ts.map +0 -1
  290. package/dist/FaqAccordion/FaqAccordion.css.js.map +0 -1
  291. package/dist/FaqAccordion/index.d.ts.map +0 -1
  292. package/dist/FaqAccordion/index.js.map +0 -1
  293. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts.map +0 -1
  294. package/dist/FooterDisclosure/FooterDisclosure.css.js.map +0 -1
  295. package/dist/FooterDisclosure/FooterDisclosure.d.ts.map +0 -1
  296. package/dist/FooterDisclosure/FooterDisclosure.js.map +0 -1
  297. package/dist/FooterDisclosure/index.d.ts.map +0 -1
  298. package/dist/FooterDisclosure/index.js.map +0 -1
  299. package/dist/HeroBanner/HeroBanner.css.d.ts.map +0 -1
  300. package/dist/HeroBanner/HeroBanner.css.js.map +0 -1
  301. package/dist/HeroBanner/HeroBanner.interface.d.ts.map +0 -1
  302. package/dist/HeroBanner/HeroBanner.interface.js.map +0 -1
  303. package/dist/HeroBanner/index.d.ts.map +0 -1
  304. package/dist/HeroBanner/index.js.map +0 -1
  305. package/dist/Hyperlink/Hyperlink.interface.d.ts.map +0 -1
  306. package/dist/Hyperlink/Hyperlink.interface.js.map +0 -1
  307. package/dist/Hyperlink/index.d.ts.map +0 -1
  308. package/dist/Hyperlink/index.js.map +0 -1
  309. package/dist/IconBillboard/IconBillboard.css.d.ts.map +0 -1
  310. package/dist/IconBillboard/IconBillboard.css.js.map +0 -1
  311. package/dist/IconBillboard/index.d.ts.map +0 -1
  312. package/dist/IconBillboard/index.js.map +0 -1
  313. package/dist/ImageBillboard/ImageBillboard.css.d.ts.map +0 -1
  314. package/dist/ImageBillboard/ImageBillboard.css.js.map +0 -1
  315. package/dist/ImageBillboard/ImageBillboard.interface.d.ts.map +0 -1
  316. package/dist/ImageBillboard/ImageBillboard.interface.js.map +0 -1
  317. package/dist/ImageBillboard/index.d.ts.map +0 -1
  318. package/dist/ImageBillboard/index.js.map +0 -1
  319. package/dist/Input/Input.css.d.ts.map +0 -1
  320. package/dist/Input/Input.css.js.map +0 -1
  321. package/dist/Input/index.d.ts.map +0 -1
  322. package/dist/Input/index.js.map +0 -1
  323. package/dist/Inputs/Input.css.d.ts.map +0 -1
  324. package/dist/Inputs/Input.css.js.map +0 -1
  325. package/dist/Modal/Modal.css.d.ts.map +0 -1
  326. package/dist/Modal/Modal.css.js.map +0 -1
  327. package/dist/Modal/Modal.interface.d.ts.map +0 -1
  328. package/dist/Modal/Modal.interface.js.map +0 -1
  329. package/dist/Modal/index.d.ts.map +0 -1
  330. package/dist/Modal/index.js.map +0 -1
  331. package/dist/SecondaryFooter/SecondaryFooter.css.d.ts.map +0 -1
  332. package/dist/SecondaryFooter/SecondaryFooter.css.js.map +0 -1
  333. package/dist/SecondaryFooter/index.d.ts.map +0 -1
  334. package/dist/SecondaryFooter/index.js.map +0 -1
  335. package/dist/Table/Table.css.d.ts.map +0 -1
  336. package/dist/Table/Table.css.js.map +0 -1
  337. package/dist/Table/Table.d.ts.map +0 -1
  338. package/dist/Table/Table.js.map +0 -1
  339. package/dist/Table/index.d.ts.map +0 -1
  340. package/dist/Table/index.js.map +0 -1
  341. package/dist/globals.css.d.ts.map +0 -1
  342. package/dist/globals.css.js.map +0 -1
  343. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts.map +0 -1
  344. package/dist/icons/ArrowIcon/ArrowIcon.css.js.map +0 -1
  345. package/dist/icons/ArrowIcon/index.d.ts.map +0 -1
  346. package/dist/icons/ArrowIcon/index.js.map +0 -1
  347. package/dist/icons/CheckCircle.d.ts.map +0 -1
  348. package/dist/icons/CheckCircle.js.map +0 -1
  349. package/dist/icons/CheckCircleLight.d.ts.map +0 -1
  350. package/dist/icons/CheckCircleLight.js.map +0 -1
  351. package/dist/icons/CheckIcon/CheckIcon.css.d.ts.map +0 -1
  352. package/dist/icons/CheckIcon/CheckIcon.css.js.map +0 -1
  353. package/dist/icons/CheckIcon/index.d.ts.map +0 -1
  354. package/dist/icons/CheckIcon/index.js.map +0 -1
  355. package/dist/icons/ChevronDown.d.ts.map +0 -1
  356. package/dist/icons/ChevronDown.js.map +0 -1
  357. package/dist/icons/ChevronUp.d.ts.map +0 -1
  358. package/dist/icons/ChevronUp.js.map +0 -1
  359. package/dist/icons/CloseIcon/index.d.ts.map +0 -1
  360. package/dist/icons/CloseIcon/index.js.map +0 -1
  361. package/dist/icons/DownloadIcon/DownloadIcon.css.d.ts.map +0 -1
  362. package/dist/icons/DownloadIcon/DownloadIcon.css.js.map +0 -1
  363. package/dist/icons/DownloadIcon/index.d.ts.map +0 -1
  364. package/dist/icons/DownloadIcon/index.js.map +0 -1
  365. package/dist/icons/EqualHousingLender.d.ts.map +0 -1
  366. package/dist/icons/EqualHousingLender.js.map +0 -1
  367. package/dist/icons/LockIcon/index.d.ts.map +0 -1
  368. package/dist/icons/LockIcon/index.js.map +0 -1
  369. package/dist/icons/MemberFdicLogo.d.ts.map +0 -1
  370. package/dist/icons/MemberFdicLogo.js.map +0 -1
  371. package/dist/icons/QuoteIconGrey.d.ts.map +0 -1
  372. package/dist/icons/QuoteIconGrey.js.map +0 -1
  373. package/dist/icons/QuoteIconWhite.d.ts.map +0 -1
  374. package/dist/icons/QuoteIconWhite.js.map +0 -1
  375. package/dist/icons/QuoteIconYellow.d.ts.map +0 -1
  376. package/dist/icons/QuoteIconYellow.js.map +0 -1
  377. package/dist/icons/WarningIcon/index.d.ts.map +0 -1
  378. package/dist/icons/WarningIcon/index.js.map +0 -1
  379. package/dist/icons/index.d.ts.map +0 -1
  380. package/dist/icons/index.js.map +0 -1
  381. package/dist/index.css.d.ts.map +0 -1
  382. package/dist/index.css.js.map +0 -1
  383. package/dist/main.d.ts.map +0 -1
  384. package/dist/main.js.map +0 -1
  385. package/dist/themes/axos.css.d.ts.map +0 -1
  386. package/dist/themes/axos.css.js.map +0 -1
  387. package/dist/themes/premier.css.d.ts.map +0 -1
  388. package/dist/themes/premier.css.js.map +0 -1
  389. package/dist/themes/vars.css.d.ts +0 -49
  390. package/dist/themes/vars.css.d.ts.map +0 -1
  391. package/dist/themes/vars.css.js +0 -5
  392. package/dist/themes/vars.css.js.map +0 -1
  393. package/dist/themes/vars.css.ts.vanilla.css.js +0 -2
  394. package/dist/themes/vars.css.ts.vanilla.css.js.map +0 -1
  395. package/dist/utils/componentProperties.d.ts.map +0 -1
  396. package/dist/utils/componentProperties.js.map +0 -1
  397. package/dist/utils/ctaOptions.d.ts.map +0 -1
  398. package/dist/utils/ctaOptions.js.map +0 -1
  399. package/dist/utils/getVariant.d.ts.map +0 -1
  400. package/dist/utils/getVariant.js.map +0 -1
  401. package/dist/utils/variant.types.d.ts.map +0 -1
  402. package/dist/utils/variant.types.js.map +0 -1
@@ -1,10 +1,10 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import { Button } from "../Button/index.js";
3
3
  import { Chevron } from "../Chevron/index.js";
4
4
  import { getVariant } from "../utils/getVariant.js";
5
- import clsx from "clsx";
6
- import { hero_banner, mobile_shift, reversed, hero_content, hero_text, eyebrow_tag, headline_hero, hero_body, hero_btns, hero_img } from "./HeroBanner.css.js";
5
+ import { logout, hero_banner, hero_content, reversed, hero_text, supertag, headline_text, hero_btns, hero_img } from "./HeroBanner.css.js";
7
6
  const HeroBanner = ({
7
+ id,
8
8
  eyebrow,
9
9
  headline,
10
10
  bodyCopy,
@@ -17,62 +17,63 @@ const HeroBanner = ({
17
17
  return /* @__PURE__ */ jsx(
18
18
  "section",
19
19
  {
20
- className: clsx(
21
- bannerType !== "Hero" ? "logout" : null,
22
- hero_banner({ variant: getVariant(variant) })
23
- ),
24
- children: /* @__PURE__ */ jsx("div", { className: `containment ${mobile_shift}`, children: /* @__PURE__ */ jsxs(
20
+ className: `${bannerType !== "Hero" ? logout : ""}
21
+ ${hero_banner({ variant: getVariant(variant) })}`,
22
+ children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsxs(
25
23
  "div",
26
24
  {
27
- className: clsx(
28
- imagePlacement !== "Right" ? reversed : null,
29
- `${hero_content}`
30
- ),
25
+ className: `${hero_content} ${imagePlacement !== "Right" ? reversed : ""}`,
31
26
  children: [
32
- /* @__PURE__ */ jsxs("div", { className: `${hero_text}`, children: [
33
- eyebrow && /* @__PURE__ */ jsx(
34
- "span",
35
- {
36
- className: `supertag ${eyebrow_tag({ variant: getVariant(variant) })}`,
37
- children: eyebrow
38
- }
39
- ),
40
- /* @__PURE__ */ jsx(
41
- "h1",
42
- {
43
- className: `header_1 ${headline_hero({ variant: getVariant(variant) })}`,
44
- children: headline
45
- }
46
- ),
47
- /* @__PURE__ */ jsx("div", { className: `${hero_body}`, children: bodyCopy })
48
- ] }),
49
- callToActionRow && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: callToActionRow.map(
50
- ({
51
- id,
52
- variant: variant2,
53
- displayText,
54
- targetUrl,
55
- type
56
- }) => type === "Button" ? /* @__PURE__ */ jsx(
57
- Button,
58
- {
27
+ /* @__PURE__ */ jsxs("div", { className: hero_text, children: [
28
+ /* @__PURE__ */ jsx("span", { className: supertag({ variant: getVariant(variant) }), children: eyebrow }),
29
+ /* @__PURE__ */ jsx("h1", { className: headline_text({ variant: getVariant(variant) }), children: headline }),
30
+ /* @__PURE__ */ jsx(Fragment, { children: bodyCopy }),
31
+ callToActionRow && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: callToActionRow.map(
32
+ ({
33
+ id: id2,
34
+ variant: variant2,
35
+ displayText,
59
36
  targetUrl,
60
- color: variant2,
61
- size: "medium",
62
- rounded: "medium",
63
- children: displayText
64
- },
65
- id
66
- ) : /* @__PURE__ */ jsx(Chevron, { targetUrl, variant: variant2, children: displayText }, id)
67
- ) }),
68
- /* @__PURE__ */ jsx("div", { className: `${hero_img}`, role: "presentation", children: /* @__PURE__ */ jsx("img", { src: image.src, className: "img_fluid", alt: image.alt }) })
37
+ type
38
+ }) => type === "Button" ? /* @__PURE__ */ jsx(
39
+ Button,
40
+ {
41
+ targetUrl,
42
+ color: getVariant(variant2),
43
+ size: "large",
44
+ rounded: "medium",
45
+ children: displayText
46
+ },
47
+ id2
48
+ ) : /* @__PURE__ */ jsx(
49
+ Chevron,
50
+ {
51
+ targetUrl,
52
+ variant: getVariant(variant2),
53
+ children: displayText
54
+ },
55
+ id2
56
+ )
57
+ ) })
58
+ ] }),
59
+ /* @__PURE__ */ jsx("div", { className: hero_img, role: "presentation", children: /* @__PURE__ */ jsx(
60
+ "img",
61
+ {
62
+ decoding: "async",
63
+ "data-nimg": 1,
64
+ className: "img_fluid",
65
+ style: { color: "transparent" },
66
+ src: image.src,
67
+ alt: image.alt
68
+ }
69
+ ) })
69
70
  ]
70
71
  }
71
72
  ) })
72
- }
73
+ },
74
+ id
73
75
  );
74
76
  };
75
77
  export {
76
78
  HeroBanner
77
79
  };
78
- //# sourceMappingURL=index.js.map
@@ -17,4 +17,3 @@ export interface HyperlinkProps extends PropsWithChildren {
17
17
  */
18
18
  className?: string;
19
19
  }
20
- //# sourceMappingURL=Hyperlink.interface.d.ts.map
@@ -1,2 +1 @@
1
1
 
2
- //# sourceMappingURL=Hyperlink.interface.js.map
@@ -1,4 +1,3 @@
1
1
  import { FC } from "react";
2
2
  import { HyperlinkProps } from "./Hyperlink.interface";
3
3
  export declare const Hyperlink: FC<HyperlinkProps>;
4
- //# sourceMappingURL=index.d.ts.map
@@ -18,4 +18,3 @@ const Hyperlink = ({
18
18
  export {
19
19
  Hyperlink
20
20
  };
21
- //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  import { RecipeVariants } from "@vanilla-extract/recipes";
2
- export declare const container: import("@vanilla-extract/recipes").RuntimeFn<{
2
+ export declare const containerIconBillboard: import("@vanilla-extract/recipes").RuntimeFn<{
3
3
  variant: {
4
4
  primary: {
5
5
  background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -24,19 +24,39 @@ export declare const layout: import("@vanilla-extract/recipes").RuntimeFn<{
24
24
  };
25
25
  };
26
26
  }>;
27
- export declare const icon: string;
28
- export declare const header: string;
27
+ export declare const billboard_icon: string;
28
+ export declare const headerIconBillboard: string;
29
29
  export declare const title: import("@vanilla-extract/recipes").RuntimeFn<{
30
30
  variant: {
31
31
  primary: {
32
- WebkitBackgroundClip: "text";
33
- backgroundImage: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
34
- WebkitTextFillColor: "transparent";
32
+ readonly selectors: {
33
+ [x: string]: {
34
+ WebkitBackgroundClip: string;
35
+ backgroundImage: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
36
+ WebkitTextFillColor: string;
37
+ color?: undefined;
38
+ } | {
39
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
40
+ WebkitBackgroundClip?: undefined;
41
+ backgroundImage?: undefined;
42
+ WebkitTextFillColor?: undefined;
43
+ };
44
+ };
35
45
  };
36
46
  secondary: {
37
- WebkitBackgroundClip: "text";
38
- backgroundImage: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
39
- WebkitTextFillColor: "transparent";
47
+ selectors: {
48
+ [x: string]: {
49
+ WebkitBackgroundClip: "text";
50
+ backgroundImage: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
51
+ WebkitTextFillColor: "transparent";
52
+ color?: undefined;
53
+ } | {
54
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
55
+ WebkitBackgroundClip?: undefined;
56
+ backgroundImage?: undefined;
57
+ WebkitTextFillColor?: undefined;
58
+ };
59
+ };
40
60
  };
41
61
  tertiary: {
42
62
  color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -50,6 +70,27 @@ export declare const content: string;
50
70
  export declare const list: string;
51
71
  export declare const listItem: string;
52
72
  export declare const buttons: string;
53
- export type ContainerVariants = RecipeVariants<typeof container>;
73
+ export declare const section_text: string;
74
+ export declare const header_section: import("@vanilla-extract/recipes").RuntimeFn<{
75
+ variant: {
76
+ primary: {
77
+ background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
78
+ backgroundClip: "text";
79
+ WebkitTextFillColor: "transparent";
80
+ };
81
+ secondary: {
82
+ background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
83
+ backgroundClip: "text";
84
+ WebkitTextFillColor: "transparent";
85
+ };
86
+ tertiary: {
87
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
88
+ };
89
+ quaternary: {
90
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
91
+ };
92
+ };
93
+ }>;
94
+ export declare const section_container: string;
95
+ export type ContainerVariants = RecipeVariants<typeof containerIconBillboard>;
54
96
  export type LayoutVariants = RecipeVariants<typeof layout>;
55
- //# sourceMappingURL=IconBillboard.css.d.ts.map
@@ -1,23 +1,30 @@
1
+ /* empty css */
2
+ /* empty css */
1
3
  /* empty css */
2
4
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
3
- var container = createRuntimeFn({ defaultClassName: "_1r4ovbu0", variantClassNames: { variant: { primary: "_1r4ovbu1", secondary: "_1r4ovbu2", tertiary: "_1r4ovbu3", quaternary: "_1r4ovbu4" } }, defaultVariants: {}, compoundVariants: [] });
5
+ var containerIconBillboard = createRuntimeFn({ defaultClassName: "_1r4ovbu0", variantClassNames: { variant: { primary: "_1r4ovbu1", secondary: "_1r4ovbu2", tertiary: "_1r4ovbu3", quaternary: "_1r4ovbu4" } }, defaultVariants: {}, compoundVariants: [] });
4
6
  var layout = createRuntimeFn({ defaultClassName: "_1r4ovbu5", variantClassNames: { side: { true: "_1r4ovbu6" } }, defaultVariants: {}, compoundVariants: [] });
5
- var icon = "_1r4ovbu7";
6
- var header = "_1r4ovbu8";
7
+ var billboard_icon = "_1r4ovbu7";
8
+ var headerIconBillboard = "_1r4ovbu8";
7
9
  var title = createRuntimeFn({ defaultClassName: "_1r4ovbu9", variantClassNames: { variant: { primary: "_1r4ovbua", secondary: "_1r4ovbub", tertiary: "_1r4ovbuc", quaternary: "_1r4ovbud" } }, defaultVariants: {}, compoundVariants: [] });
8
10
  var content = "_1r4ovbue";
9
11
  var list = "_1r4ovbuf";
10
12
  var listItem = "_1r4ovbug";
11
13
  var buttons = "_1r4ovbuh";
14
+ var section_text = "_1r4ovbui";
15
+ var header_section = createRuntimeFn({ defaultClassName: "_1r4ovbuj", variantClassNames: { variant: { primary: "_1r4ovbuk", secondary: "_1r4ovbul", tertiary: "_1r4ovbum", quaternary: "_1r4ovbun" } }, defaultVariants: {}, compoundVariants: [] });
16
+ var section_container = "_1r4ovbuo";
12
17
  export {
18
+ billboard_icon,
13
19
  buttons,
14
- container,
20
+ containerIconBillboard,
15
21
  content,
16
- header,
17
- icon,
22
+ headerIconBillboard,
23
+ header_section,
18
24
  layout,
19
25
  list,
20
26
  listItem,
27
+ section_container,
28
+ section_text,
21
29
  title
22
30
  };
23
- //# sourceMappingURL=IconBillboard.css.js.map
@@ -0,0 +1,14 @@
1
+ import { ChevronProps } from '../Chevron/Chevron.interface';
2
+ import { ReactNode } from "react";
3
+ import { ContainerVariants, LayoutVariants } from "./IconBillboard.css";
4
+ export interface FocusProps {
5
+ icon?: ReactNode;
6
+ headline?: ReactNode | undefined;
7
+ body?: ReactNode | undefined;
8
+ items?: {
9
+ id: string;
10
+ content: ReactNode;
11
+ }[];
12
+ callToActionRow?: ChevronProps[];
13
+ }
14
+ export declare const IconBillboard: (props: FocusProps & ContainerVariants & LayoutVariants) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { BulletItemProps } from '../BulletItem';
2
+ import { ChevronProps } from '../Chevron/Chevron.interface';
3
+ import { QuaternaryTypes } from '../utils/variant.types';
4
+ import { ReactNode } from "react";
5
+ export interface IconBillboardSet {
6
+ id: string;
7
+ headline: ReactNode | string;
8
+ variant: QuaternaryTypes;
9
+ bodyCopy: ReactNode | string;
10
+ iconBillboards: IconBillboardProps[];
11
+ additionalDetails: ReactNode | string;
12
+ side: boolean;
13
+ }
14
+ export interface IconBillboardProps {
15
+ id?: string;
16
+ icon?: ImageInterface;
17
+ headline?: ReactNode | undefined;
18
+ bodyCopy?: ReactNode | undefined;
19
+ bullets: BulletItemProps[];
20
+ callToActionRow: ChevronProps[];
21
+ }
22
+ export interface ImageInterface {
23
+ src: string;
24
+ alt?: string;
25
+ }
@@ -0,0 +1,52 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import { BulletItem } from "../BulletItem/BulletItem.js";
3
+ import { Chevron } from "../Chevron/index.js";
4
+ import { getVariant } from "../utils/getVariant.js";
5
+ import { Button } from "../Button/index.js";
6
+ import { containerIconBillboard, layout, billboard_icon, content, headerIconBillboard, title, list, buttons } from "./IconBillboard.css.js";
7
+ const IconBillboard = (props) => {
8
+ const {
9
+ callToActionRow,
10
+ variant,
11
+ side = false,
12
+ items,
13
+ headline,
14
+ body
15
+ } = props;
16
+ return /* @__PURE__ */ jsxs("div", { className: containerIconBillboard({ variant }), children: [
17
+ /* @__PURE__ */ jsxs("div", { className: layout({ side }), children: [
18
+ /* @__PURE__ */ jsx("div", { className: billboard_icon, children: props.icon }),
19
+ /* @__PURE__ */ jsxs("div", { className: content, children: [
20
+ /* @__PURE__ */ jsxs("div", { className: headerIconBillboard, children: [
21
+ /* @__PURE__ */ jsx("div", { className: title({ variant }), children: headline }),
22
+ /* @__PURE__ */ jsx("div", { children: body })
23
+ ] }),
24
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx("ul", { className: list, children: items == null ? void 0 : items.map((item) => /* @__PURE__ */ jsx(BulletItem, { id: item.id, children: item.content }, item.id)) }) })
25
+ ] })
26
+ ] }),
27
+ callToActionRow && /* @__PURE__ */ jsx("div", { className: buttons, children: callToActionRow.map(
28
+ ({ id, variant: variant2, displayText, targetUrl, type }) => type === "Button" ? /* @__PURE__ */ jsx(
29
+ Button,
30
+ {
31
+ targetUrl,
32
+ color: getVariant(variant2),
33
+ size: "medium",
34
+ rounded: "medium",
35
+ children: displayText
36
+ },
37
+ id
38
+ ) : /* @__PURE__ */ jsx(
39
+ Chevron,
40
+ {
41
+ targetUrl,
42
+ variant: getVariant(variant2),
43
+ children: displayText
44
+ },
45
+ id
46
+ )
47
+ ) })
48
+ ] });
49
+ };
50
+ export {
51
+ IconBillboard
52
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconBillboardSet as Props } from "./IconBillboard.interface";
2
+ export declare const IconBillboardSet: ({ variant, side, iconBillboards, headline, bodyCopy, additionalDetails, }: Props) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,80 @@
1
+ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
2
+ import { BulletItem } from "../BulletItem/BulletItem.js";
3
+ import { Chevron } from "../Chevron/index.js";
4
+ import { getVariant } from "../utils/getVariant.js";
5
+ import { Button } from "../Button/index.js";
6
+ import { section_text, header_section, section_container, containerIconBillboard, layout, billboard_icon, content, headerIconBillboard, title, list, buttons } from "./IconBillboard.css.js";
7
+ const IconBillboardSet = ({
8
+ variant,
9
+ side = false,
10
+ iconBillboards,
11
+ headline,
12
+ bodyCopy,
13
+ additionalDetails
14
+ }) => {
15
+ const billboard_variant = getVariant(variant);
16
+ return /* @__PURE__ */ jsxs("section", { className: "containment section_spacer", children: [
17
+ (headline || bodyCopy) && /* @__PURE__ */ jsxs("div", { className: section_text, children: [
18
+ headline && /* @__PURE__ */ jsx(
19
+ "h2",
20
+ {
21
+ className: `header_2 ${header_section({ variant: billboard_variant })}`,
22
+ children: headline
23
+ }
24
+ ),
25
+ bodyCopy && /* @__PURE__ */ jsx(Fragment, { children: bodyCopy })
26
+ ] }),
27
+ /* @__PURE__ */ jsx("div", { className: section_container, children: iconBillboards.map(
28
+ ({ id, icon, headline: headline2, bodyCopy: bodyCopy2, bullets, callToActionRow }) => /* @__PURE__ */ jsxs("div", { className: containerIconBillboard({ variant }), children: [
29
+ /* @__PURE__ */ jsxs("div", { className: layout({ side }), children: [
30
+ icon && /* @__PURE__ */ jsx("div", { className: billboard_icon, children: /* @__PURE__ */ jsx(
31
+ "img",
32
+ {
33
+ src: icon == null ? void 0 : icon.src,
34
+ className: "img_fluid",
35
+ alt: icon == null ? void 0 : icon.alt
36
+ }
37
+ ) }),
38
+ /* @__PURE__ */ jsxs("div", { className: content, children: [
39
+ /* @__PURE__ */ jsxs("div", { className: headerIconBillboard, children: [
40
+ /* @__PURE__ */ jsx("div", { className: title({ variant }), children: headline2 }),
41
+ /* @__PURE__ */ jsx("div", { children: bodyCopy2 })
42
+ ] }),
43
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx("ul", { className: list, children: bullets.map((item) => /* @__PURE__ */ jsx(BulletItem, { id: item.id, children: item.copy }, item.id)) }) })
44
+ ] })
45
+ ] }),
46
+ callToActionRow && /* @__PURE__ */ jsx("div", { className: buttons, children: callToActionRow.map(
47
+ ({
48
+ id: id2,
49
+ variant: variant2,
50
+ displayText,
51
+ targetUrl,
52
+ type
53
+ }) => type === "Button" ? /* @__PURE__ */ jsx(
54
+ Button,
55
+ {
56
+ targetUrl,
57
+ color: getVariant(variant2),
58
+ size: "medium",
59
+ rounded: "medium",
60
+ children: displayText
61
+ },
62
+ id2
63
+ ) : /* @__PURE__ */ jsx(
64
+ Chevron,
65
+ {
66
+ targetUrl,
67
+ variant: getVariant(variant2),
68
+ children: displayText
69
+ },
70
+ id2
71
+ )
72
+ ) })
73
+ ] }, id)
74
+ ) }),
75
+ additionalDetails && /* @__PURE__ */ jsx("div", { className: section_text, children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) })
76
+ ] });
77
+ };
78
+ export {
79
+ IconBillboardSet
80
+ };
@@ -1,13 +1,4 @@
1
- import { ReactNode } from "react";
2
- import { ContainerVariants, LayoutVariants } from "./IconBillboard.css";
3
- export interface FocusProps {
4
- icon?: ReactNode;
5
- headline: ReactNode | undefined;
6
- body: ReactNode | undefined;
7
- items: {
8
- id: string;
9
- content: ReactNode;
10
- }[];
11
- }
12
- export declare const IconBillboard: (props: FocusProps & ContainerVariants & LayoutVariants) => import("react/jsx-dev-runtime").JSX.Element;
13
- //# sourceMappingURL=index.d.ts.map
1
+ export * from "./IconBillboard";
2
+ export * from "./IconBillboard.css";
3
+ export type { IconBillboardSet, ImageInterface, } from "./IconBillboard.interface";
4
+ export * from "./IconBillboardSet";
@@ -1,34 +1,19 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- import { BulletItem } from "../BulletItem/BulletItem.js";
3
- import { Button } from "../Button/index.js";
4
- import { container, layout, icon, content, header, title, list, buttons } from "./IconBillboard.css.js";
5
- const IconBillboard = (props) => {
6
- const { variant, side = false, items, headline, body } = props;
7
- const variantButton = /* @__PURE__ */ new Map([
8
- ["primary", "primary"],
9
- ["secondary", "primary"],
10
- ["tertiary", "secondary"],
11
- ["quaternary", "secondary"],
12
- [void 0, "primary"]
13
- ]);
14
- return /* @__PURE__ */ jsxs("div", { className: container({ variant }), children: [
15
- /* @__PURE__ */ jsxs("div", { className: layout({ side }), children: [
16
- /* @__PURE__ */ jsx("div", { className: icon, children: props.icon }),
17
- /* @__PURE__ */ jsxs("div", { className: content, children: [
18
- /* @__PURE__ */ jsxs("div", { className: header, children: [
19
- /* @__PURE__ */ jsx("div", { className: title({ variant }), children: headline }),
20
- /* @__PURE__ */ jsx("div", { children: body })
21
- ] }),
22
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx("ul", { className: list, children: items.map((item) => /* @__PURE__ */ jsx(BulletItem, { children: item.content }, item.id)) }) })
23
- ] })
24
- ] }),
25
- /* @__PURE__ */ jsxs("div", { className: buttons, children: [
26
- /* @__PURE__ */ jsx(Button, { rounded: "small", size: "large", color: variantButton.get(variant), children: "Lorem ipsum" }),
27
- /* @__PURE__ */ jsx(Button, { color: "tertiary", children: "Lorem ipsum" })
28
- ] })
29
- ] });
30
- };
1
+ import { IconBillboard } from "./IconBillboard.js";
2
+ import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_container, section_text, title } from "./IconBillboard.css.js";
3
+ import { IconBillboardSet } from "./IconBillboardSet.js";
31
4
  export {
32
- IconBillboard
5
+ IconBillboard,
6
+ IconBillboardSet,
7
+ billboard_icon,
8
+ buttons,
9
+ containerIconBillboard,
10
+ content,
11
+ headerIconBillboard,
12
+ header_section,
13
+ layout,
14
+ list,
15
+ listItem,
16
+ section_container,
17
+ section_text,
18
+ title
33
19
  };
34
- //# sourceMappingURL=index.js.map
@@ -18,17 +18,55 @@ export declare const billboard: import("@vanilla-extract/recipes").RuntimeFn<{
18
18
  };
19
19
  };
20
20
  }>;
21
+ export declare const imagePlacement: import("@vanilla-extract/recipes").RuntimeFn<{
22
+ position: {
23
+ left: {
24
+ selectors: {
25
+ [x: string]: {
26
+ flexDirection: "column";
27
+ };
28
+ };
29
+ };
30
+ right: {
31
+ selectors: {
32
+ [x: string]: {
33
+ flexDirection: "column-reverse";
34
+ };
35
+ };
36
+ };
37
+ };
38
+ }>;
21
39
  export declare const supertag: import("@vanilla-extract/recipes").RuntimeFn<{
22
40
  variant: {
23
41
  primary: {
24
- background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
25
- backgroundClip: "text";
26
- WebkitTextFillColor: "transparent";
42
+ selectors: {
43
+ [x: string]: {
44
+ WebkitBackgroundClip: "text";
45
+ backgroundImage: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
46
+ WebkitTextFillColor: "transparent";
47
+ color?: undefined;
48
+ } | {
49
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
50
+ WebkitBackgroundClip?: undefined;
51
+ backgroundImage?: undefined;
52
+ WebkitTextFillColor?: undefined;
53
+ };
54
+ };
27
55
  };
28
56
  secondary: {
29
- background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
30
- backgroundClip: "text";
31
- WebkitTextFillColor: "transparent";
57
+ selectors: {
58
+ [x: string]: {
59
+ WebkitBackgroundClip: "text";
60
+ backgroundImage: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
61
+ WebkitTextFillColor: "transparent";
62
+ color?: undefined;
63
+ } | {
64
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
65
+ WebkitBackgroundClip?: undefined;
66
+ backgroundImage?: undefined;
67
+ WebkitTextFillColor?: undefined;
68
+ };
69
+ };
32
70
  };
33
71
  tertiary: {
34
72
  color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -41,14 +79,34 @@ export declare const supertag: import("@vanilla-extract/recipes").RuntimeFn<{
41
79
  export declare const header: import("@vanilla-extract/recipes").RuntimeFn<{
42
80
  variant: {
43
81
  primary: {
44
- background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
45
- backgroundClip: "text";
46
- WebkitTextFillColor: "transparent";
82
+ selectors: {
83
+ [x: string]: {
84
+ WebkitBackgroundClip: "text";
85
+ backgroundImage: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
86
+ WebkitTextFillColor: "transparent";
87
+ color?: undefined;
88
+ } | {
89
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
90
+ WebkitBackgroundClip?: undefined;
91
+ backgroundImage?: undefined;
92
+ WebkitTextFillColor?: undefined;
93
+ };
94
+ };
47
95
  };
48
96
  secondary: {
49
- background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
50
- backgroundClip: "text";
51
- WebkitTextFillColor: "transparent";
97
+ selectors: {
98
+ [x: string]: {
99
+ WebkitBackgroundClip: "text";
100
+ backgroundImage: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
101
+ WebkitTextFillColor: "transparent";
102
+ color?: undefined;
103
+ } | {
104
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
105
+ WebkitBackgroundClip?: undefined;
106
+ backgroundImage?: undefined;
107
+ WebkitTextFillColor?: undefined;
108
+ };
109
+ };
52
110
  };
53
111
  tertiary: {
54
112
  color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -64,6 +122,7 @@ export declare const billboard_body: string;
64
122
  export declare const billboard_header_section: string;
65
123
  export declare const billboard_ctas: string;
66
124
  export declare const body: string;
67
- export declare const container: string;
68
- export declare const section_text: string;
69
- //# sourceMappingURL=ImageBillboard.css.d.ts.map
125
+ export declare const single_container: string;
126
+ export declare const two_inline: string;
127
+ export declare const three_inline: string;
128
+ export declare const section_text_ImageBillboard: string;