@devgateway/dvz-ui-react 1.7.15 → 1.7.16

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,123 +1,73 @@
1
- import { jsx as r, jsxs as S } from "react/jsx-runtime";
2
- import K, { useState as M, useEffect as L, useRef as q, useLayoutEffect as U } from "react";
3
- import { Container as F, Accordion as j, Icon as X } from "semantic-ui-react";
4
- import { PostProvider as J, PostConsumer as Y, MediaProvider as G, MediaConsumer as Q, PostIcon as Z, PostContent as O } from "@devgateway/wp-react-lib";
5
- import { connect as ee } from "react-redux";
6
- import H from "../connected-templates/PostIntro.js";
7
- const te = ({
8
- posts: i,
9
- activeItem: d,
10
- setActive: p,
11
- colors: g
1
+ import { jsx as e, jsxs as g } from "react/jsx-runtime";
2
+ import H, { useState as b, useEffect as I, useRef as T, useLayoutEffect as V } from "react";
3
+ import { Container as P, Accordion as N, Icon as j } from "semantic-ui-react";
4
+ import { PostProvider as F, PostConsumer as K, MediaProvider as U, MediaConsumer as X, PostIcon as B, PostContent as L } from "@devgateway/wp-react-lib";
5
+ import { connect as J } from "react-redux";
6
+ import _ from "../connected-templates/PostIntro.js";
7
+ const Y = ({
8
+ posts: r,
9
+ activeItem: s,
10
+ setActive: m,
11
+ colors: h
12
12
  }) => {
13
- const [m, f] = M(
14
- i.findIndex((n) => n.slug === d)
15
- ), [c, w] = M(null), l = (n, o, s) => {
16
- document.querySelectorAll(n).forEach((t) => {
17
- t.querySelector(o) && t.classList.add(s);
13
+ const [l, u] = b(
14
+ r.findIndex((o) => o.slug === s)
15
+ ), [a, w] = b(null), c = (o, t, d) => {
16
+ document.querySelectorAll(o).forEach((i) => {
17
+ i.querySelector(t) && i.classList.add(d);
18
18
  });
19
19
  };
20
- L(() => {
21
- if (c) {
22
- const n = c.getBoundingClientRect().top + window.scrollY;
20
+ I(() => {
21
+ if (a) {
22
+ const o = a.getBoundingClientRect().top + window.scrollY;
23
23
  window.scrollTo({
24
- top: n,
24
+ top: o,
25
25
  behavior: "smooth"
26
26
  });
27
27
  }
28
- l(
28
+ c(
29
29
  ".ui.fluid.container.viz.featured.tabs",
30
30
  ".accordion",
31
31
  "has-accordion"
32
- ), l(
32
+ ), c(
33
33
  ".ui.fluid.container.viz.featured.tabs",
34
34
  "blockquote",
35
35
  "has-blockquote"
36
- ), l(
36
+ ), c(
37
37
  ".ui.fluid.container.viz.featured.tabs",
38
38
  ".accordion .accordion-post-ft-title",
39
39
  "has-accordion-title"
40
- ), l(
40
+ ), c(
41
41
  ".ui.fluid.container.viz.featured.tabs",
42
42
  ".accordion .accordion-post-vft-content",
43
43
  "has-accordion-content"
44
- ), l(
44
+ ), c(
45
45
  ".ui.fluid.container.viz.featured.tabs",
46
46
  ".vt-accordion-post-intro figure",
47
47
  "has-vt-accordion-figure"
48
- ), l(
48
+ ), c(
49
49
  ".ui.fluid.container.viz.featured.tabs",
50
50
  ".content.active.accordion-post-content .wp-block-columns",
51
51
  "has-wp-block-columns"
52
52
  );
53
- }, [c]), L(() => {
54
- let n;
55
- const o = [], s = (e) => {
56
- setTimeout(() => {
57
- var h;
58
- const t = e.querySelectorAll(
59
- ".accordion .legends.container.has-standard-12-font-size.bottom, .legends.container.items-section:not(.legends.container.top .items-section)"
60
- );
61
- if (t.length !== 0)
62
- for (const u of t) {
63
- if (u.closest(".legends.container.top"))
64
- continue;
65
- const P = u.closest(
66
- ".ui.fluid.container.content"
67
- ), v = P ? P.querySelector(".data-source") : null;
68
- if (!v || u.offsetParent === null || v.offsetParent === null || u.offsetHeight === 0 || v.offsetHeight === 0)
69
- continue;
70
- const A = v.getBoundingClientRect(), y = u.getBoundingClientRect();
71
- if (y.top === 0 || y.bottom === 0 || A.top === 0 || Math.abs(y.top) > 1e4 || Math.abs(A.top) > 1e4)
72
- continue;
73
- const B = window.getComputedStyle(v), T = window.getComputedStyle(u), _ = parseFloat(B.marginTop) || 0, $ = parseFloat(T.marginBottom) || 0, E = y.bottom + $, R = A.top - _;
74
- if (E > R) {
75
- const a = E - R;
76
- v.style.marginTop = `${a + 20}px`;
77
- }
78
- const x = (h = u.closest(
79
- ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow"
80
- )) == null ? void 0 : h.nextElementSibling;
81
- if (x) {
82
- const a = x.getBoundingClientRect(), b = window.getComputedStyle(x), N = Number.parseFloat(b.marginTop) || 0, k = a.top - N;
83
- if (E > k) {
84
- const z = E - k;
85
- x.style.marginTop = `${z + 20}px`;
86
- }
87
- }
88
- const I = u.closest(".chart.container");
89
- if (I) {
90
- const a = I.getBoundingClientRect(), b = window.getComputedStyle(I), N = Number.parseFloat(b.marginBottom) || 0, k = a.bottom + N, z = Number.parseFloat(T.marginTop) || 0, D = y.top - z;
91
- if (D < k) {
92
- const W = k - D, V = Math.min(W + 20, 200);
93
- u.style.marginTop = `${V}px`;
94
- }
95
- }
96
- }
97
- }, 150);
98
- };
99
- return m !== -1 && (n = setTimeout(() => {
100
- document.querySelectorAll(".accordion").forEach((t) => s(t));
101
- }, 0)), () => {
102
- clearTimeout(n), o.forEach((e) => e.disconnect());
103
- };
104
- }, [m]);
105
- const C = (n, o) => {
106
- const { index: s } = o, e = m === s ? -1 : s;
107
- f(e), p(i[s].slug), e !== -1 && w(n.currentTarget);
53
+ }, [a]), I(() => {
54
+ }, [l]);
55
+ const v = (o, t) => {
56
+ const { index: d } = t, n = l === d ? -1 : d;
57
+ u(n), m(r[d].slug), n !== -1 && w(o.currentTarget);
108
58
  };
109
- return /* @__PURE__ */ r(j, { fluid: !0, styled: !0, children: i.map((n, o) => {
110
- var e;
111
- const s = (e = n.meta_fields) != null && e.icon ? n.meta_fields.icon[0] : null;
112
- return /* @__PURE__ */ S(K.Fragment, { children: [
113
- /* @__PURE__ */ r(
114
- j.Title,
59
+ return /* @__PURE__ */ e(N, { fluid: !0, styled: !0, children: r.map((o, t) => {
60
+ var n;
61
+ const d = (n = o.meta_fields) != null && n.icon ? o.meta_fields.icon[0] : null;
62
+ return /* @__PURE__ */ g(H.Fragment, { children: [
63
+ /* @__PURE__ */ e(
64
+ N.Title,
115
65
  {
116
- active: m === o,
117
- index: o,
118
- onClick: (t) => C(t, { index: o }),
119
- style: { backgroundColor: g[`color_${o}`] },
120
- children: /* @__PURE__ */ S(
66
+ active: l === t,
67
+ index: t,
68
+ onClick: (i) => v(i, { index: t }),
69
+ style: { backgroundColor: h[`color_${t}`] },
70
+ children: /* @__PURE__ */ g(
121
71
  "div",
122
72
  {
123
73
  style: {
@@ -127,247 +77,247 @@ const te = ({
127
77
  width: "100%"
128
78
  },
129
79
  children: [
130
- /* @__PURE__ */ S("div", { style: { display: "flex", alignItems: "center" }, children: [
131
- s && /* @__PURE__ */ r(G, { id: s, children: /* @__PURE__ */ r(Q, { children: /* @__PURE__ */ r(Z, { className: "icon" }) }) }),
132
- /* @__PURE__ */ r(H, { post: n, className: "vt-accordion-post-intro" })
80
+ /* @__PURE__ */ g("div", { style: { display: "flex", alignItems: "center" }, children: [
81
+ d && /* @__PURE__ */ e(U, { id: d, children: /* @__PURE__ */ e(X, { children: /* @__PURE__ */ e(B, { className: "icon" }) }) }),
82
+ /* @__PURE__ */ e(_, { post: o, className: "vt-accordion-post-intro" })
133
83
  ] }),
134
- /* @__PURE__ */ r(X, { name: "chevron down" })
84
+ /* @__PURE__ */ e(j, { name: "chevron down" })
135
85
  ]
136
86
  }
137
87
  )
138
88
  }
139
89
  ),
140
- /* @__PURE__ */ r(
141
- j.Content,
90
+ /* @__PURE__ */ e(
91
+ N.Content,
142
92
  {
143
93
  className: "accordion-post-content accordion-post-vft-content",
144
- active: m === o,
145
- children: /* @__PURE__ */ r(O, { post: n })
94
+ active: l === t,
95
+ children: /* @__PURE__ */ e(L, { post: o })
146
96
  }
147
97
  )
148
- ] }, n.id);
98
+ ] }, o.id);
149
99
  }) });
150
- }, ne = ({
151
- post: i,
152
- count: d,
153
- backgroundColor: p,
154
- active: g,
155
- dimensions: m,
156
- height: f,
157
- coverWidth: c,
100
+ }, G = ({
101
+ post: r,
102
+ count: s,
103
+ backgroundColor: m,
104
+ active: h,
105
+ dimensions: l,
106
+ height: u,
107
+ coverWidth: a,
158
108
  index: w,
159
- editing: l,
160
- clickToExpandLabel: C
109
+ editing: c,
110
+ clickToExpandLabel: v
161
111
  }) => {
162
- const n = i._embedded ? i._embedded["wp:featuredmedia"] : null, [o, s] = M(!1), e = l ? d - w : 1;
163
- return /* @__PURE__ */ S("div", { className: "content-area", children: [
164
- /* @__PURE__ */ S(
112
+ const o = r._embedded ? r._embedded["wp:featuredmedia"] : null, [t, d] = b(!1), n = c ? s - w : 1;
113
+ return /* @__PURE__ */ g("div", { className: "content-area", children: [
114
+ /* @__PURE__ */ g(
165
115
  "div",
166
116
  {
167
117
  className: "cover",
168
118
  style: {
169
- width: `${c}px`,
170
- backgroundColor: p,
171
- backgroundImage: `url(${n ? n[0].source_url : ""})`
119
+ width: `${a}px`,
120
+ backgroundColor: m,
121
+ backgroundImage: `url(${o ? o[0].source_url : ""})`
172
122
  },
173
- onMouseEnter: () => s(!0),
174
- onMouseLeave: () => s(!1),
123
+ onMouseEnter: () => d(!0),
124
+ onMouseLeave: () => d(!1),
175
125
  children: [
176
- /* @__PURE__ */ r(
126
+ /* @__PURE__ */ e(
177
127
  "div",
178
128
  {
179
129
  className: "rotator",
180
130
  style: {
181
- width: `${f}px`,
182
- transform: `translate(${c / 2}px, 0px) rotate(90deg)`
131
+ width: `${u}px`,
132
+ transform: `translate(${a / 2}px, 0px) rotate(90deg)`
183
133
  },
184
- children: /* @__PURE__ */ r(H, { post: i })
134
+ children: /* @__PURE__ */ e(_, { post: r })
185
135
  }
186
136
  ),
187
- /* @__PURE__ */ S("div", { className: "overlay-label-container", children: [
188
- /* @__PURE__ */ r(
137
+ /* @__PURE__ */ g("div", { className: "overlay-label-container", children: [
138
+ /* @__PURE__ */ e(
189
139
  "div",
190
140
  {
191
- className: `overlay-label ${o && !g ? "visible" : ""}`,
192
- children: C || "CLICK TO EXPAND"
141
+ className: `overlay-label ${t && !h ? "visible" : ""}`,
142
+ children: v || "CLICK TO EXPAND"
193
143
  }
194
144
  ),
195
- /* @__PURE__ */ r("div", { className: "arrow-svg" })
145
+ /* @__PURE__ */ e("div", { className: "arrow-svg" })
196
146
  ] })
197
147
  ]
198
148
  }
199
149
  ),
200
- /* @__PURE__ */ r(
150
+ /* @__PURE__ */ e(
201
151
  "div",
202
152
  {
203
- className: `collapsable-content ${g ? "expanded" : "collapsed"}`,
153
+ className: `collapsable-content ${h ? "expanded" : "collapsed"}`,
204
154
  style: {
205
155
  backgroundColor: "#f9f9f9",
206
- width: `${m.width - c * d}px`,
207
- marginLeft: `${c * e}px`
156
+ width: `${l.width - a * s}px`,
157
+ marginLeft: `${a * n}px`
208
158
  },
209
- children: /* @__PURE__ */ r(O, { post: i })
159
+ children: /* @__PURE__ */ e(L, { post: r })
210
160
  }
211
161
  )
212
162
  ] });
213
- }, oe = ({
214
- editing: i,
215
- posts: d,
216
- height: p,
217
- colors: g,
218
- coverWidth: m,
219
- clickToExpandLabel: f
163
+ }, Q = ({
164
+ editing: r,
165
+ posts: s,
166
+ height: m,
167
+ colors: h,
168
+ coverWidth: l,
169
+ clickToExpandLabel: u
220
170
  }) => {
221
- const [c, w] = M(null), l = q(null), [C, n] = M({ width: 0, height: 0 }), o = q(null), s = (e) => {
222
- c !== e && w(e);
171
+ const [a, w] = b(null), c = T(null), [v, o] = b({ width: 0, height: 0 }), t = T(null), d = (n) => {
172
+ a !== n && w(n);
223
173
  };
224
- return L(() => {
225
- d.length > 0 && c === null && i && w(d[0].slug);
226
- }, [d, c, i]), U(() => {
227
- var e, t, h, u;
228
- (e = l.current) != null && e.parentElement && n({
229
- width: i ? ((h = (t = l.current.parentElement) == null ? void 0 : t.parentElement) == null ? void 0 : h.offsetWidth) ?? 0 : ((u = l.current.parentElement) == null ? void 0 : u.offsetWidth) ?? 0,
230
- height: l.current.offsetHeight
231
- }), o.current && (o.current.style.overflow = i ? "visible" : "hidden");
232
- }, [i]), /* @__PURE__ */ r(
233
- F,
174
+ return I(() => {
175
+ s.length > 0 && a === null && r && w(s[0].slug);
176
+ }, [s, a, r]), V(() => {
177
+ var n, i, p, y;
178
+ (n = c.current) != null && n.parentElement && o({
179
+ width: r ? ((p = (i = c.current.parentElement) == null ? void 0 : i.parentElement) == null ? void 0 : p.offsetWidth) ?? 0 : ((y = c.current.parentElement) == null ? void 0 : y.offsetWidth) ?? 0,
180
+ height: c.current.offsetHeight
181
+ }), t.current && (t.current.style.overflow = r ? "visible" : "hidden");
182
+ }, [r]), /* @__PURE__ */ e(
183
+ P,
234
184
  {
235
185
  fluid: !0,
236
186
  className: "vertical featured tabs",
237
- ref: o,
238
- children: d == null ? void 0 : d.map((e, t) => {
239
- const h = c ? e.slug === c : t === 0;
240
- return /* @__PURE__ */ S(
187
+ ref: t,
188
+ children: s == null ? void 0 : s.map((n, i) => {
189
+ const p = a ? n.slug === a : i === 0;
190
+ return /* @__PURE__ */ g(
241
191
  "div",
242
192
  {
243
- ref: l,
244
- onClick: () => s(e.slug),
245
- className: h ? "item expanded" : "item collapsed",
193
+ ref: c,
194
+ onClick: () => d(n.slug),
195
+ className: p ? "item expanded" : "item collapsed",
246
196
  style: {
247
- minHeight: `${p}px`,
248
- minWidth: `${m}px`
197
+ minHeight: `${m}px`,
198
+ minWidth: `${l}px`
249
199
  },
250
200
  children: [
251
- /* @__PURE__ */ r("a", { id: e.slug }),
252
- /* @__PURE__ */ r(
253
- ne,
201
+ /* @__PURE__ */ e("a", { id: n.slug }),
202
+ /* @__PURE__ */ e(
203
+ G,
254
204
  {
255
- editing: i,
256
- coverWidth: m,
257
- height: p,
258
- backgroundColor: g[`color_${t}`],
259
- count: d.length,
260
- dimensions: C,
261
- active: h,
262
- post: e,
263
- index: t,
264
- clickToExpandLabel: f
205
+ editing: r,
206
+ coverWidth: l,
207
+ height: m,
208
+ backgroundColor: h[`color_${i}`],
209
+ count: s.length,
210
+ dimensions: v,
211
+ active: p,
212
+ post: n,
213
+ index: i,
214
+ clickToExpandLabel: u
265
215
  }
266
216
  )
267
217
  ]
268
218
  },
269
- e.slug
219
+ n.slug
270
220
  );
271
221
  })
272
222
  }
273
223
  );
274
- }, re = (i) => {
275
- var x, I;
224
+ }, Z = (r) => {
225
+ var k, A;
276
226
  let {
277
- "data-height": d,
278
- "data-type": p,
279
- "data-taxonomy": g,
280
- "data-categories": m,
281
- "data-count": f,
282
- "data-colors": c,
227
+ "data-height": s,
228
+ "data-type": m,
229
+ "data-taxonomy": h,
230
+ "data-categories": l,
231
+ "data-count": u,
232
+ "data-colors": a,
283
233
  "data-cover-width": w = 50,
284
- "data-read-more-label": l = "READ More",
285
- "data-click-to-expand-label": C = "CLICK TO EXPAND",
286
- "data-preview-mode": n = "Desktop",
287
- editing: o,
288
- parent: s,
289
- unique: e,
290
- pageModuleProps: t
291
- } = i;
292
- t != null && t.previewMode && (t != null && t.editing) && (n = t.previewMode, o = t.editing);
293
- const h = i.intl.locale, u = m || "[]", [P, v] = M(
294
- (((x = window == null ? void 0 : window.visualViewport) == null ? void 0 : x.width) || window.innerWidth) <= 1365
295
- ), A = () => {
296
- var a, b, N;
297
- return ((a = window.screen.orientation) == null ? void 0 : a.type) || ((((b = window == null ? void 0 : window.visualViewport) == null ? void 0 : b.width) || window.innerWidth) > (((N = window == null ? void 0 : window.visualViewport) == null ? void 0 : N.height) || window.innerHeight) ? "landscape-primary" : "portrait-primary");
298
- }, [y, B] = M(A()), T = () => {
234
+ "data-read-more-label": c = "READ More",
235
+ "data-click-to-expand-label": v = "CLICK TO EXPAND",
236
+ "data-preview-mode": o = "Desktop",
237
+ editing: t,
238
+ parent: d,
239
+ unique: n,
240
+ pageModuleProps: i
241
+ } = r;
242
+ i != null && i.previewMode && (i != null && i.editing) && (o = i.previewMode, t = i.editing);
243
+ const p = r.intl.locale, y = l || "[]", [z, O] = b(
244
+ (((k = window == null ? void 0 : window.visualViewport) == null ? void 0 : k.width) || window.innerWidth) <= 1365
245
+ ), $ = () => {
246
+ var f, C, M;
247
+ return ((f = window.screen.orientation) == null ? void 0 : f.type) || ((((C = window == null ? void 0 : window.visualViewport) == null ? void 0 : C.width) || window.innerWidth) > (((M = window == null ? void 0 : window.visualViewport) == null ? void 0 : M.height) || window.innerHeight) ? "landscape-primary" : "portrait-primary");
248
+ }, [R, S] = b($()), x = () => {
299
249
  setTimeout(() => {
300
- var a;
301
- B(A()), v(
302
- (((a = window == null ? void 0 : window.visualViewport) == null ? void 0 : a.width) || window.innerWidth) <= 1365
250
+ var f;
251
+ S($()), O(
252
+ (((f = window == null ? void 0 : window.visualViewport) == null ? void 0 : f.width) || window.innerWidth) <= 1365
303
253
  );
304
254
  }, 100);
305
255
  };
306
- L(() => (window.screen.orientation && window.screen.orientation.addEventListener(
256
+ I(() => (window.screen.orientation && window.screen.orientation.addEventListener(
307
257
  "change",
308
- T
309
- ), window.addEventListener("resize", T), () => {
310
- window.removeEventListener("resize", T), window.screen.orientation && window.screen.orientation.removeEventListener(
258
+ x
259
+ ), window.addEventListener("resize", x), () => {
260
+ window.removeEventListener("resize", x), window.screen.orientation && window.screen.orientation.removeEventListener(
311
261
  "change",
312
- T
262
+ x
313
263
  );
314
264
  }), []);
315
- const _ = (a) => o ? a : decodeURIComponent(a), $ = (a) => {
316
- if (!a) return null;
265
+ const D = (f) => t ? f : decodeURIComponent(f), E = (f) => {
266
+ if (!f) return null;
317
267
  try {
318
- return JSON.parse(_(a));
319
- } catch (b) {
320
- console.error(`error parsing value:${a}
321
- error:${b}`);
268
+ return JSON.parse(D(f));
269
+ } catch (C) {
270
+ console.error(`error parsing value:${f}
271
+ error:${C}`);
322
272
  }
323
273
  return null;
324
- }, E = n !== "Desktop" && o, R = P && !o;
325
- return /* @__PURE__ */ r(
326
- F,
274
+ }, W = o !== "Desktop" && t, q = z && !t;
275
+ return /* @__PURE__ */ e(
276
+ P,
327
277
  {
328
278
  style: { maxWidth: "100%" },
329
- className: `viz featured tabs ${o ? "editing" : ""}`,
279
+ className: `viz featured tabs ${t ? "editing" : ""}`,
330
280
  fluid: !0,
331
- children: /* @__PURE__ */ r(
332
- J,
281
+ children: /* @__PURE__ */ e(
282
+ F,
333
283
  {
334
- type: p,
335
- locale: h,
336
- taxonomy: g,
337
- categories: $(u),
338
- store: `vertical_tabs${s}_${e}`,
284
+ type: m,
285
+ locale: p,
286
+ taxonomy: h,
287
+ categories: E(y),
288
+ store: `vertical_tabs${d}_${n}`,
339
289
  page: 1,
340
- perPage: f,
341
- children: /* @__PURE__ */ r(Y, { children: R || E ? /* @__PURE__ */ r(
342
- te,
290
+ perPage: u,
291
+ children: /* @__PURE__ */ e(K, { children: q || W ? /* @__PURE__ */ e(
292
+ Y,
343
293
  {
344
- posts: f,
345
- activeItem: (I = f == null ? void 0 : f[0]) == null ? void 0 : I.slug,
346
- colors: $(c),
294
+ posts: u,
295
+ activeItem: (A = u == null ? void 0 : u[0]) == null ? void 0 : A.slug,
296
+ colors: E(a),
347
297
  setActive: () => {
348
298
  }
349
299
  }
350
- ) : /* @__PURE__ */ r(
351
- oe,
300
+ ) : /* @__PURE__ */ e(
301
+ Q,
352
302
  {
353
- editing: o,
303
+ editing: t,
354
304
  coverWidth: w,
355
- moreLabel: l,
356
- clickToExpandLabel: C,
357
- colors: $(c),
358
- height: d,
359
- posts: f
305
+ moreLabel: c,
306
+ clickToExpandLabel: v,
307
+ colors: E(a),
308
+ height: s,
309
+ posts: u
360
310
  }
361
311
  ) })
362
312
  }
363
313
  )
364
314
  },
365
- y + Math.random()
315
+ R + Math.random()
366
316
  );
367
- }, ie = (i, d) => {
368
- const p = i.getIn(["data", "pageModuleProps"]), g = {};
369
- return p && (g.pageModuleProps = p), g;
370
- }, ae = {}, pe = ee(ie, ae)(re);
317
+ }, ee = (r, s) => {
318
+ const m = r.getIn(["data", "pageModuleProps"]), h = {};
319
+ return m && (h.pageModuleProps = m), h;
320
+ }, te = {}, se = J(ee, te)(Z);
371
321
  export {
372
- pe as default
322
+ se as default
373
323
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devgateway/dvz-ui-react",
3
- "version": "1.7.15",
3
+ "version": "1.7.16",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",