@nmorph/nmorph-ui-kit 3.0.1 → 3.0.3

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 (33) hide show
  1. package/dist/assets/icons/external-link.svg.js +2 -2
  2. package/dist/assets/icons/hand.svg.js +30 -9
  3. package/dist/components/basic/nmorph-scroll/NmorphScroll.vue.js +5 -4
  4. package/dist/components/basic/nmorph-scroll/NmorphScroll.vue2.js +143 -124
  5. package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.css +1 -1
  6. package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.vue.js +10 -10
  7. package/dist/components/data/nmorph-audio-preview/NmorphAudioPreview.vue2.js +24 -24
  8. package/dist/components/data/nmorph-avatar/NmorphAvatar.css +1 -1
  9. package/dist/components/data/nmorph-avatar/NmorphAvatar.vue2.js +28 -26
  10. package/dist/components/data/nmorph-badge/NmorphBadge.css +1 -1
  11. package/dist/components/data/nmorph-badge/NmorphBadge.vue.js +60 -59
  12. package/dist/components/data/nmorph-badge/NmorphBadge.vue2.js +28 -26
  13. package/dist/components/data/nmorph-image/NmorphImage.vue.js +22 -20
  14. package/dist/components/data/nmorph-image/NmorphImage.vue2.js +24 -18
  15. package/dist/components/data/nmorph-image-preview/NmorphImagePreview.vue.js +17 -10
  16. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.css +1 -1
  17. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.js +100 -70
  18. package/dist/components/data/nmorph-media-gallery/NmorphMediaGallery.vue2.js +158 -137
  19. package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.css +1 -1
  20. package/dist/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue.js +17 -13
  21. package/dist/components/data/nmorph-progress/NmorphProgress.css +1 -1
  22. package/dist/components/data/nmorph-progress/NmorphProgress.vue2.js +6 -6
  23. package/dist/components/data/nmorph-video-preview/NmorphVideoPreview.vue2.js +8 -8
  24. package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue.js +12 -11
  25. package/dist/index.umd.js +45 -45
  26. package/dist/package.json.js +1 -1
  27. package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +1 -0
  28. package/dist/src/components/data/nmorph-avatar/types.d.ts +1 -0
  29. package/dist/src/components/data/nmorph-image/types.d.ts +1 -0
  30. package/dist/src/components/data/nmorph-media-gallery/NmorphMediaGallery.vue.d.ts +2 -0
  31. package/dist/src/components/data/nmorph-media-gallery/types.d.ts +10 -0
  32. package/dist/style.css +1 -1
  33. package/package.json +1 -1
@@ -1,19 +1,19 @@
1
1
  import './NmorphBacktop.css';
2
2
  import i from "./NmorphBacktop.vue2.js";
3
- import { openBlock as e, createElementBlock as c, createBlock as a, Teleport as s, createElementVNode as t, normalizeStyle as d, normalizeClass as p, withModifiers as m, renderSlot as f, createVNode as r, withCtx as l } from "vue";
3
+ import { openBlock as e, createElementBlock as s, createBlock as a, Teleport as c, createElementVNode as l, normalizeStyle as d, normalizeClass as p, withModifiers as m, renderSlot as f, createVNode as r, withCtx as t } from "vue";
4
4
  /* empty css */
5
5
  import h from "../../../_virtual/_plugin-vue_export-helper.js";
6
6
  const _ = { ref: "placeholderDOMEl" };
7
- function k(n, v, b, o, N, B) {
8
- return e(), c(
7
+ function b(n, k, v, o, N, g) {
8
+ return e(), s(
9
9
  "div",
10
10
  _,
11
11
  [
12
- (e(), a(s, {
12
+ (e(), a(c, {
13
13
  to: o.props.teleportTo,
14
14
  disabled: !o.isMounted || o.props.teleportDisabled
15
15
  }, [
16
- t(
16
+ l(
17
17
  "div",
18
18
  {
19
19
  ref: "selfDOMEl",
@@ -21,19 +21,20 @@ function k(n, v, b, o, N, B) {
21
21
  style: d(o.styles)
22
22
  },
23
23
  [
24
- t("div", {
24
+ l("div", {
25
25
  onClick: m(o.scrollToTopHandler, ["stop"])
26
26
  }, [
27
27
  f(n.$slots, "default", {}, () => [
28
28
  r(o.NmorphButton, {
29
- design: o.props.design
29
+ design: o.props.design,
30
+ borderless: o.props.design === "plain"
30
31
  }, {
31
- default: l(() => [
32
+ default: t(() => [
32
33
  r(o.NmorphIcon, {
33
34
  class: "nmorph-backtop__up-icon",
34
35
  color: o.props.design === "nmorph" ? void 0 : "var(--nmorph-contrast-text-color)"
35
36
  }, {
36
- default: l(() => [
37
+ default: t(() => [
37
38
  r(o.NmorphIconChevronDown)
38
39
  ]),
39
40
  _: 1
@@ -42,7 +43,7 @@ function k(n, v, b, o, N, B) {
42
43
  ]),
43
44
  _: 1
44
45
  /* STABLE */
45
- }, 8, ["design"])
46
+ }, 8, ["design", "borderless"])
46
47
  ])
47
48
  ])
48
49
  ],
@@ -55,7 +56,7 @@ function k(n, v, b, o, N, B) {
55
56
  /* NEED_PATCH */
56
57
  );
57
58
  }
58
- const D = /* @__PURE__ */ h(i, [["render", k], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-backtop/NmorphBacktop.vue"]]);
59
+ const D = /* @__PURE__ */ h(i, [["render", b], ["__file", "/builds/ketjo/nmorph/library/src/components/navigation/nmorph-backtop/NmorphBacktop.vue"]]);
59
60
  export {
60
61
  D as default
61
62
  };