@nmorph/nmorph-ui-kit 3.0.4 → 3.0.6

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-icon/NmorphIcon.vue2.js +9 -9
  8. package/dist/components/basic/nmorph-scroll/NmorphScroll.css +1 -1
  9. package/dist/components/basic/nmorph-scroll/NmorphScroll.vue2.js +25 -20
  10. package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.css +1 -1
  11. package/dist/components/data/nmorph-card/NmorphCard.css +1 -1
  12. package/dist/components/data/nmorph-card/NmorphCard.vue2.js +23 -18
  13. package/dist/components/data/nmorph-carousel/NmorphCarousel.css +1 -1
  14. package/dist/components/data/nmorph-carousel/NmorphCarousel.vue.js +10 -10
  15. package/dist/components/data/nmorph-carousel/NmorphCarousel.vue2.js +23 -20
  16. package/dist/components/data/nmorph-file-card/NmorphFileCard.css +1 -1
  17. package/dist/components/data/nmorph-file-card/NmorphFileCard.vue2.js +7 -7
  18. package/dist/components/data/nmorph-image/NmorphImage.vue2.js +1 -1
  19. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.css +1 -1
  20. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue.js +82 -87
  21. package/dist/components/data/nmorph-media-tile/NmorphMediaTile.vue2.js +80 -35
  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-table/NmorphTable.vue.js +114 -162
  25. package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.css +1 -1
  26. package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue.js +4 -4
  27. package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue2.js +25 -25
  28. package/dist/components/feedback/nmorph-guide/NmorphGuide.vue2.js +66 -61
  29. package/dist/components/feedback/nmorph-guide/NmorphGuideStep.vue.js +25 -23
  30. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.css +1 -1
  31. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue.js +88 -48
  32. package/dist/components/feedback/nmorph-tooltip/NmorphTooltip.vue2.js +75 -59
  33. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.css +1 -1
  34. package/dist/components/form/nmorph-select-button/NmorphSelectButton.css +1 -1
  35. package/dist/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.css +1 -1
  36. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.css +1 -1
  37. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +128 -95
  38. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue2.js +73 -71
  39. package/dist/components/navigation/nmorph-stepper/NmorphStepper.css +1 -1
  40. package/dist/components/navigation/nmorph-stepper/NmorphStepper.vue.js +49 -26
  41. package/dist/index.umd.js +20 -20
  42. package/dist/package.json.js +1 -1
  43. package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +0 -3
  44. package/dist/src/components/basic/nmorph-scroll/NmorphScroll.vue.d.ts +1 -0
  45. package/dist/src/components/basic/nmorph-scroll/types.d.ts +1 -0
  46. package/dist/src/components/data/nmorph-card/NmorphCard.vue.d.ts +1 -0
  47. package/dist/src/components/data/nmorph-card/types.d.ts +1 -0
  48. package/dist/src/components/data/nmorph-media-tile/NmorphMediaTile.vue.d.ts +2 -1
  49. package/dist/src/components/data/nmorph-media-tile/types.d.ts +1 -1
  50. package/dist/src/components/data/nmorph-pagination/NmorphPagination.vue.d.ts +1 -0
  51. package/dist/src/components/data/nmorph-pagination/types.d.ts +1 -0
  52. package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +0 -1
  53. package/dist/src/components/feedback/nmorph-guide/NmorphGuide.vue.d.ts +2 -0
  54. package/dist/src/components/feedback/nmorph-guide/types.d.ts +4 -0
  55. package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +2 -0
  56. package/dist/src/components/feedback/nmorph-tooltip/types.d.ts +2 -0
  57. package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +10 -2
  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.4",
5
+ "version": "3.0.6",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",