@uqds/react 2.0.7-alpha.0 → 2.0.8-alpha.0

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/js/main.js CHANGED
@@ -1,287 +1,255 @@
1
- import { jsx as a, jsxs as u } from "react/jsx-runtime";
2
- import { useMemo as f } from "react";
3
- const B = ({ children: e }) => /* @__PURE__ */ a("div", { className: "uq-container", children: e });
4
- function y(e) {
5
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
6
- }
7
- var x = { exports: {} };
8
- /*!
9
- Copyright (c) 2018 Jed Watson.
10
- Licensed under the MIT License (MIT), see
11
- http://jedwatson.github.io/classnames
12
- */
13
- var q;
14
- function w() {
15
- return q || (q = 1, (function(e) {
16
- (function() {
17
- var i = {}.hasOwnProperty;
18
- function r() {
19
- for (var s = "", t = 0; t < arguments.length; t++) {
20
- var m = arguments[t];
21
- m && (s = c(s, n(m)));
22
- }
23
- return s;
24
- }
25
- function n(s) {
26
- if (typeof s == "string" || typeof s == "number")
27
- return s;
28
- if (typeof s != "object")
29
- return "";
30
- if (Array.isArray(s))
31
- return r.apply(null, s);
32
- if (s.toString !== Object.prototype.toString && !s.toString.toString().includes("[native code]"))
33
- return s.toString();
34
- var t = "";
35
- for (var m in s)
36
- i.call(s, m) && s[m] && (t = c(t, m));
37
- return t;
38
- }
39
- function c(s, t) {
40
- return t ? s ? s + " " + t : s + t : s;
41
- }
42
- e.exports ? (r.default = r, e.exports = r) : window.classNames = r;
43
- })();
44
- })(x)), x.exports;
45
- }
46
- var E = w();
47
- const v = /* @__PURE__ */ y(E);
48
- var g = /* @__PURE__ */ ((e) => (e.text = "text", e.image = "image", e.icon = "icon", e.iconNav = "icon-nav", e))(g || {}), S = /* @__PURE__ */ ((e) => (e.x1 = "1x", e.x2 = "2x", e.x3 = "3x", e.x4 = "4x", e))(S || {}), j = /* @__PURE__ */ ((e) => (e.light = "light", e.text = "text", e))(j || {}), d = /* @__PURE__ */ ((e) => (e.Previous = "previous", e.Next = "next", e.Ellipsis = "ellipsis", e))(d || {}), M = /* @__PURE__ */ ((e) => (e.text = "text", e.image = "image", e.video = "video", e.icon = "icon", e.iconLarge = "icon-large", e.textShaded = "text-shaded", e.iconShaded = "icon-shaded", e))(M || {}), O = /* @__PURE__ */ ((e) => (e.story = "story", e.news = "news", e.event = "event", e.landscape = "landscape", e.feature = "feature", e))(O || {});
49
- const H = ({ children: e, target: i }) => /* @__PURE__ */ a(
50
- "div",
51
- {
52
- className: v("uq-card-grid", {
53
- [`uq-card-grid--target-${i}`]: i
54
- }),
55
- children: e
56
- }
57
- ), $ = ({ name: e, variant: i }) => /* @__PURE__ */ a(
58
- "span",
59
- {
60
- className: v("uq-icon", `uq-icon--${e}`, {
61
- [`uq-icon--${i}`]: i
62
- })
63
- }
64
- ), J = ({
65
- image: e,
66
- icon: i,
67
- title: r,
68
- description: n,
69
- variant: c
70
- }) => /* @__PURE__ */ u(
71
- "div",
72
- {
73
- className: v("uq-card", `uq-card--${c}`),
74
- "data-gtm-category": "Card",
75
- children: [
76
- e && /* @__PURE__ */ a("div", { className: "uq-card__image", children: e }),
77
- /* @__PURE__ */ u("div", { className: "uq-card__content", children: [
78
- i && /* @__PURE__ */ a("div", { className: "uq-card__icon", children: i }),
79
- /* @__PURE__ */ a("h3", { className: "uq-card__title", children: r }),
80
- n && /* @__PURE__ */ a("div", { className: "uq-card__description", children: n })
81
- ] })
82
- ]
83
- }
84
- ), K = ({
85
- image: e,
86
- icon: i,
87
- title: r,
88
- description: n,
89
- variant: c,
90
- links: s,
91
- video: t
92
- }) => /* @__PURE__ */ u("div", { className: v("uq-pane", `uq-pane--${c}`), children: [
93
- e && /* @__PURE__ */ a("div", { className: "uq-pane__image", children: e }),
94
- t && /* @__PURE__ */ a("div", { className: "uq-pane__video", children: t }),
95
- /* @__PURE__ */ u("div", { className: "uq-pane__content", children: [
96
- i && /* @__PURE__ */ a("div", { className: "uq-pane__icon", children: i }),
97
- /* @__PURE__ */ a("h3", { className: "uq-pane__title", children: r }),
98
- n && /* @__PURE__ */ a("div", { className: "uq-pane__description", children: n }),
99
- s && /* @__PURE__ */ a("div", { className: "uq-pane__actions", children: s })
100
- ] })
101
- ] }), L = ({
102
- image: e,
103
- title: i,
104
- description: r,
105
- variant: n,
106
- topLabel: c,
107
- bottomLabel: s
108
- }) => /* @__PURE__ */ u(
109
- "div",
110
- {
111
- className: v("uq-story-card", `uq-story-card--${n}`),
112
- "data-gtm-category": "StoryCard",
113
- children: [
114
- e && /* @__PURE__ */ a("div", { className: "uq-story-card__image", children: e }),
115
- /* @__PURE__ */ u("div", { className: "uq-story-card__content", children: [
116
- c && /* @__PURE__ */ a("div", { className: "uq-story-card__top-label", children: c }),
117
- /* @__PURE__ */ a("h3", { className: "uq-story-card__title", children: i }),
118
- r && /* @__PURE__ */ a("div", { className: "uq-story-card__description", children: r }),
119
- s && /* @__PURE__ */ a("div", { className: "uq-story-card__bottom-label", children: s })
120
- ] })
121
- ]
122
- }
123
- ), h = ({
124
- As: e = "button",
125
- type: i,
126
- number: r,
127
- current: n = !1,
128
- href: c,
129
- value: s,
130
- onClick: t
131
- }) => /* @__PURE__ */ a("li", { className: "uq-pagination__list-item", children: /* @__PURE__ */ u(
132
- e,
133
- {
134
- className: v("uq-pagination__item", {
135
- [`uq-pagination__${i}`]: i,
136
- "uq-pagination__current": n
137
- }),
138
- "aria-current": n && "page",
139
- onClick: t,
140
- href: c,
141
- value: s,
142
- children: [
143
- /* @__PURE__ */ u("span", { className: "visually-hidden", children: [
144
- !i && "Page",
145
- i === d.Previous && "Previous page",
146
- i === d.Next && "Previous page",
147
- i === d.Ellipsis && `Skip to page ${r}`
148
- ] }),
149
- !i && `${r}`,
150
- i === d.Previous && /* @__PURE__ */ a($, { name: "standard--chevron-left" }),
151
- i === d.Next && /* @__PURE__ */ a($, { name: "standard--chevron-right" }),
152
- i === d.Ellipsis && ""
153
- ]
154
- }
155
- ) }), Q = ({
156
- As: e = "button",
157
- totalResults: i,
158
- resultsPerPage: r,
159
- currentPage: n,
160
- onClick: c
161
- }) => {
162
- const s = f(
163
- () => Math.ceil(i / r),
164
- [i, r]
165
- ), t = f(() => {
166
- const l = [];
167
- if (!i || r >= i)
168
- return l;
169
- if (Math.ceil(i / r) < 6 || n > s) {
170
- let o = 2;
171
- for (; o < s; )
172
- l.push(o), o += 1;
173
- return l;
174
- }
175
- if (n === 1) {
176
- let o = 2;
177
- for (; o < 5; )
178
- l.push(o), o += 1;
179
- return l;
180
- }
181
- if (n === s) {
182
- let o = s - 3;
183
- for (; o < s; )
184
- l.push(o), o += 1;
185
- return l;
186
- }
187
- let p = Math.max(n - 1, 2), _ = Math.min(n + 1, s - 1);
188
- p === 2 && (_ = p + 2), _ === s - 1 && (p = _ - 2);
189
- let N = p;
190
- for (; N <= _; )
191
- l.push(N), N += 1;
192
- return l;
193
- }, [i, s, r, n]), m = f(
194
- () => t.length !== 0 && t[0] !== 2,
195
- [t]
196
- ), b = f(
197
- () => t.length !== 0 && t[t.length - 1] !== s - 1,
198
- [t, s]
199
- );
200
- return /* @__PURE__ */ a("nav", { className: "uq-pagination", "aria-label": "Pagination", children: /* @__PURE__ */ u("ul", { className: "uq-pagination__list", children: [
201
- n !== 1 && /* @__PURE__ */ a(
202
- h,
203
- {
204
- As: e,
205
- type: d.Previous,
206
- onClick: c,
207
- value: `${n - 1}`
208
- }
209
- ),
210
- /* @__PURE__ */ a(
211
- h,
212
- {
213
- As: e,
214
- number: 1,
215
- current: n === 1,
216
- onClick: c,
217
- value: "1"
218
- }
219
- ),
220
- m && /* @__PURE__ */ a(
221
- h,
222
- {
223
- As: e,
224
- type: d.Ellipsis,
225
- value: `${n - 3}`,
226
- number: n - 3,
227
- onClick: c
228
- }
229
- ),
230
- t.map((l) => /* @__PURE__ */ a(
231
- h,
232
- {
233
- As: e,
234
- number: l,
235
- current: n === l,
236
- onClick: c,
237
- value: `${l}`
238
- },
239
- l.toString()
240
- )),
241
- b && /* @__PURE__ */ a(
242
- h,
243
- {
244
- As: e,
245
- type: d.Ellipsis,
246
- value: `${n + 3}`,
247
- number: n + 3,
248
- onClick: c
249
- }
250
- ),
251
- s > 1 && /* @__PURE__ */ a(
252
- h,
253
- {
254
- As: e,
255
- number: s,
256
- current: n === s,
257
- onClick: c,
258
- value: `${s}`
259
- }
260
- ),
261
- n !== s && /* @__PURE__ */ a(
262
- h,
263
- {
264
- As: e,
265
- type: d.Next,
266
- onClick: c,
267
- value: `${n + 1}`
268
- }
269
- )
270
- ] }) });
271
- };
272
- export {
273
- J as UqCard,
274
- H as UqCardGrid,
275
- S as UqCardGridTarget,
276
- g as UqCardVariant,
277
- B as UqContainer,
278
- $ as UqIcon,
279
- j as UqIconVariant,
280
- Q as UqPagination,
281
- h as UqPaginationItem,
282
- d as UqPaginationItemType,
283
- K as UqPane,
284
- M as UqPaneVariant,
285
- L as UqStoryCard,
286
- O as UqStoryCardVariant
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ import { useMemo as n } from "react";
3
+ //#region \0rolldown/runtime.js
4
+ var r = Object.create, i = Object.defineProperty, a = Object.getOwnPropertyDescriptor, o = Object.getOwnPropertyNames, s = Object.getPrototypeOf, c = Object.prototype.hasOwnProperty, l = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), u = (e, t, n, r) => {
5
+ if (t && typeof t == "object" || typeof t == "function") for (var s = o(t), l = 0, u = s.length, d; l < u; l++) d = s[l], !c.call(e, d) && d !== n && i(e, d, {
6
+ get: ((e) => t[e]).bind(null, d),
7
+ enumerable: !(r = a(t, d)) || r.enumerable
8
+ });
9
+ return e;
10
+ }, d = (e, t, n) => (n = e == null ? {} : r(s(e)), u(t || !e || !e.__esModule ? i(n, "default", {
11
+ value: e,
12
+ enumerable: !0
13
+ }) : n, e)), f = ({ children: t }) => /* @__PURE__ */ e("div", {
14
+ className: "uq-container",
15
+ children: t
16
+ }), p = /* @__PURE__ */ d((/* @__PURE__ */ l(((e, t) => {
17
+ (function() {
18
+ var e = {}.hasOwnProperty;
19
+ function n() {
20
+ for (var e = "", t = 0; t < arguments.length; t++) {
21
+ var n = arguments[t];
22
+ n && (e = i(e, r(n)));
23
+ }
24
+ return e;
25
+ }
26
+ function r(t) {
27
+ if (typeof t == "string" || typeof t == "number") return t;
28
+ if (typeof t != "object") return "";
29
+ if (Array.isArray(t)) return n.apply(null, t);
30
+ if (t.toString !== Object.prototype.toString && !t.toString.toString().includes("[native code]")) return t.toString();
31
+ var r = "";
32
+ for (var a in t) e.call(t, a) && t[a] && (r = i(r, a));
33
+ return r;
34
+ }
35
+ function i(e, t) {
36
+ return t ? e ? e + " " + t : e + t : e;
37
+ }
38
+ t !== void 0 && t.exports ? (n.default = n, t.exports = n) : typeof define == "function" && typeof define.amd == "object" && define.amd ? define("classnames", [], function() {
39
+ return n;
40
+ }) : window.classNames = n;
41
+ })();
42
+ })))(), 1), m = /* @__PURE__ */ function(e) {
43
+ return e.text = "text", e.image = "image", e.icon = "icon", e.iconNav = "icon-nav", e;
44
+ }({}), h = /* @__PURE__ */ function(e) {
45
+ return e.x1 = "1x", e.x2 = "2x", e.x3 = "3x", e.x4 = "4x", e;
46
+ }({}), g = /* @__PURE__ */ function(e) {
47
+ return e.light = "light", e.text = "text", e;
48
+ }({}), _ = /* @__PURE__ */ function(e) {
49
+ return e.Previous = "previous", e.Next = "next", e.Ellipsis = "ellipsis", e;
50
+ }({}), v = /* @__PURE__ */ function(e) {
51
+ return e.text = "text", e.image = "image", e.video = "video", e.icon = "icon", e.iconLarge = "icon-large", e.textShaded = "text-shaded", e.iconShaded = "icon-shaded", e;
52
+ }({}), y = /* @__PURE__ */ function(e) {
53
+ return e.story = "story", e.news = "news", e.event = "event", e.landscape = "landscape", e.feature = "feature", e;
54
+ }({}), b = ({ children: t, target: n }) => /* @__PURE__ */ e("div", {
55
+ className: (0, p.default)("uq-card-grid", { [`uq-card-grid--target-${n}`]: n }),
56
+ children: t
57
+ }), x = ({ name: t, variant: n }) => /* @__PURE__ */ e("span", { className: (0, p.default)("uq-icon", `uq-icon--${t}`, { [`uq-icon--${n}`]: n }) }), S = ({ image: n, icon: r, title: i, description: a, variant: o }) => /* @__PURE__ */ t("div", {
58
+ className: (0, p.default)("uq-card", `uq-card--${o}`),
59
+ "data-gtm-category": "Card",
60
+ children: [n && /* @__PURE__ */ e("div", {
61
+ className: "uq-card__image",
62
+ children: n
63
+ }), /* @__PURE__ */ t("div", {
64
+ className: "uq-card__content",
65
+ children: [
66
+ r && /* @__PURE__ */ e("div", {
67
+ className: "uq-card__icon",
68
+ children: r
69
+ }),
70
+ /* @__PURE__ */ e("h3", {
71
+ className: "uq-card__title",
72
+ children: i
73
+ }),
74
+ a && /* @__PURE__ */ e("div", {
75
+ className: "uq-card__description",
76
+ children: a
77
+ })
78
+ ]
79
+ })]
80
+ }), C = ({ image: n, icon: r, title: i, description: a, variant: o, links: s, video: c }) => /* @__PURE__ */ t("div", {
81
+ className: (0, p.default)("uq-pane", `uq-pane--${o}`),
82
+ children: [
83
+ n && /* @__PURE__ */ e("div", {
84
+ className: "uq-pane__image",
85
+ children: n
86
+ }),
87
+ c && /* @__PURE__ */ e("div", {
88
+ className: "uq-pane__video",
89
+ children: c
90
+ }),
91
+ /* @__PURE__ */ t("div", {
92
+ className: "uq-pane__content",
93
+ children: [
94
+ r && /* @__PURE__ */ e("div", {
95
+ className: "uq-pane__icon",
96
+ children: r
97
+ }),
98
+ /* @__PURE__ */ e("h3", {
99
+ className: "uq-pane__title",
100
+ children: i
101
+ }),
102
+ a && /* @__PURE__ */ e("div", {
103
+ className: "uq-pane__description",
104
+ children: a
105
+ }),
106
+ s && /* @__PURE__ */ e("div", {
107
+ className: "uq-pane__actions",
108
+ children: s
109
+ })
110
+ ]
111
+ })
112
+ ]
113
+ }), w = ({ image: n, title: r, description: i, variant: a, topLabel: o, bottomLabel: s }) => /* @__PURE__ */ t("div", {
114
+ className: (0, p.default)("uq-story-card", `uq-story-card--${a}`),
115
+ "data-gtm-category": "StoryCard",
116
+ children: [n && /* @__PURE__ */ e("div", {
117
+ className: "uq-story-card__image",
118
+ children: n
119
+ }), /* @__PURE__ */ t("div", {
120
+ className: "uq-story-card__content",
121
+ children: [
122
+ o && /* @__PURE__ */ e("div", {
123
+ className: "uq-story-card__top-label",
124
+ children: o
125
+ }),
126
+ /* @__PURE__ */ e("h3", {
127
+ className: "uq-story-card__title",
128
+ children: r
129
+ }),
130
+ i && /* @__PURE__ */ e("div", {
131
+ className: "uq-story-card__description",
132
+ children: i
133
+ }),
134
+ s && /* @__PURE__ */ e("div", {
135
+ className: "uq-story-card__bottom-label",
136
+ children: s
137
+ })
138
+ ]
139
+ })]
140
+ }), T = ({ As: n = "button", type: r, number: i, current: a = !1, href: o, value: s, onClick: c }) => /* @__PURE__ */ e("li", {
141
+ className: "uq-pagination__list-item",
142
+ children: /* @__PURE__ */ t(n, {
143
+ className: (0, p.default)("uq-pagination__item", {
144
+ [`uq-pagination__${r}`]: r,
145
+ "uq-pagination__current": a
146
+ }),
147
+ "aria-current": a && "page",
148
+ onClick: c,
149
+ href: o,
150
+ value: s,
151
+ children: [
152
+ /* @__PURE__ */ t("span", {
153
+ className: "visually-hidden",
154
+ children: [
155
+ !r && "Page",
156
+ r === _.Previous && "Previous page",
157
+ r === _.Next && "Previous page",
158
+ r === _.Ellipsis && `Skip to page ${i}`
159
+ ]
160
+ }),
161
+ !r && `${i}`,
162
+ r === _.Previous && /* @__PURE__ */ e(x, { name: "standard--chevron-left" }),
163
+ r === _.Next && /* @__PURE__ */ e(x, { name: "standard--chevron-right" }),
164
+ r === _.Ellipsis && "…"
165
+ ]
166
+ })
167
+ }), E = ({ As: r = "button", totalResults: i, resultsPerPage: a, currentPage: o, onClick: s }) => {
168
+ let c = n(() => Math.ceil(i / a), [i, a]), l = n(() => {
169
+ let e = [];
170
+ if (!i || a >= i) return e;
171
+ if (Math.ceil(i / a) < 6 || o > c) {
172
+ let t = 2;
173
+ for (; t < c;) e.push(t), t += 1;
174
+ return e;
175
+ }
176
+ if (o === 1) {
177
+ let t = 2;
178
+ for (; t < 5;) e.push(t), t += 1;
179
+ return e;
180
+ }
181
+ if (o === c) {
182
+ let t = c - 3;
183
+ for (; t < c;) e.push(t), t += 1;
184
+ return e;
185
+ }
186
+ let t = Math.max(o - 1, 2), n = Math.min(o + 1, c - 1);
187
+ t === 2 && (n = t + 2), n === c - 1 && (t = n - 2);
188
+ let r = t;
189
+ for (; r <= n;) e.push(r), r += 1;
190
+ return e;
191
+ }, [
192
+ i,
193
+ c,
194
+ a,
195
+ o
196
+ ]), u = n(() => l.length !== 0 && l[0] !== 2, [l]), d = n(() => l.length !== 0 && l[l.length - 1] !== c - 1, [l, c]);
197
+ return /* @__PURE__ */ e("nav", {
198
+ className: "uq-pagination",
199
+ "aria-label": "Pagination",
200
+ children: /* @__PURE__ */ t("ul", {
201
+ className: "uq-pagination__list",
202
+ children: [
203
+ o !== 1 && /* @__PURE__ */ e(T, {
204
+ As: r,
205
+ type: _.Previous,
206
+ onClick: s,
207
+ value: `${o - 1}`
208
+ }),
209
+ /* @__PURE__ */ e(T, {
210
+ As: r,
211
+ number: 1,
212
+ current: o === 1,
213
+ onClick: s,
214
+ value: "1"
215
+ }),
216
+ u && /* @__PURE__ */ e(T, {
217
+ As: r,
218
+ type: _.Ellipsis,
219
+ value: `${o - 3}`,
220
+ number: o - 3,
221
+ onClick: s
222
+ }),
223
+ l.map((t) => /* @__PURE__ */ e(T, {
224
+ As: r,
225
+ number: t,
226
+ current: o === t,
227
+ onClick: s,
228
+ value: `${t}`
229
+ }, t.toString())),
230
+ d && /* @__PURE__ */ e(T, {
231
+ As: r,
232
+ type: _.Ellipsis,
233
+ value: `${o + 3}`,
234
+ number: o + 3,
235
+ onClick: s
236
+ }),
237
+ c > 1 && /* @__PURE__ */ e(T, {
238
+ As: r,
239
+ number: c,
240
+ current: o === c,
241
+ onClick: s,
242
+ value: `${c}`
243
+ }),
244
+ o !== c && /* @__PURE__ */ e(T, {
245
+ As: r,
246
+ type: _.Next,
247
+ onClick: s,
248
+ value: `${o + 1}`
249
+ })
250
+ ]
251
+ })
252
+ });
287
253
  };
