@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.
Files changed (70) hide show
  1. package/dist/index.cjs.js +1016 -1651
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.d.ts +4 -0
  4. package/dist/index.esm.js +1013 -1652
  5. package/dist/index.esm.js.map +1 -1
  6. package/package.json +2 -2
  7. package/src/.DS_Store +0 -0
  8. package/src/components/.DS_Store +0 -0
  9. package/src/components/atoms/icons/DisabledAccountsAddIcon.js +200 -0
  10. package/src/components/atoms/icons/DisabledPaymentMethodsAddIcon.js +62 -0
  11. package/src/components/atoms/icons/DisabledPropertiesAddIcon.js +54 -0
  12. package/src/components/atoms/icons/EmptyCartIconV2.js +0 -1
  13. package/src/components/atoms/icons/PropertiesAddIcon.js +1 -0
  14. package/src/components/atoms/icons/WalletIconSmall.js +7 -3
  15. package/src/components/atoms/icons/icons.stories.js +9 -1
  16. package/src/components/atoms/icons/index.js +7 -1
  17. package/src/components/atoms/index.js +1 -0
  18. package/src/components/atoms/placeholder/Placeholder.js +85 -26
  19. package/src/components/atoms/placeholder/Placeholder.stories.js +2 -0
  20. package/src/components/atoms/placeholder/Placeholder.theme.js +8 -2
  21. package/src/components/atoms/spinner/Spinner.js +13 -5
  22. package/src/components/atoms/spinner/index.d.ts +4 -0
  23. package/src/components/atoms/toggle-switch/ToggleSwitch.js +33 -61
  24. package/src/components/atoms/toggle-switch/ToggleSwitch.stories.js +2 -3
  25. package/src/components/atoms/toggle-switch/ToggleSwitch.theme.js +5 -5
  26. package/src/components/atoms/wallet-name/WalletName.js +102 -0
  27. package/src/components/atoms/wallet-name/WalletName.stories.js +24 -0
  28. package/src/components/atoms/wallet-name/index.d.ts +15 -0
  29. package/src/components/atoms/wallet-name/index.js +3 -0
  30. package/src/components/molecules/.DS_Store +0 -0
  31. package/src/components/molecules/editable-list/EditableList.js +3 -1
  32. package/src/components/molecules/editable-list/EditableList.stories.js +1 -3
  33. package/src/components/molecules/link-card/LinkCard.theme.js +7 -21
  34. package/src/components/molecules/modal/Modal.stories.js +1 -0
  35. package/src/components/molecules/modal/ModalControlV2.js +17 -2
  36. package/src/components/molecules/modal/__private__/CancelButton.js +2 -1
  37. package/src/components/molecules/modal/__private__/CloseIconButton.js +39 -0
  38. package/src/components/molecules/modal/__private__/ContinueButton.js +2 -1
  39. package/src/components/molecules/modal/__private__/index.d.ts +13 -0
  40. package/src/components/molecules/modal/__private__/index.js +1 -0
  41. package/src/components/molecules/module/Module.js +8 -2
  42. package/src/components/molecules/obligation/.DS_Store +0 -0
  43. package/src/components/molecules/obligation/icons/AccountBillIcon.js +14 -79
  44. package/src/components/molecules/obligation/icons/AccountConstructionIcon.js +14 -89
  45. package/src/components/molecules/obligation/icons/AccountDentalIcon.js +13 -85
  46. package/src/components/molecules/obligation/icons/AccountElectricIcon.js +13 -90
  47. package/src/components/molecules/obligation/icons/AccountGarbageIcon.js +14 -84
  48. package/src/components/molecules/obligation/icons/AccountGasIcon.js +13 -85
  49. package/src/components/molecules/obligation/icons/AccountGenericIcon.js +14 -79
  50. package/src/components/molecules/obligation/icons/AccountMedicalIcon.js +14 -84
  51. package/src/components/molecules/obligation/icons/AccountWaterIcon.js +14 -84
  52. package/src/components/molecules/obligation/icons/PropertyApartmentIcon.js +13 -90
  53. package/src/components/molecules/obligation/icons/PropertyBusinessIcon.js +13 -83
  54. package/src/components/molecules/obligation/icons/PropertyCarIcon.js +12 -89
  55. package/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.js +12 -90
  56. package/src/components/molecules/obligation/icons/PropertyGarageIcon.js +12 -86
  57. package/src/components/molecules/obligation/icons/PropertyLandIcon.js +12 -89
  58. package/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.js +12 -89
  59. package/src/components/molecules/obligation/icons/PropertyPersonalIcon.js +14 -84
  60. package/src/components/molecules/obligation/icons/PropertyStorefrontIcon.js +12 -90
  61. package/src/components/molecules/obligation/icons/index.js +32 -18
  62. package/src/components/molecules/obligation/modules/IconModule.js +9 -3
  63. package/src/components/molecules/partial-amount-form/PartialAmountField.js +49 -0
  64. package/src/components/molecules/partial-amount-form/PartialAmountForm.js +8 -22
  65. package/src/components/molecules/payment-details/PaymentDetails.js +8 -4
  66. package/src/components/molecules/radio-section/InnerRadioSection.js +7 -2
  67. package/src/components/molecules/registration-form/RegistrationForm.js +6 -3
  68. package/src/components/molecules/registration-form/RegistrationForm.state.js +4 -3
  69. package/src/constants/style_constants.js +2 -1
  70. /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.