@mindly/ui-components 0.1.16 → 0.1.18

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 (61) hide show
  1. package/README.md +6 -0
  2. package/dist/cjs/index.js +1 -16
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/index.d.ts +14 -10
  5. package/dist/cjs/types/lib/Theme/mindly_constants.d.ts +1 -0
  6. package/dist/cjs/types/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +8 -0
  7. package/dist/cjs/types/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +3 -0
  8. package/dist/cjs/types/lib/button/Button.d.ts +3 -3
  9. package/dist/cjs/types/lib/button/Button.style.d.ts +1 -1
  10. package/dist/cjs/types/lib/consultation-card/{consultationCard.d.ts → ConsultationCard.d.ts} +2 -2
  11. package/dist/{esm/types/lib/content-card/contentCard.d.ts → cjs/types/lib/content-card/ContentCard.d.ts} +2 -2
  12. package/dist/cjs/types/lib/date-picker/DatePicker.d.ts +9 -0
  13. package/dist/cjs/types/lib/date-picker/DatePicker.style.d.ts +5 -0
  14. package/dist/cjs/types/lib/floating-button/{floatingButton.d.ts → FloatingButton.d.ts} +2 -2
  15. package/dist/cjs/types/lib/footer-for-booking/FooterForBooking.d.ts +2 -2
  16. package/dist/cjs/types/lib/footer-for-booking/FooterForBooking.style.d.ts +7 -0
  17. package/dist/{esm/types/lib/list-button/listButton.d.ts → cjs/types/lib/list-button/ListButton.d.ts} +2 -2
  18. package/dist/cjs/types/lib/list-button/{listButton.style.d.ts → ListButton.style.d.ts} +1 -1
  19. package/dist/cjs/types/lib/navigation-bar/NavigationBar.d.ts +5 -4
  20. package/dist/cjs/types/lib/no-internet-connection/NoInternetConnection.d.ts +6 -0
  21. package/dist/cjs/types/lib/no-internet-connection/NoInternetConnection.style.d.ts +6 -0
  22. package/dist/cjs/types/lib/tab-bar/TabBar.d.ts +2 -0
  23. package/dist/cjs/types/lib/therapist-card/TherapistCard.d.ts +2 -2
  24. package/dist/cjs/types/lib/therapist-card/TherapistCard.style.d.ts +32 -0
  25. package/dist/cjs/types/lib/toast/toast.d.ts +5 -0
  26. package/dist/esm/index.js +2 -2
  27. package/dist/esm/index.js.map +1 -1
  28. package/dist/esm/types/index.d.ts +14 -10
  29. package/dist/esm/types/lib/Theme/mindly_constants.d.ts +1 -0
  30. package/dist/esm/types/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +8 -0
  31. package/dist/esm/types/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +3 -0
  32. package/dist/esm/types/lib/button/Button.d.ts +3 -3
  33. package/dist/esm/types/lib/button/Button.style.d.ts +1 -1
  34. package/dist/esm/types/lib/consultation-card/{consultationCard.d.ts → ConsultationCard.d.ts} +2 -2
  35. package/dist/{cjs/types/lib/content-card/contentCard.d.ts → esm/types/lib/content-card/ContentCard.d.ts} +2 -2
  36. package/dist/esm/types/lib/date-picker/DatePicker.d.ts +9 -0
  37. package/dist/esm/types/lib/date-picker/DatePicker.style.d.ts +5 -0
  38. package/dist/esm/types/lib/floating-button/{floatingButton.d.ts → FloatingButton.d.ts} +2 -2
  39. package/dist/esm/types/lib/footer-for-booking/FooterForBooking.d.ts +2 -2
  40. package/dist/esm/types/lib/footer-for-booking/FooterForBooking.style.d.ts +7 -0
  41. package/dist/{cjs/types/lib/list-button/listButton.d.ts → esm/types/lib/list-button/ListButton.d.ts} +2 -2
  42. package/dist/esm/types/lib/list-button/{listButton.style.d.ts → ListButton.style.d.ts} +1 -1
  43. package/dist/esm/types/lib/navigation-bar/NavigationBar.d.ts +5 -4
  44. package/dist/esm/types/lib/no-internet-connection/NoInternetConnection.d.ts +6 -0
  45. package/dist/esm/types/lib/no-internet-connection/NoInternetConnection.style.d.ts +6 -0
  46. package/dist/esm/types/lib/tab-bar/TabBar.d.ts +2 -0
  47. package/dist/esm/types/lib/therapist-card/TherapistCard.d.ts +2 -2
  48. package/dist/esm/types/lib/therapist-card/TherapistCard.style.d.ts +32 -0
  49. package/dist/esm/types/lib/toast/toast.d.ts +5 -0
  50. package/dist/index.d.ts +42 -16
  51. package/package.json +9 -10
  52. package/dist/cjs/types/lib/tab-bar/tabBar.d.ts +0 -3
  53. package/dist/esm/types/lib/tab-bar/tabBar.d.ts +0 -3
  54. /package/dist/cjs/types/lib/consultation-card/{consultationCard.style.d.ts → ConsultationCard.style.d.ts} +0 -0
  55. /package/dist/cjs/types/lib/content-card/{contentCard.style.d.ts → ContentCard.style.d.ts} +0 -0
  56. /package/dist/cjs/types/lib/floating-button/{floatingButton.style.d.ts → FloatingButton.style.d.ts} +0 -0
  57. /package/dist/cjs/types/lib/tab-bar/{tabBar.style.d.ts → TabBar.style.d.ts} +0 -0
  58. /package/dist/esm/types/lib/consultation-card/{consultationCard.style.d.ts → ConsultationCard.style.d.ts} +0 -0
  59. /package/dist/esm/types/lib/content-card/{contentCard.style.d.ts → ContentCard.style.d.ts} +0 -0
  60. /package/dist/esm/types/lib/floating-button/{floatingButton.style.d.ts → FloatingButton.style.d.ts} +0 -0
  61. /package/dist/esm/types/lib/tab-bar/{tabBar.style.d.ts → TabBar.style.d.ts} +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.