@uqds/react 2.0.7 → 2.0.8
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/CHANGELOG.md +8 -0
- package/dist/css/main.css +1 -1
- package/dist/js/main.js +254 -286
- package/package.json +7 -7
package/dist/js/main.js
CHANGED
|
@@ -1,287 +1,255 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useMemo as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
),
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
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.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "React components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"uqds",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"url": "https://github.com/uq-its-ss/design-system/issues"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@uqds/body": "^4.0.
|
|
50
|
-
"@uqds/card": "^4.0.
|
|
49
|
+
"@uqds/body": "^4.0.5",
|
|
50
|
+
"@uqds/card": "^4.0.6",
|
|
51
51
|
"@uqds/core": "^5.0.2",
|
|
52
|
-
"@uqds/icon": "^4.0.
|
|
52
|
+
"@uqds/icon": "^4.0.6",
|
|
53
53
|
"@uqds/layout": "6.0.0-alpha.0",
|
|
54
54
|
"@uqds/pagination": "^4.0.3",
|
|
55
55
|
"@uqds/pane": "^4.0.2",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/react": "^18.3.18",
|
|
60
|
-
"@vitejs/plugin-react": "^
|
|
60
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
61
61
|
"typescript": "^5.7.3",
|
|
62
|
-
"vite": "^
|
|
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": "
|
|
68
|
+
"gitHead": "0e6cdebe1b45397ae98290cea3bd627ec186ea66"
|
|
69
69
|
}
|