254
+ //#endregion
255
+ export { S as UqCard, b as UqCardGrid, h as UqCardGridTarget, m as UqCardVariant, f as UqContainer, x as UqIcon, g as UqIconVariant, E as UqPagination, T as UqPaginationItem, _ as UqPaginationItemType, C as UqPane, v as UqPaneVariant, w as UqStoryCard, y as UqStoryCardVariant };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uqds/react",
3
- "version": "2.0.7-alpha.0",
3
+ "version": "2.0.8-alpha.0",
4
4
  "description": "React components",
5
5
  "keywords": [
6
6
  "uqds",
@@ -46,24 +46,24 @@
46
46
  "url": "https://github.com/uq-its-ss/design-system/issues"
47
47
  },
48
48
  "dependencies": {
49
- "@uqds/body": "^4.0.4-alpha.0",
50
- "@uqds/card": "^4.0.5-alpha.0",
51
- "@uqds/core": "^5.0.2-alpha.0",
52
- "@uqds/icon": "^4.0.5-alpha.0",
49
+ "@uqds/body": "^4.0.5-alpha.0",
50
+ "@uqds/card": "^4.0.6-alpha.0",
51
+ "@uqds/core": "^5.0.2",
52
+ "@uqds/icon": "^4.0.6-alpha.0",
53
53
  "@uqds/layout": "6.0.0-alpha.0",
54
- "@uqds/pagination": "^4.0.3-alpha.0",
55
- "@uqds/pane": "^4.0.2-alpha.0",
54
+ "@uqds/pagination": "^4.0.3",
55
+ "@uqds/pane": "^4.0.2",
56
56
  "classnames": "^2.5.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/react": "^18.3.18",
60
- "@vitejs/plugin-react": "^4.3.4",
60
+ "@vitejs/plugin-react": "^6.0.2",
61
61
  "typescript": "^5.7.3",
62
- "vite": "^6.0.11",
62
+ "vite": "^8.0.16",
63
63
  "vite-plugin-dts": "^4.5.0"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "react": "^18.3.1"
67
67
  },
68
- "gitHead": "9acb5be7141597deddf99a9f1f19fe5ea6b93d5d"
68
+ "gitHead": "1d8d244d6bdcf2a5c4598ed2402741057541ac5c"
69
69
  }