@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.
- package/README.md +6 -0
- package/dist/cjs/index.js +1 -16
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +14 -10
- package/dist/cjs/types/lib/Theme/mindly_constants.d.ts +1 -0
- package/dist/cjs/types/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +8 -0
- package/dist/cjs/types/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +3 -0
- package/dist/cjs/types/lib/button/Button.d.ts +3 -3
- package/dist/cjs/types/lib/button/Button.style.d.ts +1 -1
- package/dist/cjs/types/lib/consultation-card/{consultationCard.d.ts → ConsultationCard.d.ts} +2 -2
- package/dist/{esm/types/lib/content-card/contentCard.d.ts → cjs/types/lib/content-card/ContentCard.d.ts} +2 -2
- package/dist/cjs/types/lib/date-picker/DatePicker.d.ts +9 -0
- package/dist/cjs/types/lib/date-picker/DatePicker.style.d.ts +5 -0
- package/dist/cjs/types/lib/floating-button/{floatingButton.d.ts → FloatingButton.d.ts} +2 -2
- package/dist/cjs/types/lib/footer-for-booking/FooterForBooking.d.ts +2 -2
- package/dist/cjs/types/lib/footer-for-booking/FooterForBooking.style.d.ts +7 -0
- package/dist/{esm/types/lib/list-button/listButton.d.ts → cjs/types/lib/list-button/ListButton.d.ts} +2 -2
- package/dist/cjs/types/lib/list-button/{listButton.style.d.ts → ListButton.style.d.ts} +1 -1
- package/dist/cjs/types/lib/navigation-bar/NavigationBar.d.ts +5 -4
- package/dist/cjs/types/lib/no-internet-connection/NoInternetConnection.d.ts +6 -0
- package/dist/cjs/types/lib/no-internet-connection/NoInternetConnection.style.d.ts +6 -0
- package/dist/cjs/types/lib/tab-bar/TabBar.d.ts +2 -0
- package/dist/cjs/types/lib/therapist-card/TherapistCard.d.ts +2 -2
- package/dist/cjs/types/lib/therapist-card/TherapistCard.style.d.ts +32 -0
- package/dist/cjs/types/lib/toast/toast.d.ts +5 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +14 -10
- package/dist/esm/types/lib/Theme/mindly_constants.d.ts +1 -0
- package/dist/esm/types/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +8 -0
- package/dist/esm/types/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +3 -0
- package/dist/esm/types/lib/button/Button.d.ts +3 -3
- package/dist/esm/types/lib/button/Button.style.d.ts +1 -1
- package/dist/esm/types/lib/consultation-card/{consultationCard.d.ts → ConsultationCard.d.ts} +2 -2
- package/dist/{cjs/types/lib/content-card/contentCard.d.ts → esm/types/lib/content-card/ContentCard.d.ts} +2 -2
- package/dist/esm/types/lib/date-picker/DatePicker.d.ts +9 -0
- package/dist/esm/types/lib/date-picker/DatePicker.style.d.ts +5 -0
- package/dist/esm/types/lib/floating-button/{floatingButton.d.ts → FloatingButton.d.ts} +2 -2
- package/dist/esm/types/lib/footer-for-booking/FooterForBooking.d.ts +2 -2
- package/dist/esm/types/lib/footer-for-booking/FooterForBooking.style.d.ts +7 -0
- package/dist/{cjs/types/lib/list-button/listButton.d.ts → esm/types/lib/list-button/ListButton.d.ts} +2 -2
- package/dist/esm/types/lib/list-button/{listButton.style.d.ts → ListButton.style.d.ts} +1 -1
- package/dist/esm/types/lib/navigation-bar/NavigationBar.d.ts +5 -4
- package/dist/esm/types/lib/no-internet-connection/NoInternetConnection.d.ts +6 -0
- package/dist/esm/types/lib/no-internet-connection/NoInternetConnection.style.d.ts +6 -0
- package/dist/esm/types/lib/tab-bar/TabBar.d.ts +2 -0
- package/dist/esm/types/lib/therapist-card/TherapistCard.d.ts +2 -2
- package/dist/esm/types/lib/therapist-card/TherapistCard.style.d.ts +32 -0
- package/dist/esm/types/lib/toast/toast.d.ts +5 -0
- package/dist/index.d.ts +42 -16
- package/package.json +9 -10
- package/dist/cjs/types/lib/tab-bar/tabBar.d.ts +0 -3
- package/dist/esm/types/lib/tab-bar/tabBar.d.ts +0 -3
- /package/dist/cjs/types/lib/consultation-card/{consultationCard.style.d.ts → ConsultationCard.style.d.ts} +0 -0
- /package/dist/cjs/types/lib/content-card/{contentCard.style.d.ts → ContentCard.style.d.ts} +0 -0
- /package/dist/cjs/types/lib/floating-button/{floatingButton.style.d.ts → FloatingButton.style.d.ts} +0 -0
- /package/dist/cjs/types/lib/tab-bar/{tabBar.style.d.ts → TabBar.style.d.ts} +0 -0
- /package/dist/esm/types/lib/consultation-card/{consultationCard.style.d.ts → ConsultationCard.style.d.ts} +0 -0
- /package/dist/esm/types/lib/content-card/{contentCard.style.d.ts → ContentCard.style.d.ts} +0 -0
- /package/dist/esm/types/lib/floating-button/{floatingButton.style.d.ts → FloatingButton.style.d.ts} +0 -0
- /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.