@axos-web-dev/shared-components 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.css.d.ts +3 -4
- package/dist/Accordion/Accordion.css.js +7 -5
- package/dist/Accordion/Accordion.d.ts +0 -1
- package/dist/Accordion/Accordion.js +9 -9
- package/dist/Accordion/index.d.ts +0 -1
- package/dist/Accordion/index.js +3 -4
- package/dist/AlertBanner/AlertBanner.css.d.ts +0 -1
- package/dist/AlertBanner/AlertBanner.css.js +0 -1
- package/dist/AlertBanner/AlertBanner.interface.d.ts +1 -2
- package/dist/AlertBanner/AlertBanner.interface.js +0 -1
- package/dist/AlertBanner/index.d.ts +0 -1
- package/dist/AlertBanner/index.js +2 -2
- package/dist/ApyCalculator/ApyCalculator.css.d.ts +0 -1
- package/dist/ApyCalculator/ApyCalculator.css.js +2 -1
- package/dist/ApyCalculator/index.d.ts +0 -1
- package/dist/ApyCalculator/index.js +7 -6
- package/dist/BulletItem/BulletItem.css.d.ts +0 -1
- package/dist/BulletItem/BulletItem.css.js +1 -1
- package/dist/BulletItem/BulletItem.d.ts +7 -2
- package/dist/BulletItem/BulletItem.js +2 -2
- package/dist/BulletItem/index.d.ts +0 -1
- package/dist/BulletItem/index.js +0 -1
- package/dist/Button/Button.css.d.ts +0 -1
- package/dist/Button/Button.css.js +3 -1
- package/dist/Button/Button.interface.d.ts +0 -1
- package/dist/Button/Button.interface.js +0 -1
- package/dist/Button/index.d.ts +10 -5
- package/dist/Button/index.js +0 -1
- package/dist/CallToActionBar/CallToActionBar.css.d.ts +0 -1
- package/dist/CallToActionBar/CallToActionBar.css.js +2 -1
- package/dist/CallToActionBar/CallToActionBar.interface.d.ts +0 -1
- package/dist/CallToActionBar/CallToActionBar.interface.js +0 -1
- package/dist/CallToActionBar/index.d.ts +0 -1
- package/dist/CallToActionBar/index.js +0 -1
- package/dist/Carousel/Carousel.css.d.ts +0 -1
- package/dist/Carousel/Carousel.css.js +2 -1
- package/dist/Carousel/index.d.ts +0 -12
- package/dist/Carousel/index.js +4 -10
- package/dist/Carousel/store.d.ts +10 -0
- package/dist/Carousel/store.js +9 -0
- package/dist/Chevron/Chevron.css.d.ts +0 -1
- package/dist/Chevron/Chevron.css.js +3 -1
- package/dist/Chevron/Chevron.interface.d.ts +0 -1
- package/dist/Chevron/Chevron.interface.js +0 -1
- package/dist/Chevron/index.d.ts +0 -1
- package/dist/Chevron/index.js +2 -1
- package/dist/CollectInformationAlert/CollectInformationAlert.css.d.ts +0 -1
- package/dist/CollectInformationAlert/CollectInformationAlert.css.js +3 -1
- package/dist/CollectInformationAlert/index.d.ts +0 -1
- package/dist/CollectInformationAlert/index.js +2 -2
- package/dist/ContentBanner/ContentBanner.css.d.ts +42 -0
- package/dist/ContentBanner/ContentBanner.css.js +19 -0
- package/dist/ContentBanner/ContentBanner.interface.d.ts +9 -0
- package/dist/ContentBanner/ContentBanner.interface.js +1 -0
- package/dist/ContentBanner/index.d.ts +3 -0
- package/dist/ContentBanner/index.js +57 -0
- package/dist/DownloadTile/DownloadTile.css.d.ts +0 -1
- package/dist/DownloadTile/DownloadTile.css.js +2 -1
- package/dist/DownloadTile/DownloadTile.interface.d.ts +0 -1
- package/dist/DownloadTile/DownloadTile.interface.js +0 -1
- package/dist/DownloadTile/index.d.ts +0 -1
- package/dist/DownloadTile/index.js +0 -2
- package/dist/FaqAccordion/FaqAccordion.css.d.ts +0 -1
- package/dist/FaqAccordion/FaqAccordion.css.js +2 -1
- package/dist/FaqAccordion/index.d.ts +0 -1
- package/dist/FaqAccordion/index.js +15 -5
- package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +0 -1
- package/dist/FooterDisclosure/FooterDisclosure.css.js +0 -1
- package/dist/FooterDisclosure/FooterDisclosure.d.ts +0 -1
- package/dist/FooterDisclosure/FooterDisclosure.js +0 -1
- package/dist/FooterDisclosure/index.d.ts +0 -1
- package/dist/FooterDisclosure/index.js +0 -1
- package/dist/Forms/Forms.css.d.ts +90 -0
- package/dist/Forms/Forms.css.js +19 -0
- package/dist/Forms/RenderForm.d.ts +7 -0
- package/dist/Forms/RenderForm.js +19 -0
- package/dist/Forms/SalesforceFieldsForm.d.ts +71 -0
- package/dist/Forms/SalesforceFieldsForm.js +137 -0
- package/dist/Forms/ScheduleCall.d.ts +14 -0
- package/dist/Forms/ScheduleCall.js +140 -0
- package/dist/Forms/index.d.ts +4 -0
- package/dist/Forms/index.js +17 -0
- package/dist/HeroBanner/HeroBanner.css.d.ts +0 -1
- package/dist/HeroBanner/HeroBanner.css.js +3 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +0 -1
- package/dist/HeroBanner/HeroBanner.interface.js +0 -1
- package/dist/HeroBanner/index.d.ts +0 -1
- package/dist/HeroBanner/index.js +4 -3
- package/dist/Hyperlink/Hyperlink.interface.d.ts +0 -1
- package/dist/Hyperlink/Hyperlink.interface.js +0 -1
- package/dist/Hyperlink/index.d.ts +0 -1
- package/dist/Hyperlink/index.js +0 -1
- package/dist/IconBillboard/IconBillboard.css.d.ts +29 -10
- package/dist/IconBillboard/IconBillboard.css.js +7 -5
- package/dist/IconBillboard/IconBillboard.d.ts +14 -0
- package/dist/IconBillboard/IconBillboard.interface.d.ts +5 -14
- package/dist/IconBillboard/IconBillboard.interface.js +0 -1
- package/dist/IconBillboard/IconBillboard.js +52 -0
- package/dist/IconBillboard/IconBillboardSet.d.ts +2 -0
- package/dist/IconBillboard/IconBillboardSet.js +80 -0
- package/dist/IconBillboard/index.d.ts +4 -3
- package/dist/IconBillboard/index.js +17 -79
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +71 -15
- package/dist/ImageBillboard/ImageBillboard.css.js +18 -16
- package/dist/ImageBillboard/ImageBillboard.d.ts +2 -0
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +5 -17
- package/dist/ImageBillboard/ImageBillboard.interface.js +0 -1
- package/dist/ImageBillboard/ImageBillboard.js +132 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +2 -0
- package/dist/ImageBillboard/ImageBillboardSet.js +105 -0
- package/dist/ImageBillboard/index.d.ts +4 -4
- package/dist/ImageBillboard/index.js +19 -121
- package/dist/Input/Input.css.d.ts +0 -1
- package/dist/Input/Input.css.js +2 -1
- package/dist/Input/index.d.ts +1 -2
- package/dist/Input/index.js +4 -3
- package/dist/Inputs/Input.css.d.ts +0 -1
- package/dist/Inputs/Input.css.js +2 -1
- package/dist/MainHTML/index.d.ts +5 -0
- package/dist/MainHTML/index.js +9 -0
- package/dist/Modal/Modal.css.d.ts +0 -1
- package/dist/Modal/Modal.css.js +2 -2
- package/dist/Modal/Modal.interface.d.ts +0 -1
- package/dist/Modal/Modal.interface.js +0 -1
- package/dist/Modal/index.d.ts +0 -1
- package/dist/Modal/index.js +18 -7
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -53
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -2
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +213 -3
- package/dist/NavigationMenu/AxosAdvisor/index.d.ts +2 -2
- package/dist/NavigationMenu/AxosAdvisor/index.js +12 -5
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -41
- package/dist/NavigationMenu/AxosFiduciary/index.d.ts +2 -2
- package/dist/NavigationMenu/AxosFiduciary/index.js +3 -4
- package/dist/NavigationMenu/index.d.ts +2 -0
- package/dist/NavigationMenu/index.js +6 -0
- package/dist/SecondaryFooter/SecondaryFooter.css.d.ts +0 -1
- package/dist/SecondaryFooter/SecondaryFooter.css.js +0 -1
- package/dist/SecondaryFooter/index.d.ts +0 -1
- package/dist/SecondaryFooter/index.js +1 -2
- package/dist/SetContainer/SetContainer.css.d.ts +1 -0
- package/dist/SetContainer/SetContainer.css.js +5 -0
- package/dist/SetContainer/SetContainer.d.ts +5 -0
- package/dist/SetContainer/SetContainer.js +40 -0
- package/dist/SetContainer/index.d.ts +2 -0
- package/dist/SetContainer/index.js +6 -0
- package/dist/Table/Table.css.d.ts +21 -8
- package/dist/Table/Table.css.js +18 -9
- package/dist/Table/Table.d.ts +10 -17
- package/dist/Table/Table.interface.d.ts +18 -0
- package/dist/Table/Table.interface.js +1 -0
- package/dist/Table/Table.js +43 -12
- package/dist/Table/index.d.ts +0 -1
- package/dist/Table/index.js +10 -4
- package/dist/TextBlock/TextBlock.css.d.ts +3 -0
- package/dist/TextBlock/TextBlock.css.js +11 -0
- package/dist/TextBlock/TextBlock.d.ts +6 -0
- package/dist/TextBlock/TextBlock.js +11 -0
- package/dist/TextBlock/index.d.ts +2 -0
- package/dist/TextBlock/index.js +8 -0
- package/dist/Typography/Typography.css.d.ts +65 -0
- package/dist/Typography/Typography.css.js +14 -0
- package/dist/Typography/Typography.d.ts +11 -0
- package/dist/Typography/Typography.js +32 -0
- package/dist/Typography/index.d.ts +1 -0
- package/dist/Typography/index.js +8 -0
- package/dist/VideoTile/VideoInit.d.ts +1 -0
- package/dist/VideoTile/VideoInit.js +8 -0
- package/dist/VideoTile/VideoTile.css.d.ts +13 -0
- package/dist/VideoTile/VideoTile.css.js +32 -0
- package/dist/VideoTile/VideoTile.d.ts +3 -0
- package/dist/VideoTile/VideoTile.interface.d.ts +10 -0
- package/dist/VideoTile/VideoTile.interface.js +1 -0
- package/dist/VideoTile/VideoTile.js +88 -0
- package/dist/VideoTile/index.d.ts +4 -0
- package/dist/VideoTile/index.js +20 -0
- package/dist/VideoWrapper/VideoWrapper.css.d.ts +2 -0
- package/dist/VideoWrapper/VideoWrapper.css.js +7 -0
- package/dist/VideoWrapper/index.d.ts +8 -0
- package/dist/VideoWrapper/index.js +34 -0
- package/dist/assets/Accordion/Accordion.css +2 -1
- package/dist/assets/ApyCalculator/ApyCalculator.css +3 -3
- package/dist/assets/Button/Button.css +19 -18
- package/dist/assets/CallToActionBar/CallToActionBar.css +2 -2
- package/dist/assets/Carousel/Carousel.css +12 -12
- package/dist/assets/Chevron/Chevron.css +4 -3
- package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +2 -1
- package/dist/assets/ContentBanner/ContentBanner.css +65 -0
- package/dist/assets/DownloadTile/DownloadTile.css +3 -3
- package/dist/assets/FaqAccordion/FaqAccordion.css +2 -2
- package/dist/assets/Forms/Forms.css +92 -0
- package/dist/assets/HeroBanner/HeroBanner.css +20 -20
- package/dist/assets/IconBillboard/IconBillboard.css +25 -16
- package/dist/assets/ImageBillboard/ImageBillboard.css +68 -45
- package/dist/assets/Input/Input.css +18 -18
- package/dist/assets/Inputs/Input.css +18 -18
- package/dist/assets/Modal/Modal.css +1 -1
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +579 -579
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +82 -82
- package/dist/assets/SetContainer/SetContainer.css +5 -0
- package/dist/assets/Table/Table.css +120 -72
- package/dist/assets/TextBlock/TextBlock.css +14 -0
- package/dist/assets/Typography/Typography.css +53 -0
- package/dist/assets/VideoTile/VideoTile.css +74 -0
- package/dist/assets/VideoWrapper/VideoWrapper.css +16 -0
- package/dist/assets/globals.css +6 -3
- package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
- package/dist/assets/icons/CheckIcon/CheckIcon.css +2 -2
- package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
- package/dist/assets/themes/axos.css +34 -30
- package/dist/assets/themes/premier.css +34 -30
- package/dist/globals.css.d.ts +0 -1
- package/dist/globals.css.js +1 -1
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +0 -1
- package/dist/icons/ArrowIcon/ArrowIcon.css.js +2 -1
- package/dist/icons/ArrowIcon/index.d.ts +0 -1
- package/dist/icons/ArrowIcon/index.js +1 -4
- package/dist/icons/AxosX/index.d.ts +3 -0
- package/dist/icons/AxosX/index.js +30 -0
- package/dist/icons/CheckCircle.d.ts +0 -1
- package/dist/icons/CheckCircle.js +0 -1
- package/dist/icons/CheckCircleLight.d.ts +0 -1
- package/dist/icons/CheckCircleLight.js +0 -1
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts +3 -2
- package/dist/icons/CheckIcon/CheckIcon.css.js +3 -2
- package/dist/icons/CheckIcon/index.d.ts +2 -5
- package/dist/icons/CheckIcon/index.js +2 -5
- package/dist/icons/ChevronDown.d.ts +0 -1
- package/dist/icons/ChevronDown.js +0 -1
- package/dist/icons/ChevronUp.d.ts +0 -1
- package/dist/icons/ChevronUp.js +0 -1
- package/dist/icons/CloseIcon/index.d.ts +0 -1
- package/dist/icons/CloseIcon/index.js +0 -1
- package/dist/icons/DownloadIcon/DownloadIcon.css.d.ts +0 -1
- package/dist/icons/DownloadIcon/DownloadIcon.css.js +2 -1
- package/dist/icons/DownloadIcon/index.d.ts +0 -1
- package/dist/icons/DownloadIcon/index.js +0 -1
- package/dist/icons/EqualHousingLender.d.ts +0 -1
- package/dist/icons/EqualHousingLender.js +0 -1
- package/dist/icons/LockIcon/index.d.ts +0 -1
- package/dist/icons/LockIcon/index.js +0 -1
- package/dist/icons/MemberFdicLogo.d.ts +0 -1
- package/dist/icons/MemberFdicLogo.js +0 -1
- package/dist/icons/QuoteIconGrey.d.ts +0 -1
- package/dist/icons/QuoteIconGrey.js +0 -1
- package/dist/icons/QuoteIconWhite.d.ts +0 -1
- package/dist/icons/QuoteIconWhite.js +0 -1
- package/dist/icons/QuoteIconYellow.d.ts +0 -1
- package/dist/icons/QuoteIconYellow.js +0 -1
- package/dist/icons/WarningIcon/index.d.ts +0 -1
- package/dist/icons/WarningIcon/index.js +0 -1
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.js +28 -27
- package/dist/index.css.d.ts +0 -1
- package/dist/index.css.js +1 -1
- package/dist/main.d.ts +10 -5
- package/dist/main.js +107 -16
- package/dist/themes/axos.css.d.ts +52 -2
- package/dist/themes/axos.css.js +3 -2
- package/dist/themes/index.d.ts +2 -0
- package/dist/themes/index.js +7 -0
- package/dist/themes/premier.css.d.ts +0 -1
- package/dist/themes/premier.css.js +1 -1
- package/dist/types/declaration.d.js +0 -1
- package/dist/utils/EverestValidity.d.ts +1 -0
- package/dist/utils/EverestValidity.js +6 -0
- package/dist/utils/componentProperties.d.ts +0 -1
- package/dist/utils/componentProperties.js +0 -1
- package/dist/utils/ctaOptions.d.ts +0 -1
- package/dist/utils/ctaOptions.js +0 -1
- package/dist/utils/getVariant.d.ts +1 -2
- package/dist/utils/getVariant.js +6 -7
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.js +7 -0
- package/dist/utils/variant.types.d.ts +0 -1
- package/dist/utils/variant.types.js +0 -1
- package/package.json +12 -2
- package/dist/Accordion/Accordion.css.d.ts.map +0 -1
- package/dist/Accordion/Accordion.css.js.map +0 -1
- package/dist/Accordion/Accordion.d.ts.map +0 -1
- package/dist/Accordion/Accordion.js.map +0 -1
- package/dist/Accordion/index.d.ts.map +0 -1
- package/dist/Accordion/index.js.map +0 -1
- package/dist/AlertBanner/AlertBanner.css.d.ts.map +0 -1
- package/dist/AlertBanner/AlertBanner.css.js.map +0 -1
- package/dist/AlertBanner/AlertBanner.interface.d.ts.map +0 -1
- package/dist/AlertBanner/AlertBanner.interface.js.map +0 -1
- package/dist/AlertBanner/index.d.ts.map +0 -1
- package/dist/AlertBanner/index.js.map +0 -1
- package/dist/ApyCalculator/ApyCalculator.css.d.ts.map +0 -1
- package/dist/ApyCalculator/ApyCalculator.css.js.map +0 -1
- package/dist/ApyCalculator/index.d.ts.map +0 -1
- package/dist/ApyCalculator/index.js.map +0 -1
- package/dist/BulletItem/BulletItem.css.d.ts.map +0 -1
- package/dist/BulletItem/BulletItem.css.js.map +0 -1
- package/dist/BulletItem/BulletItem.d.ts.map +0 -1
- package/dist/BulletItem/BulletItem.js.map +0 -1
- package/dist/BulletItem/index.d.ts.map +0 -1
- package/dist/BulletItem/index.js.map +0 -1
- package/dist/Button/Button.css.d.ts.map +0 -1
- package/dist/Button/Button.css.js.map +0 -1
- package/dist/Button/Button.interface.d.ts.map +0 -1
- package/dist/Button/Button.interface.js.map +0 -1
- package/dist/Button/index.d.ts.map +0 -1
- package/dist/Button/index.js.map +0 -1
- package/dist/CallToActionBar/CallToActionBar.css.d.ts.map +0 -1
- package/dist/CallToActionBar/CallToActionBar.css.js.map +0 -1
- package/dist/CallToActionBar/CallToActionBar.interface.d.ts.map +0 -1
- package/dist/CallToActionBar/CallToActionBar.interface.js.map +0 -1
- package/dist/CallToActionBar/index.d.ts.map +0 -1
- package/dist/CallToActionBar/index.js.map +0 -1
- package/dist/Carousel/Carousel.css.d.ts.map +0 -1
- package/dist/Carousel/Carousel.css.js.map +0 -1
- package/dist/Carousel/index.d.ts.map +0 -1
- package/dist/Carousel/index.js.map +0 -1
- package/dist/Chevron/Chevron.css.d.ts.map +0 -1
- package/dist/Chevron/Chevron.css.js.map +0 -1
- package/dist/Chevron/Chevron.interface.d.ts.map +0 -1
- package/dist/Chevron/Chevron.interface.js.map +0 -1
- package/dist/Chevron/index.d.ts.map +0 -1
- package/dist/Chevron/index.js.map +0 -1
- package/dist/CollectInformationAlert/CollectInformationAlert.css.d.ts.map +0 -1
- package/dist/CollectInformationAlert/CollectInformationAlert.css.js.map +0 -1
- package/dist/CollectInformationAlert/index.d.ts.map +0 -1
- package/dist/CollectInformationAlert/index.js.map +0 -1
- package/dist/DownloadTile/DownloadTile.css.d.ts.map +0 -1
- package/dist/DownloadTile/DownloadTile.css.js.map +0 -1
- package/dist/DownloadTile/DownloadTile.interface.d.ts.map +0 -1
- package/dist/DownloadTile/DownloadTile.interface.js.map +0 -1
- package/dist/DownloadTile/index.d.ts.map +0 -1
- package/dist/DownloadTile/index.js.map +0 -1
- package/dist/FaqAccordion/FaqAccordion.css.d.ts.map +0 -1
- package/dist/FaqAccordion/FaqAccordion.css.js.map +0 -1
- package/dist/FaqAccordion/index.d.ts.map +0 -1
- package/dist/FaqAccordion/index.js.map +0 -1
- package/dist/FooterDisclosure/FooterDisclosure.css.d.ts.map +0 -1
- package/dist/FooterDisclosure/FooterDisclosure.css.js.map +0 -1
- package/dist/FooterDisclosure/FooterDisclosure.d.ts.map +0 -1
- package/dist/FooterDisclosure/FooterDisclosure.js.map +0 -1
- package/dist/FooterDisclosure/index.d.ts.map +0 -1
- package/dist/FooterDisclosure/index.js.map +0 -1
- package/dist/HeroBanner/HeroBanner.css.d.ts.map +0 -1
- package/dist/HeroBanner/HeroBanner.css.js.map +0 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts.map +0 -1
- package/dist/HeroBanner/HeroBanner.interface.js.map +0 -1
- package/dist/HeroBanner/index.d.ts.map +0 -1
- package/dist/HeroBanner/index.js.map +0 -1
- package/dist/Hyperlink/Hyperlink.interface.d.ts.map +0 -1
- package/dist/Hyperlink/Hyperlink.interface.js.map +0 -1
- package/dist/Hyperlink/index.d.ts.map +0 -1
- package/dist/Hyperlink/index.js.map +0 -1
- package/dist/IconBillboard/IconBillboard.css.d.ts.map +0 -1
- package/dist/IconBillboard/IconBillboard.css.js.map +0 -1
- package/dist/IconBillboard/IconBillboard.interface.d.ts.map +0 -1
- package/dist/IconBillboard/IconBillboard.interface.js.map +0 -1
- package/dist/IconBillboard/index.d.ts.map +0 -1
- package/dist/IconBillboard/index.js.map +0 -1
- package/dist/ImageBillboard/ImageBillboard.css.d.ts.map +0 -1
- package/dist/ImageBillboard/ImageBillboard.css.js.map +0 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts.map +0 -1
- package/dist/ImageBillboard/ImageBillboard.interface.js.map +0 -1
- package/dist/ImageBillboard/index.d.ts.map +0 -1
- package/dist/ImageBillboard/index.js.map +0 -1
- package/dist/Input/Input.css.d.ts.map +0 -1
- package/dist/Input/Input.css.js.map +0 -1
- package/dist/Input/index.d.ts.map +0 -1
- package/dist/Input/index.js.map +0 -1
- package/dist/Inputs/Input.css.d.ts.map +0 -1
- package/dist/Inputs/Input.css.js.map +0 -1
- package/dist/Modal/Modal.css.d.ts.map +0 -1
- package/dist/Modal/Modal.css.js.map +0 -1
- package/dist/Modal/Modal.interface.d.ts.map +0 -1
- package/dist/Modal/Modal.interface.js.map +0 -1
- package/dist/Modal/index.d.ts.map +0 -1
- package/dist/Modal/index.js.map +0 -1
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js.map +0 -1
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts.map +0 -1
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js.map +0 -1
- package/dist/NavigationMenu/AxosAdvisor/index.d.ts.map +0 -1
- package/dist/NavigationMenu/AxosAdvisor/index.js.map +0 -1
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js.map +0 -1
- package/dist/NavigationMenu/AxosFiduciary/index.d.ts.map +0 -1
- package/dist/NavigationMenu/AxosFiduciary/index.js.map +0 -1
- package/dist/SecondaryFooter/SecondaryFooter.css.d.ts.map +0 -1
- package/dist/SecondaryFooter/SecondaryFooter.css.js.map +0 -1
- package/dist/SecondaryFooter/index.d.ts.map +0 -1
- package/dist/SecondaryFooter/index.js.map +0 -1
- package/dist/Table/Table.css.d.ts.map +0 -1
- package/dist/Table/Table.css.js.map +0 -1
- package/dist/Table/Table.d.ts.map +0 -1
- package/dist/Table/Table.js.map +0 -1
- package/dist/Table/index.d.ts.map +0 -1
- package/dist/Table/index.js.map +0 -1
- package/dist/globals.css.d.ts.map +0 -1
- package/dist/globals.css.js.map +0 -1
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts.map +0 -1
- package/dist/icons/ArrowIcon/ArrowIcon.css.js.map +0 -1
- package/dist/icons/ArrowIcon/index.d.ts.map +0 -1
- package/dist/icons/ArrowIcon/index.js.map +0 -1
- package/dist/icons/CheckCircle.d.ts.map +0 -1
- package/dist/icons/CheckCircle.js.map +0 -1
- package/dist/icons/CheckCircleLight.d.ts.map +0 -1
- package/dist/icons/CheckCircleLight.js.map +0 -1
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts.map +0 -1
- package/dist/icons/CheckIcon/CheckIcon.css.js.map +0 -1
- package/dist/icons/CheckIcon/index.d.ts.map +0 -1
- package/dist/icons/CheckIcon/index.js.map +0 -1
- package/dist/icons/ChevronDown.d.ts.map +0 -1
- package/dist/icons/ChevronDown.js.map +0 -1
- package/dist/icons/ChevronUp.d.ts.map +0 -1
- package/dist/icons/ChevronUp.js.map +0 -1
- package/dist/icons/CloseIcon/index.d.ts.map +0 -1
- package/dist/icons/CloseIcon/index.js.map +0 -1
- package/dist/icons/DownloadIcon/DownloadIcon.css.d.ts.map +0 -1
- package/dist/icons/DownloadIcon/DownloadIcon.css.js.map +0 -1
- package/dist/icons/DownloadIcon/index.d.ts.map +0 -1
- package/dist/icons/DownloadIcon/index.js.map +0 -1
- package/dist/icons/EqualHousingLender.d.ts.map +0 -1
- package/dist/icons/EqualHousingLender.js.map +0 -1
- package/dist/icons/LockIcon/index.d.ts.map +0 -1
- package/dist/icons/LockIcon/index.js.map +0 -1
- package/dist/icons/MemberFdicLogo.d.ts.map +0 -1
- package/dist/icons/MemberFdicLogo.js.map +0 -1
- package/dist/icons/QuoteIconGrey.d.ts.map +0 -1
- package/dist/icons/QuoteIconGrey.js.map +0 -1
- package/dist/icons/QuoteIconWhite.d.ts.map +0 -1
- package/dist/icons/QuoteIconWhite.js.map +0 -1
- package/dist/icons/QuoteIconYellow.d.ts.map +0 -1
- package/dist/icons/QuoteIconYellow.js.map +0 -1
- package/dist/icons/WarningIcon/index.d.ts.map +0 -1
- package/dist/icons/WarningIcon/index.js.map +0 -1
- package/dist/icons/index.d.ts.map +0 -1
- package/dist/icons/index.js.map +0 -1
- package/dist/index.css.d.ts.map +0 -1
- package/dist/index.css.js.map +0 -1
- package/dist/main.d.ts.map +0 -1
- package/dist/main.js.map +0 -1
- package/dist/themes/axos.css.d.ts.map +0 -1
- package/dist/themes/axos.css.js.map +0 -1
- package/dist/themes/premier.css.d.ts.map +0 -1
- package/dist/themes/premier.css.js.map +0 -1
- package/dist/themes/vars.css.d.ts +0 -49
- package/dist/themes/vars.css.d.ts.map +0 -1
- package/dist/themes/vars.css.js +0 -5
- package/dist/themes/vars.css.js.map +0 -1
- package/dist/themes/vars.css.ts.vanilla.css.js +0 -2
- package/dist/themes/vars.css.ts.vanilla.css.js.map +0 -1
- package/dist/types/declaration.d.js.map +0 -1
- package/dist/utils/componentProperties.d.ts.map +0 -1
- package/dist/utils/componentProperties.js.map +0 -1
- package/dist/utils/ctaOptions.d.ts.map +0 -1
- package/dist/utils/ctaOptions.js.map +0 -1
- package/dist/utils/getVariant.d.ts.map +0 -1
- package/dist/utils/getVariant.js.map +0 -1
- package/dist/utils/variant.types.d.ts.map +0 -1
- package/dist/utils/variant.types.js.map +0 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgAxosX = (props) => /* @__PURE__ */ jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 36,
|
|
7
|
+
height: 36,
|
|
8
|
+
fill: "none",
|
|
9
|
+
...props,
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "#F4F4F4",
|
|
15
|
+
d: "M35.51 1.518 34.596.61a1.563 1.563 0 0 0-2.21 0L20.178 12.725l3.126 3.1L35.511 3.71a1.53 1.53 0 0 0 0-2.192ZM35.51 34.482l-.915.907c-.616.611-1.595.611-2.21 0L20.178 23.275l3.126-3.1L35.511 32.29a1.53 1.53 0 0 1 0 2.192Z"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fill: "#FAA74A",
|
|
22
|
+
d: "M3.6.61a1.563 1.563 0 0 0-2.21 0l-.916.908a1.53 1.53 0 0 0 0 2.192L14.874 18 .474 32.29a1.53 1.53 0 0 0 0 2.192l.915.907c.616.611 1.595.611 2.211 0L21.11 18 3.6.61Z"
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
export {
|
|
29
|
+
SvgAxosX as default
|
|
30
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { RecipeVariants } from "@vanilla-extract/recipes";
|
|
1
2
|
export declare const checkColor: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
2
|
-
|
|
3
|
+
variant: {
|
|
3
4
|
primary: {
|
|
4
5
|
fill: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
5
6
|
};
|
|
@@ -8,4 +9,4 @@ export declare const checkColor: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
8
9
|
};
|
|
9
10
|
};
|
|
10
11
|
}>;
|
|
11
|
-
|
|
12
|
+
export type CheckColorVariant = RecipeVariants<typeof checkColor>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
1
3
|
/* empty css */
|
|
2
4
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
|
-
var checkColor = createRuntimeFn({ defaultClassName: "_1xajnqu0", variantClassNames: {
|
|
5
|
+
var checkColor = createRuntimeFn({ defaultClassName: "_1xajnqu0", variantClassNames: { variant: { primary: "_1xajnqu1", secondary: "_1xajnqu2" } }, defaultVariants: {}, compoundVariants: [] });
|
|
4
6
|
export {
|
|
5
7
|
checkColor
|
|
6
8
|
};
|
|
7
|
-
//# sourceMappingURL=CheckIcon.css.js.map
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const SvgCheckIcon:
|
|
3
|
-
variant: "primary" | "secondary";
|
|
4
|
-
}>;
|
|
1
|
+
import { CheckColorVariant } from "./CheckIcon.css";
|
|
2
|
+
declare const SvgCheckIcon: (props: CheckColorVariant) => import("react/jsx-runtime").JSX.Element;
|
|
5
3
|
export default SvgCheckIcon;
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { checkColor } from "./CheckIcon.css.js";
|
|
3
|
-
const SvgCheckIcon = ({
|
|
4
|
-
variant
|
|
5
|
-
}) => {
|
|
3
|
+
const SvgCheckIcon = (props) => {
|
|
6
4
|
return /* @__PURE__ */ jsx(
|
|
7
5
|
"svg",
|
|
8
6
|
{
|
|
@@ -14,7 +12,7 @@ const SvgCheckIcon = ({
|
|
|
14
12
|
children: /* @__PURE__ */ jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
className: checkColor({
|
|
15
|
+
className: checkColor({ variant: props == null ? void 0 : props.variant }),
|
|
18
16
|
fillRule: "evenodd",
|
|
19
17
|
clipRule: "evenodd",
|
|
20
18
|
d: "M17.75 9C17.75 4.16751 13.8325 0.25 9 0.25C4.16751 0.25 0.25 4.16751 0.25 9C0.25 13.8325 4.16751 17.75 9 17.75C13.8325 17.75 17.75 13.8325 17.75 9ZM12.933 6.05807L13.8169 6.94195L7.74997 13.0089L4.18303 9.44195L5.06691 8.55807L7.74997 11.2406L12.933 6.05807Z",
|
|
@@ -27,4 +25,3 @@ const SvgCheckIcon = ({
|
|
|
27
25
|
export {
|
|
28
26
|
SvgCheckIcon as default
|
|
29
27
|
};
|
|
30
|
-
//# sourceMappingURL=index.js.map
|
package/dist/icons/ChevronUp.js
CHANGED
package/dist/icons/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as ArrowIcon } from "./ArrowIcon";
|
|
2
|
+
export { default as AxosX } from "./AxosX";
|
|
2
3
|
export { default as CheckCircle } from "./CheckCircle";
|
|
3
4
|
export { default as CheckCircleLight } from "./CheckCircleLight";
|
|
4
5
|
export { default as CheckIcon } from "./CheckIcon";
|
|
@@ -13,4 +14,3 @@ export { default as QuoteIconGrey } from "./QuoteIconGrey";
|
|
|
13
14
|
export { default as QuoteIconWhite } from "./QuoteIconWhite";
|
|
14
15
|
export { default as QuoteIconYellow } from "./QuoteIconYellow";
|
|
15
16
|
export { default as WarningIcon } from "./WarningIcon";
|
|
16
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/icons/index.js
CHANGED
|
@@ -1,33 +1,34 @@
|
|
|
1
1
|
import { default as default2 } from "./ArrowIcon/index.js";
|
|
2
|
-
import { default as default3 } from "./
|
|
3
|
-
import { default as default4 } from "./
|
|
4
|
-
import { default as default5 } from "./
|
|
5
|
-
import { default as default6 } from "./
|
|
6
|
-
import { default as default7 } from "./
|
|
7
|
-
import { default as default8 } from "./
|
|
8
|
-
import { default as default9 } from "./
|
|
9
|
-
import { default as default10 } from "./
|
|
10
|
-
import { default as default11 } from "./
|
|
11
|
-
import { default as default12 } from "./
|
|
12
|
-
import { default as default13 } from "./
|
|
13
|
-
import { default as default14 } from "./
|
|
14
|
-
import { default as default15 } from "./
|
|
2
|
+
import { default as default3 } from "./AxosX/index.js";
|
|
3
|
+
import { default as default4 } from "./CheckCircle.js";
|
|
4
|
+
import { default as default5 } from "./CheckCircleLight.js";
|
|
5
|
+
import { default as default6 } from "./CheckIcon/index.js";
|
|
6
|
+
import { default as default7 } from "./ChevronDown.js";
|
|
7
|
+
import { default as default8 } from "./ChevronUp.js";
|
|
8
|
+
import { default as default9 } from "./CloseIcon/index.js";
|
|
9
|
+
import { default as default10 } from "./DownloadIcon/index.js";
|
|
10
|
+
import { default as default11 } from "./EqualHousingLender.js";
|
|
11
|
+
import { default as default12 } from "./LockIcon/index.js";
|
|
12
|
+
import { default as default13 } from "./MemberFdicLogo.js";
|
|
13
|
+
import { default as default14 } from "./QuoteIconGrey.js";
|
|
14
|
+
import { default as default15 } from "./QuoteIconWhite.js";
|
|
15
|
+
import { default as default16 } from "./QuoteIconYellow.js";
|
|
15
16
|
import { SvgWarningIcon } from "./WarningIcon/index.js";
|
|
16
17
|
export {
|
|
17
18
|
default2 as ArrowIcon,
|
|
18
|
-
default3 as
|
|
19
|
-
default4 as
|
|
20
|
-
default5 as
|
|
21
|
-
default6 as
|
|
22
|
-
default7 as
|
|
23
|
-
default8 as
|
|
24
|
-
default9 as
|
|
25
|
-
default10 as
|
|
26
|
-
default11 as
|
|
27
|
-
default12 as
|
|
28
|
-
default13 as
|
|
29
|
-
default14 as
|
|
30
|
-
default15 as
|
|
19
|
+
default3 as AxosX,
|
|
20
|
+
default4 as CheckCircle,
|
|
21
|
+
default5 as CheckCircleLight,
|
|
22
|
+
default6 as CheckIcon,
|
|
23
|
+
default7 as ChevronDown,
|
|
24
|
+
default8 as ChevronUp,
|
|
25
|
+
default9 as CloseIcon,
|
|
26
|
+
default10 as DownloadIcon,
|
|
27
|
+
default11 as EqualHousingLender,
|
|
28
|
+
default12 as LockIcon,
|
|
29
|
+
default13 as MemberFdicLogo,
|
|
30
|
+
default14 as QuoteIconGrey,
|
|
31
|
+
default15 as QuoteIconWhite,
|
|
32
|
+
default16 as QuoteIconYellow,
|
|
31
33
|
SvgWarningIcon as WarningIcon
|
|
32
34
|
};
|
|
33
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.css.d.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.css.d.ts.map
|
package/dist/index.css.js
CHANGED
package/dist/main.d.ts
CHANGED
|
@@ -7,18 +7,23 @@ export * from './CallToActionBar';
|
|
|
7
7
|
export * from './Carousel';
|
|
8
8
|
export * from './Chevron';
|
|
9
9
|
export * from './CollectInformationAlert';
|
|
10
|
+
export * from './ContentBanner';
|
|
10
11
|
export * from './DownloadTile';
|
|
11
12
|
export * from './FaqAccordion';
|
|
12
13
|
export * from './FooterDisclosure';
|
|
14
|
+
export * from './Forms';
|
|
13
15
|
export * from './HeroBanner';
|
|
14
16
|
export * from './IconBillboard';
|
|
15
17
|
export * from './ImageBillboard';
|
|
16
18
|
export * from './Input';
|
|
19
|
+
export * from './MainHTML';
|
|
17
20
|
export * from './Modal';
|
|
18
|
-
export * from './NavigationMenu
|
|
21
|
+
export * from './NavigationMenu';
|
|
19
22
|
export * from './SecondaryFooter';
|
|
23
|
+
export * from './SetContainer';
|
|
20
24
|
export * from './Table';
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
|
|
25
|
+
export * from './TextBlock';
|
|
26
|
+
export * from './VideoTile';
|
|
27
|
+
export * from './VideoWrapper';
|
|
28
|
+
export * from './themes';
|
|
29
|
+
export * from "./utils";
|
package/dist/main.js
CHANGED
|
@@ -1,32 +1,50 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { Accordion, AccordionCtx, AccordionDetails, AccordionHeader } from "./Accordion/Accordion.js";
|
|
2
|
-
import { accordion,
|
|
3
|
+
import { accordion, bodyAccordion, headerAccordion, headerContent, hide, icon, paragraph } from "./Accordion/Accordion.css.js";
|
|
3
4
|
import { AlertBanner } from "./AlertBanner/index.js";
|
|
4
5
|
import { ApyCalculator } from "./ApyCalculator/index.js";
|
|
5
6
|
import { BulletItem } from "./BulletItem/BulletItem.js";
|
|
6
7
|
import { Button } from "./Button/index.js";
|
|
7
8
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
8
|
-
import { Carousel, CarouselSlide
|
|
9
|
+
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
9
10
|
import { Chevron } from "./Chevron/index.js";
|
|
10
11
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
12
|
+
import { ContentBanner } from "./ContentBanner/index.js";
|
|
11
13
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
12
14
|
import { AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
|
|
13
15
|
import { footerContent, footerDisclosure, footerLink, footerParagraph, iconsContent } from "./FooterDisclosure/FooterDisclosure.css.js";
|
|
14
16
|
import { FooterContent, FooterDisclosure, FooterIcons, FooterParagraph } from "./FooterDisclosure/FooterDisclosure.js";
|
|
17
|
+
import { actions, disclosureForm, formContainer, formWrapper, headerForm, iconForm } from "./Forms/Forms.css.js";
|
|
18
|
+
import { RenderWebForm, renderSwitch } from "./Forms/RenderForm.js";
|
|
19
|
+
import { SalesforceFieldsForm, SalesforceSchema } from "./Forms/SalesforceFieldsForm.js";
|
|
20
|
+
import { ScheduleCall } from "./Forms/ScheduleCall.js";
|
|
15
21
|
import { HeroBanner } from "./HeroBanner/index.js";
|
|
16
|
-
import { IconBillboard } from "./IconBillboard/
|
|
17
|
-
import {
|
|
22
|
+
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
23
|
+
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
24
|
+
import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
|
|
25
|
+
import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
26
|
+
import { billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_img, body, header, imagePlacement, section_text_ImageBillboard, single_container, supertag, three_inline, two_inline } from "./ImageBillboard/ImageBillboard.css.js";
|
|
27
|
+
import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
18
28
|
import { Input } from "./Input/index.js";
|
|
29
|
+
import { MainHTML } from "./MainHTML/index.js";
|
|
19
30
|
import { Modal } from "./Modal/index.js";
|
|
20
|
-
import "
|
|
21
|
-
import "
|
|
22
|
-
import "react";
|
|
23
|
-
import "./NavigationMenu/AxosFiduciary/NavBar.module.js";
|
|
31
|
+
import { default as default2 } from "./NavigationMenu/AxosAdvisor/index.js";
|
|
32
|
+
import { default as default3 } from "./NavigationMenu/AxosFiduciary/index.js";
|
|
24
33
|
import { SecondaryFooter } from "./SecondaryFooter/index.js";
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
34
|
+
import { SetContainer } from "./SetContainer/SetContainer.js";
|
|
35
|
+
import { inline_container } from "./SetContainer/SetContainer.css.js";
|
|
36
|
+
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
|
|
37
|
+
import { bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, table_container, table_container_text, table_headline, td, th } from "./Table/Table.css.js";
|
|
38
|
+
import { TextBlock } from "./TextBlock/TextBlock.js";
|
|
39
|
+
import { textBlockHeader, textBlockList, textBlockParagraph } from "./TextBlock/TextBlock.css.js";
|
|
40
|
+
import { VideoInit } from "./VideoTile/VideoInit.js";
|
|
41
|
+
import { VideoTile } from "./VideoTile/VideoTile.js";
|
|
42
|
+
import { expand_icon, hide_transcript, item, mb_8, show, toggle_container, transcript_btn, transcript_container, transcript_content, video_container, video_title, vidyard_height, w_100 } from "./VideoTile/VideoTile.css.js";
|
|
43
|
+
import { VideoWrapper } from "./VideoWrapper/index.js";
|
|
44
|
+
import { axosTheme, vars } from "./themes/axos.css.js";
|
|
28
45
|
import { premierTheme } from "./themes/premier.css.js";
|
|
29
|
-
import {
|
|
46
|
+
import { associatedEmail } from "./utils/EverestValidity.js";
|
|
47
|
+
import { getVariant, getVariantWithRegex } from "./utils/getVariant.js";
|
|
30
48
|
export {
|
|
31
49
|
Accordion,
|
|
32
50
|
AccordionCtx,
|
|
@@ -44,6 +62,7 @@ export {
|
|
|
44
62
|
CarouselSlide,
|
|
45
63
|
Chevron,
|
|
46
64
|
CollectInformationAlert,
|
|
65
|
+
ContentBanner,
|
|
47
66
|
DownloadTile,
|
|
48
67
|
FaqAccordion,
|
|
49
68
|
FooterContent,
|
|
@@ -52,35 +71,107 @@ export {
|
|
|
52
71
|
FooterParagraph,
|
|
53
72
|
HeroBanner,
|
|
54
73
|
IconBillboard,
|
|
74
|
+
IconBillboardSet,
|
|
55
75
|
ImageBillboard,
|
|
76
|
+
ImageBillboardSet,
|
|
56
77
|
Input,
|
|
78
|
+
MainHTML,
|
|
57
79
|
Modal,
|
|
80
|
+
default3 as NavBarAFS,
|
|
81
|
+
default2 as NavBarAXA,
|
|
82
|
+
RenderWebForm,
|
|
83
|
+
SalesforceFieldsForm,
|
|
84
|
+
SalesforceSchema,
|
|
85
|
+
ScheduleCall,
|
|
58
86
|
SecondaryFooter,
|
|
87
|
+
SetContainer,
|
|
59
88
|
Table,
|
|
89
|
+
TableBody,
|
|
60
90
|
TableCell,
|
|
91
|
+
TableContainer,
|
|
92
|
+
TableHead,
|
|
61
93
|
TableRow,
|
|
94
|
+
TextBlock,
|
|
95
|
+
VideoInit,
|
|
96
|
+
VideoTile,
|
|
97
|
+
VideoWrapper,
|
|
62
98
|
accordion,
|
|
99
|
+
actions,
|
|
100
|
+
associatedEmail,
|
|
63
101
|
axosTheme,
|
|
102
|
+
billboard,
|
|
103
|
+
billboard_body,
|
|
104
|
+
billboard_container,
|
|
105
|
+
billboard_ctas,
|
|
106
|
+
billboard_header_section,
|
|
107
|
+
billboard_icon,
|
|
108
|
+
billboard_img,
|
|
64
109
|
body,
|
|
110
|
+
bodyAccordion,
|
|
65
111
|
bodyHeader,
|
|
66
|
-
|
|
112
|
+
buttons,
|
|
113
|
+
containerIconBillboard,
|
|
114
|
+
content,
|
|
115
|
+
disclosureForm,
|
|
116
|
+
expand_icon,
|
|
67
117
|
footerContent,
|
|
68
118
|
footerDisclosure,
|
|
69
119
|
footerLink,
|
|
70
120
|
footerParagraph,
|
|
121
|
+
formContainer,
|
|
122
|
+
formWrapper,
|
|
123
|
+
getVariant,
|
|
124
|
+
getVariantWithRegex,
|
|
71
125
|
header,
|
|
126
|
+
headerAccordion,
|
|
72
127
|
headerCell,
|
|
73
128
|
headerContent,
|
|
129
|
+
headerForm,
|
|
130
|
+
headerIconBillboard,
|
|
74
131
|
headerVariants,
|
|
132
|
+
header_section,
|
|
75
133
|
hide,
|
|
134
|
+
hide_transcript,
|
|
135
|
+
highlight_first_row,
|
|
136
|
+
highlight_last_row,
|
|
76
137
|
icon,
|
|
138
|
+
iconForm,
|
|
77
139
|
iconsContent,
|
|
140
|
+
imagePlacement,
|
|
141
|
+
inline_container,
|
|
142
|
+
item,
|
|
143
|
+
layout,
|
|
144
|
+
list,
|
|
145
|
+
listItem,
|
|
146
|
+
mb_8,
|
|
78
147
|
paragraph,
|
|
79
148
|
premierTheme,
|
|
149
|
+
renderSwitch,
|
|
150
|
+
section_container,
|
|
151
|
+
section_text,
|
|
152
|
+
section_text_ImageBillboard,
|
|
153
|
+
show,
|
|
154
|
+
single_container,
|
|
155
|
+
supertag,
|
|
80
156
|
table,
|
|
157
|
+
table_container,
|
|
158
|
+
table_container_text,
|
|
159
|
+
table_headline,
|
|
81
160
|
td,
|
|
161
|
+
textBlockHeader,
|
|
162
|
+
textBlockList,
|
|
163
|
+
textBlockParagraph,
|
|
82
164
|
th,
|
|
83
|
-
|
|
84
|
-
|
|
165
|
+
three_inline,
|
|
166
|
+
title,
|
|
167
|
+
toggle_container,
|
|
168
|
+
transcript_btn,
|
|
169
|
+
transcript_container,
|
|
170
|
+
transcript_content,
|
|
171
|
+
two_inline,
|
|
172
|
+
vars,
|
|
173
|
+
video_container,
|
|
174
|
+
video_title,
|
|
175
|
+
vidyard_height,
|
|
176
|
+
w_100
|
|
85
177
|
};
|
|
86
|
-
//# sourceMappingURL=main.js.map
|
|
@@ -1,2 +1,52 @@
|
|
|
1
|
-
export declare const axosTheme: string
|
|
2
|
-
|
|
1
|
+
export declare const axosTheme: string, vars: {
|
|
2
|
+
colors: {
|
|
3
|
+
primary: {
|
|
4
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
5
|
+
body: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
6
|
+
headline: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
7
|
+
textGradient: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8
|
+
textButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
9
|
+
backgroundButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
10
|
+
border: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11
|
+
};
|
|
12
|
+
secondary: {
|
|
13
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14
|
+
body: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
15
|
+
headline: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
16
|
+
textGradient: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
17
|
+
textButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18
|
+
backgroundButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
19
|
+
border: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
20
|
+
};
|
|
21
|
+
tertiary: {
|
|
22
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
23
|
+
body: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
24
|
+
headline: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
25
|
+
textGradient: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
26
|
+
textButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
27
|
+
backgroundButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
28
|
+
border: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
29
|
+
};
|
|
30
|
+
quaternary: {
|
|
31
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
32
|
+
body: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
33
|
+
headline: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
34
|
+
textGradient: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
35
|
+
textButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
36
|
+
backgroundButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
37
|
+
border: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
error: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
41
|
+
disabled: {
|
|
42
|
+
border: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
43
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
44
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
45
|
+
};
|
|
46
|
+
icons: {
|
|
47
|
+
check: {
|
|
48
|
+
primary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
49
|
+
secondary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
package/dist/themes/axos.css.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
var axosTheme = "_1073cm80";
|
|
3
|
+
var vars = { colors: { primary: { background: "var(--_1073cm81)", body: "var(--_1073cm82)", headline: "var(--_1073cm83)", textGradient: "var(--_1073cm84)", textButton: "var(--_1073cm85)", backgroundButton: "var(--_1073cm86)", border: "var(--_1073cm87)" }, secondary: { background: "var(--_1073cm88)", body: "var(--_1073cm89)", headline: "var(--_1073cm8a)", textGradient: "var(--_1073cm8b)", textButton: "var(--_1073cm8c)", backgroundButton: "var(--_1073cm8d)", border: "var(--_1073cm8e)" }, tertiary: { background: "var(--_1073cm8f)", body: "var(--_1073cm8g)", headline: "var(--_1073cm8h)", textGradient: "var(--_1073cm8i)", textButton: "var(--_1073cm8j)", backgroundButton: "var(--_1073cm8k)", border: "var(--_1073cm8l)" }, quaternary: { background: "var(--_1073cm8m)", body: "var(--_1073cm8n)", headline: "var(--_1073cm8o)", textGradient: "var(--_1073cm8p)", textButton: "var(--_1073cm8q)", backgroundButton: "var(--_1073cm8r)", border: "var(--_1073cm8s)" } }, error: "var(--_1073cm8t)", disabled: { border: "var(--_1073cm8u)", color: "var(--_1073cm8v)", background: "var(--_1073cm8w)" }, icons: { check: { primary: "var(--_1073cm8x)", secondary: "var(--_1073cm8y)" } } };
|
|
3
4
|
export {
|
|
4
|
-
axosTheme
|
|
5
|
+
axosTheme,
|
|
6
|
+
vars
|
|
5
7
|
};
|
|
6
|
-
//# sourceMappingURL=axos.css.js.map
|