@nmorph/nmorph-ui-kit 3.0.3 → 3.0.5

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 (59) hide show
  1. package/dist/assets/icons/chevron-right.svg.js +2 -2
  2. package/dist/assets/icons/hand.svg.js +10 -28
  3. package/dist/assets/icons/mic.svg.js +6 -6
  4. package/dist/assets/icons/mute.svg.js +6 -6
  5. package/dist/assets/icons/pin.svg.js +5 -5
  6. package/dist/assets/icons/video-camera-off.svg.js +6 -6
  7. package/dist/components/basic/nmorph-scroll/NmorphScroll.css +1 -1
  8. package/dist/components/basic/nmorph-scroll/NmorphScroll.vue2.js +25 -20
  9. package/dist/components/data/nmorph-card/NmorphCard.css +1 -1
  10. package/dist/components/data/nmorph-card/NmorphCard.vue2.js +19 -17
  11. package/dist/components/data/nmorph-carousel/NmorphCarousel.css +1 -1
  12. package/dist/components/data/nmorph-carousel/NmorphCarousel.vue.js +10 -10
  13. package/dist/components/data/nmorph-carousel/NmorphCarousel.vue2.js +23 -20
  14. package/dist/components/data/nmorph-file-card/NmorphFileCard.vue2.js +7 -7
  15. package/dist/components/data/nmorph-image/NmorphImage.vue2.js +1 -1
  16. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.css +1 -1
  17. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.js +5 -5
  18. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue2.js +184 -145
  19. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.css +1 -1
  20. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue.js +77 -82
  21. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue2.js +56 -34
  22. package/dist/components/data/nmorph-pagination/NmorphPagination.vue.js +87 -91
  23. package/dist/components/data/nmorph-pagination/NmorphPagination.vue2.js +71 -44
  24. package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue.js +4 -4
  25. package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue2.js +25 -25
  26. package/dist/components/feedback/nmorph-guide/NmorphGuide.vue2.js +66 -61
  27. package/dist/components/feedback/nmorph-guide/NmorphGuideStep.vue.js +25 -23
  28. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.css +1 -1
  29. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue.js +88 -48
  30. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue2.js +75 -59
  31. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.css +1 -1
  32. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.css +1 -1
  33. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +128 -95
  34. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue2.js +73 -71
  35. package/dist/components/navigation/nmorph-stepper/NmorphStepper.css +1 -1
  36. package/dist/components/navigation/nmorph-stepper/NmorphStepper.vue.js +49 -26
  37. package/dist/index.umd.js +50 -50
  38. package/dist/package.json.js +1 -1
  39. package/dist/src/components/basic/nmorph-scroll/NmorphScroll.vue.d.ts +1 -0
  40. package/dist/src/components/basic/nmorph-scroll/types.d.ts +1 -0
  41. package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +1 -0
  42. package/dist/src/components/data/nmorph-card/types.d.ts +1 -0
  43. package/dist/src/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.d.ts +5 -1
  44. package/dist/src/components/data/nmorph-media-gallery/types.d.ts +8 -2
  45. package/dist/src/components/data/nmorph-media-tile/NmorphMediaTile.vue.d.ts +2 -1
  46. package/dist/src/components/data/nmorph-media-tile/types.d.ts +1 -1
  47. package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +1 -0
  48. package/dist/src/components/data/nmorph-pagination/types.d.ts +1 -0
  49. package/dist/src/components/data/nmorph-qr-code/NmorphQRCode.vue.d.ts +1 -1
  50. package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +1 -1
  51. package/dist/src/components/feedback/nmorph-guide/NmorphGuide.vue.d.ts +2 -0
  52. package/dist/src/components/feedback/nmorph-guide/types.d.ts +4 -0
  53. package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +2 -0
  54. package/dist/src/components/feedback/nmorph-tooltip/types.d.ts +2 -0
  55. package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +10 -2
  56. package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +1 -1
  57. package/dist/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.d.ts +1 -1
  58. package/dist/style.css +1 -1
  59. 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.3",
5
+ "version": "3.0.5",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",