@thecb/components 7.5.1 → 7.5.2
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/.storybook/page.d.ts +13 -0
- package/dist/.storybook/page.js +41 -0
- package/dist/.storybook/themes/apc.theme.d.ts +79 -0
- package/dist/.storybook/themes/apc.theme.js +1 -0
- package/dist/.storybook/themes/index.d.ts +2 -0
- package/dist/.storybook/themes/index.js +2 -0
- package/dist/.storybook/themes/sf.theme.d.ts +231 -0
- package/dist/.storybook/themes/sf.theme.js +1 -0
- package/dist/button-with-action/ButtonWithActionProps.js +0 -0
- package/dist/button-with-link/ButtonWithLinkProps.js +1 -0
- package/dist/index.cjs.js +230 -339
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +228 -339
- package/dist/index.esm.js.map +1 -1
- package/dist/nav-tabs/TabConfig.js +0 -0
- package/dist/src/components/atoms/add-obligation/AddObligation.d.ts +5 -0
- package/dist/src/components/atoms/add-obligation/AddObligation.js +21 -0
- package/dist/src/components/atoms/add-obligation/AddObligation.stories.d.ts +7 -0
- package/dist/src/components/atoms/add-obligation/AddObligation.stories.js +10 -0
- package/dist/src/components/atoms/add-obligation/AddObligation.theme.d.ts +9 -0
- package/dist/src/components/atoms/add-obligation/AddObligation.theme.js +8 -0
- package/dist/src/components/atoms/add-obligation/index.d.ts +2 -0
- package/dist/src/components/atoms/add-obligation/index.js +2 -0
- package/dist/src/components/atoms/alert/Alert.d.ts +5 -0
- package/dist/src/components/atoms/alert/Alert.js +26 -0
- package/dist/src/components/atoms/alert/Alert.stories.d.ts +7 -0
- package/dist/src/components/atoms/alert/Alert.stories.js +19 -0
- package/dist/src/components/atoms/alert/Alert.theme.d.ts +65 -0
- package/dist/src/components/atoms/alert/Alert.theme.js +45 -0
- package/dist/src/components/atoms/alert/index.d.ts +2 -0
- package/dist/src/components/atoms/alert/index.js +2 -0
- package/dist/src/components/atoms/amount-callout/AmountCallout.d.ts +5 -0
- package/dist/src/components/atoms/amount-callout/AmountCallout.js +12 -0
- package/dist/src/components/atoms/amount-callout/AmountCallout.stories.d.ts +7 -0
- package/dist/src/components/atoms/amount-callout/AmountCallout.stories.js +18 -0
- package/dist/src/components/atoms/amount-callout/AmountCallout.theme.d.ts +5 -0
- package/dist/src/components/atoms/amount-callout/AmountCallout.theme.js +4 -0
- package/dist/src/components/atoms/amount-callout/index.d.ts +2 -0
- package/dist/src/components/atoms/amount-callout/index.js +2 -0
- package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.d.ts +5 -0
- package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.js +43 -0
- package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.theme.d.ts +5 -0
- package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.theme.js +5 -0
- package/dist/src/components/atoms/box-with-shadow/index.d.ts +2 -0
- package/dist/src/components/atoms/box-with-shadow/index.js +2 -0
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.d.ts +4 -0
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.js +22 -0
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.stories.d.ts +7 -0
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.stories.js +37 -0
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.theme.d.ts +19 -0
- package/dist/src/components/atoms/breadcrumb/Breadcrumb.theme.js +24 -0
- package/dist/src/components/atoms/breadcrumb/index.d.ts +2 -0
- package/dist/src/components/atoms/breadcrumb/index.js +2 -0
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.d.ts +15 -0
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.js +86 -0
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.stories.d.ts +7 -0
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.stories.js +24 -0
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.theme.d.ts +342 -0
- package/dist/src/components/atoms/button-with-action/ButtonWithAction.theme.js +202 -0
- package/dist/src/components/atoms/button-with-action/ButtonWithActionProps.d.ts +14 -0
- package/dist/src/components/atoms/button-with-action/ButtonWithActionProps.js +1 -0
- package/dist/src/components/atoms/button-with-action/index.d.ts +2 -0
- package/dist/src/components/atoms/button-with-action/index.js +2 -0
- package/dist/src/components/atoms/button-with-link/ButtonWithLink.d.ts +11 -0
- package/dist/src/components/atoms/button-with-link/ButtonWithLink.js +41 -0
- package/dist/src/components/atoms/button-with-link/ButtonWithLink.stories.d.ts +7 -0
- package/dist/src/components/atoms/button-with-link/ButtonWithLink.stories.js +21 -0
- package/dist/src/components/atoms/button-with-link/ButtonWithLinkProps.d.ts +10 -0
- package/dist/src/components/atoms/button-with-link/ButtonWithLinkProps.js +2 -0
- package/dist/src/components/atoms/button-with-link/index.d.ts +2 -0
- package/dist/src/components/atoms/button-with-link/index.js +2 -0
- package/dist/src/components/atoms/card/Card.d.ts +5 -0
- package/dist/src/components/atoms/card/Card.js +18 -0
- package/dist/src/components/atoms/card/Card.theme.d.ts +5 -0
- package/dist/src/components/atoms/card/Card.theme.js +5 -0
- package/dist/src/components/atoms/card/index.d.ts +2 -0
- package/dist/src/components/atoms/card/index.js +2 -0
- package/dist/src/components/atoms/checkbox/Checkbox.d.ts +5 -0
- package/dist/src/components/atoms/checkbox/Checkbox.js +52 -0
- package/dist/src/components/atoms/checkbox/Checkbox.stories.d.ts +7 -0
- package/dist/src/components/atoms/checkbox/Checkbox.stories.js +16 -0
- package/dist/src/components/atoms/checkbox/Checkbox.theme.d.ts +68 -0
- package/dist/src/components/atoms/checkbox/Checkbox.theme.js +39 -0
- package/dist/src/components/atoms/checkbox/index.d.ts +2 -0
- package/dist/src/components/atoms/checkbox/index.js +2 -0
- package/dist/src/components/atoms/checkbox-list/CheckboxList.d.ts +6 -0
- package/dist/src/components/atoms/checkbox-list/CheckboxList.js +40 -0
- package/dist/src/components/atoms/checkbox-list/CheckboxList.stories.d.ts +7 -0
- package/dist/src/components/atoms/checkbox-list/CheckboxList.stories.js +41 -0
- package/dist/src/components/atoms/checkbox-list/CheckboxList.theme.d.ts +44 -0
- package/dist/src/components/atoms/checkbox-list/CheckboxList.theme.js +33 -0
- package/dist/src/components/atoms/checkbox-list/index.d.ts +2 -0
- package/dist/src/components/atoms/checkbox-list/index.js +2 -0
- package/dist/src/components/atoms/country-dropdown/CountryDropdown.d.ts +9 -0
- package/dist/src/components/atoms/country-dropdown/CountryDropdown.js +8 -0
- package/dist/src/components/atoms/country-dropdown/CountryDropdown.stories.d.ts +7 -0
- package/dist/src/components/atoms/country-dropdown/CountryDropdown.stories.js +31 -0
- package/dist/src/components/atoms/country-dropdown/index.d.ts +1 -0
- package/dist/src/components/atoms/country-dropdown/index.js +1 -0
- package/dist/src/components/atoms/country-dropdown/options.d.ts +4 -0
- package/dist/src/components/atoms/country-dropdown/options.js +249 -0
- package/dist/src/components/atoms/detail/Detail.d.ts +5 -0
- package/dist/src/components/atoms/detail/Detail.js +63 -0
- package/dist/src/components/atoms/detail/Detail.styled.d.ts +1 -0
- package/dist/src/components/atoms/detail/Detail.styled.js +28 -0
- package/dist/src/components/atoms/detail/Detail.theme.d.ts +36 -0
- package/dist/src/components/atoms/detail/Detail.theme.js +28 -0
- package/dist/src/components/atoms/detail/index.d.ts +2 -0
- package/dist/src/components/atoms/detail/index.js +2 -0
- package/dist/src/components/atoms/display-box/DisplayBox.d.ts +5 -0
- package/dist/src/components/atoms/display-box/DisplayBox.js +11 -0
- package/dist/src/components/atoms/display-box/DisplayBox.stories.d.ts +7 -0
- package/dist/src/components/atoms/display-box/DisplayBox.stories.js +12 -0
- package/dist/src/components/atoms/display-box/DisplayBox.theme.d.ts +7 -0
- package/dist/src/components/atoms/display-box/DisplayBox.theme.js +7 -0
- package/dist/src/components/atoms/display-box/index.d.ts +2 -0
- package/dist/src/components/atoms/display-box/index.js +2 -0
- package/dist/src/components/atoms/display-card/DisplayCard.d.ts +9 -0
- package/dist/src/components/atoms/display-card/DisplayCard.js +22 -0
- package/dist/src/components/atoms/display-card/DisplayCard.stories.d.ts +7 -0
- package/dist/src/components/atoms/display-card/DisplayCard.stories.js +10 -0
- package/dist/src/components/atoms/display-card/index.d.ts +2 -0
- package/dist/src/components/atoms/display-card/index.js +2 -0
- package/dist/src/components/atoms/dropdown/Dropdown.d.ts +5 -0
- package/dist/src/components/atoms/dropdown/Dropdown.js +258 -0
- package/dist/src/components/atoms/dropdown/Dropdown.stories.d.ts +7 -0
- package/dist/src/components/atoms/dropdown/Dropdown.stories.js +30 -0
- package/dist/src/components/atoms/dropdown/Dropdown.theme.d.ts +7 -0
- package/dist/src/components/atoms/dropdown/Dropdown.theme.js +7 -0
- package/dist/src/components/atoms/dropdown/DropdownIcon.d.ts +2 -0
- package/dist/src/components/atoms/dropdown/DropdownIcon.js +7 -0
- package/dist/src/components/atoms/dropdown/index.d.ts +2 -0
- package/dist/src/components/atoms/dropdown/index.js +2 -0
- package/dist/src/components/atoms/form-layouts/FormContainer.d.ts +5 -0
- package/dist/src/components/atoms/form-layouts/FormContainer.js +34 -0
- package/dist/src/components/atoms/form-layouts/FormFooterPanel.d.ts +5 -0
- package/dist/src/components/atoms/form-layouts/FormFooterPanel.js +15 -0
- package/dist/src/components/atoms/form-layouts/FormInput.d.ts +5 -0
- package/dist/src/components/atoms/form-layouts/FormInput.js +116 -0
- package/dist/src/components/atoms/form-layouts/FormInputColumn.d.ts +7 -0
- package/dist/src/components/atoms/form-layouts/FormInputColumn.js +29 -0
- package/dist/src/components/atoms/form-layouts/FormInputRow.d.ts +9 -0
- package/dist/src/components/atoms/form-layouts/FormInputRow.js +30 -0
- package/dist/src/components/atoms/form-layouts/FormLayouts.stories.d.ts +7 -0
- package/dist/src/components/atoms/form-layouts/FormLayouts.stories.js +38 -0
- package/dist/src/components/atoms/form-layouts/FormLayouts.theme.d.ts +86 -0
- package/dist/src/components/atoms/form-layouts/FormLayouts.theme.js +44 -0
- package/dist/src/components/atoms/form-layouts/index.d.ts +6 -0
- package/dist/src/components/atoms/form-layouts/index.js +6 -0
- package/dist/src/components/atoms/form-select/FormSelect.d.ts +5 -0
- package/dist/src/components/atoms/form-select/FormSelect.js +36 -0
- package/dist/src/components/atoms/form-select/FormSelect.stories.d.ts +7 -0
- package/dist/src/components/atoms/form-select/FormSelect.stories.js +36 -0
- package/dist/src/components/atoms/form-select/FormSelect.styled.d.ts +3 -0
- package/dist/src/components/atoms/form-select/FormSelect.styled.js +22 -0
- package/dist/src/components/atoms/form-select/FormSelect.theme.d.ts +81 -0
- package/dist/src/components/atoms/form-select/FormSelect.theme.js +40 -0
- package/dist/src/components/atoms/form-select/index.d.ts +2 -0
- package/dist/src/components/atoms/form-select/index.js +2 -0
- package/dist/src/components/atoms/formatted-address/FormattedAddress.d.ts +5 -0
- package/dist/src/components/atoms/formatted-address/FormattedAddress.js +22 -0
- package/dist/src/components/atoms/formatted-address/FormattedAddress.stories.d.ts +7 -0
- package/dist/src/components/atoms/formatted-address/FormattedAddress.stories.js +18 -0
- package/dist/src/components/atoms/formatted-address/FormattedAddress.theme.d.ts +23 -0
- package/dist/src/components/atoms/formatted-address/FormattedAddress.theme.js +9 -0
- package/dist/src/components/atoms/formatted-address/index.d.ts +2 -0
- package/dist/src/components/atoms/formatted-address/index.js +2 -0
- package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.d.ts +7 -0
- package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.js +47 -0
- package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.theme.d.ts +7 -0
- package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.theme.js +7 -0
- package/dist/src/components/atoms/formatted-credit-card/index.d.ts +2 -0
- package/dist/src/components/atoms/formatted-credit-card/index.js +2 -0
- package/dist/src/components/atoms/hamburger-button/HamburgerButton.d.ts +8 -0
- package/dist/src/components/atoms/hamburger-button/HamburgerButton.js +27 -0
- package/dist/src/components/atoms/hamburger-button/HamburgerButton.stories.d.ts +7 -0
- package/dist/src/components/atoms/hamburger-button/HamburgerButton.stories.js +11 -0
- package/dist/src/components/atoms/hamburger-button/index.d.ts +2 -0
- package/dist/src/components/atoms/hamburger-button/index.js +2 -0
- package/dist/src/components/atoms/heading/Heading.d.ts +5 -0
- package/dist/src/components/atoms/heading/Heading.js +40 -0
- package/dist/src/components/atoms/heading/Heading.stories.d.ts +7 -0
- package/dist/src/components/atoms/heading/Heading.stories.js +10 -0
- package/dist/src/components/atoms/heading/Heading.styled.d.ts +1 -0
- package/dist/src/components/atoms/heading/Heading.styled.js +28 -0
- package/dist/src/components/atoms/heading/Heading.theme.d.ts +17 -0
- package/dist/src/components/atoms/heading/Heading.theme.js +16 -0
- package/dist/src/components/atoms/heading/index.d.ts +2 -0
- package/dist/src/components/atoms/heading/index.js +2 -0
- package/dist/src/components/atoms/icons/AccountNumberImage.d.ts +2 -0
- package/dist/src/components/atoms/icons/AccountNumberImage.js +20 -0
- package/dist/src/components/atoms/icons/AccountsAddIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/AccountsAddIcon.js +16 -0
- package/dist/src/components/atoms/icons/AccountsIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/AccountsIcon.js +15 -0
- package/dist/src/components/atoms/icons/AccountsIconSmall.d.ts +5 -0
- package/dist/src/components/atoms/icons/AccountsIconSmall.js +20 -0
- package/dist/src/components/atoms/icons/AchReturnIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/AchReturnIcon.js +6 -0
- package/dist/src/components/atoms/icons/AllocatedIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/AllocatedIcon.js +6 -0
- package/dist/src/components/atoms/icons/AutopayOnIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/AutopayOnIcon.js +6 -0
- package/dist/src/components/atoms/icons/BankIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/BankIcon.js +7 -0
- package/dist/src/components/atoms/icons/CalendarIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/CalendarIcon.js +6 -0
- package/dist/src/components/atoms/icons/CarrotIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/CarrotIcon.js +20 -0
- package/dist/src/components/atoms/icons/CashIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/CashIcon.js +7 -0
- package/dist/src/components/atoms/icons/ChargebackIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/ChargebackIcon.js +6 -0
- package/dist/src/components/atoms/icons/ChargebackReversalIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/ChargebackReversalIcon.js +6 -0
- package/dist/src/components/atoms/icons/CheckIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/CheckIcon.js +12 -0
- package/dist/src/components/atoms/icons/CheckmarkIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/CheckmarkIcon.js +12 -0
- package/dist/src/components/atoms/icons/ChevronIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/ChevronIcon.js +16 -0
- package/dist/src/components/atoms/icons/CustomerSearchIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/CustomerSearchIcon.js +22 -0
- package/dist/src/components/atoms/icons/DuplicateIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/DuplicateIcon.js +6 -0
- package/dist/src/components/atoms/icons/EmptyCartIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/EmptyCartIcon.js +13 -0
- package/dist/src/components/atoms/icons/ErroredIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/ErroredIcon.js +6 -0
- package/dist/src/components/atoms/icons/ExternalLinkIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/ExternalLinkIcon.js +11 -0
- package/dist/src/components/atoms/icons/FailedIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/FailedIcon.js +6 -0
- package/dist/src/components/atoms/icons/ForgotPasswordIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/ForgotPasswordIcon.js +17 -0
- package/dist/src/components/atoms/icons/GenericCard.d.ts +2 -0
- package/dist/src/components/atoms/icons/GenericCard.js +6 -0
- package/dist/src/components/atoms/icons/GenericCardLarge.d.ts +2 -0
- package/dist/src/components/atoms/icons/GenericCardLarge.js +8 -0
- package/dist/src/components/atoms/icons/GoToEmailIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/GoToEmailIcon.js +16 -0
- package/dist/src/components/atoms/icons/IconAdd.d.ts +2 -0
- package/dist/src/components/atoms/icons/IconAdd.js +14 -0
- package/dist/src/components/atoms/icons/IconQuitLarge.d.ts +4 -0
- package/dist/src/components/atoms/icons/IconQuitLarge.js +19 -0
- package/dist/src/components/atoms/icons/Icons.theme.d.ts +33 -0
- package/dist/src/components/atoms/icons/Icons.theme.js +27 -0
- package/dist/src/components/atoms/icons/NoCustomerResultsIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/NoCustomerResultsIcon.js +15 -0
- package/dist/src/components/atoms/icons/NoPaymentResultsIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/NoPaymentResultsIcon.js +16 -0
- package/dist/src/components/atoms/icons/NotFoundIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/NotFoundIcon.js +56 -0
- package/dist/src/components/atoms/icons/PaymentIcon.d.ts +8 -0
- package/dist/src/components/atoms/icons/PaymentIcon.js +30 -0
- package/dist/src/components/atoms/icons/PaymentMethodAddIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/PaymentMethodAddIcon.js +28 -0
- package/dist/src/components/atoms/icons/PaymentMethodIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/PaymentMethodIcon.js +15 -0
- package/dist/src/components/atoms/icons/PaymentSearchIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/PaymentSearchIcon.js +23 -0
- package/dist/src/components/atoms/icons/PaymentsIconSmall.d.ts +5 -0
- package/dist/src/components/atoms/icons/PaymentsIconSmall.js +20 -0
- package/dist/src/components/atoms/icons/PendingIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/PendingIcon.js +6 -0
- package/dist/src/components/atoms/icons/PeriscopeFailedIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/PeriscopeFailedIcon.js +56 -0
- package/dist/src/components/atoms/icons/ProfileIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/ProfileIcon.js +16 -0
- package/dist/src/components/atoms/icons/ProfileIconSmall.d.ts +5 -0
- package/dist/src/components/atoms/icons/ProfileIconSmall.js +12 -0
- package/dist/src/components/atoms/icons/PropertiesAddIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/PropertiesAddIcon.js +31 -0
- package/dist/src/components/atoms/icons/PropertiesIconSmall.d.ts +5 -0
- package/dist/src/components/atoms/icons/PropertiesIconSmall.js +10 -0
- package/dist/src/components/atoms/icons/RefundIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/RefundIcon.js +6 -0
- package/dist/src/components/atoms/icons/RejectedIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/RejectedIcon.js +6 -0
- package/dist/src/components/atoms/icons/RejectedVelocityIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/RejectedVelocityIcon.js +6 -0
- package/dist/src/components/atoms/icons/ResetPasswordIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/ResetPasswordIcon.js +16 -0
- package/dist/src/components/atoms/icons/RoutingNumberImage.d.ts +2 -0
- package/dist/src/components/atoms/icons/RoutingNumberImage.js +20 -0
- package/dist/src/components/atoms/icons/SearchIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/SearchIcon.js +10 -0
- package/dist/src/components/atoms/icons/SettingsIconSmall.d.ts +5 -0
- package/dist/src/components/atoms/icons/SettingsIconSmall.js +20 -0
- package/dist/src/components/atoms/icons/ShoppingCartIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/ShoppingCartIcon.js +11 -0
- package/dist/src/components/atoms/icons/StatusUnknownIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/StatusUnknownIcon.js +6 -0
- package/dist/src/components/atoms/icons/SuccessfulIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/SuccessfulIcon.js +6 -0
- package/dist/src/components/atoms/icons/TimeoutImage.d.ts +2 -0
- package/dist/src/components/atoms/icons/TimeoutImage.js +38 -0
- package/dist/src/components/atoms/icons/TrashIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/TrashIcon.js +15 -0
- package/dist/src/components/atoms/icons/VerifiedEmailIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/VerifiedEmailIcon.js +19 -0
- package/dist/src/components/atoms/icons/VoidedIcon.d.ts +2 -0
- package/dist/src/components/atoms/icons/VoidedIcon.js +6 -0
- package/dist/src/components/atoms/icons/WalletIcon.d.ts +5 -0
- package/dist/src/components/atoms/icons/WalletIcon.js +16 -0
- package/dist/src/components/atoms/icons/WarningIconXS.d.ts +2 -0
- package/dist/src/components/atoms/icons/WarningIconXS.js +13 -0
- package/dist/src/components/atoms/icons/icons.stories.d.ts +42 -0
- package/dist/src/components/atoms/icons/icons.stories.js +44 -0
- package/dist/src/components/atoms/icons/index.d.ts +59 -0
- package/dist/src/components/atoms/icons/index.js +59 -0
- package/dist/src/components/atoms/index.d.ts +45 -0
- package/dist/src/components/atoms/index.js +45 -0
- package/dist/src/components/atoms/jumbo/Jumbo.d.ts +4 -0
- package/dist/src/components/atoms/jumbo/Jumbo.js +25 -0
- package/dist/src/components/atoms/jumbo/index.d.ts +2 -0
- package/dist/src/components/atoms/jumbo/index.js +2 -0
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.d.ts +5 -0
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.js +16 -0
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.stories.d.ts +7 -0
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.stories.js +20 -0
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.theme.d.ts +12 -0
- package/dist/src/components/atoms/labeled-amount/LabeledAmount.theme.js +10 -0
- package/dist/src/components/atoms/labeled-amount/index.d.ts +2 -0
- package/dist/src/components/atoms/labeled-amount/index.js +2 -0
- package/dist/src/components/atoms/layouts/Box.d.ts +3 -0
- package/dist/src/components/atoms/layouts/Box.js +37 -0
- package/dist/src/components/atoms/layouts/Box.styled.d.ts +1 -0
- package/dist/src/components/atoms/layouts/Box.styled.js +107 -0
- package/dist/src/components/atoms/layouts/Center.d.ts +8 -0
- package/dist/src/components/atoms/layouts/Center.js +35 -0
- package/dist/src/components/atoms/layouts/Center.styled.d.ts +1 -0
- package/dist/src/components/atoms/layouts/Center.styled.js +21 -0
- package/dist/src/components/atoms/layouts/Cluster.d.ts +16 -0
- package/dist/src/components/atoms/layouts/Cluster.js +39 -0
- package/dist/src/components/atoms/layouts/Cluster.styled.d.ts +2 -0
- package/dist/src/components/atoms/layouts/Cluster.styled.js +71 -0
- package/dist/src/components/atoms/layouts/Cover.d.ts +11 -0
- package/dist/src/components/atoms/layouts/Cover.js +52 -0
- package/dist/src/components/atoms/layouts/Cover.styled.d.ts +1 -0
- package/dist/src/components/atoms/layouts/Cover.styled.js +30 -0
- package/dist/src/components/atoms/layouts/Frame.d.ts +7 -0
- package/dist/src/components/atoms/layouts/Frame.js +42 -0
- package/dist/src/components/atoms/layouts/Frame.styled.d.ts +1 -0
- package/dist/src/components/atoms/layouts/Frame.styled.js +10 -0
- package/dist/src/components/atoms/layouts/Grid.d.ts +8 -0
- package/dist/src/components/atoms/layouts/Grid.js +38 -0
- package/dist/src/components/atoms/layouts/Grid.styled.d.ts +1 -0
- package/dist/src/components/atoms/layouts/Grid.styled.js +24 -0
- package/dist/src/components/atoms/layouts/Imposter.d.ts +13 -0
- package/dist/src/components/atoms/layouts/Imposter.js +49 -0
- package/dist/src/components/atoms/layouts/Imposter.styled.d.ts +1 -0
- package/dist/src/components/atoms/layouts/Imposter.styled.js +30 -0
- package/dist/src/components/atoms/layouts/Motion.d.ts +7 -0
- package/dist/src/components/atoms/layouts/Motion.js +64 -0
- package/dist/src/components/atoms/layouts/Motion.styled.d.ts +1 -0
- package/dist/src/components/atoms/layouts/Motion.styled.js +71 -0
- package/dist/src/components/atoms/layouts/Reel.d.ts +13 -0
- package/dist/src/components/atoms/layouts/Reel.js +36 -0
- package/dist/src/components/atoms/layouts/Reel.styled.d.ts +1 -0
- package/dist/src/components/atoms/layouts/Reel.styled.js +30 -0
- package/dist/src/components/atoms/layouts/Sidebar.d.ts +11 -0
- package/dist/src/components/atoms/layouts/Sidebar.js +43 -0
- package/dist/src/components/atoms/layouts/Sidebar.styled.d.ts +2 -0
- package/dist/src/components/atoms/layouts/Sidebar.styled.js +59 -0
- package/dist/src/components/atoms/layouts/Stack.d.ts +10 -0
- package/dist/src/components/atoms/layouts/Stack.js +39 -0
- package/dist/src/components/atoms/layouts/Stack.styled.d.ts +1 -0
- package/dist/src/components/atoms/layouts/Stack.styled.js +26 -0
- package/dist/src/components/atoms/layouts/Switcher.d.ts +14 -0
- package/dist/src/components/atoms/layouts/Switcher.js +62 -0
- package/dist/src/components/atoms/layouts/Switcher.styled.d.ts +2 -0
- package/dist/src/components/atoms/layouts/Switcher.styled.js +42 -0
- package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.d.ts +9 -0
- package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.js +12 -0
- package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.styled.d.ts +2 -0
- package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.styled.js +21 -0
- package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.d.ts +11 -0
- package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.js +9 -0
- package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.styled.d.ts +1 -0
- package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.styled.js +25 -0
- package/dist/src/components/atoms/layouts/examples/ResizingContainer.d.ts +9 -0
- package/dist/src/components/atoms/layouts/examples/ResizingContainer.js +26 -0
- package/dist/src/components/atoms/layouts/examples/ResizingContainer.styled.d.ts +2 -0
- package/dist/src/components/atoms/layouts/examples/ResizingContainer.styled.js +23 -0
- package/dist/src/components/atoms/layouts/examples/box-example/BoxExample.stories.d.ts +7 -0
- package/dist/src/components/atoms/layouts/examples/box-example/BoxExample.stories.js +19 -0
- package/dist/src/components/atoms/layouts/examples/center-example/CenterExample.stories.d.ts +7 -0
- package/dist/src/components/atoms/layouts/examples/center-example/CenterExample.stories.js +13 -0
- package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.d.ts +6 -0
- package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.js +7 -0
- package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.stories.d.ts +21 -0
- package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.stories.js +43 -0
- package/dist/src/components/atoms/layouts/examples/cover-example/CoverExample.stories.d.ts +15 -0
- package/dist/src/components/atoms/layouts/examples/cover-example/CoverExample.stories.js +18 -0
- package/dist/src/components/atoms/layouts/examples/frame-example/FrameExample.stories.d.ts +7 -0
- package/dist/src/components/atoms/layouts/examples/frame-example/FrameExample.stories.js +12 -0
- package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.d.ts +7 -0
- package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.js +32 -0
- package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.stories.d.ts +11 -0
- package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.stories.js +26 -0
- package/dist/src/components/atoms/layouts/examples/imposter-example/ImposterExample.stories.d.ts +7 -0
- package/dist/src/components/atoms/layouts/examples/imposter-example/ImposterExample.stories.js +14 -0
- package/dist/src/components/atoms/layouts/examples/motion-example/MotionExample.stories.d.ts +7 -0
- package/dist/src/components/atoms/layouts/examples/motion-example/MotionExample.stories.js +41 -0
- package/dist/src/components/atoms/layouts/examples/reel-example/ReelExample.stories.d.ts +7 -0
- package/dist/src/components/atoms/layouts/examples/reel-example/ReelExample.stories.js +21 -0
- package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.d.ts +7 -0
- package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.js +7 -0
- package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.stories.d.ts +11 -0
- package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.stories.js +41 -0
- package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.d.ts +7 -0
- package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.js +26 -0
- package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.stories.d.ts +21 -0
- package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.stories.js +26 -0
- package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.d.ts +8 -0
- package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.js +26 -0
- package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.stories.d.ts +16 -0
- package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.stories.js +30 -0
- package/dist/src/components/atoms/layouts/index.d.ts +13 -0
- package/dist/src/components/atoms/layouts/index.js +13 -0
- package/dist/src/components/atoms/line-item/LineItem.d.ts +5 -0
- package/dist/src/components/atoms/line-item/LineItem.js +14 -0
- package/dist/src/components/atoms/line-item/LineItem.stories.d.ts +7 -0
- package/dist/src/components/atoms/line-item/LineItem.stories.js +10 -0
- package/dist/src/components/atoms/line-item/LineItem.theme.d.ts +16 -0
- package/dist/src/components/atoms/line-item/LineItem.theme.js +6 -0
- package/dist/src/components/atoms/line-item/index.d.ts +2 -0
- package/dist/src/components/atoms/line-item/index.js +2 -0
- package/dist/src/components/atoms/link/ExternalLink.d.ts +14 -0
- package/dist/src/components/atoms/link/ExternalLink.js +14 -0
- package/dist/src/components/atoms/link/ExternalLink.styled.d.ts +1 -0
- package/dist/src/components/atoms/link/ExternalLink.styled.js +64 -0
- package/dist/src/components/atoms/link/InternalLink.d.ts +15 -0
- package/dist/src/components/atoms/link/InternalLink.js +13 -0
- package/dist/src/components/atoms/link/InternalLink.styled.d.ts +1 -0
- package/dist/src/components/atoms/link/InternalLink.styled.js +68 -0
- package/dist/src/components/atoms/link/Link.stories.d.ts +8 -0
- package/dist/src/components/atoms/link/Link.stories.js +26 -0
- package/dist/src/components/atoms/link/Link.theme.d.ts +14 -0
- package/dist/src/components/atoms/link/Link.theme.js +13 -0
- package/dist/src/components/atoms/link/index.d.ts +3 -0
- package/dist/src/components/atoms/link/index.js +3 -0
- package/dist/src/components/atoms/loading/Loading.d.ts +2 -0
- package/dist/src/components/atoms/loading/Loading.js +9 -0
- package/dist/src/components/atoms/loading/index.d.ts +2 -0
- package/dist/src/components/atoms/loading/index.js +2 -0
- package/dist/src/components/atoms/nav-footer/NavFooter.d.ts +13 -0
- package/dist/src/components/atoms/nav-footer/NavFooter.js +38 -0
- package/dist/src/components/atoms/nav-footer/NavFooter.stories.d.ts +7 -0
- package/dist/src/components/atoms/nav-footer/NavFooter.stories.js +13 -0
- package/dist/src/components/atoms/nav-footer/index.d.ts +2 -0
- package/dist/src/components/atoms/nav-footer/index.js +2 -0
- package/dist/src/components/atoms/nav-header/NavHeader.d.ts +10 -0
- package/dist/src/components/atoms/nav-header/NavHeader.js +37 -0
- package/dist/src/components/atoms/nav-header/NavHeader.stories.d.ts +7 -0
- package/dist/src/components/atoms/nav-header/NavHeader.stories.js +13 -0
- package/dist/src/components/atoms/nav-header/index.d.ts +2 -0
- package/dist/src/components/atoms/nav-header/index.js +2 -0
- package/dist/src/components/atoms/nav-tabs/NavTab.d.ts +5 -0
- package/dist/src/components/atoms/nav-tabs/NavTab.js +20 -0
- package/dist/src/components/atoms/nav-tabs/NavTab.theme.d.ts +9 -0
- package/dist/src/components/atoms/nav-tabs/NavTab.theme.js +9 -0
- package/dist/src/components/atoms/nav-tabs/NavTabs.d.ts +4 -0
- package/dist/src/components/atoms/nav-tabs/NavTabs.js +27 -0
- package/dist/src/components/atoms/nav-tabs/TabConfig.d.ts +4 -0
- package/dist/src/components/atoms/nav-tabs/TabConfig.js +1 -0
- package/dist/src/components/atoms/nav-tabs/index.d.ts +1 -0
- package/dist/src/components/atoms/nav-tabs/index.js +2 -0
- package/dist/src/components/atoms/paragraph/Paragraph.d.ts +5 -0
- package/dist/src/components/atoms/paragraph/Paragraph.js +40 -0
- package/dist/src/components/atoms/paragraph/Paragraph.stories.d.ts +7 -0
- package/dist/src/components/atoms/paragraph/Paragraph.stories.js +17 -0
- package/dist/src/components/atoms/paragraph/Paragraph.styled.d.ts +1 -0
- package/dist/src/components/atoms/paragraph/Paragraph.styled.js +25 -0
- package/dist/src/components/atoms/paragraph/Paragraph.theme.d.ts +27 -0
- package/dist/src/components/atoms/paragraph/Paragraph.theme.js +21 -0
- package/dist/src/components/atoms/paragraph/index.d.ts +2 -0
- package/dist/src/components/atoms/paragraph/index.js +2 -0
- package/dist/src/components/atoms/password-requirements/PasswordRequirements.d.ts +5 -0
- package/dist/src/components/atoms/password-requirements/PasswordRequirements.js +59 -0
- package/dist/src/components/atoms/password-requirements/PasswordRequirements.stories.d.ts +7 -0
- package/dist/src/components/atoms/password-requirements/PasswordRequirements.stories.js +46 -0
- package/dist/src/components/atoms/password-requirements/index.d.ts +2 -0
- package/dist/src/components/atoms/password-requirements/index.js +2 -0
- package/dist/src/components/atoms/placeholder/Placeholder.d.ts +5 -0
- package/dist/src/components/atoms/placeholder/Placeholder.js +33 -0
- package/dist/src/components/atoms/placeholder/Placeholder.stories.d.ts +7 -0
- package/dist/src/components/atoms/placeholder/Placeholder.stories.js +23 -0
- package/dist/src/components/atoms/placeholder/Placeholder.theme.d.ts +16 -0
- package/dist/src/components/atoms/placeholder/Placeholder.theme.js +7 -0
- package/dist/src/components/atoms/placeholder/index.d.ts +2 -0
- package/dist/src/components/atoms/placeholder/index.js +2 -0
- package/dist/src/components/atoms/processing-fee/ProcessingFee.d.ts +5 -0
- package/dist/src/components/atoms/processing-fee/ProcessingFee.js +15 -0
- package/dist/src/components/atoms/processing-fee/ProcessingFee.stories.d.ts +7 -0
- package/dist/src/components/atoms/processing-fee/ProcessingFee.stories.js +17 -0
- package/dist/src/components/atoms/processing-fee/ProcessingFee.theme.d.ts +8 -0
- package/dist/src/components/atoms/processing-fee/ProcessingFee.theme.js +5 -0
- package/dist/src/components/atoms/processing-fee/index.d.ts +2 -0
- package/dist/src/components/atoms/processing-fee/index.js +2 -0
- package/dist/src/components/atoms/radio-button/RadioButton.d.ts +5 -0
- package/dist/src/components/atoms/radio-button/RadioButton.js +68 -0
- package/dist/src/components/atoms/radio-button/RadioButton.stories.d.ts +7 -0
- package/dist/src/components/atoms/radio-button/RadioButton.stories.js +16 -0
- package/dist/src/components/atoms/radio-button/RadioButton.theme.d.ts +7 -0
- package/dist/src/components/atoms/radio-button/RadioButton.theme.js +7 -0
- package/dist/src/components/atoms/radio-button/index.d.ts +2 -0
- package/{src → dist/src}/components/atoms/radio-button/index.js +0 -1
- package/dist/src/components/atoms/searchable-select/SearchableSelect.d.ts +5 -0
- package/dist/src/components/atoms/searchable-select/SearchableSelect.js +37 -0
- package/dist/src/components/atoms/searchable-select/SearchableSelect.theme.d.ts +8 -0
- package/dist/src/components/atoms/searchable-select/SearchableSelect.theme.js +6 -0
- package/dist/src/components/atoms/searchable-select/index.d.ts +2 -0
- package/dist/src/components/atoms/searchable-select/index.js +2 -0
- package/dist/src/components/atoms/solid-divider/SolidDivider.d.ts +5 -0
- package/dist/src/components/atoms/solid-divider/SolidDivider.js +9 -0
- package/dist/src/components/atoms/solid-divider/SolidDivider.stories.d.ts +7 -0
- package/dist/src/components/atoms/solid-divider/SolidDivider.stories.js +9 -0
- package/dist/src/components/atoms/solid-divider/SolidDivider.theme.d.ts +13 -0
- package/dist/src/components/atoms/solid-divider/SolidDivider.theme.js +7 -0
- package/dist/src/components/atoms/solid-divider/index.d.ts +2 -0
- package/dist/src/components/atoms/solid-divider/index.js +2 -0
- package/dist/src/components/atoms/spinner/Spinner.d.ts +6 -0
- package/dist/src/components/atoms/spinner/Spinner.js +27 -0
- package/dist/src/components/atoms/spinner/Spinner.stories.d.ts +7 -0
- package/dist/src/components/atoms/spinner/Spinner.stories.js +12 -0
- package/dist/src/components/atoms/spinner/Spinner.theme.d.ts +5 -0
- package/dist/src/components/atoms/spinner/Spinner.theme.js +4 -0
- package/dist/src/components/atoms/spinner/index.d.ts +2 -0
- package/dist/src/components/atoms/spinner/index.js +2 -0
- package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.d.ts +10 -0
- package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.js +19 -0
- package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.stories.d.ts +7 -0
- package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.stories.js +30 -0
- package/dist/src/components/atoms/state-province-dropdown/index.d.ts +2 -0
- package/dist/src/components/atoms/state-province-dropdown/index.js +2 -0
- package/dist/src/components/atoms/state-province-dropdown/options.d.ts +11 -0
- package/dist/src/components/atoms/state-province-dropdown/options.js +3837 -0
- package/dist/src/components/atoms/tab/Tab.d.ts +6 -0
- package/dist/src/components/atoms/tab/Tab.js +17 -0
- package/dist/src/components/atoms/tab/Tab.stories.d.ts +7 -0
- package/dist/src/components/atoms/tab/Tab.stories.js +9 -0
- package/dist/src/components/atoms/tab/Tab.theme.d.ts +27 -0
- package/dist/src/components/atoms/tab/Tab.theme.js +23 -0
- package/dist/src/components/atoms/tab/index.d.ts +2 -0
- package/dist/src/components/atoms/tab/index.js +2 -0
- package/dist/src/components/atoms/text/Text.d.ts +5 -0
- package/dist/src/components/atoms/text/Text.js +34 -0
- package/dist/src/components/atoms/text/Text.stories.d.ts +7 -0
- package/dist/src/components/atoms/text/Text.stories.js +17 -0
- package/dist/src/components/atoms/text/Text.styled.d.ts +1 -0
- package/dist/src/components/atoms/text/Text.styled.js +32 -0
- package/dist/src/components/atoms/text/Text.theme.d.ts +27 -0
- package/dist/src/components/atoms/text/Text.theme.js +24 -0
- package/dist/src/components/atoms/text/index.d.ts +2 -0
- package/dist/src/components/atoms/text/index.js +2 -0
- package/dist/src/components/atoms/title/Title.d.ts +5 -0
- package/dist/src/components/atoms/title/Title.js +60 -0
- package/dist/src/components/atoms/title/Title.styled.d.ts +1 -0
- package/dist/src/components/atoms/title/Title.styled.js +28 -0
- package/dist/src/components/atoms/title/Title.theme.d.ts +26 -0
- package/dist/src/components/atoms/title/Title.theme.js +22 -0
- package/dist/src/components/atoms/title/index.d.ts +2 -0
- package/dist/src/components/atoms/title/index.js +2 -0
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.d.ts +5 -0
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.js +126 -0
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.stories.d.ts +7 -0
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.stories.js +15 -0
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.theme.d.ts +15 -0
- package/dist/src/components/atoms/toggle-switch/ToggleSwitch.theme.js +16 -0
- package/dist/src/components/atoms/toggle-switch/index.d.ts +2 -0
- package/dist/src/components/atoms/toggle-switch/index.js +2 -0
- package/dist/src/components/atoms/typeahead-input/TypeaheadIinput.stories.d.ts +7 -0
- package/dist/src/components/atoms/typeahead-input/TypeaheadIinput.stories.js +9 -0
- package/dist/src/components/atoms/typeahead-input/TypeaheadInput.d.ts +8 -0
- package/dist/src/components/atoms/typeahead-input/TypeaheadInput.js +22 -0
- package/dist/src/components/atoms/typeahead-input/TypeaheadInput.theme.d.ts +11 -0
- package/dist/src/components/atoms/typeahead-input/TypeaheadInput.theme.js +11 -0
- package/dist/src/components/atoms/typeahead-input/index.d.ts +2 -0
- package/dist/src/components/atoms/typeahead-input/index.js +2 -0
- package/dist/src/components/atoms/welcome-card/Card.d.ts +5 -0
- package/dist/src/components/atoms/welcome-card/Card.js +52 -0
- package/dist/src/components/atoms/welcome-card/Card.theme.d.ts +7 -0
- package/dist/src/components/atoms/welcome-card/Card.theme.js +7 -0
- package/dist/src/components/atoms/welcome-card/index.d.ts +8 -0
- package/dist/src/components/atoms/welcome-card/index.js +20 -0
- package/dist/src/components/index.d.ts +4 -0
- package/dist/src/components/index.js +4 -0
- package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.d.ts +5 -0
- package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.js +22 -0
- package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.theme.d.ts +28 -0
- package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.theme.js +17 -0
- package/dist/src/components/molecules/account-and-routing-modal/index.d.ts +2 -0
- package/dist/src/components/molecules/account-and-routing-modal/index.js +2 -0
- package/dist/src/components/molecules/address-form/AddressForm.d.ts +12 -0
- package/dist/src/components/molecules/address-form/AddressForm.js +52 -0
- package/dist/src/components/molecules/address-form/AddressForm.state.d.ts +3 -0
- package/dist/src/components/molecules/address-form/AddressForm.state.js +33 -0
- package/dist/src/components/molecules/address-form/AddressForm.stories.d.ts +7 -0
- package/dist/src/components/molecules/address-form/AddressForm.stories.js +15 -0
- package/dist/src/components/molecules/address-form/index.d.ts +2 -0
- package/dist/src/components/molecules/address-form/index.js +6 -0
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.d.ts +13 -0
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.js +55 -0
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.state.d.ts +3 -0
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.state.js +21 -0
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.stories.d.ts +7 -0
- package/dist/src/components/molecules/change-password-form/ChangePasswordForm.stories.js +14 -0
- package/dist/src/components/molecules/change-password-form/index.d.ts +2 -0
- package/dist/src/components/molecules/change-password-form/index.js +6 -0
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.d.ts +5 -0
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.js +60 -0
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.stories.d.ts +7 -0
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.stories.js +30 -0
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.theme.d.ts +9 -0
- package/dist/src/components/molecules/collapsible-section/CollapsibleSection.theme.js +8 -0
- package/dist/src/components/molecules/collapsible-section/index.d.ts +2 -0
- package/dist/src/components/molecules/collapsible-section/index.js +2 -0
- package/dist/src/components/molecules/edit-name-form/EdidNameForm.stories.d.ts +7 -0
- package/dist/src/components/molecules/edit-name-form/EdidNameForm.stories.js +16 -0
- package/dist/src/components/molecules/edit-name-form/EditNameForm.d.ts +8 -0
- package/dist/src/components/molecules/edit-name-form/EditNameForm.js +22 -0
- package/dist/src/components/molecules/edit-name-form/EditNameForm.state.d.ts +3 -0
- package/dist/src/components/molecules/edit-name-form/EditNameForm.state.js +11 -0
- package/dist/src/components/molecules/edit-name-form/index.d.ts +2 -0
- package/dist/src/components/molecules/edit-name-form/index.js +6 -0
- package/dist/src/components/molecules/editable-list/EditableList.d.ts +23 -0
- package/dist/src/components/molecules/editable-list/EditableList.js +49 -0
- package/dist/src/components/molecules/editable-list/EditableList.styled.d.ts +2 -0
- package/dist/src/components/molecules/editable-list/EditableList.styled.js +15 -0
- package/dist/src/components/molecules/editable-list/index.d.ts +2 -0
- package/dist/src/components/molecules/editable-list/index.js +2 -0
- package/dist/src/components/molecules/editable-table/EditableTable.d.ts +7 -0
- package/dist/src/components/molecules/editable-table/EditableTable.js +16 -0
- package/dist/src/components/molecules/editable-table/EditableTable.styled.d.ts +9 -0
- package/dist/src/components/molecules/editable-table/EditableTable.styled.js +61 -0
- package/dist/src/components/molecules/editable-table/TableListItem.d.ts +9 -0
- package/dist/src/components/molecules/editable-table/TableListItem.js +21 -0
- package/dist/src/components/molecules/editable-table/index.d.ts +3 -0
- package/dist/src/components/molecules/editable-table/index.js +3 -0
- package/dist/src/components/molecules/email-form/EmailForm.d.ts +13 -0
- package/dist/src/components/molecules/email-form/EmailForm.js +23 -0
- package/dist/src/components/molecules/email-form/EmailForm.state.d.ts +3 -0
- package/dist/src/components/molecules/email-form/EmailForm.state.js +8 -0
- package/dist/src/components/molecules/email-form/EmailForm.stories.d.ts +7 -0
- package/dist/src/components/molecules/email-form/EmailForm.stories.js +16 -0
- package/dist/src/components/molecules/email-form/index.d.ts +2 -0
- package/dist/src/components/molecules/email-form/index.js +6 -0
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.d.ts +8 -0
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.js +17 -0
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.state.d.ts +3 -0
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.state.js +8 -0
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.stories.d.ts +7 -0
- package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.stories.js +16 -0
- package/dist/src/components/molecules/forgot-password-form/index.d.ts +2 -0
- package/dist/src/components/molecules/forgot-password-form/index.js +6 -0
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.d.ts +6 -0
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.js +29 -0
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.stories.d.ts +7 -0
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.stories.js +17 -0
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.theme.d.ts +7 -0
- package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.theme.js +6 -0
- package/dist/src/components/molecules/highlight-tab-row/index.d.ts +2 -0
- package/dist/src/components/molecules/highlight-tab-row/index.js +2 -0
- package/dist/src/components/molecules/index.d.ts +36 -0
- package/dist/src/components/molecules/index.js +36 -0
- package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.d.ts +25 -0
- package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.js +108 -0
- package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.d.ts +3 -0
- package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.js +23 -0
- package/dist/src/components/molecules/internal-user-info-form/index.d.ts +2 -0
- package/{src → dist/src}/components/molecules/internal-user-info-form/index.js +1 -6
- package/dist/src/components/molecules/login-form/LoginForm.d.ts +8 -0
- package/dist/src/components/molecules/login-form/LoginForm.js +22 -0
- package/dist/src/components/molecules/login-form/LoginForm.state.d.ts +3 -0
- package/dist/src/components/molecules/login-form/LoginForm.state.js +11 -0
- package/dist/src/components/molecules/login-form/LoginForm.stories.d.ts +7 -0
- package/dist/src/components/molecules/login-form/LoginForm.stories.js +16 -0
- package/dist/src/components/molecules/login-form/index.d.ts +2 -0
- package/dist/src/components/molecules/login-form/index.js +6 -0
- package/dist/src/components/molecules/modal/Modal.d.ts +27 -0
- package/dist/src/components/molecules/modal/Modal.js +51 -0
- package/dist/src/components/molecules/modal/Modal.stories.d.ts +15 -0
- package/dist/src/components/molecules/modal/Modal.stories.js +28 -0
- package/dist/src/components/molecules/modal/index.d.ts +2 -0
- package/dist/src/components/molecules/modal/index.js +2 -0
- package/dist/src/components/molecules/module/Module.d.ts +6 -0
- package/dist/src/components/molecules/module/Module.js +31 -0
- package/dist/src/components/molecules/module/Module.stories.d.ts +7 -0
- package/dist/src/components/molecules/module/Module.stories.js +18 -0
- package/dist/src/components/molecules/module/Module.theme.d.ts +87 -0
- package/dist/src/components/molecules/module/Module.theme.js +43 -0
- package/dist/src/components/molecules/module/index.d.ts +2 -0
- package/dist/src/components/molecules/module/index.js +2 -0
- package/dist/src/components/molecules/nav-menu/NavMenu.theme.d.ts +15 -0
- package/dist/src/components/molecules/nav-menu/NavMenu.theme.js +12 -0
- package/dist/src/components/molecules/nav-menu/NavMenuDesktop.d.ts +5 -0
- package/dist/src/components/molecules/nav-menu/NavMenuDesktop.js +11 -0
- package/dist/src/components/molecules/nav-menu/NavMenuMobile.d.ts +5 -0
- package/dist/src/components/molecules/nav-menu/NavMenuMobile.js +49 -0
- package/dist/src/components/molecules/nav-menu/index.d.ts +3 -0
- package/dist/src/components/molecules/nav-menu/index.js +3 -0
- package/dist/src/components/molecules/obligation/Obligation.d.ts +23 -0
- package/dist/src/components/molecules/obligation/Obligation.js +44 -0
- package/dist/src/components/molecules/obligation/icons/AccountBillIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/AccountBillIcon.js +20 -0
- package/dist/src/components/molecules/obligation/icons/AccountConstructionIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/AccountConstructionIcon.js +21 -0
- package/dist/src/components/molecules/obligation/icons/AccountDentalIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/AccountDentalIcon.js +21 -0
- package/dist/src/components/molecules/obligation/icons/AccountElectricIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/AccountElectricIcon.js +21 -0
- package/dist/src/components/molecules/obligation/icons/AccountGarbageIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/AccountGarbageIcon.js +21 -0
- package/dist/src/components/molecules/obligation/icons/AccountGasIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/AccountGasIcon.js +21 -0
- package/dist/src/components/molecules/obligation/icons/AccountGenericIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/AccountGenericIcon.js +20 -0
- package/dist/src/components/molecules/obligation/icons/AccountMedicalIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/AccountMedicalIcon.js +21 -0
- package/dist/src/components/molecules/obligation/icons/AccountWaterIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/AccountWaterIcon.js +21 -0
- package/dist/src/components/molecules/obligation/icons/PropertyApartmentIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/PropertyApartmentIcon.js +22 -0
- package/dist/src/components/molecules/obligation/icons/PropertyBusinessIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/PropertyBusinessIcon.js +20 -0
- package/dist/src/components/molecules/obligation/icons/PropertyCarIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/PropertyCarIcon.js +22 -0
- package/dist/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.js +23 -0
- package/dist/src/components/molecules/obligation/icons/PropertyGarageIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/PropertyGarageIcon.js +22 -0
- package/dist/src/components/molecules/obligation/icons/PropertyLandIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/PropertyLandIcon.js +22 -0
- package/dist/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.js +22 -0
- package/dist/src/components/molecules/obligation/icons/PropertyPersonalIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/PropertyPersonalIcon.js +20 -0
- package/dist/src/components/molecules/obligation/icons/PropertyStorefrontIcon.d.ts +2 -0
- package/dist/src/components/molecules/obligation/icons/PropertyStorefrontIcon.js +23 -0
- package/dist/src/components/molecules/obligation/icons/index.d.ts +38 -0
- package/dist/src/components/molecules/obligation/icons/index.js +57 -0
- package/dist/src/components/molecules/obligation/index.d.ts +2 -0
- package/dist/src/components/molecules/obligation/index.js +2 -0
- package/dist/src/components/molecules/obligation/modules/AmountModule.d.ts +12 -0
- package/dist/src/components/molecules/obligation/modules/AmountModule.js +17 -0
- package/dist/src/components/molecules/obligation/modules/AmountModule.stories.d.ts +7 -0
- package/dist/src/components/molecules/obligation/modules/AmountModule.stories.js +12 -0
- package/dist/src/components/molecules/obligation/modules/AutopayModalModule.d.ts +4 -0
- package/dist/src/components/molecules/obligation/modules/AutopayModalModule.js +76 -0
- package/dist/src/components/molecules/obligation/modules/AutopayModalModule.theme.d.ts +15 -0
- package/dist/src/components/molecules/obligation/modules/AutopayModalModule.theme.js +15 -0
- package/dist/src/components/molecules/obligation/modules/IconModule.d.ts +8 -0
- package/dist/src/components/molecules/obligation/modules/IconModule.js +20 -0
- package/dist/src/components/molecules/obligation/modules/InactiveControlsModule.d.ts +16 -0
- package/dist/src/components/molecules/obligation/modules/InactiveControlsModule.js +18 -0
- package/dist/src/components/molecules/obligation/modules/InactiveTitleModule.d.ts +6 -0
- package/dist/src/components/molecules/obligation/modules/InactiveTitleModule.js +18 -0
- package/dist/src/components/molecules/obligation/modules/PaymentDetailsActions.d.ts +18 -0
- package/dist/src/components/molecules/obligation/modules/PaymentDetailsActions.js +44 -0
- package/dist/src/components/molecules/obligation/modules/RemoveAccountModalModule.d.ts +8 -0
- package/dist/src/components/molecules/obligation/modules/RemoveAccountModalModule.js +39 -0
- package/dist/src/components/molecules/obligation/modules/TitleModule.d.ts +7 -0
- package/dist/src/components/molecules/obligation/modules/TitleModule.js +13 -0
- package/dist/src/components/molecules/obligation/modules/index.d.ts +8 -0
- package/dist/src/components/molecules/obligation/modules/index.js +8 -0
- package/dist/src/components/molecules/pagination/Pagination.d.ts +14 -0
- package/dist/src/components/molecules/pagination/Pagination.js +56 -0
- package/dist/src/components/molecules/pagination/index.d.ts +2 -0
- package/dist/src/components/molecules/pagination/index.js +2 -0
- package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.d.ts +11 -0
- package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.js +27 -0
- package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.state.d.ts +5 -0
- package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.state.js +49 -0
- package/dist/src/components/molecules/partial-amount-form/index.d.ts +3 -0
- package/dist/src/components/molecules/partial-amount-form/index.js +3 -0
- package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.d.ts +15 -0
- package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.js +24 -0
- package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.stories.d.ts +7 -0
- package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.stories.js +10 -0
- package/dist/src/components/molecules/payment-button-bar/index.d.ts +2 -0
- package/dist/src/components/molecules/payment-button-bar/index.js +2 -0
- package/dist/src/components/molecules/payment-details/PaymentDetails.d.ts +5 -0
- package/dist/src/components/molecules/payment-details/PaymentDetails.js +143 -0
- package/dist/src/components/molecules/payment-details/PaymentDetails.stories.d.ts +11 -0
- package/dist/src/components/molecules/payment-details/PaymentDetails.stories.js +126 -0
- package/dist/src/components/molecules/payment-details/PaymentDetails.theme.d.ts +30 -0
- package/dist/src/components/molecules/payment-details/PaymentDetails.theme.js +10 -0
- package/dist/src/components/molecules/payment-details/index.d.ts +1 -0
- package/dist/src/components/molecules/payment-details/index.js +1 -0
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.d.ts +16 -0
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.js +52 -0
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.state.d.ts +3 -0
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.state.js +28 -0
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.stories.d.ts +7 -0
- package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.stories.js +16 -0
- package/dist/src/components/molecules/payment-form-ach/index.d.ts +2 -0
- package/dist/src/components/molecules/payment-form-ach/index.js +6 -0
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.d.ts +4 -0
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.js +74 -0
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.state.d.ts +3 -0
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.state.js +41 -0
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.stories.d.ts +7 -0
- package/dist/src/components/molecules/payment-form-card/PaymentFormCard.stories.js +16 -0
- package/dist/src/components/molecules/payment-form-card/index.d.ts +2 -0
- package/dist/src/components/molecules/payment-form-card/index.js +6 -0
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashBoardIframe.stories.d.ts +7 -0
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashBoardIframe.stories.js +10 -0
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.d.ts +11 -0
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.js +70 -0
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.styled.d.ts +1 -0
- package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.styled.js +8 -0
- package/dist/src/components/molecules/periscope-dashboard-iframe/index.d.ts +2 -0
- package/dist/src/components/molecules/periscope-dashboard-iframe/index.js +2 -0
- package/dist/src/components/molecules/phone-form/PhoneForm.d.ts +12 -0
- package/dist/src/components/molecules/phone-form/PhoneForm.js +23 -0
- package/dist/src/components/molecules/phone-form/PhoneForm.state.d.ts +3 -0
- package/dist/src/components/molecules/phone-form/PhoneForm.state.js +9 -0
- package/dist/src/components/molecules/phone-form/PhoneForm.stories.d.ts +7 -0
- package/dist/src/components/molecules/phone-form/PhoneForm.stories.js +16 -0
- package/dist/src/components/molecules/phone-form/index.d.ts +2 -0
- package/dist/src/components/molecules/phone-form/index.js +6 -0
- package/dist/src/components/molecules/radio-section/RadioSection.d.ts +5 -0
- package/dist/src/components/molecules/radio-section/RadioSection.js +126 -0
- package/dist/src/components/molecules/radio-section/RadioSection.stories.d.ts +7 -0
- package/dist/src/components/molecules/radio-section/RadioSection.stories.js +18 -0
- package/dist/src/components/molecules/radio-section/RadioSection.theme.d.ts +13 -0
- package/dist/src/components/molecules/radio-section/RadioSection.theme.js +13 -0
- package/dist/src/components/molecules/radio-section/index.d.ts +2 -0
- package/dist/src/components/molecules/radio-section/index.js +2 -0
- package/dist/src/components/molecules/registration-form/RegistrationForm.d.ts +9 -0
- package/dist/src/components/molecules/registration-form/RegistrationForm.js +43 -0
- package/dist/src/components/molecules/registration-form/RegistrationForm.state.d.ts +3 -0
- package/dist/src/components/molecules/registration-form/RegistrationForm.state.js +27 -0
- package/dist/src/components/molecules/registration-form/RegistrationForm.stories.d.ts +7 -0
- package/dist/src/components/molecules/registration-form/RegistrationForm.stories.js +16 -0
- package/dist/src/components/molecules/registration-form/index.d.ts +2 -0
- package/dist/src/components/molecules/registration-form/index.js +6 -0
- package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.d.ts +4 -0
- package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.js +27 -0
- package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.stories.d.ts +7 -0
- package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.stories.js +9 -0
- package/dist/src/components/molecules/reset-confirmation-form/index.d.ts +2 -0
- package/dist/src/components/molecules/reset-confirmation-form/index.js +2 -0
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.d.ts +9 -0
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.js +30 -0
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.state.d.ts +3 -0
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.state.js +18 -0
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.stories.d.ts +7 -0
- package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.stories.js +16 -0
- package/dist/src/components/molecules/reset-password-form/index.d.ts +2 -0
- package/dist/src/components/molecules/reset-password-form/index.js +6 -0
- package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.d.ts +4 -0
- package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.js +27 -0
- package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.stories.d.ts +7 -0
- package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.stories.js +9 -0
- package/dist/src/components/molecules/reset-password-success/index.d.ts +2 -0
- package/dist/src/components/molecules/reset-password-success/index.js +2 -0
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.d.ts +5 -0
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.js +28 -0
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.stories.d.ts +7 -0
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.stories.js +52 -0
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.theme.d.ts +9 -0
- package/dist/src/components/molecules/tab-sidebar/TabSidebar.theme.js +8 -0
- package/dist/src/components/molecules/tab-sidebar/index.d.ts +2 -0
- package/dist/src/components/molecules/tab-sidebar/index.js +2 -0
- package/dist/src/components/molecules/tabs/Tabs.d.ts +5 -0
- package/dist/src/components/molecules/tabs/Tabs.js +33 -0
- package/dist/src/components/molecules/tabs/Tabs.stories.d.ts +7 -0
- package/dist/src/components/molecules/tabs/Tabs.stories.js +186 -0
- package/dist/src/components/molecules/tabs/Tabs.theme.d.ts +9 -0
- package/dist/src/components/molecules/tabs/Tabs.theme.js +8 -0
- package/dist/src/components/molecules/tabs/index.d.ts +2 -0
- package/dist/src/components/molecules/tabs/index.js +2 -0
- package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.d.ts +8 -0
- package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.js +17 -0
- package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.stories.d.ts +7 -0
- package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.stories.js +12 -0
- package/dist/src/components/molecules/terms-and-conditions/index.d.ts +2 -0
- package/dist/src/components/molecules/terms-and-conditions/index.js +2 -0
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.d.ts +5 -0
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.js +16 -0
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.stories.d.ts +7 -0
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.stories.js +19 -0
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.theme.d.ts +50 -0
- package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.theme.js +24 -0
- package/dist/src/components/molecules/terms-and-conditions-modal/index.d.ts +2 -0
- package/dist/src/components/molecules/terms-and-conditions-modal/index.js +2 -0
- package/dist/src/components/molecules/timeout/Timeout.d.ts +4 -0
- package/dist/src/components/molecules/timeout/Timeout.js +26 -0
- package/dist/src/components/molecules/timeout/index.d.ts +2 -0
- package/dist/src/components/molecules/timeout/index.js +2 -0
- package/dist/src/components/molecules/welcome-module/WelcomeModule.d.ts +6 -0
- package/dist/src/components/molecules/welcome-module/WelcomeModule.js +27 -0
- package/dist/src/components/molecules/welcome-module/WelcomeModule.theme.d.ts +13 -0
- package/dist/src/components/molecules/welcome-module/WelcomeModule.theme.js +13 -0
- package/dist/src/components/molecules/welcome-module/index.d.ts +2 -0
- package/dist/src/components/molecules/welcome-module/index.js +2 -0
- package/dist/src/components/molecules/workflow-tile/WorkflowTile.d.ts +7 -0
- package/dist/src/components/molecules/workflow-tile/WorkflowTile.js +19 -0
- package/dist/src/components/molecules/workflow-tile/WorkflowTile.stories.d.ts +7 -0
- package/dist/src/components/molecules/workflow-tile/WorkflowTile.stories.js +11 -0
- package/dist/src/components/molecules/workflow-tile/index.d.ts +2 -0
- package/dist/src/components/molecules/workflow-tile/index.js +2 -0
- package/dist/src/components/templates/center-single/CenterSingle.d.ts +4 -0
- package/dist/src/components/templates/center-single/CenterSingle.js +20 -0
- package/dist/src/components/templates/center-single/index.d.ts +2 -0
- package/dist/src/components/templates/center-single/index.js +2 -0
- package/dist/src/components/templates/center-stack/CenterStack.d.ts +4 -0
- package/dist/src/components/templates/center-stack/CenterStack.js +22 -0
- package/dist/src/components/templates/center-stack/index.d.ts +2 -0
- package/dist/src/components/templates/center-stack/index.js +2 -0
- package/dist/src/components/templates/default-page-template/DefaultPageTemplate.d.ts +4 -0
- package/dist/src/components/templates/default-page-template/DefaultPageTemplate.js +20 -0
- package/dist/src/components/templates/default-page-template/index.d.ts +2 -0
- package/dist/src/components/templates/default-page-template/index.js +2 -0
- package/dist/src/components/templates/index.d.ts +5 -0
- package/dist/src/components/templates/index.js +5 -0
- package/dist/src/components/templates/sidebar-single-content/SidebarSingleContent.d.ts +4 -0
- package/dist/src/components/templates/sidebar-single-content/SidebarSingleContent.js +25 -0
- package/dist/src/components/templates/sidebar-single-content/index.d.ts +2 -0
- package/dist/src/components/templates/sidebar-single-content/index.js +2 -0
- package/dist/src/components/templates/sidebar-stack-content/SidebarStackContent.d.ts +4 -0
- package/dist/src/components/templates/sidebar-stack-content/SidebarStackContent.js +25 -0
- package/dist/src/components/templates/sidebar-stack-content/index.d.ts +2 -0
- package/dist/src/components/templates/sidebar-stack-content/index.js +2 -0
- package/dist/src/components/templates/templates.theme.d.ts +5 -0
- package/dist/src/components/templates/templates.theme.js +4 -0
- package/dist/src/components/withWindowSize.d.ts +4 -0
- package/dist/src/components/withWindowSize.js +70 -0
- package/dist/src/constants/colors.d.ts +97 -0
- package/dist/src/constants/colors.js +113 -0
- package/dist/src/constants/index.d.ts +3 -0
- package/dist/src/constants/index.js +3 -0
- package/dist/src/constants/regex_constants.d.ts +1 -0
- package/dist/src/constants/regex_constants.js +1 -0
- package/dist/src/constants/style_constants.d.ts +8 -0
- package/dist/src/constants/style_constants.js +10 -0
- package/dist/src/deprecated/colors.d.ts +81 -0
- package/dist/src/deprecated/colors.js +97 -0
- package/dist/src/deprecated/components/radio-button/index.d.ts +2 -0
- package/dist/src/deprecated/components/radio-button/index.js +2 -0
- package/dist/src/deprecated/components/radio-button/radio-button.d.ts +5 -0
- package/dist/src/deprecated/components/radio-button/radio-button.js +29 -0
- package/dist/src/deprecated/icons/AlertErrorIcon.d.ts +1 -0
- package/dist/src/deprecated/icons/AlertErrorIcon.js +10 -0
- package/dist/src/deprecated/icons/AlertInfoIcon.d.ts +1 -0
- package/dist/src/deprecated/icons/AlertInfoIcon.js +10 -0
- package/dist/src/deprecated/icons/AlertSuccessIcon.d.ts +1 -0
- package/dist/src/deprecated/icons/AlertSuccessIcon.js +10 -0
- package/dist/src/deprecated/icons/AlertWarningIcon.d.ts +1 -0
- package/dist/src/deprecated/icons/AlertWarningIcon.js +6 -0
- package/dist/src/deprecated/icons/BankIcon.d.ts +2 -0
- package/dist/src/deprecated/icons/BankIcon.js +19 -0
- package/dist/src/deprecated/icons/GenericCard.d.ts +2 -0
- package/dist/src/deprecated/icons/GenericCard.js +9 -0
- package/dist/src/deprecated/icons/IconCheck.d.ts +5 -0
- package/dist/src/deprecated/icons/IconCheck.js +10 -0
- package/dist/src/deprecated/icons/IconCheckEmail.d.ts +4 -0
- package/dist/src/deprecated/icons/IconCheckEmail.js +14 -0
- package/dist/src/deprecated/icons/IconChevron.d.ts +3 -0
- package/dist/src/deprecated/icons/IconChevron.js +14 -0
- package/dist/src/deprecated/icons/IconEmailVerified.d.ts +4 -0
- package/dist/src/deprecated/icons/IconEmailVerified.js +22 -0
- package/dist/src/deprecated/icons/IconEye.d.ts +3 -0
- package/dist/src/deprecated/icons/IconEye.js +15 -0
- package/dist/src/deprecated/icons/IconEyeSlash.d.ts +3 -0
- package/dist/src/deprecated/icons/IconEyeSlash.js +19 -0
- package/dist/src/deprecated/icons/IconInvalid.d.ts +7 -0
- package/dist/src/deprecated/icons/IconInvalid.js +14 -0
- package/dist/src/deprecated/icons/IconNeutral.d.ts +6 -0
- package/dist/src/deprecated/icons/IconNeutral.js +10 -0
- package/dist/src/deprecated/icons/IconQuit.d.ts +5 -0
- package/dist/src/deprecated/icons/IconQuit.js +14 -0
- package/dist/src/deprecated/icons/IconValid.d.ts +7 -0
- package/dist/src/deprecated/icons/IconValid.js +15 -0
- package/dist/src/deprecated/icons/IconWarn.d.ts +3 -0
- package/dist/src/deprecated/icons/IconWarn.js +13 -0
- package/dist/src/deprecated/icons/index.d.ts +22 -0
- package/dist/src/deprecated/icons/index.js +22 -0
- package/dist/src/deprecated/index.d.ts +1 -0
- package/dist/src/deprecated/index.js +1 -0
- package/dist/src/deprecated/spinner/Spinner.d.ts +7 -0
- package/dist/src/deprecated/spinner/Spinner.js +46 -0
- package/dist/src/deprecated/spinner/index.d.ts +1 -0
- package/dist/src/deprecated/spinner/index.js +1 -0
- package/dist/src/deprecated/utility/__tests__/safeConcat.spec.d.ts +1 -0
- package/dist/src/deprecated/utility/__tests__/safeConcat.spec.js +47 -0
- package/dist/src/deprecated/utility/__tests__/validateKeyType.spec.d.ts +1 -0
- package/dist/src/deprecated/utility/__tests__/validateKeyType.spec.js +100 -0
- package/dist/src/deprecated/utility/index.d.ts +2 -0
- package/dist/src/deprecated/utility/index.js +2 -0
- package/dist/src/deprecated/utility/safeConcat.d.ts +1 -0
- package/dist/src/deprecated/utility/safeConcat.js +8 -0
- package/dist/src/deprecated/utility/validateKeyType.d.ts +1 -0
- package/dist/src/deprecated/utility/validateKeyType.js +13 -0
- package/dist/src/index.d.ts +4 -0
- package/dist/src/index.js +4 -0
- package/dist/src/util/focusFirstInvalidInputHook.d.ts +2 -0
- package/dist/src/util/focusFirstInvalidInputHook.js +17 -0
- package/dist/src/util/formats.d.ts +9 -0
- package/dist/src/util/formats.js +70 -0
- package/dist/src/util/general.d.ts +13 -0
- package/dist/src/util/general.js +101 -0
- package/dist/src/util/index.d.ts +5 -0
- package/dist/src/util/index.js +5 -0
- package/dist/src/util/inputValidationUtils.d.ts +43 -0
- package/dist/src/util/inputValidationUtils.js +92 -0
- package/dist/src/util/themeUtils.d.ts +5 -0
- package/dist/src/util/themeUtils.js +129 -0
- package/package.json +1 -1
- package/src/components/atoms/icons/{ExternalLinkicon.js → ExternalLinkIcon.js} +0 -0
- package/src/components/atoms/icons/FindIconSmall.js +49 -0
- package/src/components/atoms/icons/index.js +3 -1
- package/src/components/atoms/index.js +2 -1
- package/src/components/atoms/link/ExternalLink.d.ts +1 -1
- package/src/components/atoms/link/ExternalLink.js +48 -42
- package/src/components/atoms/link/ExternalLink.styled.js +4 -2
- package/src/components/atoms/link/InternalLink.d.ts +1 -1
- package/src/components/atoms/link/InternalLink.js +48 -42
- package/src/components/atoms/link/InternalLink.styled.js +6 -3
- package/src/components/atoms/radio-button-with-label/RadioButtonWithLabel.js +92 -0
- package/src/components/atoms/radio-button-with-label/index.js +3 -0
- package/src/components/molecules/index.js +1 -1
- package/src/components/molecules/radio-group/RadioGroup.js +62 -0
- package/src/components/molecules/radio-group/RadioGroup.stories.js +44 -0
- package/src/components/molecules/radio-group/index.js +3 -0
- package/src/components/molecules/radio-section/RadioSection.js +1 -1
- package/src/components/molecules/radio-section/RadioSection.stories.js +1 -1
- package/src/components/{atoms → molecules/radio-section}/radio-button/RadioButton.js +2 -2
- package/src/components/{atoms → molecules/radio-section}/radio-button/RadioButton.theme.js +1 -1
- package/src/components/molecules/workflow-tile/WorkflowTile.js +13 -5
- package/src/.DS_Store +0 -0
- package/src/components/atoms/.DS_Store +0 -0
- package/src/components/atoms/radio-button/RadioButton.stories.js +0 -34
- package/src/components/molecules/internal-user-info-form/InternalUserInfoForm.js +0 -266
- package/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.js +0 -26
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
2
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
|
+
return cooked;
|
|
4
|
+
};
|
|
5
|
+
import React from "react";
|
|
6
|
+
import styled from "styled-components";
|
|
7
|
+
import { noop } from "../../../util/general";
|
|
8
|
+
var Hamburger = styled.button(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 8px;\n display: inline-block;\n cursor: pointer;\n transition-property: opacity;\n transition-duration: 0.15s;\n transition-timing-function: linear;\n font: inherit;\n color: inherit;\n text-transform: none;\n background-color: transparent;\n border: 0;\n margin: 0;\n overflow: visible;\n\n &:focus {\n outline: none;\n }\n"], ["\n padding: 8px;\n display: inline-block;\n cursor: pointer;\n transition-property: opacity;\n transition-duration: 0.15s;\n transition-timing-function: linear;\n font: inherit;\n color: inherit;\n text-transform: none;\n background-color: transparent;\n border: 0;\n margin: 0;\n overflow: visible;\n\n &:focus {\n outline: none;\n }\n"])));
|
|
9
|
+
var HamburgerBox = styled.span(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n width: 34px;\n height: 34px;\n display: inline-block;\n position: relative;\n"], ["\n width: 34px;\n height: 34px;\n display: inline-block;\n position: relative;\n"])));
|
|
10
|
+
var HamburgerInner = styled.span(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: block;\n top: auto;\n bottom: 6px;\n left: 2px;\n transition-duration: 0.13s;\n transition-delay: 0.13s;\n transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);\n margin-top: 12px;\n background-color: ", ";\n\n &, &::before, &::after {\n background-color: ", ";\n width: 30px;\n height: 3px;\n position: absolute;\n transition-property: transform;\n transition-duration: 0.15s;\n transition-timing-function: ease;\n }\n\n &::before, &::after {\n content: \"\";\n display: block;\n }\n\n &::before {\n top: -10px;\n transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), \n transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);\n }\n\n &::after {\n bottom: -10px;\n top: -20px;\n transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), \n opacity 0.1s linear;\n }\n\n &.active, &.active::before, &.active::after {\n background-color: ", ";\n }\n\n &.active {\n transform: translate3d(0, -10px, 0) rotate(-45deg);\n transition-delay: 0.22s;\n transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\n }\n\n &.active::after {\n top: 0;\n opacity: 0;\n transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), \n opacity: 0.1s 0.22s linear;\n }\n\n &.active::before {\n top: 0;\n transform: rotate(-90deg);\n transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), \n transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);\n }\n"], ["\n display: block;\n top: auto;\n bottom: 6px;\n left: 2px;\n transition-duration: 0.13s;\n transition-delay: 0.13s;\n transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);\n margin-top: 12px;\n background-color: ", ";\n\n &, &::before, &::after {\n background-color: ", ";\n width: 30px;\n height: 3px;\n position: absolute;\n transition-property: transform;\n transition-duration: 0.15s;\n transition-timing-function: ease;\n }\n\n &::before, &::after {\n content: \"\";\n display: block;\n }\n\n &::before {\n top: -10px;\n transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), \n transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);\n }\n\n &::after {\n bottom: -10px;\n top: -20px;\n transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), \n opacity 0.1s linear;\n }\n\n &.active, &.active::before, &.active::after {\n background-color: ", ";\n }\n\n &.active {\n transform: translate3d(0, -10px, 0) rotate(-45deg);\n transition-delay: 0.22s;\n transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\n }\n\n &.active::after {\n top: 0;\n opacity: 0;\n transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), \n opacity: 0.1s 0.22s linear;\n }\n\n &.active::before {\n top: 0;\n transform: rotate(-90deg);\n transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), \n transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);\n }\n"])), function (_a) {
|
|
11
|
+
var inactiveColor = _a.inactiveColor;
|
|
12
|
+
return inactiveColor;
|
|
13
|
+
}, function (_a) {
|
|
14
|
+
var inactiveColor = _a.inactiveColor;
|
|
15
|
+
return inactiveColor;
|
|
16
|
+
}, function (_a) {
|
|
17
|
+
var activeColor = _a.activeColor;
|
|
18
|
+
return activeColor;
|
|
19
|
+
});
|
|
20
|
+
var HamburgerButton = function (_a) {
|
|
21
|
+
var activeColor = _a.activeColor, inactiveColor = _a.inactiveColor, isActive = _a.isActive, _b = _a.onClick, onClick = _b === void 0 ? noop : _b, controls = _a.controls;
|
|
22
|
+
return (React.createElement(Hamburger, { className: isActive === true ? "active" : "", onClick: onClick, type: "button", "aria-label": "Menu", "aria-controls": controls },
|
|
23
|
+
React.createElement(HamburgerBox, null,
|
|
24
|
+
React.createElement(HamburgerInner, { className: isActive === true ? "active" : "", inactiveColor: inactiveColor, activeColor: activeColor }))));
|
|
25
|
+
};
|
|
26
|
+
export default HamburgerButton;
|
|
27
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { boolean, select } from "@storybook/addon-knobs";
|
|
3
|
+
import HamburgerButton from "./HamburgerButton";
|
|
4
|
+
import page from "../../../../.storybook/page";
|
|
5
|
+
import * as colors from "../../../constants/colors";
|
|
6
|
+
var story = page({
|
|
7
|
+
title: "Components|Atoms/HamburgerButton",
|
|
8
|
+
Component: HamburgerButton
|
|
9
|
+
});
|
|
10
|
+
export default story;
|
|
11
|
+
export var hamburgerButton = function () { return (React.createElement(HamburgerButton, { activeColor: select("activeColor", colors, "black", "props"), inactiveColor: select("inactiveColor", colors, "black", "props"), isActive: boolean("isActive", false, "props") })); };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
/*
|
|
24
|
+
03/30/2022
|
|
25
|
+
|
|
26
|
+
For new pages/applications, please us <Title /> and <Detail /> atoms (specify "as" prop with value of h1/h2/h3/h4/h5/h6/p)
|
|
27
|
+
|
|
28
|
+
*/
|
|
29
|
+
import React from "react";
|
|
30
|
+
import { FONT_WEIGHT_REGULAR } from "../../../constants/style_constants";
|
|
31
|
+
import { FIREFLY_GREY } from "../../../constants/colors";
|
|
32
|
+
import { HeadingText } from "./Heading.styled";
|
|
33
|
+
import { safeChildren } from "../../../util/general";
|
|
34
|
+
import { fallbackValues } from "./Heading.theme";
|
|
35
|
+
import { themeComponent } from "../../../util/themeUtils";
|
|
36
|
+
var Heading = function (_a) {
|
|
37
|
+
var themeValues = _a.themeValues, _b = _a.weight, weight = _b === void 0 ? FONT_WEIGHT_REGULAR : _b, _c = _a.color, color = _c === void 0 ? FIREFLY_GREY : _c, _d = _a.margin, margin = _d === void 0 ? 0 : _d, textAlign = _a.textAlign, _e = _a.extraStyles, extraStyles = _e === void 0 ? "" : _e, className = _a.className, _f = _a.variant, variant = _f === void 0 ? "h1" : _f, _g = _a.as, as = _g === void 0 ? variant : _g, dataQa = _a.dataQa, children = _a.children, rest = __rest(_a, ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"]);
|
|
38
|
+
return (React.createElement(HeadingText, __assign({ variant: variant, as: as, weight: weight, color: color, margin: margin, textAlign: textAlign, extraStyles: extraStyles, className: className, fontFamily: themeValues.fontFamily, fontSize: themeValues.fontSize, "data-qa": dataQa }, rest), safeChildren(children, React.createElement("span", null))));
|
|
39
|
+
};
|
|
40
|
+
export default themeComponent(Heading, "Heading", fallbackValues, "h1");
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { text } from "@storybook/addon-knobs";
|
|
3
|
+
import Heading from "./Heading";
|
|
4
|
+
import page from "../../../../.storybook/page";
|
|
5
|
+
var story = page({
|
|
6
|
+
title: "Components|Atoms/Heading",
|
|
7
|
+
Component: Heading
|
|
8
|
+
});
|
|
9
|
+
export default story;
|
|
10
|
+
export var heading = function () { return (React.createElement(Heading, { textAlign: text("textAlign", "center", "props"), extraStyles: text("extraStyles", "", "props") }, text("children", "Foo", "props"))); };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const HeadingText: any;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
2
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
|
+
return cooked;
|
|
4
|
+
};
|
|
5
|
+
import styled from "styled-components";
|
|
6
|
+
export var HeadingText = styled.h1(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n --font-size: ", ";\n font-size: var(--font-size);\n line-height: calc(1.5 * var(--font-size));\n color: ", ";\n font-weight: ", ";\n margin: ", ";\n text-align: ", ";\n font-family: ", ";\n\n ", ";\n"], ["\n --font-size: ", ";\n font-size: var(--font-size);\n line-height: calc(1.5 * var(--font-size));\n color: ", ";\n font-weight: ", ";\n margin: ", ";\n text-align: ", ";\n font-family: ", ";\n\n ", ";\n"])), function (_a) {
|
|
7
|
+
var fontSize = _a.fontSize;
|
|
8
|
+
return fontSize;
|
|
9
|
+
}, function (_a) {
|
|
10
|
+
var color = _a.color;
|
|
11
|
+
return color;
|
|
12
|
+
}, function (_a) {
|
|
13
|
+
var weight = _a.weight;
|
|
14
|
+
return weight;
|
|
15
|
+
}, function (_a) {
|
|
16
|
+
var margin = _a.margin;
|
|
17
|
+
return margin;
|
|
18
|
+
}, function (_a) {
|
|
19
|
+
var textAlign = _a.textAlign;
|
|
20
|
+
return textAlign;
|
|
21
|
+
}, function (_a) {
|
|
22
|
+
var fontFamily = _a.fontFamily;
|
|
23
|
+
return fontFamily;
|
|
24
|
+
}, function (_a) {
|
|
25
|
+
var extraStyles = _a.extraStyles;
|
|
26
|
+
return extraStyles;
|
|
27
|
+
});
|
|
28
|
+
var templateObject_1;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export namespace fallbackValues {
|
|
2
|
+
export { fontFamily };
|
|
3
|
+
export { fontSize };
|
|
4
|
+
}
|
|
5
|
+
declare namespace fontFamily {
|
|
6
|
+
const primary: string;
|
|
7
|
+
const secondary: string;
|
|
8
|
+
}
|
|
9
|
+
declare namespace fontSize {
|
|
10
|
+
const h1: string;
|
|
11
|
+
const h2: string;
|
|
12
|
+
const h3: string;
|
|
13
|
+
const h4: string;
|
|
14
|
+
const h5: string;
|
|
15
|
+
const h6: string;
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var fontFamily = {
|
|
2
|
+
primary: "Public Sans",
|
|
3
|
+
secondary: "Open Sans"
|
|
4
|
+
};
|
|
5
|
+
var fontSize = {
|
|
6
|
+
h1: "2.25rem",
|
|
7
|
+
h2: "2rem",
|
|
8
|
+
h3: "1.75rem",
|
|
9
|
+
h4: "1.5rem",
|
|
10
|
+
h5: "1.375rem",
|
|
11
|
+
h6: "1.25rem"
|
|
12
|
+
};
|
|
13
|
+
export var fallbackValues = {
|
|
14
|
+
fontFamily: fontFamily,
|
|
15
|
+
fontSize: fontSize
|
|
16
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var AccountNumberImage = function () {
|
|
3
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "371", height: "164", viewBox: "0 0 371 164" },
|
|
4
|
+
React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1" },
|
|
5
|
+
React.createElement("g", { transform: "translate(-364 -546)" },
|
|
6
|
+
React.createElement("g", { transform: "translate(332 360)" },
|
|
7
|
+
React.createElement("g", { transform: "translate(32 186)" },
|
|
8
|
+
React.createElement("rect", { width: "370.8", height: "163.2", x: "0", y: "0", fill: "#E1E1E1", rx: "2.4" }),
|
|
9
|
+
React.createElement("rect", { width: "104.4", height: "14.4", x: "14.4", y: "14.4", fill: "#BBB", rx: "1.2" }),
|
|
10
|
+
React.createElement("rect", { width: "69.6", height: "14.4", x: "286.8", y: "14.4", fill: "#BBB", rx: "2.4" }),
|
|
11
|
+
React.createElement("rect", { width: "87.6", height: "14.4", x: "14.4", y: "33.6", fill: "#BBB", rx: "1.2" }),
|
|
12
|
+
React.createElement("path", { fill: "#BBB", d: "M14.4000006 96.0000038L356.400014 96.0000038 356.400014 98.4000039 14.4000006 98.4000039z" }),
|
|
13
|
+
React.createElement("path", { fill: "#BBB", d: "M267.600011 140.400006L356.400014 140.400006 356.400014 142.800006 267.600011 142.800006z" }),
|
|
14
|
+
React.createElement("path", { fill: "#BBB", d: "M14.4000006 76.8000031L208.800008 76.8000031 208.800008 79.2000031 14.4000006 79.2000031z" }),
|
|
15
|
+
React.createElement("rect", { width: "112.8", height: "25.2", x: "243", y: "53.4", fill: "#FFF", stroke: "#BBB", strokeWidth: "1.2", rx: "2.4" }),
|
|
16
|
+
React.createElement("rect", { width: "117.6", height: "27.6", x: "145.2", y: "120.6", fill: "#B3D1E8", stroke: "#357FB8", strokeWidth: "1.2", rx: "2.4" }),
|
|
17
|
+
React.createElement("path", { fill: "#000", d: "M25.863 137.872a.363.363 0 01-.145-.03.333.333 0 01-.124-.08.343.343 0 01-.08-.12.4.4 0 01-.03-.149v-5.374c0-.046.01-.094.03-.144a.365.365 0 01.08-.125.365.365 0 01.124-.08.53.53 0 01.072-.024.28.28 0 01.073-.01h1.06c.05 0 .1.011.15.035a.395.395 0 01.234.349v5.373c0 .03-.004.06-.012.087a.377.377 0 01-.242.271 1.03 1.03 0 00-.062.013.298.298 0 01-.067.008h-1.061zm4.238 1.613a.473.473 0 01-.16-.03.514.514 0 01-.129-.084.398.398 0 01-.12-.289v-2.122c0-.026.004-.053.01-.08a.493.493 0 01.026-.074.38.38 0 01.146-.182.383.383 0 01.145-.062.358.358 0 01.082-.01h2.112c.026 0 .053.003.08.01a.734.734 0 01.08.025.45.45 0 01.218.219c.02.05.03.101.03.154v2.122c0 .053-.01.106-.03.16a.417.417 0 01-.379.244h-2.11zm0-6.385a.473.473 0 01-.16-.03.383.383 0 01-.129-.089.414.414 0 01-.09-.13.425.425 0 01-.03-.159v-2.117a.468.468 0 01.12-.289c.02-.02.04-.037.062-.052a.228.228 0 01.068-.032.237.237 0 01.077-.028.473.473 0 01.082-.007h2.112c.026 0 .053.002.08.007a.303.303 0 01.08.028c.049.02.092.048.129.085.04.036.07.08.09.129.02.053.03.106.03.16v2.116c0 .057-.01.11-.03.16a.414.414 0 01-.09.129.35.35 0 01-.13.09.425.425 0 01-.16.03h-2.11zm10.618-2.46v4.308a.522.522 0 00.06.244.734.734 0 00.14.204.553.553 0 00.094.075.891.891 0 00.11.06c.036.013.073.025.11.035.036.01.07.015.099.015h1.126c.03 0 .058 0 .084.002a.275.275 0 01.08.018.443.443 0 01.164.15.973.973 0 01.038.049c.011.017.02.033.027.05.013.036.02.076.02.12v3.247a.368.368 0 01-.007.072.185.185 0 01-.028.067.394.394 0 01-.08.115.498.498 0 01-.129.094.323.323 0 01-.135.035H39.22a.292.292 0 01-.11-.03 3.315 3.315 0 00-.059-.035.217.217 0 01-.06-.05.19.19 0 01-.045-.054l-.04-.07a.374.374 0 01-.034-.125v-3.277a.354.354 0 01.035-.134.383.383 0 01.08-.12.374.374 0 01.125-.09.323.323 0 01.133-.034h.18c.01 0 .025-.004.047-.013l.067-.027a.639.639 0 00.13-.09l.044-.055c.017-.02.03-.04.04-.06a.24.24 0 00.03-.104v-3.267a.227.227 0 00-.04-.13.393.393 0 00-.144-.156.476.476 0 00-.135-.063.158.158 0 00-.044-.01h-.175a.223.223 0 01-.06-.01.585.585 0 01-.07-.025.7.7 0 01-.064-.037.358.358 0 01-.107-.107.7.7 0 01-.037-.065.585.585 0 01-.025-.07.237.237 0 01-.01-.064v-.578a.34.34 0 01.035-.154c.01-.02.023-.04.04-.06a.511.511 0 01.154-.134.354.354 0 01.144-.035h1.09a.354.354 0 01.134.035c.025.01.048.021.071.034a.281.281 0 01.06.045c.02.02.036.04.05.062a.813.813 0 01.035.063.3.3 0 01.034.134zm8.741-.503h3.218c.05 0 .096.01.139.03a.583.583 0 01.22.207c.02.035.03.064.034.087a.218.218 0 010 .08v4.323a.176.176 0 01-.012.054.584.584 0 01-.028.065.404.404 0 01-.09.12.818.818 0 01-.054.05.312.312 0 01-.06.04.23.23 0 01-.065.03.27.27 0 01-.074.01H50.57a.62.62 0 00-.438.194.715.715 0 00-.15.204.693.693 0 00-.04.112.443.443 0 00-.015.112v2.136c0 .034.004.07.013.107.008.039.019.076.032.112.017.034.036.069.057.105a.553.553 0 00.271.244c.04.017.079.03.115.042.037.012.07.018.1.018h2.172c.05 0 .097.012.144.037a.442.442 0 01.12.092c.036.04.066.085.09.135.022.05.034.101.034.154a.488.488 0 01-.105.299.423.423 0 01-.122.1.33.33 0 01-.161.04h-3.213a.299.299 0 01-.14-.04.374.374 0 01-.07-.04 1.098 1.098 0 01-.064-.05 1.099 1.099 0 01-.05-.065.374.374 0 01-.04-.07.323.323 0 01-.034-.134l-.005-2.147v-2.146a.34.34 0 01.04-.155.243.243 0 01.042-.072.513.513 0 01.117-.112.229.229 0 01.07-.035.31.31 0 01.124-.035h2.127a.4.4 0 00.117-.017c.038-.012.077-.026.117-.042a.584.584 0 00.204-.155.434.434 0 00.07-.092.821.821 0 00.087-.216.585.585 0 00.012-.12v-2.097a.527.527 0 00-.012-.112 1.128 1.128 0 00-.032-.117.739.739 0 00-.217-.286.494.494 0 00-.102-.062.55.55 0 00-.11-.05.362.362 0 00-.114-.02h-2.157a.305.305 0 01-.12-.035.513.513 0 01-.187-.157.384.384 0 01-.042-.396.507.507 0 01.1-.144.36.36 0 01.254-.12zm9.124-.005h3.248a.378.378 0 01.134.03c.047.02.09.048.13.085a.427.427 0 01.094.114.271.271 0 01.035.13l-.005 1.922v1.923a.727.727 0 00.134.393c.02.027.044.052.07.077a.341.341 0 00.08.058c.03.016.06.03.092.042a.293.293 0 00.102.017h.15l.15.005a.182.182 0 01.095.035c.032.02.06.047.083.08.024.03.042.066.055.11a.81.81 0 01.018.06c.005.02.007.037.007.054v3.815c0 .02-.002.04-.007.06a.81.81 0 01-.018.06.562.562 0 01-.065.11.49.49 0 01-.154.119.391.391 0 01-.075.037.183.183 0 01-.06.012h-4.273a.335.335 0 01-.12-.024.443.443 0 01-.124-.075.5.5 0 01-.1-.132.405.405 0 01-.044-.197c0-.086.015-.158.045-.214.03-.056.066-.1.11-.13a.424.424 0 01.23-.08h1.084l1.09-.004a.35.35 0 00.075-.015.946.946 0 00.115-.04.816.816 0 00.127-.062.347.347 0 00.097-.082.414.414 0 00.077-.093.95.95 0 00.058-.107.462.462 0 00.05-.209v-2.141a.667.667 0 00-.055-.234.63.63 0 00-.14-.215.561.561 0 00-.19-.14.527.527 0 00-.238-.054h-2.142a.337.337 0 01-.189-.052.416.416 0 01-.124-.122.516.516 0 01-.085-.26.49.49 0 01.125-.299.462.462 0 01.126-.089.335.335 0 01.147-.035h2.137a.533.533 0 00.244-.054.604.604 0 00.334-.349.724.724 0 00.05-.259l.004-1.03.01-1.037a.635.635 0 00-.044-.239.502.502 0 00-.053-.097.71.71 0 00-.192-.197 1.028 1.028 0 00-.124-.074.78.78 0 00-.24-.05h-2.14a.38.38 0 01-.24-.1.39.39 0 01-.1-.132.447.447 0 01-.04-.197c0-.076.014-.141.04-.196a.39.39 0 01.1-.132.346.346 0 01.23-.1zm10.255 0c.04 0 .083.012.13.035a.7.7 0 01.064.037.388.388 0 01.115.112l.045.065a.302.302 0 01.04.145v5.349a.598.598 0 00.05.239.663.663 0 00.149.224.475.475 0 00.2.134c.072.033.143.05.213.05h1.16c.03 0 .065-.004.103-.012a2.21 2.21 0 00.112-.028.657.657 0 00.204-.12.662.662 0 00.13-.2.59.59 0 00.044-.213v-.164a.298.298 0 01.03-.13.273.273 0 01.08-.11.138.138 0 01.055-.039.55.55 0 01.19-.045h1.17c.033 0 .07.01.109.03a.512.512 0 01.12.09.36.36 0 01.054.057.216.216 0 01.035.062c.027.047.04.09.04.13l-.005 1.628v1.624a.33.33 0 01-.03.13.47.47 0 01-.14.176 1.037 1.037 0 01-.064.048.302.302 0 01-.145.04h-1.095a.374.374 0 01-.15-.035.374.374 0 01-.07-.04 1.098 1.098 0 01-.064-.05.45.45 0 01-.125-.249v-1.126a.345.345 0 00-.017-.104 2.844 2.844 0 00-.037-.11.506.506 0 00-.063-.11 1.469 1.469 0 00-.077-.094 1.04 1.04 0 00-.095-.075.45.45 0 00-.104-.054.527.527 0 00-.21-.045l-1.623-.005h-1.624a.365.365 0 01-.221-.082.451.451 0 01-.11-.115 2.343 2.343 0 01-.032-.052.484.484 0 01-.04-.13v-6.37c0-.036.003-.071.01-.104l.02-.095c.02-.06.05-.11.09-.15.023-.02.048-.04.074-.06a.37.37 0 01.075-.044.493.493 0 01.067-.032.155.155 0 01.053-.013h1.11zm14.419.005c.046 0 .094.008.144.023.05.014.093.04.13.077.04.033.072.077.097.132a.46.46 0 01.037.191.37.37 0 01-.04.197.449.449 0 01-.353.237h-1.584l-1.579-.005a.455.455 0 00-.11.015.667.667 0 00-.221.1.636.636 0 00-.097.079.606.606 0 00-.16.21.855.855 0 00-.042.114.409.409 0 00-.017.114l.004 1.056v1.056c0 .063.015.131.045.204.03.073.072.14.125.2.03.033.062.064.097.094s.07.055.107.075c.04.023.081.041.125.055.043.013.088.02.134.02h3.183a.3.3 0 01.134.034c.023.01.046.024.07.043a.452.452 0 01.112.115.25.25 0 01.032.061.243.243 0 01.028.07.332.332 0 01.007.07v4.308a.327.327 0 01-.035.144.32.32 0 01-.035.063.444.444 0 01-.18.162.34.34 0 01-.143.034h-4.284a.285.285 0 01-.134-.037.635.635 0 01-.13-.092.585.585 0 01-.092-.135.341.341 0 01-.037-.154c0-.063 0-.122-.003-.177a.266.266 0 01.028-.137c.02-.04.059-.071.117-.094a.762.762 0 01.266-.035h3.183a.472.472 0 00.114-.015.667.667 0 00.115-.04 1.89 1.89 0 00.11-.065.583.583 0 00.1-.08.54.54 0 00.134-.184.534.534 0 00.054-.229v-2.176a.508.508 0 00-.06-.21.557.557 0 00-.067-.109 1.04 1.04 0 00-.087-.1 1.04 1.04 0 00-.194-.134.496.496 0 00-.194-.045h-3.208a.215.215 0 01-.067-.012.545.545 0 01-.212-.122.474.474 0 01-.09-.125.332.332 0 01-.034-.14v-4.307a.357.357 0 01.017-.07.436.436 0 01.17-.237l.062-.042a.645.645 0 01.154-.05h2.127l2.127.005zm8.088-.005a.348.348 0 01.16.045c.03.013.056.03.079.05a.596.596 0 01.15.189.34.34 0 01.03.134v1.614a.336.336 0 01-.038.157.454.454 0 01-.097.127.486.486 0 01-.294.11.878.878 0 01-.167-.015.371.371 0 01-.137-.055.283.283 0 01-.097-.12.483.483 0 01-.037-.204v-.264l-.005-.259a.455.455 0 00-.015-.11 1.154 1.154 0 00-.035-.114.823.823 0 00-.062-.12.587.587 0 00-.083-.104.848.848 0 00-.204-.144.583.583 0 00-.234-.055h-1.02a.657.657 0 00-.528.291.717.717 0 00-.11.234.503.503 0 00-.015.117l.005 1.599v1.594a.44.44 0 00.012.102.693.693 0 00.157.306c.06.067.13.118.21.155.04.02.08.035.124.047a.515.515 0 00.134.017h4.244c.043 0 .088.013.137.038a.509.509 0 01.219.214.27.27 0 01.037.132v3.232c0 .02-.004.042-.012.067a1.742 1.742 0 00-.023.073.374.374 0 01-.04.07 1.098 1.098 0 01-.05.064.64.64 0 01-.062.055.312.312 0 01-.067.04.28.28 0 01-.14.04h-5.339a.238.238 0 01-.07-.013.376.376 0 01-.074-.032.58.58 0 01-.14-.1.399.399 0 01-.102-.187.298.298 0 01-.007-.067v-4.268l-.005-4.273c0-.024.004-.049.013-.075a.565.565 0 01.117-.2.47.47 0 01.134-.094.323.323 0 01.134-.035l1.61-.005h1.603zm-2.127 8.497h3.148a.607.607 0 00.438-.2.707.707 0 00.19-.478v-.966a.707.707 0 00-.19-.478.577.577 0 00-.438-.194h-3.148a.58.58 0 00-.244.052.632.632 0 00-.199.142.723.723 0 00-.18.478v.966a.723.723 0 00.18.478c.056.06.123.109.2.145a.558.558 0 00.243.055zm14.429-8.497a.47.47 0 01.261.08.787.787 0 01.067.05c.024.02.043.041.058.064a.7.7 0 01.037.065.493.493 0 01.035.15v1.773l-.005 1.773c0 .013 0 .03-.003.05a.72.72 0 00-.002.06.386.386 0 01-.065.164.168.168 0 01-.045.04.454.454 0 01-.042.037.195.195 0 01-.047.027l-.384.18-.383.174-.767.358a.472.472 0 00-.077.038.749.749 0 00-.192.152 4.29 4.29 0 01-.043.062.25.25 0 00-.032.062l-.02.062a.211.211 0 00-.01.063l.005 1.733v1.733a.426.426 0 01-.037.187.374.374 0 01-.234.194.578.578 0 01-.162.022.354.354 0 01-.16-.04.606.606 0 01-.139-.094.415.415 0 01-.102-.127.307.307 0 01-.037-.142v-4.094c0-.023.003-.046.01-.067.006-.022.013-.042.02-.062l.04-.068a.311.311 0 01.044-.057 1.75 1.75 0 01.11-.1 1.176 1.176 0 01.11-.064l.702-.314.697-.309.082-.035a.944.944 0 00.092-.045.438.438 0 00.087-.064.285.285 0 00.067-.1.221.221 0 00.02-.04.56.56 0 00.02-.154v-1.843a.527.527 0 00-.012-.112 1.128 1.128 0 00-.033-.117.462.462 0 00-.057-.115.984.984 0 00-.177-.194.46.46 0 00-.114-.07.527.527 0 00-.244-.064H100.5a.5.5 0 00-.214.055.639.639 0 00-.2.134.957.957 0 00-.149.224.76.76 0 00-.05.25v1.05c0 .05-.01.099-.032.147a.422.422 0 01-.087.127.417.417 0 01-.284.134.385.385 0 01-.197-.04.456.456 0 01-.142-.109.464.464 0 01-.09-.137.332.332 0 01-.03-.122v-1.05l.006-1.047c0-.05.003-.093.01-.13a.284.284 0 01.03-.089.303.303 0 01.047-.07l.057-.064c.043-.04.09-.07.14-.09a.372.372 0 01.159-.035h4.174zm5.921 4.164h2.197a.55.55 0 00.518-.356.594.594 0 00.045-.232v-2.112a.594.594 0 00-.165-.418.558.558 0 00-.398-.174h-2.197a.52.52 0 00-.221.047.566.566 0 00-.177.127.66.66 0 00-.122.187.567.567 0 00-.047.231v2.112c0 .083.015.16.047.232a.66.66 0 00.122.186.534.534 0 00.398.17zm.03 4.248h2.137c.08 0 .156-.016.229-.047a.651.651 0 00.19-.122.57.57 0 00.179-.414v-2.226a.555.555 0 00-.18-.413.651.651 0 00-.189-.122.572.572 0 00-.23-.048H109.6a.567.567 0 00-.231.048.74.74 0 00-.192.122.572.572 0 00-.174.413v2.226c0 .08.015.156.047.227a.61.61 0 00.127.187c.056.05.12.09.192.122a.567.567 0 00.231.047zm-2.56.448v-3.934a.21.21 0 01.035-.115.251.251 0 01.08-.09l.075-.05a.446.446 0 01.239-.069h.289a.157.157 0 00.06-.015l.064-.03a.763.763 0 00.14-.104.895.895 0 00.1-.12.226.226 0 00.039-.114v-3.81a.451.451 0 01.045-.18.963.963 0 01.045-.08.268.268 0 01.054-.064.318.318 0 01.065-.057.603.603 0 01.174-.083h2.122l2.122-.005c.05 0 .103.017.16.05l.084.055a.4.4 0 01.08.07c.04.036.07.074.09.112.02.038.034.072.044.102a.555.555 0 01.015.134v3.76c0 .024.004.048.012.073a.514.514 0 00.028.067.23.23 0 00.042.065l.052.055a.783.783 0 00.12.08l.08.027a.266.266 0 00.08.012h.253a.28.28 0 01.144.045c.02.01.04.023.06.04a.7.7 0 00.06.045.292.292 0 01.08.12c.02.049.03.095.03.139l-.005 1.085v2.794a.29.29 0 01-.013.083 1.191 1.191 0 01-.027.082.963.963 0 01-.1.154.423.423 0 01-.139.11.535.535 0 01-.08.032.266.266 0 01-.08.012h-6.33a.282.282 0 01-.09-.014.997.997 0 01-.089-.035.436.436 0 01-.085-.05.696.696 0 01-.136-.14.67.67 0 01-.048-.08.409.409 0 01-.04-.164zm11.76-8.87h5.244a.43.43 0 01.318.135.58.58 0 01.058.067c.018.025.032.05.042.077.01.023.02.05.027.08.009.03.013.061.013.094v8.467a.393.393 0 01-.065.22.408.408 0 01-.2.17.418.418 0 01-.188.043h-1.051a.302.302 0 01-.14-.04 1.86 1.86 0 01-.067-.047.54.54 0 01-.152-.167.265.265 0 01-.03-.119v-3.212a.63.63 0 00-.05-.244.602.602 0 00-.13-.2.753.753 0 00-.099-.092.557.557 0 00-.231-.11.451.451 0 00-.122-.017h-3.178a.483.483 0 01-.184-.04.396.396 0 01-.15-.11.322.322 0 01-.08-.139.734.734 0 01-.024-.08.309.309 0 01-.01-.074v-4.214a.451.451 0 01.045-.184.399.399 0 01.105-.144.388.388 0 01.064-.053.672.672 0 01.152-.057.358.358 0 01.082-.01zm1.05 4.244h3.118a.607.607 0 00.254-.055.568.568 0 00.112-.063.642.642 0 00.237-.291.778.778 0 00.04-.124.596.596 0 00.014-.135v-2.042a.756.756 0 00-.112-.376.77.77 0 00-.179-.18.568.568 0 00-.234-.099.724.724 0 00-.132-.012h-3.118a.624.624 0 00-.326.087.816.816 0 00-.092.062.957.957 0 00-.097.102.559.559 0 00-.078.122.725.725 0 00-.064.294v2.042a.678.678 0 00.112.369.697.697 0 00.286.244c.04.013.081.025.125.037a.515.515 0 00.134.018zm8.014 3.506a.363.363 0 01-.145-.03.333.333 0 01-.124-.08.343.343 0 01-.08-.12.4.4 0 01-.03-.149v-5.374c0-.046.01-.094.03-.144a.365.365 0 01.08-.125.365.365 0 01.124-.08.53.53 0 01.072-.024.28.28 0 01.073-.01h1.06c.05 0 .1.011.15.035a.395.395 0 01.234.349v5.373c0 .03-.004.06-.012.087a.377.377 0 01-.242.271 1.03 1.03 0 00-.062.013.298.298 0 01-.067.008h-1.061zm4.238 1.613a.473.473 0 01-.16-.03.514.514 0 01-.129-.084.398.398 0 01-.12-.289v-2.122c0-.026.004-.053.01-.08a.493.493 0 01.026-.074.381.381 0 01.146-.182.383.383 0 01.145-.062.358.358 0 01.082-.01h2.112c.026 0 .053.003.08.01a.734.734 0 01.08.025.45.45 0 01.218.219c.02.05.03.101.03.154v2.122c0 .053-.01.106-.03.16a.417.417 0 01-.379.244h-2.11zm0-6.385a.473.473 0 01-.16-.03.383.383 0 01-.129-.089.414.414 0 01-.09-.13.425.425 0 01-.03-.159v-2.117a.468.468 0 01.12-.289c.02-.02.04-.037.062-.052a.228.228 0 01.068-.032.237.237 0 01.077-.028.473.473 0 01.082-.007h2.112c.026 0 .053.002.08.007a.303.303 0 01.08.028c.049.02.092.048.129.085.04.036.07.08.09.129.02.053.03.106.03.16v2.116c0 .057-.01.11-.03.16a.414.414 0 01-.09.129.35.35 0 01-.13.09.425.425 0 01-.16.03h-2.11z" }),
|
|
18
|
+
React.createElement("path", { fill: "#000", d: "M164.258 130.137c.046 0 .094.008.144.023.05.014.093.04.13.077.04.033.072.077.097.132a.46.46 0 01.037.191.37.37 0 01-.04.197.449.449 0 01-.353.237h-1.584l-1.579-.005a.455.455 0 00-.11.015.667.667 0 00-.221.1.636.636 0 00-.097.079.606.606 0 00-.16.21.855.855 0 00-.042.114.409.409 0 00-.017.114l.004 1.056v1.056c0 .063.015.131.045.204.03.073.072.14.125.2.03.033.062.064.097.094s.07.055.107.075c.04.023.081.041.125.055.043.013.088.02.134.02h3.183a.3.3 0 01.134.034c.023.01.046.024.07.043a.452.452 0 01.112.115.25.25 0 01.032.061.243.243 0 01.028.07.332.332 0 01.007.07v4.308a.327.327 0 01-.035.144.32.32 0 01-.035.063.444.444 0 01-.18.162.34.34 0 01-.143.034h-4.284a.285.285 0 01-.134-.037.635.635 0 01-.13-.092.585.585 0 01-.092-.135.341.341 0 01-.037-.154c0-.063 0-.122-.003-.177a.266.266 0 01.028-.137c.02-.04.059-.071.117-.094a.762.762 0 01.266-.035h3.183a.472.472 0 00.114-.015.667.667 0 00.115-.04 1.89 1.89 0 00.11-.065.583.583 0 00.1-.08.54.54 0 00.134-.184.534.534 0 00.054-.229v-2.176a.508.508 0 00-.06-.21.557.557 0 00-.067-.109 1.04 1.04 0 00-.087-.1 1.04 1.04 0 00-.194-.134.496.496 0 00-.194-.045h-3.208a.215.215 0 01-.067-.012.545.545 0 01-.212-.122.474.474 0 01-.09-.125.332.332 0 01-.034-.14v-4.307a.357.357 0 01.017-.07.436.436 0 01.17-.237l.062-.042a.645.645 0 01.154-.05h2.127l2.127.005zm10.2 0c.046 0 .094.008.144.023.05.014.093.04.13.077.04.033.072.077.097.132a.46.46 0 01.037.191.37.37 0 01-.04.197.449.449 0 01-.353.237h-1.584l-1.579-.005a.455.455 0 00-.11.015.667.667 0 00-.221.1.636.636 0 00-.097.079.606.606 0 00-.16.21.855.855 0 00-.042.114.409.409 0 00-.017.114l.004 1.056v1.056c0 .063.015.131.045.204.03.073.072.14.125.2.03.033.062.064.097.094s.07.055.107.075c.04.023.081.041.125.055.043.013.088.02.134.02h3.183a.3.3 0 01.134.034c.023.01.046.024.07.043a.452.452 0 01.112.115.25.25 0 01.032.061.243.243 0 01.028.07.332.332 0 01.007.07v4.308a.328.328 0 01-.035.144.32.32 0 01-.035.063.444.444 0 01-.18.162.34.34 0 01-.143.034h-4.284a.285.285 0 01-.134-.037.635.635 0 01-.13-.092.585.585 0 01-.092-.135.341.341 0 01-.037-.154c0-.063 0-.122-.003-.177a.266.266 0 01.028-.137c.02-.04.059-.071.117-.094a.762.762 0 01.266-.035h3.183a.472.472 0 00.114-.015.667.667 0 00.115-.04 1.89 1.89 0 00.11-.065.583.583 0 00.1-.08.54.54 0 00.134-.184.534.534 0 00.054-.229v-2.176a.508.508 0 00-.06-.21.557.557 0 00-.067-.109 1.039 1.039 0 00-.087-.1 1.04 1.04 0 00-.194-.134.496.496 0 00-.194-.045h-3.208a.215.215 0 01-.067-.012.545.545 0 01-.212-.122.474.474 0 01-.09-.125.332.332 0 01-.034-.14v-4.307a.357.357 0 01.017-.07.436.436 0 01.17-.237l.062-.042a.645.645 0 01.154-.05h2.127l2.127.005zm5.911 4.159h2.197a.55.55 0 00.518-.356.594.594 0 00.045-.232v-2.112a.594.594 0 00-.165-.418.558.558 0 00-.398-.174h-2.197a.52.52 0 00-.221.047.566.566 0 00-.177.127.66.66 0 00-.122.187.567.567 0 00-.047.231v2.112c0 .083.015.16.047.232a.66.66 0 00.122.186.534.534 0 00.398.17zm.03 4.248h2.137c.08 0 .156-.016.229-.047a.651.651 0 00.19-.122.57.57 0 00.179-.414v-2.226a.555.555 0 00-.18-.413.651.651 0 00-.189-.122.572.572 0 00-.23-.048H180.4a.567.567 0 00-.231.048.74.74 0 00-.192.122.572.572 0 00-.174.413v2.226c0 .08.015.156.047.227a.61.61 0 00.127.187c.056.05.12.09.192.122a.567.567 0 00.231.047zm-2.56.448v-3.934a.21.21 0 01.035-.115.251.251 0 01.08-.09 1.46 1.46 0 01.075-.05.446.446 0 01.239-.069h.289a.157.157 0 00.06-.015l.064-.03a.763.763 0 00.14-.104.895.895 0 00.1-.12.226.226 0 00.039-.114v-3.81a.451.451 0 01.045-.18.964.964 0 01.045-.08.268.268 0 01.054-.064.318.318 0 01.065-.057.603.603 0 01.174-.083h2.122l2.122-.005c.05 0 .103.017.16.05l.084.055a.4.4 0 01.08.07c.04.036.07.074.09.112.02.038.034.072.044.102a.555.555 0 01.015.134v3.76c0 .024.004.048.012.073a.514.514 0 00.028.067.23.23 0 00.042.065l.052.055a.783.783 0 00.12.08l.08.027a.266.266 0 00.08.012h.253a.28.28 0 01.144.045c.02.01.04.023.06.04a.7.7 0 00.06.045.292.292 0 01.08.12c.02.049.03.095.03.139l-.005 1.085v2.794a.29.29 0 01-.013.083 1.191 1.191 0 01-.027.082.963.963 0 01-.1.154.423.423 0 01-.139.11.535.535 0 01-.08.032.266.266 0 01-.08.012h-6.33a.282.282 0 01-.09-.014.997.997 0 01-.089-.035.436.436 0 01-.085-.05.696.696 0 01-.136-.14.67.67 0 01-.048-.08.409.409 0 01-.04-.164zm11.76-8.87h5.244a.43.43 0 01.318.135.58.58 0 01.058.067c.018.025.032.05.042.077.01.023.02.05.027.08.009.03.013.061.013.094v8.467a.393.393 0 01-.065.22.408.408 0 01-.2.17.418.418 0 01-.188.043h-1.051a.302.302 0 01-.14-.04 1.86 1.86 0 01-.067-.047.54.54 0 01-.152-.167.265.265 0 01-.03-.119v-3.212a.63.63 0 00-.05-.244.602.602 0 00-.13-.2.753.753 0 00-.099-.092.557.557 0 00-.231-.11.451.451 0 00-.122-.017h-3.178a.483.483 0 01-.184-.04.396.396 0 01-.15-.11.321.321 0 01-.08-.139.734.734 0 01-.024-.08.309.309 0 01-.01-.074v-4.214a.45.45 0 01.045-.184.399.399 0 01.105-.144.388.388 0 01.064-.053.672.672 0 01.152-.057.358.358 0 01.082-.01zm1.05 4.244h3.118a.607.607 0 00.254-.055.568.568 0 00.112-.063.642.642 0 00.237-.291.778.778 0 00.04-.124.596.596 0 00.014-.135v-2.042a.756.756 0 00-.112-.376.77.77 0 00-.179-.18.568.568 0 00-.234-.099.724.724 0 00-.132-.012h-3.118a.624.624 0 00-.326.087.816.816 0 00-.092.062.957.957 0 00-.097.102.559.559 0 00-.078.122.725.725 0 00-.064.294v2.042a.678.678 0 00.112.369.697.697 0 00.286.244c.04.013.081.025.125.037a.515.515 0 00.134.018zm12.67-3.726v4.308a.522.522 0 00.06.244.734.734 0 00.14.204.553.553 0 00.094.075.891.891 0 00.11.06c.036.013.073.025.11.035.036.01.07.015.099.015h1.126c.03 0 .058 0 .084.002a.275.275 0 01.08.018.443.443 0 01.164.15.972.972 0 01.038.049c.011.017.02.033.027.05.013.036.02.076.02.12v3.247a.368.368 0 01-.007.072.185.185 0 01-.028.067.394.394 0 01-.08.115.498.498 0 01-.129.094.323.323 0 01-.135.035h-3.272a.292.292 0 01-.11-.03 3.314 3.314 0 00-.059-.035.217.217 0 01-.06-.05.19.19 0 01-.045-.054l-.04-.07a.374.374 0 01-.034-.125v-3.277a.354.354 0 01.035-.134.383.383 0 01.08-.12.374.374 0 01.125-.09.323.323 0 01.133-.034h.18c.01 0 .025-.004.047-.013l.067-.027a.639.639 0 00.13-.09 3.56 3.56 0 01.044-.055c.017-.02.03-.04.04-.06a.24.24 0 00.03-.104v-3.267a.227.227 0 00-.04-.13.392.392 0 00-.144-.156.476.476 0 00-.135-.063.158.158 0 00-.044-.01h-.175a.223.223 0 01-.06-.01.585.585 0 01-.07-.025.7.7 0 01-.064-.037.358.358 0 01-.107-.107.7.7 0 01-.037-.065.585.585 0 01-.025-.07.237.237 0 01-.01-.064v-.578a.34.34 0 01.035-.154c.01-.02.023-.04.04-.06a.511.511 0 01.154-.134.354.354 0 01.144-.035h1.09a.354.354 0 01.134.035c.025.01.048.021.071.034a.281.281 0 01.06.045c.02.02.036.04.05.062a.813.813 0 01.035.063.3.3 0 01.034.134zm8.741-.503h3.218c.05 0 .096.01.139.03a.583.583 0 01.22.207c.02.035.03.064.034.087a.218.218 0 010 .08v4.323a.176.176 0 01-.012.054.584.584 0 01-.028.065.404.404 0 01-.09.12.818.818 0 01-.054.05.312.312 0 01-.06.04.23.23 0 01-.065.03.27.27 0 01-.074.01h-2.117a.62.62 0 00-.438.194.715.715 0 00-.15.204.693.693 0 00-.04.112.443.443 0 00-.015.112v2.136c0 .034.004.07.013.107.008.039.019.076.032.112.017.034.036.069.057.105a.553.553 0 00.271.244c.04.017.079.03.115.042.037.012.07.018.1.018h2.172c.05 0 .097.012.144.037a.442.442 0 01.12.092c.036.04.066.085.09.135.022.05.034.101.034.154a.488.488 0 01-.105.299.423.423 0 01-.122.1.33.33 0 01-.161.04h-3.213a.299.299 0 01-.14-.04.374.374 0 01-.07-.04 1.099 1.099 0 01-.064-.05 1.099 1.099 0 01-.05-.065.374.374 0 01-.04-.07.323.323 0 01-.034-.134l-.005-2.147v-2.146a.34.34 0 01.04-.155.243.243 0 01.042-.072.513.513 0 01.117-.112.229.229 0 01.07-.035.31.31 0 01.124-.035h2.127a.4.4 0 00.117-.017c.038-.012.077-.026.117-.042a.584.584 0 00.204-.155.434.434 0 00.07-.092.821.821 0 00.087-.216.585.585 0 00.012-.12v-2.097a.527.527 0 00-.012-.112 1.128 1.128 0 00-.032-.117.739.739 0 00-.217-.286.494.494 0 00-.102-.062.55.55 0 00-.11-.05.362.362 0 00-.114-.02h-2.157a.305.305 0 01-.12-.035.513.513 0 01-.187-.157.384.384 0 01-.042-.396.507.507 0 01.1-.144.36.36 0 01.254-.12zm9.11 4.159h2.196a.55.55 0 00.518-.356.594.594 0 00.045-.232v-2.112a.594.594 0 00-.165-.418.558.558 0 00-.398-.174h-2.197a.52.52 0 00-.221.047.566.566 0 00-.177.127.66.66 0 00-.122.187.567.567 0 00-.047.231v2.112c0 .083.015.16.047.232a.66.66 0 00.122.186.534.534 0 00.398.17zm.03 4.248h2.136c.08 0 .156-.016.229-.047a.651.651 0 00.19-.122.57.57 0 00.179-.414v-2.226a.555.555 0 00-.18-.413.651.651 0 00-.189-.122.572.572 0 00-.23-.048H221.2a.567.567 0 00-.231.048.74.74 0 00-.192.122.572.572 0 00-.174.413v2.226c0 .08.015.156.047.227a.61.61 0 00.127.187c.056.05.12.09.192.122a.567.567 0 00.231.047zm-2.56.448v-3.934a.21.21 0 01.034-.115.251.251 0 01.08-.09l.075-.05a.446.446 0 01.239-.069h.289a.157.157 0 00.06-.015l.064-.03a.763.763 0 00.14-.104.895.895 0 00.1-.12.226.226 0 00.039-.114v-3.81a.451.451 0 01.045-.18.963.963 0 01.045-.08.268.268 0 01.054-.064.318.318 0 01.065-.057.603.603 0 01.174-.083h2.122l2.122-.005c.05 0 .103.017.16.05l.084.055a.4.4 0 01.08.07c.04.036.07.074.09.112.02.038.034.072.044.102a.555.555 0 01.015.134v3.76c0 .024.004.048.012.073a.514.514 0 00.028.067.23.23 0 00.042.065l.052.055a.783.783 0 00.12.08l.08.027a.266.266 0 00.08.012h.253a.28.28 0 01.144.045c.02.01.04.023.06.04a.7.7 0 00.06.045.292.292 0 01.08.12c.02.049.03.095.03.139l-.005 1.085v2.794a.29.29 0 01-.013.083 1.191 1.191 0 01-.027.082.963.963 0 01-.1.154.423.423 0 01-.139.11.535.535 0 01-.08.032.266.266 0 01-.08.012h-6.33a.282.282 0 01-.09-.014.997.997 0 01-.089-.035.436.436 0 01-.085-.05.697.697 0 01-.136-.14.67.67 0 01-.048-.08.409.409 0 01-.04-.164zm17.018-8.855c.046 0 .094.008.144.023.05.014.093.04.13.077.04.033.072.077.097.132a.46.46 0 01.037.191.37.37 0 01-.04.197.449.449 0 01-.353.237h-1.584l-1.579-.005a.455.455 0 00-.11.015.667.667 0 00-.221.1.636.636 0 00-.097.079.606.606 0 00-.16.21.855.855 0 00-.042.114.409.409 0 00-.017.114l.004 1.056v1.056c0 .063.015.131.045.204.03.073.072.14.125.2.03.033.062.064.097.094s.07.055.107.075c.04.023.081.041.125.055.043.013.088.02.134.02h3.183a.3.3 0 01.134.034c.023.01.046.024.07.043a.452.452 0 01.112.115.25.25 0 01.032.061.243.243 0 01.028.07.332.332 0 01.007.07v4.308a.327.327 0 01-.035.144.32.32 0 01-.035.063.444.444 0 01-.18.162.34.34 0 01-.143.034h-4.284a.285.285 0 01-.134-.037.635.635 0 01-.13-.092.585.585 0 01-.092-.135.341.341 0 01-.037-.154c0-.063 0-.122-.003-.177a.266.266 0 01.028-.137c.02-.04.059-.071.117-.094a.762.762 0 01.266-.035h3.183a.472.472 0 00.114-.015.667.667 0 00.115-.04 1.89 1.89 0 00.11-.065.583.583 0 00.1-.08.54.54 0 00.134-.184.534.534 0 00.054-.229v-2.176a.508.508 0 00-.06-.21.557.557 0 00-.067-.109 1.04 1.04 0 00-.087-.1 1.04 1.04 0 00-.194-.134.496.496 0 00-.194-.045h-3.208a.215.215 0 01-.067-.012.545.545 0 01-.212-.122.474.474 0 01-.09-.125.332.332 0 01-.034-.14v-4.307a.357.357 0 01.017-.07.436.436 0 01.17-.237l.062-.042a.645.645 0 01.154-.05h2.127l2.127.005zm8.088 4.517a.432.432 0 01-.08-.007.827.827 0 01-.074-.018.228.228 0 01-.068-.032.414.414 0 01-.057-.047.296.296 0 01-.085-.115.374.374 0 01-.025-.064.27.27 0 01-.01-.075v-3.277a.27.27 0 01.01-.075.374.374 0 01.025-.065.355.355 0 01.085-.114.365.365 0 01.279-.105h2.122a.393.393 0 01.149.03c.053.02.096.045.13.075.033.03.06.068.084.114a.31.31 0 01.035.14v3.277a.29.29 0 01-.035.14.28.28 0 01-.085.114.358.358 0 01-.129.08.919.919 0 01-.072.017.393.393 0 01-.077.007h-2.122zm-2.107 3.213a.439.439 0 01-.299-.115.37.37 0 01-.12-.269v-5.374a.37.37 0 01.12-.269.438.438 0 01.593 0 .404.404 0 01.09.12.33.33 0 01.035.15v5.373a.33.33 0 01-.035.15.404.404 0 01-.09.12.376.376 0 01-.132.084.444.444 0 01-.162.03zm-2.131 0a.439.439 0 01-.165-.03.381.381 0 01-.13-.085.34.34 0 01-.124-.269v-5.374a.35.35 0 01.125-.269.381.381 0 01.13-.084c.049-.02.104-.03.164-.03.06 0 .114.01.164.03.05.02.093.048.13.084a.34.34 0 01.124.27v5.373a.35.35 0 01-.125.27.381.381 0 01-.13.084.439.439 0 01-.163.03z" })))))));
|
|
19
|
+
};
|
|
20
|
+
export default AccountNumberImage;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { fallbackValues } from "./Icons.theme";
|
|
3
|
+
import { themeComponent } from "../../../util/themeUtils";
|
|
4
|
+
var AccountsAddIcon = function (_a) {
|
|
5
|
+
var themeValues = _a.themeValues;
|
|
6
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "100", height: "100", viewBox: "0 0 100 100" },
|
|
7
|
+
React.createElement("defs", null,
|
|
8
|
+
React.createElement("path", { id: "a", d: "M0 0H100V100H0z" })),
|
|
9
|
+
React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1" },
|
|
10
|
+
React.createElement("mask", { id: "b", fill: themeValues.primaryColor },
|
|
11
|
+
React.createElement("use", { xlinkHref: "#a" })),
|
|
12
|
+
React.createElement("path", { fill: themeValues.primaryColor, d: "M66.728 11.967c.566 0 1.024.466 1.024 1.042v18.508h6.362c.527 0 .962.406 1.018.928l.006.114v42.7c-2.433 2.351-4.911 4.22-7.386 5.687v.024s-.311.19-.898.49c-17.526 9.718-34.635-.176-34.635-.176v-1.02c-4.533-2.49-7.386-5.006-7.386-5.006V13.01c0-.576.459-1.042 1.025-1.042h40.87z", mask: "url(#b)" }),
|
|
13
|
+
React.createElement("path", { fill: themeValues.accentColor, fillRule: "nonzero", d: "M63.551 84.435l-.22.087A36.867 36.867 0 0150 87c-20.435 0-37-16.588-37-37.05a36.96 36.96 0 0110.865-26.227V13.01c0-1.056.81-1.927 1.843-2.004l.15-.005h40.87a2 2 0 011.986 1.86l.006.15v8.085L68.746 18a37.09 37.09 0 014.464 3.095A36.994 36.994 0 0187 49.95a36.915 36.915 0 01-5.216 18.978 12.433 12.433 0 00-1.743-2.803 34.02 34.02 0 004.062-16.175A34.09 34.09 0 0071.39 23.353a34.268 34.268 0 00-2.67-1.952l-.002 9.536c.185-.227.477-.387.89-.387h4.505c1.053 0 1.91.822 1.986 1.86l.005.149.002 30.394a12.38 12.38 0 00-1.936-.796L74.17 39.74h-5.451l.001 21.957c-.663.09-1.31.233-1.935.424V20.19H25.8v53.82C31.978 80.24 40.539 84.1 50 84.1c3.871 0 7.592-.646 11.06-1.837.73.83 1.567 1.562 2.491 2.173zm-4.016-4.331l-11.28-.001V76.38h9.926a12.374 12.374 0 001.354 3.724zm-35.67-52.095a34.047 34.047 0 00-7.968 21.941 34.039 34.039 0 007.968 21.939v-43.88zM61.68 64.1c.31 0 .586.146.763.373a12.463 12.463 0 00-1.731 1.76v-.199H31.873v2.931h27.166c-.276.62-.504 1.266-.677 1.934H30.906a.967.967 0 01-.96-.854l-.007-.113v-4.865c0-.496.373-.904.854-.96l.113-.007h30.773zm0-8.734c.496 0 .905.373.96.855l.007.112v4.865a.967.967 0 01-.854.961l-.113.007H30.906a.967.967 0 01-.96-.855l-.007-.113v-4.865c0-.496.373-.905.854-.96l.113-.007h30.773zM60.71 57.3H31.873v2.931h28.838V57.3zm-14.418-6.751a.967.967 0 01.113 1.928l-.113.006H30.906a.967.967 0 01-.113-1.928l.113-.006h15.387zm15.386-11.266c.496 0 .905.374.96.855l.007.113v4.865a.967.967 0 01-.854.96l-.113.007H30.906a.967.967 0 01-.96-.855l-.007-.112V40.25c0-.496.373-.905.854-.961l.113-.007h30.773zm-.968 1.934H31.873v2.931h28.838v-2.931zm.968-10.667c.496 0 .905.374.96.855l.007.112v4.865a.967.967 0 01-.854.961l-.113.007H30.906a.967.967 0 01-.96-.855l-.007-.113v-4.865c0-.496.373-.904.854-.96l.113-.007h30.773zm-.968 1.934H31.873v2.931h28.838v-2.931zm-14.418-6.752a.967.967 0 01.113 1.928l-.113.007H30.906a.967.967 0 01-.113-1.928l.113-.007h15.387z", mask: "url(#b)" }),
|
|
14
|
+
React.createElement("path", { fill: themeValues.subIconColor, d: "M70.42 61.582c6.88 0 12.458 5.578 12.458 12.459 0 6.88-5.577 12.458-12.458 12.458-6.88 0-12.458-5.578-12.458-12.458 0-6.881 5.578-12.459 12.458-12.459zm.82 6.721H69.6v4.918h-4.917v1.64H69.6v4.917h1.639V74.86h4.918v-1.64H71.24v-4.917z", mask: "url(#b)" }))));
|
|
15
|
+
};
|
|
16
|
+
export default themeComponent(AccountsAddIcon, "Icons", fallbackValues, "info");
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { fallbackValues } from "./Icons.theme";
|
|
3
|
+
import { themeComponent } from "../../../util/themeUtils";
|
|
4
|
+
var AccountsIcon = function (_a) {
|
|
5
|
+
var themeValues = _a.themeValues;
|
|
6
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "100", height: "100", viewBox: "0 0 100 100" },
|
|
7
|
+
React.createElement("defs", null,
|
|
8
|
+
React.createElement("path", { id: "a", d: "M0 0H100V100H0z" })),
|
|
9
|
+
React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1" },
|
|
10
|
+
React.createElement("mask", { id: "b", fill: themeValues.primaryColor },
|
|
11
|
+
React.createElement("use", { xlinkHref: "#a" })),
|
|
12
|
+
React.createElement("path", { fill: themeValues.primaryColor, d: "M66.728 11.967c.566 0 1.024.466 1.024 1.042v18.508h6.362c.527 0 .962.406 1.018.928l.006.114v42.7c-2.433 2.351-4.911 4.22-7.386 5.687v.024s-.311.19-.898.49c-17.526 9.718-34.635-.176-34.635-.176v-1.02c-4.533-2.49-7.386-5.006-7.386-5.006V13.01c0-.576.459-1.042 1.025-1.042h40.87z", mask: "url(#b)" }),
|
|
13
|
+
React.createElement("path", { fill: themeValues.accentColor, fillRule: "nonzero", d: "M66.728 11a2 2 0 011.986 1.86l.006.15v8.085L68.746 18a37.09 37.09 0 014.464 3.095A36.994 36.994 0 0187 49.95C87 70.412 70.435 87 50 87S13 70.412 13 49.95a36.96 36.96 0 0110.865-26.227V13.01c0-1.056.81-1.927 1.843-2.004l.15-.005h40.87zm.057 9.19H25.8v53.82C31.978 80.24 40.539 84.1 50 84.1c6.102 0 11.83-1.605 16.786-4.417l-.001-59.492zm-5.106 56.19v3.723H48.254V76.38H61.68zM74.17 39.74h-5.451l.001 38.758a34.276 34.276 0 005.45-4.458v-34.3zM68.72 21.4l-.001 9.536c.185-.227.477-.387.89-.387h4.505c1.053 0 1.91.822 1.986 1.86l.005.149.001 39.364a34.039 34.039 0 007.997-21.973A34.09 34.09 0 0071.39 23.353a34.268 34.268 0 00-2.67-1.952zm-52.823 28.55a34.039 34.039 0 007.968 21.938v-43.88a34.047 34.047 0 00-7.968 21.941zM61.68 64.1c.534 0 .967.432.967.966v4.865a.967.967 0 01-.967.968H30.906a.967.967 0 01-.967-.968v-4.865c0-.534.433-.967.967-.967zm-.968 1.933H31.873v2.931h28.838v-2.931zm.968-10.668c.534 0 .967.433.967.967v4.865a.967.967 0 01-.967.968H30.906a.967.967 0 01-.967-.968v-4.865c0-.534.433-.967.967-.967zM60.71 57.3H31.873v2.931h28.838V57.3zm-14.418-6.751a.967.967 0 01.113 1.928l-.113.006H30.906a.967.967 0 01-.113-1.928l.113-.006h15.387zm15.386-11.266c.534 0 .967.433.967.968v4.865a.967.967 0 01-.967.967H30.906a.967.967 0 01-.967-.967V40.25c0-.535.433-.968.967-.968zm-.968 1.934H31.873v2.931h28.838v-2.931zm.968-10.667c.534 0 .967.433.967.967v4.865a.967.967 0 01-.967.968H30.906a.967.967 0 01-.967-.968v-4.865c0-.534.433-.967.967-.967zm-.968 1.934H31.873v2.931h28.838v-2.931zm-14.418-6.752a.967.967 0 01.113 1.928l-.113.007H30.906a.967.967 0 01-.113-1.928l.113-.007h15.387z", mask: "url(#b)" }))));
|
|
14
|
+
};
|
|
15
|
+
export default themeComponent(AccountsIcon, "Icons", fallbackValues, "info");
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { fallbackValues } from "./Icons.theme";
|
|
3
|
+
import { themeComponent } from "../../../util/themeUtils";
|
|
4
|
+
var AccountsIconSmall = function (_a) {
|
|
5
|
+
var themeValues = _a.themeValues;
|
|
6
|
+
return (React.createElement("svg", { width: "22px", height: "22px", viewBox: "1 0 22 25", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", style: { display: "inline-block", verticalAlign: "text-bottom" } },
|
|
7
|
+
React.createElement("defs", null,
|
|
8
|
+
React.createElement("rect", { id: "path-1-accountssmall", x: "0", y: "0", width: "29", height: "27" })),
|
|
9
|
+
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
|
|
10
|
+
React.createElement("g", null,
|
|
11
|
+
React.createElement("g", null,
|
|
12
|
+
React.createElement("g", null,
|
|
13
|
+
React.createElement("g", null,
|
|
14
|
+
React.createElement("g", null,
|
|
15
|
+
React.createElement("mask", { id: "mask-2-accountssmall", fill: "white" },
|
|
16
|
+
React.createElement("use", { xlinkHref: "#path-1-accountssmall" })),
|
|
17
|
+
React.createElement("g", null),
|
|
18
|
+
React.createElement("path", { d: "M1.875,17.9609424 L4.30077547,13.8125148 C4.60546242,13.2968908 5.01561733,12.8867359 5.53124128,12.5820489 C6.04686523,12.277362 6.60936389,12.1250188 7.21873726,12.1250188 L7.21873726,12.1250188 L18.7499598,12.1250188 L18.7499598,10.4375228 C18.7499598,9.9687741 18.5858975,9.57033719 18.2577734,9.24221315 C17.9296494,8.91408911 17.5312125,8.75002682 17.0624638,8.75002682 L17.0624638,8.75002682 L11.4374772,8.75002682 L9.18748257,6.50003219 L3.56249598,6.50003219 C3.09374727,6.50003219 2.69531037,6.66409447 2.36718633,6.99221851 C2.03906229,7.32034255 1.875,7.71877946 1.875,8.18752816 L1.875,8.18752816 L1.875,17.9609424 Z M17.519494,20 C17.9179303,20 18.2929296,19.900391 18.6444913,19.7011726 C18.9960529,19.5019541 19.2655837,19.2265643 19.4530831,18.8750027 L19.4530831,18.8750027 L22.0194832,14.5156381 C22.1835455,14.2343887 22.1835455,13.9531394 22.0194832,13.6718901 C21.8554209,13.3906408 21.6093278,13.2500161 21.2812037,13.2500161 L21.2812037,13.2500161 L7.21873726,13.2500161 C6.82030089,13.2500161 6.4453016,13.3496251 6.09373994,13.5488435 C5.74217828,13.748062 5.47264749,14.0234517 5.28514812,14.3750134 L5.28514812,14.3750134 L2.71874799,18.734378 C2.5546857,19.0156273 2.5546857,19.2968767 2.71874799,19.578126 C2.88281028,19.8593753 3.12890344,20 3.45702748,20 L3.45702748,20 L17.519494,20 Z", fill: themeValues.singleIconColor, fillRule: "nonzero", mask: "url(#mask-2-accountssmall)" })))))))));
|
|
19
|
+
};
|
|
20
|
+
export default themeComponent(AccountsIconSmall, "Icons", fallbackValues, "primary");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var AchReturnIcon = function () { return (React.createElement("svg", { width: "32px", height: "32px", viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
|
|
3
|
+
React.createElement("g", { id: "STOR-3203", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
|
|
4
|
+
React.createElement("g", { id: "Icons", transform: "translate(-64.000000, -64.000000)", fill: "#B34A00" },
|
|
5
|
+
React.createElement("path", { d: "M80,64 C88.836556,64 96,71.163444 96,80 C96,88.836556 88.836556,96 80,96 C71.163444,96 64,88.836556 64,80 C64,71.163444 71.163444,64 80,64 Z M77.4246212,73.2824856 C77.2293591,73.0872234 76.9127766,73.0872234 76.7175144,73.2824856 L76.7175144,73.2824856 L70.3535534,79.6464466 C70.1582912,79.8417088 70.1582912,80.1582912 70.3535534,80.3535534 L70.3535534,80.3535534 L76.7175144,86.7175144 C76.9127766,86.9127766 77.2293591,86.9127766 77.4246212,86.7175144 L77.4246212,86.7175144 L78.131728,86.0104076 C78.3269901,85.8151455 78.3269901,85.498563 78.131728,85.3033009 L78.131728,85.3033009 L73.8271068,80.999039 L89.5,81 C89.7761424,81 90,80.7761424 90,80.5 L90,80.5 L90,79.5 C90,79.2238576 89.7761424,79 89.5,79 L89.5,79 L73.8281068,78.999039 L78.131728,74.6966991 C78.3269901,74.501437 78.3269901,74.1848545 78.131728,73.9895924 L78.131728,73.9895924 Z", id: "status-icon---ach-return" }))))); };
|
|
6
|
+
export default AchReturnIcon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var AllocatedIcon = function () { return (React.createElement("svg", { width: "32px", height: "32px", viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
|
|
3
|
+
React.createElement("g", { id: "STOR-3203", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
|
|
4
|
+
React.createElement("g", { id: "Icons", transform: "translate(-64.000000, -112.000000)", fill: "#D11053" },
|
|
5
|
+
React.createElement("path", { d: "M80,112 C88.836556,112 96,119.163444 96,128 C96,136.836556 88.836556,144 80,144 C71.163444,144 64,136.836556 64,128 C64,119.163444 71.163444,112 80,112 Z M83,120 L73,120 C72.4477153,120 72,120.447715 72,121 L72,121 L72,131 C72,131.552285 72.4477153,132 73,132 L73,132 L76,132 L76,135 C76,135.552285 76.4477153,136 77,136 L77,136 L87,136 C87.5522847,136 88,135.552285 88,135 L88,135 L88,125 C88,124.447715 87.5522847,124 87,124 L87,124 L84,124 L84,121 C84,120.447715 83.5522847,120 83,120 L83,120 Z M86.5,126.56 L86.5,134.5 L78.56,134.5 L86.5,126.56 Z M85.438,125.5 L77.5,133.438 L77.5,125.5 L85.438,125.5 Z M82.5,121.5 L82.5,124 L77,124 C76.4477153,124 76,124.447715 76,125 L76,125 L76,130.5 L73.5,130.5 L73.5,121.5 L82.5,121.5 Z", id: "status-icon---allocated" }))))); };
|
|
6
|
+
export default AllocatedIcon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SEA_GREEN } from "../../../constants/colors";
|
|
3
|
+
var AutopayOnIcon = function () { return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "13", viewBox: "0 0 12 13" },
|
|
4
|
+
React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1" },
|
|
5
|
+
React.createElement("path", { className: "autopayIcon", fill: SEA_GREEN, fillRule: "nonzero", d: "M1.898 5.75c.079 0 .141-.02.188-.059a.281.281 0 00.094-.152 3.825 3.825 0 011.394-2.144A3.838 3.838 0 016 2.563c.5 0 .98.09 1.441.27.461.179.88.44 1.254.784l-.984.985A.542.542 0 007.547 5c0 .156.055.29.164.398.11.11.242.165.398.165h3.141c.156 0 .289-.055.398-.165A.542.542 0 0011.812 5V1.86a.542.542 0 00-.164-.399.542.542 0 00-.398-.164.542.542 0 00-.398.164l-.844.844A5.699 5.699 0 006 .688c-.938 0-1.809.207-2.613.62-.805.415-1.48.981-2.028 1.7A5.726 5.726 0 00.281 5.422a.265.265 0 00.059.223c.055.07.129.105.222.105h1.336zM6 12.312c.937 0 1.809-.207 2.613-.62a5.919 5.919 0 002.028-1.7 5.726 5.726 0 001.078-2.414.265.265 0 00-.059-.223.267.267 0 00-.223-.105h-1.335c-.079 0-.141.02-.188.059a.281.281 0 00-.094.152 3.825 3.825 0 01-1.394 2.144c-.711.555-1.52.833-2.426.833-.5 0-.98-.09-1.441-.27a3.985 3.985 0 01-1.254-.785l.984-.985A.542.542 0 004.453 8a.542.542 0 00-.164-.398.542.542 0 00-.398-.164H.75a.542.542 0 00-.398.164A.542.542 0 00.187 8v3.14c0 .157.055.29.165.4.109.108.242.163.398.163.156 0 .29-.055.398-.164l.844-.844A5.699 5.699 0 006 12.312z" })))); };
|
|
6
|
+
export default AutopayOnIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export var BankIcon = function () {
|
|
3
|
+
return (React.createElement("svg", { width: "28", height: "18", viewBox: "0 0 28 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
4
|
+
React.createElement("path", { d: "M0 2.25C0 1.00736 1.04467 0 2.33333 0H25.6667C26.9553 0 28 1.00736 28 2.25V15.75C28 16.9926 26.9553 18 25.6667 18H2.33333C1.04467 18 0 16.9926 0 15.75V2.25Z", fill: "#E4F4FD" }),
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.6667 1.125H2.33333C1.689 1.125 1.16667 1.62868 1.16667 2.25V15.75C1.16667 16.3713 1.689 16.875 2.33333 16.875H25.6667C26.311 16.875 26.8333 16.3713 26.8333 15.75V2.25C26.8333 1.62868 26.311 1.125 25.6667 1.125ZM2.33333 0C1.04467 0 0 1.00736 0 2.25V15.75C0 16.9926 1.04467 18 2.33333 18H25.6667C26.9553 18 28 16.9926 28 15.75V2.25C28 1.00736 26.9553 0 25.6667 0H2.33333ZM18.4756 11.1252C18.4104 11.2172 18.3718 11.347 18.3718 11.4999C18.3718 11.5505 18.3658 11.5998 18.3544 11.6469C18.3311 11.7436 18.2853 11.8316 18.2229 11.9049C18.1656 11.9723 18.0967 12.0248 18.0213 12.0615C17.9536 12.0947 17.879 12.116 17.8003 12.1226C17.6813 12.1329 17.559 12.1093 17.4489 12.0495C17.4231 12.0354 17.3983 12.0196 17.3748 12.0022C16.6524 11.4672 16.0958 11.1625 15.6779 11.0075C15.2573 10.8515 15.0222 10.8633 14.91 10.8937C14.7685 10.932 14.6218 11.0893 14.6218 11.4999C14.6218 11.8451 14.342 12.1249 13.9968 12.1249C13.6516 12.1249 13.3718 11.8451 13.3718 11.4999C13.3718 10.9066 13.6002 9.95314 14.5836 9.68706C15.0339 9.56522 15.5488 9.62644 16.1126 9.83555C16.4942 9.9771 16.9192 10.194 17.3936 10.4965C17.413 10.4649 17.4336 10.4336 17.4555 10.4027C17.7111 10.0418 18.1047 9.78289 18.6225 9.67782C19.6045 9.47855 21.0261 9.82934 23.0502 10.9535C23.352 11.1211 23.4607 11.5016 23.2931 11.8033C23.1256 12.1051 22.7451 12.2139 22.4433 12.0463C20.4675 10.9489 19.3891 10.7977 18.8711 10.9028C18.6389 10.95 18.5325 11.0448 18.4756 11.1252ZM20.8718 6.49995C20.8718 6.84512 20.5919 7.12494 20.2468 7.12494H13.9968C13.6517 7.12494 13.3718 6.84512 13.3718 6.49995C13.3718 6.15477 13.6517 5.87495 13.9968 5.87495H20.2468C20.5919 5.87495 20.8718 6.15477 20.8718 6.49995ZM6.85743 4H8.42975C8.50197 4 8.57124 4.02869 8.62231 4.07976C8.67338 4.13083 8.70207 4.20009 8.70207 4.27232V5.07732C9.29939 5.22246 9.86896 5.47643 10.3809 5.83049C10.4374 5.87252 10.475 5.93511 10.4857 6.0047C10.4963 6.07429 10.4791 6.14527 10.4377 6.20226L9.64447 7.3223C9.60537 7.38038 9.54524 7.421 9.47676 7.43558C9.40828 7.45016 9.33681 7.43756 9.27744 7.40044C8.68465 7.00636 7.99283 6.78724 7.28125 6.7682C6.74846 6.7682 6.48798 6.98368 6.48798 7.27731V7.30099C6.48798 7.66329 6.7603 7.82194 7.8685 8.07058C9.67762 8.46602 10.8095 9.05328 10.8095 10.5356V10.5569C10.8095 11.8417 10.0025 12.7126 8.70674 13.0164V13.7631C8.70676 13.7948 8.7004 13.8262 8.68806 13.8554C8.67572 13.8846 8.65763 13.911 8.63488 13.9331C8.61214 13.9552 8.58519 13.9725 8.55564 13.984C8.52609 13.9954 8.49453 14.0008 8.46284 13.9999H6.82659C6.76378 13.9999 6.70354 13.9749 6.65913 13.9305C6.61473 13.8861 6.58979 13.8259 6.58979 13.7631V13.0623C5.69326 12.9149 4.84051 12.5514 4.10818 11.9967C4.07832 11.9745 4.05341 11.9464 4.03502 11.9141C4.01664 11.8818 4.00518 11.846 4.00139 11.809C3.9976 11.772 4.00157 11.7346 4.01303 11.6993C4.02448 11.6639 4.04318 11.6313 4.06793 11.6036L4.94881 10.5546C4.9921 10.5011 5.05402 10.4661 5.1221 10.4564C5.19018 10.4468 5.2594 10.4632 5.31585 10.5025C6.00025 11.0138 6.82956 11.2941 7.68381 11.3028C8.2829 11.3028 8.59784 11.0992 8.59784 10.7606V10.7369C8.59784 10.3983 8.33973 10.2278 7.25284 9.96968C5.56922 9.5837 4.2692 9.11011 4.2692 7.49279V7.46911C4.2692 6.20484 5.1314 5.24085 6.58511 4.99751V4.27232C6.58511 4.20009 6.6138 4.13083 6.66487 4.07976C6.71594 4.02869 6.7852 4 6.85743 4Z", fill: "#15749D" })));
|
|
6
|
+
};
|
|
7
|
+
export default BankIcon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var CalendarIcon = function () { return (React.createElement("svg", { width: "32px", height: "32px", viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
|
|
3
|
+
React.createElement("g", { id: "STOR-3203", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
|
|
4
|
+
React.createElement("g", { id: "Icons", transform: "translate(-64.000000, -352.000000)", fill: "#6D717E" },
|
|
5
|
+
React.createElement("path", { d: "M80,384 C88.836556,384 96,376.836556 96,368 C96,359.163444 88.836556,352 80,352 C71.163444,352 64,359.163444 64,368 C64,376.836556 71.163444,384 80,384 Z M73,362 L87,362 C87.5522847,362 88,362.447715 88,363 L88,375 C88,375.552285 87.5522847,376 87,376 L73,376 C72.4477153,376 72,375.552285 72,375 L72,363 C72,362.447715 72.4477153,362 73,362 Z M86.5,366 L86.5,374.5 L73.5,374.5 L73.5,366 L86.5,366 Z M76.25,360.5 C76.3880712,360.5 76.5,360.611929 76.5,360.75 L76.5,362 L75,362 L75,360.75 C75,360.611929 75.1119288,360.5 75.25,360.5 L76.25,360.5 Z M84.75,360.5 C84.8880712,360.5 85,360.611929 85,360.75 L85,362 L83.5,362 L83.5,360.75 C83.5,360.611929 83.6119288,360.5 83.75,360.5 L84.75,360.5 Z", id: "status-icon---calendar" }))))); };
|
|
6
|
+
export default CalendarIcon;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { fallbackValues } from "./Icons.theme";
|
|
3
|
+
import { themeComponent } from "../../../util/themeUtils";
|
|
4
|
+
var CarrotIcon = function (_a) {
|
|
5
|
+
var themeValues = _a.themeValues;
|
|
6
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "10", height: "5", viewBox: "0 0 10 5" },
|
|
7
|
+
React.createElement("defs", null,
|
|
8
|
+
React.createElement("path", { id: "carrot-path-1", d: "M6.99999958 9.9999994L11.9999993 14.9999991 16.999999 9.9999994z" })),
|
|
9
|
+
React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1" },
|
|
10
|
+
React.createElement("g", { transform: "translate(-423 -974)" },
|
|
11
|
+
React.createElement("g", { transform: "translate(372 958)" },
|
|
12
|
+
React.createElement("g", { transform: "translate(44 6)" },
|
|
13
|
+
React.createElement("mask", { id: "carrot-mask-2", fill: "#fff" },
|
|
14
|
+
React.createElement("use", { xlinkHref: "#carrot-path-1" })),
|
|
15
|
+
React.createElement("use", { fill: "#000", xlinkHref: "#carrot-path-1" }),
|
|
16
|
+
React.createElement("g", { fill: themeValues.singleIconColor, fillRule: "nonzero", mask: "url(#carrot-mask-2)" },
|
|
17
|
+
React.createElement("g", null,
|
|
18
|
+
React.createElement("path", { d: "M0 0H24V24H0z" })))))))));
|
|
19
|
+
};
|
|
20
|
+
export default themeComponent(CarrotIcon, "Icons", fallbackValues, "darkMode");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var CashIcon = function () {
|
|
3
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "36", height: "24", fill: "none", viewBox: "0 0 36 24" },
|
|
4
|
+
React.createElement("rect", { width: "36", height: "24", fill: "#E8FFEF", rx: "1" }),
|
|
5
|
+
React.createElement("path", { fill: "#317D4F", d: "M17.178 5.464v1.372c-1.799.294-3.115 1.407-3.094 3.08.021 1.645 1.05 2.597 2.611 2.884l1.617.308c.924.182 1.365.406 1.365 1.085 0 .609-.553 1.092-1.484 1.092-1.036 0-1.743-.455-1.932-1.267l-2.478.021c.175 1.834 1.414 2.8 3.374 3.038v1.197h2.023V17.07c1.876-.266 3.024-1.33 3.024-2.877 0-1.617-.798-2.751-2.702-3.178l-1.603-.357c-.994-.231-1.267-.497-1.267-1.029 0-.546.511-1.015 1.596-1.015 1.015 0 1.302.511 1.393 1.267l2.415-.014c.05-1.484-1.043-2.695-2.835-3.024V5.464h-2.023z" })));
|
|
6
|
+
};
|
|
7
|
+
export default CashIcon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var ChargebackIcon = function () { return (React.createElement("svg", { width: "32px", height: "32px", viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
|
|
3
|
+
React.createElement("g", { id: "STOR-3203", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
|
|
4
|
+
React.createElement("g", { id: "Icons", transform: "translate(-64.000000, -160.000000)", fill: "#B34A00" },
|
|
5
|
+
React.createElement("path", { d: "M80,192 C88.836556,192 96,184.836556 96,176 C96,167.163444 88.836556,160 80,160 C71.163444,160 64,167.163444 64,176 C64,184.836556 71.163444,192 80,192 Z M89,170 C89.5522847,170 90,170.447715 90,171 L90,181 C90,181.552285 89.5522847,182 89,182 L75,182 C74.4477153,182 74,181.552285 74,181 L74,171 C74,170.447715 74.4477153,170 75,170 L89,170 Z M89,176 L75,176 L75,181 L89,181 L89,176 Z M71.8535534,172.853553 C71.9473216,172.947322 72,173.074499 72,173.207107 L72,178.792893 C72,179.069036 71.7761424,179.292893 71.5,179.292893 C71.3673918,179.292893 71.2402148,179.240215 71.1464466,179.146447 L68.3535534,176.353553 C68.1582912,176.158291 68.1582912,175.841709 68.3535534,175.646447 L71.1464466,172.853553 C71.3417088,172.658291 71.6582912,172.658291 71.8535534,172.853553 Z M86.75,177.75 C87.0261424,177.75 87.25,177.973858 87.25,178.25 L87.25,178.75 C87.25,179.026142 87.0261424,179.25 86.75,179.25 L84.75,179.25 C84.4738576,179.25 84.25,179.026142 84.25,178.75 L84.25,178.25 C84.25,177.973858 84.4738576,177.75 84.75,177.75 L86.75,177.75 Z M89,171 L75,171 L75,173.5 L89,173.5 L89,171 Z", id: "status-icon---chargeback" }))))); };
|
|
6
|
+
export default ChargebackIcon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var ChargebackReversalIcon = function () { return (React.createElement("svg", { width: "32px", height: "32px", viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
|
|
3
|
+
React.createElement("g", { id: "STOR-3203", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
|
|
4
|
+
React.createElement("g", { id: "Icons", transform: "translate(-64.000000, -208.000000)", fill: "#B34A00" },
|
|
5
|
+
React.createElement("path", { d: "M80,240 C88.836556,240 96,232.836556 96,224 C96,215.163444 88.836556,208 80,208 C71.163444,208 64,215.163444 64,224 C64,232.836556 71.163444,240 80,240 Z M85,218 C85.5522847,218 86,218.447715 86,219 L86,229 C86,229.552285 85.5522847,230 85,230 L71,230 C70.4477153,230 70,229.552285 70,229 L70,219 C70,218.447715 70.4477153,218 71,218 L85,218 Z M85,224 L71,224 L71,229 L85,229 L85,224 Z M88.1464466,220.853553 C88.3417088,220.658291 88.6582912,220.658291 88.8535534,220.853553 L88.8535534,220.853553 L91.6464466,223.646447 C91.8417088,223.841709 91.8417088,224.158291 91.6464466,224.353553 L91.6464466,224.353553 L88.8535534,227.146447 C88.7597852,227.240215 88.6326082,227.292893 88.5,227.292893 C88.2238576,227.292893 88,227.069036 88,226.792893 L88,226.792893 L88,221.207107 C88,221.074499 88.0526784,220.947322 88.1464466,220.853553 Z M82.75,225.75 C83.0261424,225.75 83.25,225.973858 83.25,226.25 L83.25,226.75 C83.25,227.026142 83.0261424,227.25 82.75,227.25 L80.75,227.25 C80.4738576,227.25 80.25,227.026142 80.25,226.75 L80.25,226.25 C80.25,225.973858 80.4738576,225.75 80.75,225.75 L82.75,225.75 Z M85,219 L71,219 L71,221.5 L85,221.5 L85,219 Z", id: "status-icon---chargeback-reversal" }))))); };
|
|
6
|
+
export default ChargebackReversalIcon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var CheckIcon = function () {
|
|
3
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "21", viewBox: "0 0 32 21" },
|
|
4
|
+
React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1" },
|
|
5
|
+
React.createElement("g", { fillRule: "nonzero", transform: "translate(-870 -426)" },
|
|
6
|
+
React.createElement("g", { transform: "translate(132 332)" },
|
|
7
|
+
React.createElement("g", { transform: "translate(0 70)" },
|
|
8
|
+
React.createElement("g", { transform: "translate(738 24)" },
|
|
9
|
+
React.createElement("rect", { width: "32", height: "21", x: "0", y: "0", fill: "#CFE5F4", rx: "1" }),
|
|
10
|
+
React.createElement("path", { fill: "#184390", d: "M20.9 8.536a.292.292 0 00.213-.086.282.282 0 00.087-.209v-.295h.6c.05 0 .096-.02.137-.061A.186.186 0 0022 7.75v-.393c0-.082-.042-.139-.125-.172l-5.8-2.16a.127.127 0 00-.15 0l-5.8 2.16c-.083.033-.125.09-.125.172v.393c0 .05.02.094.063.135.041.041.087.061.137.061h.6v.295c0 .082.03.151.087.209.059.057.13.086.213.086h9.8zm.3 5.893v-.492a.282.282 0 00-.087-.208.292.292 0 00-.213-.086H20V8.929h-1.6v4.714h-1.6V8.929h-1.6v4.714h-1.6V8.929H12v4.714h-.9a.292.292 0 00-.213.086.282.282 0 00-.087.209v.49h10.4zM21.8 16c.05 0 .096-.02.137-.061a.186.186 0 00.063-.135v-.393a.563.563 0 00-.175-.418.584.584 0 00-.425-.172H10.6a.584.584 0 00-.425.172.563.563 0 00-.175.418v.393c0 .049.02.094.063.135.041.04.087.061.137.061h11.6z" }))))))));
|
|
11
|
+
};
|
|
12
|
+
export default CheckIcon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { MATISSE_BLUE, INFO_BLUE } from "../../../constants/colors";
|
|
3
|
+
var CheckmarkIcon = function () { return (React.createElement("svg", { width: "98px", height: "98px", viewBox: "0 0 98 98", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
|
|
4
|
+
React.createElement("g", { id: "Cityville-Checkout---Desktop---Logged-In", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
|
|
5
|
+
React.createElement("g", { id: "Confirmation", transform: "translate(-672.000000, -167.000000)" },
|
|
6
|
+
React.createElement("g", { id: "hero---thank-you", transform: "translate(1.000000, 104.000000)" },
|
|
7
|
+
React.createElement("g", { id: "icon---checkmark", transform: "translate(672.000000, 64.000000)" },
|
|
8
|
+
React.createElement("circle", { id: "Oval-2", stroke: MATISSE_BLUE, strokeWidth: "2", fill: INFO_BLUE, cx: "48", cy: "48", r: "48" }),
|
|
9
|
+
React.createElement("g", { id: "Group-2", transform: "translate(20.800000, 28.400000)", fill: MATISSE_BLUE },
|
|
10
|
+
React.createElement("polygon", { id: "Rectangle-2", transform: "translate(12.800000, 30.000000) rotate(-45.000000) translate(-12.800000, -30.000000) ", points: "8 18 17.6 18 17.6 42 8 42" }),
|
|
11
|
+
React.createElement("polygon", { id: "Rectangle-2-Copy-2", transform: "translate(32.036753, 20.922035) rotate(45.000000) translate(-32.036753, -20.922035) ", points: "27.2367532 -3.74558441 36.8367532 -3.74558441 36.8367532 45.5896536 27.2367532 45.5896536" })))))))); };
|
|
12
|
+
export default CheckmarkIcon;
|