@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
|
@@ -2,9 +2,8 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { secondary_footer, footer_items_wrapper, footer_item, footer_link } from "./SecondaryFooter.css.js";
|
|
3
3
|
const SecondaryFooter = (props) => {
|
|
4
4
|
const { items } = props;
|
|
5
|
-
return /* @__PURE__ */ jsx("div", { className: `${secondary_footer} containment`, children: /* @__PURE__ */ jsx("div", { className: footer_items_wrapper, children: items.map((item) => /* @__PURE__ */ jsx("div", { className: footer_item, children: /* @__PURE__ */ jsx("a", { href: item.targetURL, className: footer_link, "aria-label": "", children: item.displayText }) }, item.id)) }) });
|
|
5
|
+
return /* @__PURE__ */ jsx("div", { className: `${secondary_footer} containment`, children: /* @__PURE__ */ jsx("div", { className: footer_items_wrapper, children: items == null ? void 0 : items.map((item) => /* @__PURE__ */ jsx("div", { className: footer_item, children: /* @__PURE__ */ jsx("a", { href: item.targetURL, className: footer_link, "aria-label": "", children: item.displayText }) }, item.id)) }) });
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
8
|
SecondaryFooter
|
|
9
9
|
};
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const inline_container: string;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ImageBillboardSetProps } from '../ImageBillboard/ImageBillboard.interface';
|
|
2
|
+
import { PropsWithChildren } from "react";
|
|
3
|
+
export interface SetContainerProps extends Omit<ImageBillboardSetProps, "imageBillboards">, PropsWithChildren {
|
|
4
|
+
}
|
|
5
|
+
export declare const SetContainer: ({ id, variant, headline, bodyCopy, additionalDetails, children, }: SetContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { section_text, header_section } from "../IconBillboard/IconBillboard.css.js";
|
|
3
|
+
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
import { getVariant } from "../utils/getVariant.js";
|
|
10
|
+
import "../Chevron/Chevron.css.js";
|
|
11
|
+
import "react";
|
|
12
|
+
import "../Button/Button.css.js";
|
|
13
|
+
import { inline_container } from "./SetContainer.css.js";
|
|
14
|
+
const SetContainer = ({
|
|
15
|
+
id,
|
|
16
|
+
variant,
|
|
17
|
+
headline,
|
|
18
|
+
bodyCopy,
|
|
19
|
+
additionalDetails,
|
|
20
|
+
children
|
|
21
|
+
}) => {
|
|
22
|
+
const billboard_variant = getVariant(variant);
|
|
23
|
+
return /* @__PURE__ */ jsxs("section", { className: `containment section_spacer`, children: [
|
|
24
|
+
/* @__PURE__ */ jsxs("div", { className: section_text, children: [
|
|
25
|
+
headline && /* @__PURE__ */ jsx(
|
|
26
|
+
"h2",
|
|
27
|
+
{
|
|
28
|
+
className: `header_2 ${header_section({ variant: billboard_variant })}`,
|
|
29
|
+
children: headline
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
bodyCopy && /* @__PURE__ */ jsx(Fragment, { children: bodyCopy })
|
|
33
|
+
] }),
|
|
34
|
+
/* @__PURE__ */ jsx("div", { className: `${inline_container}`, children }),
|
|
35
|
+
additionalDetails && /* @__PURE__ */ jsx("div", { className: section_text, children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) })
|
|
36
|
+
] }, id);
|
|
37
|
+
};
|
|
38
|
+
export {
|
|
39
|
+
SetContainer
|
|
40
|
+
};
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
export declare const table_container: string;
|
|
2
|
+
export declare const table_container_text: string;
|
|
3
|
+
export declare const table_headline: string;
|
|
4
|
+
export declare const highlight_first_row: string;
|
|
5
|
+
export declare const highlight_last_row: string;
|
|
3
6
|
export declare const headerCell: string;
|
|
4
7
|
export declare const headerVariants: Record<"primary" | "secondary" | "tertiary" | "quaternary", string>;
|
|
5
8
|
export declare const bodyHeader: string;
|
|
@@ -8,13 +11,16 @@ export declare const th: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
8
11
|
primary: {
|
|
9
12
|
color: "#4A5560";
|
|
10
13
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14
|
+
borderBottom: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})` | `1px solid var(--${string}, ${number})`;
|
|
11
15
|
};
|
|
12
16
|
secondary: {
|
|
13
17
|
color: "#4A5560";
|
|
14
18
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
19
|
+
borderBottom: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})` | `1px solid var(--${string}, ${number})`;
|
|
15
20
|
};
|
|
16
21
|
tertiary: {
|
|
17
22
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
23
|
+
borderBottom: "1px solid #F4F4F4";
|
|
18
24
|
selectors: {
|
|
19
25
|
"&:first-child": {
|
|
20
26
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -24,7 +30,7 @@ export declare const th: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
24
30
|
"screen and (max-width: 768px)": {
|
|
25
31
|
selectors: {
|
|
26
32
|
"&:first-child": {
|
|
27
|
-
background:
|
|
33
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
28
34
|
};
|
|
29
35
|
};
|
|
30
36
|
};
|
|
@@ -32,6 +38,7 @@ export declare const th: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
32
38
|
};
|
|
33
39
|
quaternary: {
|
|
34
40
|
color: "#FFFFFF";
|
|
41
|
+
borderBottom: "1px solid #F4F4F4";
|
|
35
42
|
selectors: {
|
|
36
43
|
"&:first-child": {
|
|
37
44
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -41,7 +48,7 @@ export declare const th: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
41
48
|
"screen and (max-width: 768px)": {
|
|
42
49
|
selectors: {
|
|
43
50
|
"&:first-child": {
|
|
44
|
-
|
|
51
|
+
backgroundImage: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
45
52
|
};
|
|
46
53
|
};
|
|
47
54
|
};
|
|
@@ -57,16 +64,20 @@ export declare const td: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
57
64
|
primary: {
|
|
58
65
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
59
66
|
color: "#4A5560";
|
|
67
|
+
borderBottom: "1px solid #D4D4D4";
|
|
60
68
|
};
|
|
61
69
|
secondary: {
|
|
62
70
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
63
71
|
color: "#4A5560";
|
|
72
|
+
borderBottom: "1px solid #D4D4D4";
|
|
64
73
|
};
|
|
65
74
|
tertiary: {
|
|
66
75
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
76
|
+
borderBottom: "1px solid #F4F4F4";
|
|
67
77
|
selectors: {
|
|
68
78
|
"&:first-child": {
|
|
69
79
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
80
|
+
color: `var(--${string}) !important` | `var(--${string}, ${string}) !important` | `var(--${string}, ${number}) !important`;
|
|
70
81
|
};
|
|
71
82
|
};
|
|
72
83
|
"@media": {
|
|
@@ -81,9 +92,11 @@ export declare const td: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
81
92
|
};
|
|
82
93
|
quaternary: {
|
|
83
94
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
95
|
+
borderBottom: "1px solid #F4F4F4";
|
|
84
96
|
selectors: {
|
|
85
97
|
"&:first-child": {
|
|
86
98
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
99
|
+
color: `var(--${string}) !important` | `var(--${string}, ${string}) !important` | `var(--${string}, ${number}) !important`;
|
|
87
100
|
};
|
|
88
101
|
};
|
|
89
102
|
"@media": {
|
|
@@ -105,19 +118,19 @@ export declare const table: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
105
118
|
variant: {
|
|
106
119
|
primary: {
|
|
107
120
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
121
|
+
border: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})` | `1px solid var(--${string}, ${number})`;
|
|
108
122
|
};
|
|
109
123
|
secondary: {
|
|
110
124
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
125
|
+
border: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})` | `1px solid var(--${string}, ${number})`;
|
|
111
126
|
};
|
|
112
127
|
tertiary: {
|
|
113
128
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
129
|
+
border: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})` | `1px solid var(--${string}, ${number})`;
|
|
114
130
|
};
|
|
115
131
|
quaternary: {
|
|
116
132
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
133
|
+
border: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})` | `1px solid var(--${string}, ${number})`;
|
|
117
134
|
};
|
|
118
135
|
};
|
|
119
136
|
}>;
|
|
120
|
-
export type TableVariants = RecipeVariants<typeof table>;
|
|
121
|
-
export type TdVariants = RecipeVariants<typeof td>;
|
|
122
|
-
export type ThVariants = RecipeVariants<typeof th>;
|
|
123
|
-
//# sourceMappingURL=Table.css.d.ts.map
|
package/dist/Table/Table.css.js
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
1
3
|
/* empty css */
|
|
2
4
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
5
|
+
var table_container = "_1nivbwe0";
|
|
6
|
+
var table_container_text = "_1nivbwe1";
|
|
7
|
+
var table_headline = "_1nivbwe2";
|
|
8
|
+
var highlight_first_row = "_1nivbwe3";
|
|
9
|
+
var highlight_last_row = "_1nivbwe4";
|
|
10
|
+
var headerCell = "_1nivbwe5";
|
|
11
|
+
var headerVariants = { primary: "_1nivbwe6 _1nivbwe5", secondary: "_1nivbwe7 _1nivbwe5", tertiary: "_1nivbwe8 _1nivbwe5", quaternary: "_1nivbwe9 _1nivbwe5" };
|
|
12
|
+
var bodyHeader = "_1nivbwea";
|
|
13
|
+
var th = createRuntimeFn({ defaultClassName: "_1nivbweb", variantClassNames: { variant: { primary: "_1nivbwec", secondary: "_1nivbwed", tertiary: "_1nivbwee", quaternary: "_1nivbwef" }, highlighted: { true: "_1nivbweg" } }, defaultVariants: {}, compoundVariants: [] });
|
|
14
|
+
var td = createRuntimeFn({ defaultClassName: "_1nivbweh", variantClassNames: { variant: { primary: "_1nivbwei", secondary: "_1nivbwej", tertiary: "_1nivbwek", quaternary: "_1nivbwel" }, highlighted: { true: "_1nivbwem" } }, defaultVariants: {}, compoundVariants: [[{ highlighted: true, variant: "primary" }, "_1nivbwen"], [{ highlighted: true, variant: "tertiary" }, "_1nivbweo"]] });
|
|
15
|
+
var table = createRuntimeFn({ defaultClassName: "_1nivbwep", variantClassNames: { variant: { primary: "_1nivbweq", secondary: "_1nivbwer", tertiary: "_1nivbwes", quaternary: "_1nivbwet" } }, defaultVariants: {}, compoundVariants: [] });
|
|
10
16
|
export {
|
|
11
17
|
bodyHeader,
|
|
12
|
-
container,
|
|
13
18
|
headerCell,
|
|
14
19
|
headerVariants,
|
|
20
|
+
highlight_first_row,
|
|
21
|
+
highlight_last_row,
|
|
15
22
|
table,
|
|
23
|
+
table_container,
|
|
24
|
+
table_container_text,
|
|
25
|
+
table_headline,
|
|
16
26
|
td,
|
|
17
27
|
th
|
|
18
28
|
};
|
|
19
|
-
//# sourceMappingURL=Table.css.js.map
|
package/dist/Table/Table.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export
|
|
4
|
-
}
|
|
1
|
+
import { PropsWithChildren } from "react";
|
|
2
|
+
import { CellProps, RowProps, TableContainerProps, TableProps } from "./Table.interface";
|
|
3
|
+
export declare const TableContainer: ({ tableTitle, tableBody, tableFooter, }: TableContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const Table: ({ variant, children, highlight, }: TableProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export declare const TableRow: ({ children, ...props }: RowProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
export declare const TableCell: ({ children, as, variant, highlighted, ...props }: CellProps & TdVariants & ThVariants) => import("react").DetailedReactHTMLElement<{
|
|
6
|
+
export declare const TableHead: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const TableBody: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const TableCell: ({ children, as, variant, highlighted, ...props }: CellProps) => import("react").DetailedReactHTMLElement<{
|
|
10
9
|
className: string;
|
|
11
10
|
manifest?: string | undefined;
|
|
12
11
|
defaultChecked?: boolean | undefined;
|
|
@@ -53,8 +52,8 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
|
|
|
53
52
|
itemRef?: string | undefined;
|
|
54
53
|
results?: number | undefined;
|
|
55
54
|
security?: string | undefined;
|
|
56
|
-
unselectable?: "
|
|
57
|
-
inputMode?: "
|
|
55
|
+
unselectable?: "on" | "off" | undefined;
|
|
56
|
+
inputMode?: "search" | "none" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
58
57
|
is?: string | undefined;
|
|
59
58
|
"aria-activedescendant"?: string | undefined;
|
|
60
59
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
@@ -73,7 +72,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
|
|
|
73
72
|
"aria-description"?: string | undefined;
|
|
74
73
|
"aria-details"?: string | undefined;
|
|
75
74
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
76
|
-
"aria-dropeffect"?: "
|
|
75
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
77
76
|
"aria-errormessage"?: string | undefined;
|
|
78
77
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
79
78
|
"aria-flowto"?: string | undefined;
|
|
@@ -275,9 +274,3 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
|
|
|
275
274
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLTableCellElement> | undefined;
|
|
276
275
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLTableCellElement> | undefined;
|
|
277
276
|
}, HTMLElement>;
|
|
278
|
-
export interface Table extends PropsWithChildren {
|
|
279
|
-
columns?: ReactNode;
|
|
280
|
-
rows?: ReactNode;
|
|
281
|
-
}
|
|
282
|
-
export declare const Table: (props: Table & TableVariants) => import("react/jsx-runtime").JSX.Element;
|
|
283
|
-
//# sourceMappingURL=Table.d.ts.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HtmlHTMLAttributes, PropsWithChildren, ReactNode } from "react";
|
|
2
|
+
export interface RowProps extends HtmlHTMLAttributes<HTMLTableRowElement>, PropsWithChildren {
|
|
3
|
+
}
|
|
4
|
+
export interface CellProps extends HtmlHTMLAttributes<HTMLTableCellElement>, PropsWithChildren {
|
|
5
|
+
as?: "td" | "th";
|
|
6
|
+
variant: string;
|
|
7
|
+
highlighted?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface TableProps extends PropsWithChildren {
|
|
10
|
+
variant: string;
|
|
11
|
+
highlight?: "First Row" | "Last Row" | "First and Last Row" | undefined;
|
|
12
|
+
}
|
|
13
|
+
export interface TableContainerProps extends PropsWithChildren {
|
|
14
|
+
variant: string;
|
|
15
|
+
tableTitle: ReactNode | string;
|
|
16
|
+
tableBody?: ReactNode | string;
|
|
17
|
+
tableFooter: ReactNode | string;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/dist/Table/Table.js
CHANGED
|
@@ -1,14 +1,50 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { getVariant } from "../utils/getVariant.js";
|
|
2
3
|
import clsx from "clsx";
|
|
3
4
|
import { createElement } from "react";
|
|
4
|
-
import {
|
|
5
|
+
import { table_container, table_container_text, table_headline, table, highlight_first_row, highlight_last_row, td, th } from "./Table.css.js";
|
|
6
|
+
const TableContainer = ({
|
|
7
|
+
tableTitle,
|
|
8
|
+
tableBody,
|
|
9
|
+
tableFooter
|
|
10
|
+
}) => {
|
|
11
|
+
return /* @__PURE__ */ jsxs("div", { className: clsx(table_container, "containment", "section_spacer"), children: [
|
|
12
|
+
tableTitle && /* @__PURE__ */ jsx("div", { className: table_container_text, children: /* @__PURE__ */ jsx("h1", { className: clsx("header_1", table_headline), children: tableTitle }) }),
|
|
13
|
+
tableBody,
|
|
14
|
+
tableFooter && /* @__PURE__ */ jsx("div", { className: clsx(table_container_text, "push_up_24"), children: tableFooter })
|
|
15
|
+
] });
|
|
16
|
+
};
|
|
17
|
+
const Table = ({
|
|
18
|
+
variant = "primary",
|
|
19
|
+
children,
|
|
20
|
+
highlight
|
|
21
|
+
}) => {
|
|
22
|
+
return /* @__PURE__ */ jsx(
|
|
23
|
+
"table",
|
|
24
|
+
{
|
|
25
|
+
className: clsx(
|
|
26
|
+
table({ variant: getVariant(variant) }),
|
|
27
|
+
highlight === "First Row" && highlight_first_row,
|
|
28
|
+
highlight === "Last Row" && highlight_last_row,
|
|
29
|
+
highlight === "First and Last Row" && `${highlight_first_row} ${highlight_last_row}`
|
|
30
|
+
),
|
|
31
|
+
children
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
};
|
|
5
35
|
const TableRow = ({ children, ...props }) => {
|
|
6
36
|
return /* @__PURE__ */ jsx("tr", { ...props, children });
|
|
7
37
|
};
|
|
38
|
+
const TableHead = ({ children }) => {
|
|
39
|
+
return /* @__PURE__ */ jsx("thead", { children });
|
|
40
|
+
};
|
|
41
|
+
const TableBody = ({ children }) => {
|
|
42
|
+
return /* @__PURE__ */ jsx("tbody", { children });
|
|
43
|
+
};
|
|
8
44
|
const TableCell = ({
|
|
9
45
|
children,
|
|
10
46
|
as = "td",
|
|
11
|
-
variant,
|
|
47
|
+
variant = "primary",
|
|
12
48
|
highlighted,
|
|
13
49
|
...props
|
|
14
50
|
}) => {
|
|
@@ -17,23 +53,18 @@ const TableCell = ({
|
|
|
17
53
|
{
|
|
18
54
|
...props,
|
|
19
55
|
className: clsx(
|
|
20
|
-
as == "td" ? td({ variant, highlighted }) : th({ variant, highlighted }),
|
|
56
|
+
as == "td" ? td({ variant: getVariant(variant), highlighted }) : th({ variant: getVariant(variant), highlighted }),
|
|
21
57
|
props == null ? void 0 : props.className
|
|
22
58
|
)
|
|
23
59
|
},
|
|
24
60
|
children
|
|
25
61
|
);
|
|
26
62
|
};
|
|
27
|
-
const Table = (props) => {
|
|
28
|
-
const { variant = "primary", rows, columns } = props;
|
|
29
|
-
return /* @__PURE__ */ jsx("div", { className: container, children: /* @__PURE__ */ jsxs("table", { className: table({ variant }), children: [
|
|
30
|
-
/* @__PURE__ */ jsx("thead", { children: /* @__PURE__ */ jsx(TableRow, { children: columns }) }),
|
|
31
|
-
/* @__PURE__ */ jsx("tbody", { children: rows })
|
|
32
|
-
] }) });
|
|
33
|
-
};
|
|
34
63
|
export {
|
|
35
64
|
Table,
|
|
65
|
+
TableBody,
|
|
36
66
|
TableCell,
|
|
67
|
+
TableContainer,
|
|
68
|
+
TableHead,
|
|
37
69
|
TableRow
|
|
38
70
|
};
|
|
39
|
-
//# sourceMappingURL=Table.js.map
|
package/dist/Table/index.d.ts
CHANGED
package/dist/Table/index.js
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
|
-
import { Table, TableCell, TableRow } from "./Table.js";
|
|
2
|
-
import { bodyHeader,
|
|
1
|
+
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table.js";
|
|
2
|
+
import { bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, table_container, table_container_text, table_headline, td, th } from "./Table.css.js";
|
|
3
3
|
export {
|
|
4
4
|
Table,
|
|
5
|
+
TableBody,
|
|
5
6
|
TableCell,
|
|
7
|
+
TableContainer,
|
|
8
|
+
TableHead,
|
|
6
9
|
TableRow,
|
|
7
10
|
bodyHeader,
|
|
8
|
-
container,
|
|
9
11
|
headerCell,
|
|
10
12
|
headerVariants,
|
|
13
|
+
highlight_first_row,
|
|
14
|
+
highlight_last_row,
|
|
11
15
|
table,
|
|
16
|
+
table_container,
|
|
17
|
+
table_container_text,
|
|
18
|
+
table_headline,
|
|
12
19
|
td,
|
|
13
20
|
th
|
|
14
21
|
};
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { textBlockHeader } from "./TextBlock.css.js";
|
|
3
|
+
const TextBlock = (props) => {
|
|
4
|
+
return /* @__PURE__ */ jsxs("div", { className: "containment section_spacer", children: [
|
|
5
|
+
/* @__PURE__ */ jsx("h2", { className: `header_2 text_center ${textBlockHeader}`, children: props.headline }),
|
|
6
|
+
/* @__PURE__ */ jsx("div", { children: props.bodyCopy })
|
|
7
|
+
] });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
TextBlock
|
|
11
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { RecipeVariants } from "@vanilla-extract/recipes";
|
|
2
|
+
/**
|
|
3
|
+
* Encode font
|
|
4
|
+
*/
|
|
5
|
+
export declare const headerCssVariable = "var(--header-font-family)";
|
|
6
|
+
/**
|
|
7
|
+
* Roboto font
|
|
8
|
+
*/
|
|
9
|
+
export declare const mainCssVariable = "var(--main-font-family)";
|
|
10
|
+
export declare const header: string;
|
|
11
|
+
export declare const sizes: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
12
|
+
size: {
|
|
13
|
+
xs: {
|
|
14
|
+
fontSize: number;
|
|
15
|
+
};
|
|
16
|
+
sm: {
|
|
17
|
+
fontSize: number;
|
|
18
|
+
};
|
|
19
|
+
base: {
|
|
20
|
+
fontSize: number;
|
|
21
|
+
};
|
|
22
|
+
lg: {
|
|
23
|
+
fontSize: number;
|
|
24
|
+
};
|
|
25
|
+
xl: {
|
|
26
|
+
fontSize: number;
|
|
27
|
+
};
|
|
28
|
+
xxl: {
|
|
29
|
+
fontSize: number;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
}>;
|
|
33
|
+
export declare const typography: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
34
|
+
type: {
|
|
35
|
+
h1: {
|
|
36
|
+
fontFamily: "var(--header-font-family)";
|
|
37
|
+
};
|
|
38
|
+
h2: {
|
|
39
|
+
fontFamily: "var(--header-font-family)";
|
|
40
|
+
};
|
|
41
|
+
h3: {
|
|
42
|
+
fontFamily: "var(--header-font-family)";
|
|
43
|
+
};
|
|
44
|
+
h4: {
|
|
45
|
+
fontFamily: "var(--header-font-family)";
|
|
46
|
+
};
|
|
47
|
+
h5: {
|
|
48
|
+
fontFamily: "var(--header-font-family)";
|
|
49
|
+
};
|
|
50
|
+
h6: {
|
|
51
|
+
fontFamily: "var(--header-font-family)";
|
|
52
|
+
};
|
|
53
|
+
subtitle1: {};
|
|
54
|
+
subtitle2: {};
|
|
55
|
+
body1: {
|
|
56
|
+
fontFamily: "var(--main-font-family)";
|
|
57
|
+
};
|
|
58
|
+
body2: {
|
|
59
|
+
fontFamily: "var(--main-font-family)";
|
|
60
|
+
};
|
|
61
|
+
inherit: {};
|
|
62
|
+
};
|
|
63
|
+
}>;
|
|
64
|
+
export type TypographyVariants = RecipeVariants<typeof typography>;
|
|
65
|
+
export type TypographySizeVariants = RecipeVariants<typeof sizes>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
|
+
var headerCssVariable = "var(--header-font-family)";
|
|
4
|
+
var mainCssVariable = "var(--main-font-family)";
|
|
5
|
+
var header = "_17xoant0";
|
|
6
|
+
var sizes = createRuntimeFn({ defaultClassName: "_17xoant1", variantClassNames: { size: { xs: "_17xoant2", sm: "_17xoant3", base: "_17xoant4", lg: "_17xoant5", xl: "_17xoant6", xxl: "_17xoant7" } }, defaultVariants: {}, compoundVariants: [] });
|
|
7
|
+
var typography = createRuntimeFn({ defaultClassName: "_17xoant8", variantClassNames: { type: { h1: "_17xoant9", h2: "_17xoanta", h3: "_17xoantb", h4: "_17xoantc", h5: "_17xoantd", h6: "_17xoante", subtitle1: "_17xoantf", subtitle2: "_17xoantg", body1: "_17xoanth", body2: "_17xoanti", inherit: "_17xoantj" } }, defaultVariants: {}, compoundVariants: [] });
|
|
8
|
+
export {
|
|
9
|
+
header,
|
|
10
|
+
headerCssVariable,
|
|
11
|
+
mainCssVariable,
|
|
12
|
+
sizes,
|
|
13
|
+
typography
|
|
14
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TypographySizeVariants, TypographyVariants } from ".";
|
|
3
|
+
type AsType = "body1" | "body2" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | string;
|
|
4
|
+
export interface Props extends React.PropsWithChildren {
|
|
5
|
+
as?: AsType;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const Typography: (props: Props & TypographyVariants & TypographySizeVariants) => React.ReactElement<{
|
|
9
|
+
className: string;
|
|
10
|
+
}, string | React.JSXElementConstructor<any>>;
|
|
11
|
+
export { Typography };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import clsx from "clsx";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { typography, sizes } from "./Typography.css.js";
|
|
4
|
+
const defaultVariantMapping = {
|
|
5
|
+
h1: "h1",
|
|
6
|
+
h2: "h2",
|
|
7
|
+
h3: "h3",
|
|
8
|
+
h4: "h4",
|
|
9
|
+
h5: "h5",
|
|
10
|
+
h6: "h6",
|
|
11
|
+
subtitle1: "h6",
|
|
12
|
+
subtitle2: "h6",
|
|
13
|
+
body1: "p",
|
|
14
|
+
body2: "p",
|
|
15
|
+
inherit: "p",
|
|
16
|
+
button: "button"
|
|
17
|
+
};
|
|
18
|
+
const Typography = (props) => {
|
|
19
|
+
const { type, size, as = "body1", children, ...rest } = props;
|
|
20
|
+
const Component = defaultVariantMapping[as] || "span";
|
|
21
|
+
return React.createElement(
|
|
22
|
+
Component,
|
|
23
|
+
{
|
|
24
|
+
...rest,
|
|
25
|
+
className: clsx(typography({ type }), sizes({ size }), props.className)
|
|
26
|
+
},
|
|
27
|
+
children
|
|
28
|
+
);
|
|
29
|
+
};
|
|
30
|
+
export {
|
|
31
|
+
Typography
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./Typography.css";
|