@nmorph/nmorph-ui-kit 3.0.6 → 3.0.8

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 (39) hide show
  1. package/dist/assets/icons/hand.svg.js +2 -2
  2. package/dist/components/basic/nmorph-icon/NmorphIcon.css +1 -1
  3. package/dist/components/data/nmorph-calendar/NmorphCalendar.vue.js +34 -36
  4. package/dist/components/data/nmorph-calendar/NmorphCalendar.vue2.js +80 -78
  5. package/dist/components/data/nmorph-carousel/NmorphCarousel.css +1 -1
  6. package/dist/components/data/nmorph-carousel/NmorphCarousel.vue.js +26 -24
  7. package/dist/components/data/nmorph-carousel/NmorphCarousel.vue2.js +80 -30
  8. package/dist/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue.js +21 -14
  9. package/dist/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue2.js +20 -16
  10. package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue.js +60 -60
  11. package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue2.js +118 -94
  12. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.css +1 -1
  13. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue2.js +55 -41
  14. package/dist/components/data/nmorph-pagination/NmorphPagination.css +1 -1
  15. package/dist/components/data/nmorph-pagination/NmorphPagination.vue.js +5 -5
  16. package/dist/components/data/nmorph-pagination/NmorphPagination.vue2.js +80 -56
  17. package/dist/components/data/nmorph-table/NmorphTable.css +1 -1
  18. package/dist/components/data/nmorph-table/NmorphTable.vue.js +6 -6
  19. package/dist/components/data/nmorph-table/NmorphTable.vue2.js +41 -38
  20. package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue.js +8 -8
  21. package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue2.js +64 -24
  22. package/dist/components/navigation/nmorph-stepper/NmorphStepper.css +1 -1
  23. package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.js +101 -96
  24. package/dist/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue2.js +84 -60
  25. package/dist/hooks/use-z-index.js +10 -10
  26. package/dist/index.umd.js +23 -23
  27. package/dist/package.json.js +1 -1
  28. package/dist/src/components/data/nmorph-carousel/NmorphCarousel.vue.d.ts +3 -1
  29. package/dist/src/components/data/nmorph-carousel/types.d.ts +1 -0
  30. package/dist/src/components/data/nmorph-media-tile/NmorphMediaTile.vue.d.ts +3 -1
  31. package/dist/src/components/data/nmorph-media-tile/types.d.ts +4 -0
  32. package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +3 -0
  33. package/dist/src/components/data/nmorph-pagination/types.d.ts +3 -0
  34. package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +2 -20
  35. package/dist/src/components/data/nmorph-table/types.d.ts +11 -3
  36. package/dist/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue.d.ts +3 -1
  37. package/dist/src/components/providers/nmorph-notification-provider/types.d.ts +2 -0
  38. package/dist/style.css +1 -1
  39. package/package.json +1 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nmorph/nmorph-ui-kit",
3
3
  "type": "module",
4
4
  "private": false,
5
- "version": "3.0.6",
5
+ "version": "3.0.8",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",