@kiva/kv-components 5.2.0 → 5.2.1
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/dist/utils/carousels.js +3 -3
- package/dist/vue/KvCartModal.js +1 -1
- package/dist/vue/KvLightbox.js +1 -1
- package/dist/vue/KvPopper.js +1 -1
- package/package.json +2 -2
- /package/dist/{node_modules/aria-hidden/dist/es2015/index.mjs → vendor/aria-hidden/dist/es2015/index.js} +0 -0
- /package/dist/{node_modules/embla-carousel/esm/embla-carousel.esm.mjs → vendor/embla-carousel/esm/embla-carousel.esm.js} +0 -0
- /package/dist/{node_modules/embla-carousel-autoplay/esm/embla-carousel-autoplay.esm.mjs → vendor/embla-carousel-autoplay/esm/embla-carousel-autoplay.esm.js} +0 -0
- /package/dist/{node_modules/embla-carousel-fade/esm/embla-carousel-fade.esm.mjs → vendor/embla-carousel-fade/esm/embla-carousel-fade.esm.js} +0 -0
- /package/dist/{node_modules/popper.js/dist/esm/popper.mjs → vendor/popper.js/dist/esm/popper.js} +0 -0
package/dist/utils/carousels.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { toRefs as F, ref as a, computed as r, onMounted as H, nextTick as w, onUnmounted as K } from "vue";
|
|
2
|
-
import M from "../
|
|
3
|
-
import R from "../
|
|
4
|
-
import q from "../
|
|
2
|
+
import M from "../vendor/embla-carousel/esm/embla-carousel.esm.js";
|
|
3
|
+
import R from "../vendor/embla-carousel-autoplay/esm/embla-carousel-autoplay.esm.js";
|
|
4
|
+
import q from "../vendor/embla-carousel-fade/esm/embla-carousel-fade.esm.js";
|
|
5
5
|
import { throttle as B } from "./throttle.js";
|
|
6
6
|
function X(O, { emit: v, slots: V }, k) {
|
|
7
7
|
var S;
|
package/dist/vue/KvCartModal.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { toRefs as P, ref as b, computed as d, watch as j, onMounted as K, onBeforeUnmount as R, resolveComponent as C, openBlock as x, createBlock as V, Transition as L, withCtx as g, withDirectives as F, createElementVNode as o, withModifiers as y, renderSlot as O, createVNode as w, createElementBlock as A, createCommentVNode as D, toDisplayString as f, createTextVNode as I, vShow as H, nextTick as U } from "vue";
|
|
2
2
|
import { mdiClose as q, mdiCheckCircle as z } from "@mdi/js";
|
|
3
3
|
import { useFocusTrap as G } from "@vueuse/integrations/useFocusTrap";
|
|
4
|
-
import { hideOthers as J } from "../
|
|
4
|
+
import { hideOthers as J } from "../vendor/aria-hidden/dist/es2015/index.js";
|
|
5
5
|
import { unlockScroll as Q, lockScroll as W } from "../utils/scrollLock.js";
|
|
6
6
|
import { unlockPrintSingleEl as X, lockPrintSingleEl as Y } from "../utils/printing.js";
|
|
7
7
|
import Z from "./KvButton.js";
|
package/dist/vue/KvLightbox.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { toRefs as L, ref as u, nextTick as y, computed as E, watch as K, onMounted as M, onBeforeUnmount as N, resolveComponent as P, openBlock as b, createBlock as R, Transition as V, withCtx as j, withDirectives as q, createElementVNode as o, withModifiers as g, normalizeClass as p, renderSlot as k, toDisplayString as z, createElementBlock as C, createVNode as D, createCommentVNode as S, vShow as I } from "vue";
|
|
2
2
|
import { mdiClose as O } from "@mdi/js";
|
|
3
3
|
import { useFocusTrap as T } from "@vueuse/integrations/useFocusTrap";
|
|
4
|
-
import { hideOthers as U } from "../
|
|
4
|
+
import { hideOthers as U } from "../vendor/aria-hidden/dist/es2015/index.js";
|
|
5
5
|
import { unlockScroll as A, lockScroll as G } from "../utils/scrollLock.js";
|
|
6
6
|
import { unlockPrintSingleEl as H, lockPrintSingleEl as J } from "../utils/printing.js";
|
|
7
7
|
import Q from "./KvMaterialIcon.js";
|
package/dist/vue/KvPopper.js
CHANGED
|
@@ -66,7 +66,7 @@ const y = {
|
|
|
66
66
|
this.popper && this.popper.scheduleUpdate();
|
|
67
67
|
},
|
|
68
68
|
initPopper() {
|
|
69
|
-
return this.popper ? Promise.resolve() : this.popperPromise ? this.popperPromise : (this.popperPromise = import("../
|
|
69
|
+
return this.popper ? Promise.resolve() : this.popperPromise ? this.popperPromise : (this.popperPromise = import("../vendor/popper.js/dist/esm/popper.js").then(({ default: e }) => {
|
|
70
70
|
this.popper = new e(this.reference, this.$el, {
|
|
71
71
|
placement: this.popperPlacement,
|
|
72
72
|
modifiers: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"embla-carousel-fade",
|
|
107
107
|
"popper.js"
|
|
108
108
|
],
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "cb46abaa769fce50b203b2b0c6788e3adc117400"
|
|
110
110
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{node_modules/popper.js/dist/esm/popper.mjs → vendor/popper.js/dist/esm/popper.js}
RENAMED
|
File without changes
|