@plusscommunities/pluss-core-app 8.0.12-beta.1 → 8.0.12-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 (55) hide show
  1. package/dist/module/assets/icons/fontawesome/fa-brands-400.ttf +0 -0
  2. package/dist/module/assets/icons/fontawesome/fa-light-300.ttf +0 -0
  3. package/dist/module/assets/icons/fontawesome/fa-regular-400.ttf +0 -0
  4. package/dist/module/assets/icons/fontawesome/fa-solid-900.ttf +0 -0
  5. package/dist/module/assets/icons/fontawesome/fa-thin-100.ttf +0 -0
  6. package/dist/module/assets/icons/fontawesome/fa7-glyphmap.json +4205 -0
  7. package/dist/module/components/AddButton.js +1 -1
  8. package/dist/module/components/AddButton.js.map +1 -1
  9. package/dist/module/components/BackButton.js +1 -1
  10. package/dist/module/components/BackButton.js.map +1 -1
  11. package/dist/module/components/CalendarPopup.js +1 -1
  12. package/dist/module/components/CalendarPopup.js.map +1 -1
  13. package/dist/module/components/ConfirmationPopup.js +1 -1
  14. package/dist/module/components/ConfirmationPopup.js.map +1 -1
  15. package/dist/module/components/FormCardSection.js +1 -1
  16. package/dist/module/components/FormCardSection.js.map +1 -1
  17. package/dist/module/components/GenericInput.js +1 -1
  18. package/dist/module/components/GenericInput.js.map +1 -1
  19. package/dist/module/components/Header.js +1 -1
  20. package/dist/module/components/Header.js.map +1 -1
  21. package/dist/module/components/Icon.js +121 -0
  22. package/dist/module/components/Icon.js.map +1 -0
  23. package/dist/module/components/ImagePopup.js +1 -1
  24. package/dist/module/components/ImagePopup.js.map +1 -1
  25. package/dist/module/components/PDFPopup.js +1 -1
  26. package/dist/module/components/PDFPopup.js.map +1 -1
  27. package/dist/module/components/TickIcon.js +1 -1
  28. package/dist/module/components/TickIcon.js.map +1 -1
  29. package/dist/module/components/TouchableSearchBar.js +1 -1
  30. package/dist/module/components/TouchableSearchBar.js.map +1 -1
  31. package/dist/module/components/VideoPopup.js +1 -1
  32. package/dist/module/components/VideoPopup.js.map +1 -1
  33. package/dist/module/components/WarningPopup.js +1 -1
  34. package/dist/module/components/WarningPopup.js.map +1 -1
  35. package/package.json +2 -2
  36. package/src/assets/icons/fontawesome/fa-brands-400.ttf +0 -0
  37. package/src/assets/icons/fontawesome/fa-light-300.ttf +0 -0
  38. package/src/assets/icons/fontawesome/fa-regular-400.ttf +0 -0
  39. package/src/assets/icons/fontawesome/fa-solid-900.ttf +0 -0
  40. package/src/assets/icons/fontawesome/fa-thin-100.ttf +0 -0
  41. package/src/assets/icons/fontawesome/fa7-glyphmap.json +4205 -0
  42. package/src/components/AddButton.js +1 -1
  43. package/src/components/BackButton.js +1 -1
  44. package/src/components/CalendarPopup.js +1 -1
  45. package/src/components/ConfirmationPopup.js +1 -1
  46. package/src/components/FormCardSection.js +1 -1
  47. package/src/components/GenericInput.js +1 -1
  48. package/src/components/Header.js +1 -1
  49. package/src/components/Icon.js +139 -0
  50. package/src/components/ImagePopup.js +1 -1
  51. package/src/components/PDFPopup.js +1 -1
  52. package/src/components/TickIcon.js +1 -1
  53. package/src/components/TouchableSearchBar.js +1 -1
  54. package/src/components/VideoPopup.js +1 -1
  55. package/src/components/WarningPopup.js +1 -1