@thecb/components 3.3.8-beta.0 → 3.3.10

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 (51) hide show
  1. package/.tool-versions +1 -0
  2. package/dist/index.cjs.js +15792 -14182
  3. package/package.json +3 -3
  4. package/src/components/atoms/add-obligation/AddObligation.js +64 -0
  5. package/src/components/atoms/add-obligation/AddObligation.stories.js +18 -0
  6. package/src/components/atoms/add-obligation/AddObligation.theme.js +9 -0
  7. package/src/components/atoms/add-obligation/index.js +3 -0
  8. package/src/components/atoms/button-with-link/ButtonWithLink.js +1 -1
  9. package/src/components/atoms/form-layouts/FormInput.js +1 -0
  10. package/src/components/atoms/heading/Heading.js +2 -0
  11. package/src/components/atoms/icons/IconAdd.js +36 -0
  12. package/src/components/atoms/icons/index.js +3 -1
  13. package/src/components/atoms/index.js +1 -0
  14. package/src/components/atoms/layouts/Cover.js +1 -1
  15. package/src/components/atoms/layouts/Cover.styled.js +0 -1
  16. package/src/components/atoms/layouts/Imposter.styled.js +0 -1
  17. package/src/components/atoms/paragraph/Paragraph.js +2 -0
  18. package/src/components/atoms/placeholder/Placeholder.js +77 -60
  19. package/src/components/molecules/email-form/EmailForm.js +1 -14
  20. package/src/components/molecules/email-form/EmailForm.state.js +1 -9
  21. package/src/components/molecules/nav-menu/NavMenu.theme.js +3 -1
  22. package/src/components/molecules/nav-menu/NavMenuDesktop.js +1 -1
  23. package/src/components/molecules/obligation/icons/AccountBillIcon.js +2 -2
  24. package/src/components/molecules/obligation/icons/AccountConstructionIcon.js +2 -2
  25. package/src/components/molecules/obligation/icons/AccountDentalIcon.js +2 -2
  26. package/src/components/molecules/obligation/icons/AccountElectricIcon.js +2 -2
  27. package/src/components/molecules/obligation/icons/AccountGarbageIcon.js +2 -2
  28. package/src/components/molecules/obligation/icons/AccountGasIcon.js +2 -2
  29. package/src/components/molecules/obligation/icons/AccountGenericIcon.js +2 -2
  30. package/src/components/molecules/obligation/icons/AccountMedicalIcon.js +2 -2
  31. package/src/components/molecules/obligation/icons/AccountWaterIcon.js +2 -2
  32. package/src/components/molecules/obligation/icons/PropertyApartmentIcon.js +2 -2
  33. package/src/components/molecules/obligation/icons/PropertyBusinessIcon.js +2 -2
  34. package/src/components/molecules/obligation/icons/PropertyCarIcon.js +2 -2
  35. package/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.js +2 -2
  36. package/src/components/molecules/obligation/icons/PropertyGarageIcon.js +2 -2
  37. package/src/components/molecules/obligation/icons/PropertyLandIcon.js +2 -2
  38. package/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.js +2 -2
  39. package/src/components/molecules/obligation/icons/PropertyPersonalIcon.js +2 -2
  40. package/src/components/molecules/obligation/icons/PropertyStorefrontIcon.js +2 -2
  41. package/src/components/molecules/partial-amount-form/PartialAmountForm.state.js +2 -1
  42. package/src/components/molecules/radio-section/RadioSection.js +2 -1
  43. package/src/components/templates/center-single/CenterSingle.js +7 -5
  44. package/src/components/templates/center-stack/CenterStack.js +7 -2
  45. package/src/components/templates/default-page-template/DefaultPageTemplate.js +7 -2
  46. package/src/components/templates/sidebar-single-content/SidebarSingleContent.js +7 -2
  47. package/src/components/templates/sidebar-stack-content/SidebarStackContent.js +2 -5
  48. package/src/deprecated/icons/IconQuit.js +5 -5
  49. package/src/deprecated/icons/index.js +0 -2
  50. package/src/util/index.js +2 -1
  51. package/src/deprecated/icons/IconAdd.js +0 -44
package/.tool-versions ADDED
@@ -0,0 +1 @@
1
+ nodejs 10.13.0