@kiva/kv-components 6.29.0 → 6.29.2
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
.loan-callouts[data-v-
|
|
1
|
+
.loan-callouts[data-v-49b21d16] span{background-color:transparent!important;--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1))}.loan-card-use[data-v-49b21d16]:hover,.loan-card-use[data-v-49b21d16]:focus{--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1))}.loan-card-active-hover:hover .loan-card-use[data-v-49b21d16],.loan-card-active-hover:hover .loan-card-name[data-v-49b21d16]{text-decoration-line:underline}.loan-card-progress[data-v-49b21d16],.loan-card-progress[data-v-49b21d16]:hover,.loan-card-progress[data-v-49b21d16]:focus{text-decoration-line:none}.loan-card-name[data-v-49b21d16]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;cursor:pointer;overflow:hidden;text-overflow:ellipsis;padding-left:1.5rem;padding-right:1.5rem;padding-top:.5rem}.loan-bookmark[data-v-49b21d16] button{border-top-left-radius:0!important;border-top-right-radius:0!important}
|
|
@@ -2,8 +2,8 @@ import A from "graphql-tag";
|
|
|
2
2
|
import E from "numeral";
|
|
3
3
|
import { LOAN_CALLOUTS_FRAGMENT as I, LOAN_GEOCODE_FRAGMENT as G, LOAN_PROGRESS_FRAGMENT as U, loanCardComputedProperties as V, loanCardMethods as z } from "../utils/loanCard.js";
|
|
4
4
|
import W, { KV_LOAN_BOOKMARK_FRAGMENT as M } from "./KvLoanBookmark.js";
|
|
5
|
-
import j, { KV_LOAN_USE_FRAGMENT as
|
|
6
|
-
import
|
|
5
|
+
import j, { KV_LOAN_USE_FRAGMENT as H } from "./KvLoanUse.js";
|
|
6
|
+
import q from "./KvBorrowerImage.js";
|
|
7
7
|
import J from "./KvLoanProgressGroup.js";
|
|
8
8
|
import Q from "./KvLoanCallouts.js";
|
|
9
9
|
import X, { KV_LOAN_TAG_FRAGMENT as Y } from "./KvLoanTag.js";
|
|
@@ -38,7 +38,7 @@ const Se = A`
|
|
|
38
38
|
}
|
|
39
39
|
${M}
|
|
40
40
|
${Y}
|
|
41
|
-
${
|
|
41
|
+
${H}
|
|
42
42
|
${I}
|
|
43
43
|
${G}
|
|
44
44
|
${U}
|
|
@@ -51,7 +51,7 @@ const Se = A`
|
|
|
51
51
|
`, ie = {
|
|
52
52
|
name: "KvIntroductionLoanCard",
|
|
53
53
|
components: {
|
|
54
|
-
KvBorrowerImage:
|
|
54
|
+
KvBorrowerImage: q,
|
|
55
55
|
KvLoadingPlaceholder: $,
|
|
56
56
|
KvLoanUse: j,
|
|
57
57
|
KvLoanProgressGroup: J,
|
|
@@ -113,6 +113,10 @@ const Se = A`
|
|
|
113
113
|
isBookmarked: {
|
|
114
114
|
type: Boolean,
|
|
115
115
|
default: !1
|
|
116
|
+
},
|
|
117
|
+
customHref: {
|
|
118
|
+
type: String,
|
|
119
|
+
default: ""
|
|
116
120
|
}
|
|
117
121
|
},
|
|
118
122
|
setup(n, { emit: o }) {
|
|
@@ -420,7 +424,7 @@ function ve(n, o, i, e, C, w) {
|
|
|
420
424
|
])
|
|
421
425
|
], 6);
|
|
422
426
|
}
|
|
423
|
-
const Ee = /* @__PURE__ */ le(ie, [["render", ve], ["__scopeId", "data-v-
|
|
427
|
+
const Ee = /* @__PURE__ */ le(ie, [["render", ve], ["__scopeId", "data-v-49b21d16"]]);
|
|
424
428
|
export {
|
|
425
429
|
Se as KV_INTRODUCTION_LOAN_CARD_FRAGMENT,
|
|
426
430
|
De as KV_INTRODUCTION_LOAN_CARD_USER_FRAGMENT,
|
package/dist/vue/KvSideSheet.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { toRefs as
|
|
2
|
-
import { mdiArrowLeft as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
const
|
|
1
|
+
import { toRefs as P, ref as r, reactive as Q, computed as j, onMounted as X, onUnmounted as Y, watch as g, resolveComponent as Z, openBlock as p, createElementBlock as k, normalizeClass as b, withModifiers as $, createElementVNode as w, normalizeStyle as H, createVNode as z, createCommentVNode as x, toDisplayString as ee, renderSlot as N, nextTick as te } from "vue";
|
|
2
|
+
import { mdiArrowLeft as oe, mdiClose as ne, mdiExportVariant as ie } from "@mdi/js";
|
|
3
|
+
import le from "./KvMaterialIcon.js";
|
|
4
|
+
import se from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const ae = {
|
|
6
6
|
name: "KvSideSheet",
|
|
7
7
|
components: {
|
|
8
|
-
KvMaterialIcon:
|
|
8
|
+
KvMaterialIcon: le
|
|
9
9
|
},
|
|
10
10
|
props: {
|
|
11
11
|
/**
|
|
@@ -65,7 +65,7 @@ const le = {
|
|
|
65
65
|
widthDimensions: {
|
|
66
66
|
type: [String, Object],
|
|
67
67
|
default: () => ({ default: "100%", md: "50%" }),
|
|
68
|
-
validator: (
|
|
68
|
+
validator: (o) => typeof o == "string" ? /^(\d+px|[\d.]+%|auto|inherit|initial)$/.test(o) : typeof o == "object" ? Object.keys(o).every((n) => ["default", "sm", "md", "lg", "xl", "2xl"].includes(n) && /^(\d+px|[\d.]+%|auto|inherit|initial)$/.test(o[n])) : !1
|
|
69
69
|
},
|
|
70
70
|
/**
|
|
71
71
|
* Whether to hide the background of the headline section on mobile (e.g., in Borrower Profile Sidesheet)
|
|
@@ -76,92 +76,88 @@ const le = {
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
emits: ["side-sheet-closed", "go-to-link"],
|
|
79
|
-
setup(
|
|
79
|
+
setup(o, { emit: n, slots: i }) {
|
|
80
80
|
const {
|
|
81
81
|
visible: t,
|
|
82
|
-
kvTrackFunction:
|
|
83
|
-
trackEventCategory:
|
|
84
|
-
widthDimensions:
|
|
85
|
-
hideHeadlineBgOnMobile:
|
|
86
|
-
} =
|
|
82
|
+
kvTrackFunction: M,
|
|
83
|
+
trackEventCategory: _,
|
|
84
|
+
widthDimensions: l,
|
|
85
|
+
hideHeadlineBgOnMobile: d
|
|
86
|
+
} = P(o), c = r(!1), a = r({}), T = r(null), m = r(null), y = r(null), V = r(null), W = r(null), S = r(null), B = r(null), v = Q({
|
|
87
87
|
headline: 0,
|
|
88
88
|
controls: 0
|
|
89
|
-
}),
|
|
90
|
-
const e =
|
|
89
|
+
}), U = j(() => {
|
|
90
|
+
const e = V.value - (d.value ? 0 : v.headline) - v.controls;
|
|
91
91
|
return Math.max(e, 0);
|
|
92
|
-
}),
|
|
93
|
-
if (typeof
|
|
94
|
-
return
|
|
92
|
+
}), I = j(() => {
|
|
93
|
+
if (typeof l.value == "string")
|
|
94
|
+
return l.value;
|
|
95
95
|
const e = {
|
|
96
96
|
sm: 640,
|
|
97
97
|
md: 768,
|
|
98
98
|
lg: 1024,
|
|
99
99
|
xl: 1280,
|
|
100
100
|
"2xl": 1536
|
|
101
|
-
},
|
|
102
|
-
return
|
|
103
|
-
}),
|
|
104
|
-
let
|
|
105
|
-
return (...
|
|
106
|
-
clearTimeout(
|
|
101
|
+
}, s = W.value || window.innerWidth, f = Object.keys(l.value).filter((u) => u !== "default").sort((u, O) => e[O] - e[u]).find((u) => s >= e[u]);
|
|
102
|
+
return f ? l.value[f] : l.value.default || "100%";
|
|
103
|
+
}), A = (e, s) => {
|
|
104
|
+
let f;
|
|
105
|
+
return (...u) => {
|
|
106
|
+
clearTimeout(f), f = setTimeout(() => e(...u), s);
|
|
107
107
|
};
|
|
108
|
-
},
|
|
109
|
-
|
|
110
|
-
|
|
108
|
+
}, E = () => {
|
|
109
|
+
V.value = window.innerHeight, W.value = window.innerWidth, setTimeout(() => {
|
|
110
|
+
te(() => {
|
|
111
111
|
var e;
|
|
112
112
|
if (y.value) {
|
|
113
|
-
const
|
|
114
|
-
|
|
113
|
+
const s = y.value.getBoundingClientRect();
|
|
114
|
+
v.headline = s.height;
|
|
115
115
|
} else
|
|
116
|
-
|
|
117
|
-
if ((e =
|
|
118
|
-
const
|
|
119
|
-
|
|
116
|
+
v.headline = 0;
|
|
117
|
+
if ((e = i.controls) != null && e.call(i) && m.value) {
|
|
118
|
+
const s = m.value.getBoundingClientRect();
|
|
119
|
+
v.controls = s.height;
|
|
120
120
|
} else
|
|
121
|
-
|
|
121
|
+
v.controls = 0;
|
|
122
122
|
});
|
|
123
123
|
}, 300);
|
|
124
|
-
},
|
|
124
|
+
}, C = A(E, 100), R = () => {
|
|
125
125
|
const e = "tw-overflow-hidden";
|
|
126
|
-
|
|
126
|
+
c.value ? document.body.classList.add(e) : document.body.classList.remove(e);
|
|
127
127
|
}, K = () => {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}, 300), document.removeEventListener("keyup",
|
|
131
|
-
},
|
|
132
|
-
|
|
133
|
-
},
|
|
128
|
+
c.value = !1, R(), M.value(_.value, "click", "side-sheet-closed"), setTimeout(() => {
|
|
129
|
+
n("side-sheet-closed");
|
|
130
|
+
}, 300), document.removeEventListener("keyup", L);
|
|
131
|
+
}, G = () => {
|
|
132
|
+
n("go-to-link");
|
|
133
|
+
}, L = (e) => {
|
|
134
134
|
(e == null ? void 0 : e.key) === "Escape" && K();
|
|
135
135
|
};
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}, 100), m.value)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
const e = new ResizeObserver(B);
|
|
145
|
-
e.observe(y.value), C(() => e.disconnect());
|
|
146
|
-
}
|
|
147
|
-
window.addEventListener("resize", B), C(() => window.removeEventListener("resize", B));
|
|
136
|
+
X(() => {
|
|
137
|
+
setTimeout(() => {
|
|
138
|
+
E();
|
|
139
|
+
}, 100), m.value && (S.value = new ResizeObserver(C), S.value.observe(m.value)), y.value && (B.value = new ResizeObserver(C), B.value.observe(y.value)), window.addEventListener("resize", C);
|
|
140
|
+
}), Y(() => {
|
|
141
|
+
S.value && S.value.disconnect(), B.value && B.value.disconnect(), window.removeEventListener("resize", C);
|
|
142
|
+
const e = document.getElementById("side-sheet-styles");
|
|
143
|
+
e && e.remove();
|
|
148
144
|
}), g(() => {
|
|
149
145
|
var e;
|
|
150
|
-
return (e =
|
|
146
|
+
return (e = i.controls) == null ? void 0 : e.call(i);
|
|
151
147
|
}, () => {
|
|
152
148
|
setTimeout(() => {
|
|
153
|
-
|
|
149
|
+
E();
|
|
154
150
|
}, 100);
|
|
155
151
|
}, { deep: !0 });
|
|
156
|
-
const
|
|
157
|
-
width:
|
|
152
|
+
const q = j(() => ({
|
|
153
|
+
width: I.value
|
|
158
154
|
}));
|
|
159
155
|
g(t, (e) => {
|
|
160
|
-
typeof window < "u" && (e ? (document.addEventListener("keyup",
|
|
161
|
-
|
|
162
|
-
}, 10)) : (
|
|
163
|
-
}, { immediate: !0 }), g(
|
|
164
|
-
|
|
156
|
+
typeof window < "u" && (e ? (document.addEventListener("keyup", L), a.value = {}, setTimeout(() => {
|
|
157
|
+
c.value = !0, R(), E();
|
|
158
|
+
}, 10)) : (c.value = !1, R(), document.removeEventListener("keyup", L), a.value = {}));
|
|
159
|
+
}, { immediate: !0 }), g(I, (e) => {
|
|
160
|
+
c.value && t.value && a.value && Object.keys(a.value).length > 0 && (a.value = {
|
|
165
161
|
...a.value,
|
|
166
162
|
width: e,
|
|
167
163
|
transition: "none"
|
|
@@ -174,132 +170,130 @@ const le = {
|
|
|
174
170
|
}, 50));
|
|
175
171
|
});
|
|
176
172
|
const D = () => {
|
|
177
|
-
if (typeof
|
|
173
|
+
if (typeof l.value == "object" && T.value) {
|
|
178
174
|
const e = "side-sheet-styles";
|
|
179
|
-
let
|
|
180
|
-
|
|
181
|
-
const
|
|
175
|
+
let s = document.getElementById(e);
|
|
176
|
+
s || (s = document.createElement("style"), s.id = e, document.head.appendChild(s));
|
|
177
|
+
const f = {
|
|
182
178
|
sm: "640px",
|
|
183
179
|
md: "768px",
|
|
184
180
|
lg: "1024px",
|
|
185
181
|
xl: "1280px",
|
|
186
182
|
"2xl": "1536px"
|
|
187
|
-
},
|
|
183
|
+
}, O = Object.keys(l.value).filter((h) => h !== "default").sort((h, J) => {
|
|
188
184
|
const F = ["sm", "md", "lg", "xl", "2xl"];
|
|
189
|
-
return F.indexOf(
|
|
190
|
-
}).map((
|
|
191
|
-
@media (min-width: ${
|
|
192
|
-
#side-sheet-${
|
|
193
|
-
width: ${
|
|
185
|
+
return F.indexOf(h) - F.indexOf(J);
|
|
186
|
+
}).map((h) => `
|
|
187
|
+
@media (min-width: ${f[h]}) {
|
|
188
|
+
#side-sheet-${o.trackEventCategory || "default"} {
|
|
189
|
+
width: ${l.value[h]} !important;
|
|
194
190
|
}
|
|
195
191
|
}
|
|
196
192
|
`).join("");
|
|
197
|
-
|
|
198
|
-
o && o.remove();
|
|
199
|
-
});
|
|
193
|
+
s.textContent = O, T.value.id = `side-sheet-${o.trackEventCategory || "default"}`;
|
|
200
194
|
}
|
|
201
195
|
};
|
|
202
|
-
return g(
|
|
203
|
-
|
|
204
|
-
}, { immediate: !0 }), g(
|
|
196
|
+
return g(l, () => {
|
|
197
|
+
c.value && D();
|
|
198
|
+
}, { immediate: !0 }), g(c, (e) => {
|
|
205
199
|
e && D();
|
|
206
200
|
}), {
|
|
207
201
|
closeSideSheet: K,
|
|
208
|
-
contentHeight:
|
|
202
|
+
contentHeight: U,
|
|
209
203
|
controlsRef: m,
|
|
210
204
|
headlineRef: y,
|
|
211
|
-
sideSheetRef:
|
|
212
|
-
sideSheetStyles:
|
|
213
|
-
goToLink:
|
|
214
|
-
mdiArrowLeft:
|
|
215
|
-
mdiClose:
|
|
216
|
-
mdiExportVariant:
|
|
205
|
+
sideSheetRef: T,
|
|
206
|
+
sideSheetStyles: q,
|
|
207
|
+
goToLink: G,
|
|
208
|
+
mdiArrowLeft: oe,
|
|
209
|
+
mdiClose: ne,
|
|
210
|
+
mdiExportVariant: ie,
|
|
217
211
|
modalStyles: a,
|
|
218
|
-
open:
|
|
212
|
+
open: c
|
|
219
213
|
};
|
|
220
214
|
}
|
|
221
|
-
},
|
|
222
|
-
function
|
|
223
|
-
const
|
|
224
|
-
return
|
|
215
|
+
}, de = { class: "tw-flex tw-gap-1.5" }, re = { key: 1 }, ce = { class: "tw-flex tw-gap-1.5" };
|
|
216
|
+
function ue(o, n, i, t, M, _) {
|
|
217
|
+
const l = Z("kv-material-icon");
|
|
218
|
+
return i.visible ? (p(), k("div", {
|
|
225
219
|
key: 0,
|
|
226
220
|
class: b(["tw-block lg:tw-mt-0 tw-fixed tw-inset-0 tw-bg-black tw-transition-all md:tw-duration-150 tw-z-modal", {
|
|
227
221
|
"tw-bg-opacity-0 tw-delay-300": !t.open,
|
|
228
222
|
"tw-bg-opacity-low": t.open
|
|
229
223
|
}]),
|
|
230
|
-
onClick:
|
|
224
|
+
onClick: n[3] || (n[3] = $((...d) => t.closeSideSheet && t.closeSideSheet(...d), ["self"]))
|
|
231
225
|
}, [
|
|
232
|
-
|
|
226
|
+
w("div", {
|
|
233
227
|
ref: "sideSheetRef",
|
|
234
228
|
class: b(["tw-fixed tw-right-0 tw-transition-all tw-duration-300 tw-bg-white", {
|
|
235
229
|
"tw-translate-x-full": !t.open,
|
|
236
230
|
"tw-translate-x-0": t.open,
|
|
237
|
-
"tw-h-full":
|
|
231
|
+
"tw-h-full": o.$slots.controls
|
|
238
232
|
}]),
|
|
239
|
-
style:
|
|
233
|
+
style: H(t.sideSheetStyles)
|
|
240
234
|
}, [
|
|
241
|
-
|
|
235
|
+
w("div", {
|
|
242
236
|
class: "tw-flex tw-flex-col tw-h-full",
|
|
243
|
-
style:
|
|
237
|
+
style: H(t.modalStyles)
|
|
244
238
|
}, [
|
|
245
|
-
|
|
239
|
+
w("div", {
|
|
246
240
|
ref: "headlineRef",
|
|
247
241
|
class: b(["tw-flex tw-justify-between tw-transition-opacity tw-duration-200 tw-px-3 tw-py-2 tw-border-tertiary tw-gap-1.5", {
|
|
248
242
|
"tw-opacity-0": !t.open,
|
|
249
243
|
"tw-opacity-full": t.open,
|
|
250
|
-
"tw-border-b":
|
|
244
|
+
"tw-border-b": i.showHeadlineBorder
|
|
251
245
|
}])
|
|
252
246
|
}, [
|
|
253
|
-
|
|
254
|
-
|
|
247
|
+
w("div", de, [
|
|
248
|
+
i.showBackButton ? (p(), k("button", {
|
|
255
249
|
key: 0,
|
|
256
250
|
class: "hover:tw-text-action-highlight tw-flex tw-items-center tw-justify-center",
|
|
257
|
-
onClick:
|
|
251
|
+
onClick: n[0] || (n[0] = (...d) => t.closeSideSheet && t.closeSideSheet(...d))
|
|
258
252
|
}, [
|
|
259
|
-
|
|
253
|
+
z(l, {
|
|
260
254
|
class: "tw-w-3 tw-h-3",
|
|
261
255
|
icon: t.mdiArrowLeft
|
|
262
256
|
}, null, 8, ["icon"])
|
|
263
257
|
])) : x("", !0),
|
|
264
|
-
|
|
258
|
+
i.headline ? (p(), k("h3", re, ee(i.headline), 1)) : x("", !0)
|
|
265
259
|
]),
|
|
266
|
-
|
|
267
|
-
|
|
260
|
+
w("div", ce, [
|
|
261
|
+
i.showGoToLink ? (p(), k("button", {
|
|
268
262
|
key: 0,
|
|
269
263
|
class: "hover:tw-text-action-highlight tw-flex tw-items-center tw-justify-center",
|
|
270
|
-
onClick:
|
|
264
|
+
onClick: n[1] || (n[1] = (...d) => t.goToLink && t.goToLink(...d))
|
|
271
265
|
}, [
|
|
272
|
-
|
|
266
|
+
z(l, {
|
|
273
267
|
class: "tw-w-3 tw-h-3",
|
|
274
268
|
icon: t.mdiExportVariant
|
|
275
269
|
}, null, 8, ["icon"])
|
|
276
270
|
])) : x("", !0),
|
|
277
|
-
|
|
271
|
+
w("button", {
|
|
278
272
|
class: "hover:tw-text-action-highlight tw-flex tw-items-center tw-justify-center",
|
|
279
|
-
onClick:
|
|
273
|
+
onClick: n[2] || (n[2] = (...d) => t.closeSideSheet && t.closeSideSheet(...d))
|
|
280
274
|
}, [
|
|
281
|
-
|
|
275
|
+
z(l, {
|
|
282
276
|
class: "tw-w-3 tw-h-3",
|
|
283
277
|
icon: t.mdiClose
|
|
284
278
|
}, null, 8, ["icon"])
|
|
285
279
|
])
|
|
286
280
|
])
|
|
287
281
|
], 2),
|
|
288
|
-
|
|
282
|
+
w("div", {
|
|
289
283
|
id: "sidesheet-content",
|
|
290
284
|
class: "tw-overflow-y-auto tw-overscroll-y-contain",
|
|
291
|
-
style:
|
|
285
|
+
style: H({ height: t.contentHeight + "px" })
|
|
292
286
|
}, [
|
|
293
|
-
|
|
287
|
+
w("div", {
|
|
294
288
|
class: b(["tw-px-2 tw-transition-opacity tw-duration-200", {
|
|
295
289
|
"tw-opacity-0": !t.open,
|
|
296
290
|
"tw-opacity-full": t.open
|
|
297
291
|
}])
|
|
298
292
|
}, [
|
|
299
|
-
|
|
293
|
+
N(o.$slots, "default")
|
|
300
294
|
], 2)
|
|
301
295
|
], 4),
|
|
302
|
-
|
|
296
|
+
o.$slots.controls ? (p(), k("div", {
|
|
303
297
|
key: 0,
|
|
304
298
|
ref: "controlsRef",
|
|
305
299
|
class: b(["tw-absolute tw-bottom-0 tw-w-full tw-border-t tw-border-tertiary tw-bg-white tw-transition-opacity tw-duration-200", {
|
|
@@ -308,13 +302,13 @@ function de(n, i, l, t, z, M) {
|
|
|
308
302
|
}]),
|
|
309
303
|
style: { "z-index": "999" }
|
|
310
304
|
}, [
|
|
311
|
-
|
|
305
|
+
N(o.$slots, "controls")
|
|
312
306
|
], 2)) : x("", !0)
|
|
313
307
|
], 4)
|
|
314
308
|
], 6)
|
|
315
309
|
], 2)) : x("", !0);
|
|
316
310
|
}
|
|
317
|
-
const
|
|
311
|
+
const me = /* @__PURE__ */ se(ae, [["render", ue]]);
|
|
318
312
|
export {
|
|
319
|
-
|
|
313
|
+
me as default
|
|
320
314
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "6.29.
|
|
3
|
+
"version": "6.29.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"embla-carousel-fade",
|
|
112
112
|
"popper.js"
|
|
113
113
|
],
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "048dc13ccb276f6da7a3f2554215aef259788968"
|
|
115
115
|
}
|