@thecb/components 10.6.4-beta.0 → 10.6.4-beta.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/index.cjs.js +1016 -1651
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.esm.js +1013 -1652
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/atoms/icons/DisabledAccountsAddIcon.js +200 -0
- package/src/components/atoms/icons/DisabledPaymentMethodsAddIcon.js +62 -0
- package/src/components/atoms/icons/DisabledPropertiesAddIcon.js +54 -0
- package/src/components/atoms/icons/EmptyCartIconV2.js +0 -1
- package/src/components/atoms/icons/PropertiesAddIcon.js +1 -0
- package/src/components/atoms/icons/WalletIconSmall.js +7 -3
- package/src/components/atoms/icons/icons.stories.js +9 -1
- package/src/components/atoms/icons/index.js +7 -1
- package/src/components/atoms/index.js +1 -0
- package/src/components/atoms/placeholder/Placeholder.js +85 -26
- package/src/components/atoms/placeholder/Placeholder.stories.js +2 -0
- package/src/components/atoms/placeholder/Placeholder.theme.js +8 -2
- package/src/components/atoms/spinner/Spinner.js +13 -5
- package/src/components/atoms/spinner/index.d.ts +4 -0
- package/src/components/atoms/toggle-switch/ToggleSwitch.js +33 -61
- package/src/components/atoms/toggle-switch/ToggleSwitch.stories.js +2 -3
- package/src/components/atoms/toggle-switch/ToggleSwitch.theme.js +5 -5
- package/src/components/atoms/wallet-name/WalletName.js +102 -0
- package/src/components/atoms/wallet-name/WalletName.stories.js +24 -0
- package/src/components/atoms/wallet-name/index.d.ts +15 -0
- package/src/components/atoms/wallet-name/index.js +3 -0
- package/src/components/molecules/.DS_Store +0 -0
- package/src/components/molecules/editable-list/EditableList.js +3 -1
- package/src/components/molecules/editable-list/EditableList.stories.js +1 -3
- package/src/components/molecules/link-card/LinkCard.theme.js +7 -21
- package/src/components/molecules/modal/Modal.stories.js +1 -0
- package/src/components/molecules/modal/ModalControlV2.js +17 -2
- package/src/components/molecules/modal/__private__/CancelButton.js +2 -1
- package/src/components/molecules/modal/__private__/CloseIconButton.js +39 -0
- package/src/components/molecules/modal/__private__/ContinueButton.js +2 -1
- package/src/components/molecules/modal/__private__/index.d.ts +13 -0
- package/src/components/molecules/modal/__private__/index.js +1 -0
- package/src/components/molecules/module/Module.js +8 -2
- package/src/components/molecules/obligation/.DS_Store +0 -0
- package/src/components/molecules/obligation/icons/AccountBillIcon.js +14 -79
- package/src/components/molecules/obligation/icons/AccountConstructionIcon.js +14 -89
- package/src/components/molecules/obligation/icons/AccountDentalIcon.js +13 -85
- package/src/components/molecules/obligation/icons/AccountElectricIcon.js +13 -90
- package/src/components/molecules/obligation/icons/AccountGarbageIcon.js +14 -84
- package/src/components/molecules/obligation/icons/AccountGasIcon.js +13 -85
- package/src/components/molecules/obligation/icons/AccountGenericIcon.js +14 -79
- package/src/components/molecules/obligation/icons/AccountMedicalIcon.js +14 -84
- package/src/components/molecules/obligation/icons/AccountWaterIcon.js +14 -84
- package/src/components/molecules/obligation/icons/PropertyApartmentIcon.js +13 -90
- package/src/components/molecules/obligation/icons/PropertyBusinessIcon.js +13 -83
- package/src/components/molecules/obligation/icons/PropertyCarIcon.js +12 -89
- package/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.js +12 -90
- package/src/components/molecules/obligation/icons/PropertyGarageIcon.js +12 -86
- package/src/components/molecules/obligation/icons/PropertyLandIcon.js +12 -89
- package/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.js +12 -89
- package/src/components/molecules/obligation/icons/PropertyPersonalIcon.js +14 -84
- package/src/components/molecules/obligation/icons/PropertyStorefrontIcon.js +12 -90
- package/src/components/molecules/obligation/icons/index.js +32 -18
- package/src/components/molecules/obligation/modules/IconModule.js +9 -3
- package/src/components/molecules/partial-amount-form/PartialAmountField.js +49 -0
- package/src/components/molecules/partial-amount-form/PartialAmountForm.js +8 -22
- package/src/components/molecules/payment-details/PaymentDetails.js +8 -4
- package/src/components/molecules/radio-section/InnerRadioSection.js +7 -2
- package/src/components/molecules/registration-form/RegistrationForm.js +6 -3
- package/src/components/molecules/registration-form/RegistrationForm.state.js +4 -3
- package/src/constants/style_constants.js +2 -1
- /package/src/components/atoms/icons/{ExternalLinkicon.js → ExternalLinkIcon.js} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.