@inialum/memories-react 0.0.1 → 0.0.2-canary.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/components/Footer.d.ts +5 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +381 -330
- package/package.json +3 -1
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Button, ButtonLink } from './components';
|
|
1
|
+
export { Button, ButtonLink, Footer } from './components';
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as n from "react";
|
|
2
|
+
import Me from "react";
|
|
3
|
+
var Q = { exports: {} }, Z = {};
|
|
3
4
|
/**
|
|
4
5
|
* @license React
|
|
5
6
|
* react-jsx-runtime.production.min.js
|
|
@@ -9,23 +10,23 @@ var X = { exports: {} }, F = {};
|
|
|
9
10
|
* This source code is licensed under the MIT license found in the
|
|
10
11
|
* LICENSE file in the root directory of this source tree.
|
|
11
12
|
*/
|
|
12
|
-
var
|
|
13
|
-
function
|
|
14
|
-
if (
|
|
15
|
-
return
|
|
16
|
-
|
|
17
|
-
var
|
|
18
|
-
function R
|
|
19
|
-
var
|
|
20
|
-
|
|
21
|
-
for (
|
|
22
|
-
|
|
23
|
-
if (
|
|
24
|
-
for (
|
|
25
|
-
_
|
|
26
|
-
return { $$typeof:
|
|
13
|
+
var Ne;
|
|
14
|
+
function ur() {
|
|
15
|
+
if (Ne)
|
|
16
|
+
return Z;
|
|
17
|
+
Ne = 1;
|
|
18
|
+
var o = Me, u = Symbol.for("react.element"), v = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, b = o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, M = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
19
|
+
function x(R, p, k) {
|
|
20
|
+
var _, w = {}, T = null, I = null;
|
|
21
|
+
k !== void 0 && (T = "" + k), p.key !== void 0 && (T = "" + p.key), p.ref !== void 0 && (I = p.ref);
|
|
22
|
+
for (_ in p)
|
|
23
|
+
f.call(p, _) && !M.hasOwnProperty(_) && (w[_] = p[_]);
|
|
24
|
+
if (R && R.defaultProps)
|
|
25
|
+
for (_ in p = R.defaultProps, p)
|
|
26
|
+
w[_] === void 0 && (w[_] = p[_]);
|
|
27
|
+
return { $$typeof: u, type: R, key: T, ref: I, props: w, _owner: b.current };
|
|
27
28
|
}
|
|
28
|
-
return
|
|
29
|
+
return Z.Fragment = v, Z.jsx = x, Z.jsxs = x, Z;
|
|
29
30
|
}
|
|
30
31
|
var A = {};
|
|
31
32
|
/**
|
|
@@ -37,91 +38,91 @@ var A = {};
|
|
|
37
38
|
* This source code is licensed under the MIT license found in the
|
|
38
39
|
* LICENSE file in the root directory of this source tree.
|
|
39
40
|
*/
|
|
40
|
-
var
|
|
41
|
-
function
|
|
42
|
-
return
|
|
43
|
-
var
|
|
41
|
+
var je;
|
|
42
|
+
function fr() {
|
|
43
|
+
return je || (je = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
|
+
var o = Me, u = Symbol.for("react.element"), v = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), M = Symbol.for("react.profiler"), x = Symbol.for("react.provider"), R = Symbol.for("react.context"), p = Symbol.for("react.forward_ref"), k = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), w = Symbol.for("react.memo"), T = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), ee = Symbol.iterator, Oe = "@@iterator";
|
|
44
45
|
function ke(e) {
|
|
45
46
|
if (e === null || typeof e != "object")
|
|
46
47
|
return null;
|
|
47
|
-
var r =
|
|
48
|
+
var r = ee && e[ee] || e[Oe];
|
|
48
49
|
return typeof r == "function" ? r : null;
|
|
49
50
|
}
|
|
50
|
-
var
|
|
51
|
-
function
|
|
51
|
+
var C = o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
52
|
+
function E(e) {
|
|
52
53
|
{
|
|
53
|
-
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0),
|
|
54
|
-
t[
|
|
55
|
-
|
|
54
|
+
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), a = 1; a < r; a++)
|
|
55
|
+
t[a - 1] = arguments[a];
|
|
56
|
+
Ce("error", e, t);
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
|
-
function
|
|
59
|
+
function Ce(e, r, t) {
|
|
59
60
|
{
|
|
60
|
-
var
|
|
61
|
+
var a = C.ReactDebugCurrentFrame, i = a.getStackAddendum();
|
|
61
62
|
i !== "" && (r += "%s", t = t.concat([i]));
|
|
62
|
-
var
|
|
63
|
-
return String(
|
|
63
|
+
var c = t.map(function(s) {
|
|
64
|
+
return String(s);
|
|
64
65
|
});
|
|
65
|
-
|
|
66
|
+
c.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, c);
|
|
66
67
|
}
|
|
67
68
|
}
|
|
68
|
-
var
|
|
69
|
-
|
|
70
|
-
function
|
|
71
|
-
return !!(typeof e == "string" || typeof e == "function" || e ===
|
|
69
|
+
var Se = !1, Pe = !1, Le = !1, Fe = !1, Ze = !1, re;
|
|
70
|
+
re = Symbol.for("react.module.reference");
|
|
71
|
+
function Ae(e) {
|
|
72
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === M || Ze || e === b || e === k || e === _ || Fe || e === I || Se || Pe || Le || typeof e == "object" && e !== null && (e.$$typeof === T || e.$$typeof === w || e.$$typeof === x || e.$$typeof === R || e.$$typeof === p || // This needs to include all possible module reference object
|
|
72
73
|
// types supported by any Flight configuration anywhere since
|
|
73
74
|
// we don't know which Flight build this will end up being used
|
|
74
75
|
// with.
|
|
75
|
-
e.$$typeof ===
|
|
76
|
+
e.$$typeof === re || e.getModuleId !== void 0));
|
|
76
77
|
}
|
|
77
78
|
function Ie(e, r, t) {
|
|
78
|
-
var
|
|
79
|
-
if (
|
|
80
|
-
return
|
|
79
|
+
var a = e.displayName;
|
|
80
|
+
if (a)
|
|
81
|
+
return a;
|
|
81
82
|
var i = r.displayName || r.name || "";
|
|
82
83
|
return i !== "" ? t + "(" + i + ")" : t;
|
|
83
84
|
}
|
|
84
|
-
function
|
|
85
|
+
function te(e) {
|
|
85
86
|
return e.displayName || "Context";
|
|
86
87
|
}
|
|
87
|
-
function
|
|
88
|
+
function N(e) {
|
|
88
89
|
if (e == null)
|
|
89
90
|
return null;
|
|
90
|
-
if (typeof e.tag == "number" &&
|
|
91
|
+
if (typeof e.tag == "number" && E("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
91
92
|
return e.displayName || e.name || null;
|
|
92
93
|
if (typeof e == "string")
|
|
93
94
|
return e;
|
|
94
95
|
switch (e) {
|
|
95
|
-
case
|
|
96
|
+
case f:
|
|
96
97
|
return "Fragment";
|
|
97
98
|
case v:
|
|
98
99
|
return "Portal";
|
|
99
|
-
case
|
|
100
|
+
case M:
|
|
100
101
|
return "Profiler";
|
|
101
102
|
case b:
|
|
102
103
|
return "StrictMode";
|
|
103
|
-
case
|
|
104
|
+
case k:
|
|
104
105
|
return "Suspense";
|
|
105
|
-
case
|
|
106
|
+
case _:
|
|
106
107
|
return "SuspenseList";
|
|
107
108
|
}
|
|
108
109
|
if (typeof e == "object")
|
|
109
110
|
switch (e.$$typeof) {
|
|
110
|
-
case E:
|
|
111
|
-
var r = e;
|
|
112
|
-
return z(r) + ".Consumer";
|
|
113
111
|
case R:
|
|
112
|
+
var r = e;
|
|
113
|
+
return te(r) + ".Consumer";
|
|
114
|
+
case x:
|
|
114
115
|
var t = e;
|
|
115
|
-
return
|
|
116
|
+
return te(t._context) + ".Provider";
|
|
116
117
|
case p:
|
|
117
118
|
return Ie(e, e.render, "ForwardRef");
|
|
118
|
-
case
|
|
119
|
-
var
|
|
120
|
-
return
|
|
121
|
-
case
|
|
122
|
-
var i = e,
|
|
119
|
+
case w:
|
|
120
|
+
var a = e.displayName || null;
|
|
121
|
+
return a !== null ? a : N(e.type) || "Memo";
|
|
122
|
+
case T: {
|
|
123
|
+
var i = e, c = i._payload, s = i._init;
|
|
123
124
|
try {
|
|
124
|
-
return
|
|
125
|
+
return N(s(c));
|
|
125
126
|
} catch {
|
|
126
127
|
return null;
|
|
127
128
|
}
|
|
@@ -129,14 +130,14 @@ function sr() {
|
|
|
129
130
|
}
|
|
130
131
|
return null;
|
|
131
132
|
}
|
|
132
|
-
var
|
|
133
|
+
var O = Object.assign, L = 0, ae, ne, le, se, oe, ie, ce;
|
|
133
134
|
function ue() {
|
|
134
135
|
}
|
|
135
136
|
ue.__reactDisabledLog = !0;
|
|
136
|
-
function
|
|
137
|
+
function Be() {
|
|
137
138
|
{
|
|
138
|
-
if (
|
|
139
|
-
|
|
139
|
+
if (L === 0) {
|
|
140
|
+
ae = console.log, ne = console.info, le = console.warn, se = console.error, oe = console.group, ie = console.groupCollapsed, ce = console.groupEnd;
|
|
140
141
|
var e = {
|
|
141
142
|
configurable: !0,
|
|
142
143
|
enumerable: !0,
|
|
@@ -153,194 +154,194 @@ function sr() {
|
|
|
153
154
|
groupEnd: e
|
|
154
155
|
});
|
|
155
156
|
}
|
|
156
|
-
|
|
157
|
+
L++;
|
|
157
158
|
}
|
|
158
159
|
}
|
|
159
|
-
function
|
|
160
|
+
function De() {
|
|
160
161
|
{
|
|
161
|
-
if (
|
|
162
|
+
if (L--, L === 0) {
|
|
162
163
|
var e = {
|
|
163
164
|
configurable: !0,
|
|
164
165
|
enumerable: !0,
|
|
165
166
|
writable: !0
|
|
166
167
|
};
|
|
167
168
|
Object.defineProperties(console, {
|
|
168
|
-
log:
|
|
169
|
-
value:
|
|
170
|
-
}),
|
|
171
|
-
info: P({}, e, {
|
|
172
|
-
value: re
|
|
173
|
-
}),
|
|
174
|
-
warn: P({}, e, {
|
|
175
|
-
value: te
|
|
169
|
+
log: O({}, e, {
|
|
170
|
+
value: ae
|
|
176
171
|
}),
|
|
177
|
-
|
|
172
|
+
info: O({}, e, {
|
|
178
173
|
value: ne
|
|
179
174
|
}),
|
|
180
|
-
|
|
181
|
-
value:
|
|
175
|
+
warn: O({}, e, {
|
|
176
|
+
value: le
|
|
177
|
+
}),
|
|
178
|
+
error: O({}, e, {
|
|
179
|
+
value: se
|
|
182
180
|
}),
|
|
183
|
-
|
|
181
|
+
group: O({}, e, {
|
|
184
182
|
value: oe
|
|
185
183
|
}),
|
|
186
|
-
|
|
184
|
+
groupCollapsed: O({}, e, {
|
|
187
185
|
value: ie
|
|
186
|
+
}),
|
|
187
|
+
groupEnd: O({}, e, {
|
|
188
|
+
value: ce
|
|
188
189
|
})
|
|
189
190
|
});
|
|
190
191
|
}
|
|
191
|
-
|
|
192
|
+
L < 0 && E("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
192
193
|
}
|
|
193
194
|
}
|
|
194
|
-
var V =
|
|
195
|
-
function
|
|
195
|
+
var V = C.ReactCurrentDispatcher, U;
|
|
196
|
+
function B(e, r, t) {
|
|
196
197
|
{
|
|
197
|
-
if (
|
|
198
|
+
if (U === void 0)
|
|
198
199
|
try {
|
|
199
200
|
throw Error();
|
|
200
201
|
} catch (i) {
|
|
201
|
-
var
|
|
202
|
-
|
|
202
|
+
var a = i.stack.trim().match(/\n( *(at )?)/);
|
|
203
|
+
U = a && a[1] || "";
|
|
203
204
|
}
|
|
204
205
|
return `
|
|
205
|
-
` +
|
|
206
|
+
` + U + e;
|
|
206
207
|
}
|
|
207
208
|
}
|
|
208
|
-
var
|
|
209
|
+
var H = !1, D;
|
|
209
210
|
{
|
|
210
|
-
var
|
|
211
|
-
|
|
211
|
+
var We = typeof WeakMap == "function" ? WeakMap : Map;
|
|
212
|
+
D = new We();
|
|
212
213
|
}
|
|
213
|
-
function
|
|
214
|
-
if (!e ||
|
|
214
|
+
function fe(e, r) {
|
|
215
|
+
if (!e || H)
|
|
215
216
|
return "";
|
|
216
217
|
{
|
|
217
|
-
var t =
|
|
218
|
+
var t = D.get(e);
|
|
218
219
|
if (t !== void 0)
|
|
219
220
|
return t;
|
|
220
221
|
}
|
|
221
|
-
var
|
|
222
|
-
|
|
222
|
+
var a;
|
|
223
|
+
H = !0;
|
|
223
224
|
var i = Error.prepareStackTrace;
|
|
224
225
|
Error.prepareStackTrace = void 0;
|
|
225
|
-
var
|
|
226
|
-
|
|
226
|
+
var c;
|
|
227
|
+
c = V.current, V.current = null, Be();
|
|
227
228
|
try {
|
|
228
229
|
if (r) {
|
|
229
|
-
var
|
|
230
|
+
var s = function() {
|
|
230
231
|
throw Error();
|
|
231
232
|
};
|
|
232
|
-
if (Object.defineProperty(
|
|
233
|
+
if (Object.defineProperty(s.prototype, "props", {
|
|
233
234
|
set: function() {
|
|
234
235
|
throw Error();
|
|
235
236
|
}
|
|
236
237
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
237
238
|
try {
|
|
238
|
-
Reflect.construct(
|
|
239
|
-
} catch (
|
|
240
|
-
|
|
239
|
+
Reflect.construct(s, []);
|
|
240
|
+
} catch (j) {
|
|
241
|
+
a = j;
|
|
241
242
|
}
|
|
242
|
-
Reflect.construct(e, [],
|
|
243
|
+
Reflect.construct(e, [], s);
|
|
243
244
|
} else {
|
|
244
245
|
try {
|
|
245
|
-
|
|
246
|
-
} catch (
|
|
247
|
-
|
|
246
|
+
s.call();
|
|
247
|
+
} catch (j) {
|
|
248
|
+
a = j;
|
|
248
249
|
}
|
|
249
|
-
e.call(
|
|
250
|
+
e.call(s.prototype);
|
|
250
251
|
}
|
|
251
252
|
} else {
|
|
252
253
|
try {
|
|
253
254
|
throw Error();
|
|
254
|
-
} catch (
|
|
255
|
-
|
|
255
|
+
} catch (j) {
|
|
256
|
+
a = j;
|
|
256
257
|
}
|
|
257
258
|
e();
|
|
258
259
|
}
|
|
259
|
-
} catch (
|
|
260
|
-
if (
|
|
261
|
-
for (var
|
|
262
|
-
`), g =
|
|
263
|
-
`),
|
|
264
|
-
|
|
265
|
-
for (;
|
|
266
|
-
if (
|
|
267
|
-
if (
|
|
260
|
+
} catch (j) {
|
|
261
|
+
if (j && a && typeof j.stack == "string") {
|
|
262
|
+
for (var l = j.stack.split(`
|
|
263
|
+
`), g = a.stack.split(`
|
|
264
|
+
`), h = l.length - 1, m = g.length - 1; h >= 1 && m >= 0 && l[h] !== g[m]; )
|
|
265
|
+
m--;
|
|
266
|
+
for (; h >= 1 && m >= 0; h--, m--)
|
|
267
|
+
if (l[h] !== g[m]) {
|
|
268
|
+
if (h !== 1 || m !== 1)
|
|
268
269
|
do
|
|
269
|
-
if (
|
|
270
|
-
var
|
|
271
|
-
` +
|
|
272
|
-
return e.displayName &&
|
|
270
|
+
if (h--, m--, m < 0 || l[h] !== g[m]) {
|
|
271
|
+
var y = `
|
|
272
|
+
` + l[h].replace(" at new ", " at ");
|
|
273
|
+
return e.displayName && y.includes("<anonymous>") && (y = y.replace("<anonymous>", e.displayName)), typeof e == "function" && D.set(e, y), y;
|
|
273
274
|
}
|
|
274
|
-
while (
|
|
275
|
+
while (h >= 1 && m >= 0);
|
|
275
276
|
break;
|
|
276
277
|
}
|
|
277
278
|
}
|
|
278
279
|
} finally {
|
|
279
|
-
|
|
280
|
+
H = !1, V.current = c, De(), Error.prepareStackTrace = i;
|
|
280
281
|
}
|
|
281
|
-
var
|
|
282
|
-
return typeof e == "function" &&
|
|
282
|
+
var P = e ? e.displayName || e.name : "", we = P ? B(P) : "";
|
|
283
|
+
return typeof e == "function" && D.set(e, we), we;
|
|
283
284
|
}
|
|
284
|
-
function
|
|
285
|
-
return
|
|
285
|
+
function Ye(e, r, t) {
|
|
286
|
+
return fe(e, !1);
|
|
286
287
|
}
|
|
287
|
-
function
|
|
288
|
+
function $e(e) {
|
|
288
289
|
var r = e.prototype;
|
|
289
290
|
return !!(r && r.isReactComponent);
|
|
290
291
|
}
|
|
291
|
-
function
|
|
292
|
+
function W(e, r, t) {
|
|
292
293
|
if (e == null)
|
|
293
294
|
return "";
|
|
294
295
|
if (typeof e == "function")
|
|
295
|
-
return
|
|
296
|
+
return fe(e, $e(e));
|
|
296
297
|
if (typeof e == "string")
|
|
297
|
-
return
|
|
298
|
+
return B(e);
|
|
298
299
|
switch (e) {
|
|
299
|
-
case
|
|
300
|
-
return
|
|
301
|
-
case
|
|
302
|
-
return
|
|
300
|
+
case k:
|
|
301
|
+
return B("Suspense");
|
|
302
|
+
case _:
|
|
303
|
+
return B("SuspenseList");
|
|
303
304
|
}
|
|
304
305
|
if (typeof e == "object")
|
|
305
306
|
switch (e.$$typeof) {
|
|
306
307
|
case p:
|
|
307
|
-
return
|
|
308
|
-
case
|
|
309
|
-
return
|
|
310
|
-
case
|
|
311
|
-
var
|
|
308
|
+
return Ye(e.render);
|
|
309
|
+
case w:
|
|
310
|
+
return W(e.type, r, t);
|
|
311
|
+
case T: {
|
|
312
|
+
var a = e, i = a._payload, c = a._init;
|
|
312
313
|
try {
|
|
313
|
-
return
|
|
314
|
+
return W(c(i), r, t);
|
|
314
315
|
} catch {
|
|
315
316
|
}
|
|
316
317
|
}
|
|
317
318
|
}
|
|
318
319
|
return "";
|
|
319
320
|
}
|
|
320
|
-
var Y = Object.prototype.hasOwnProperty,
|
|
321
|
-
function
|
|
321
|
+
var Y = Object.prototype.hasOwnProperty, de = {}, ve = C.ReactDebugCurrentFrame;
|
|
322
|
+
function $(e) {
|
|
322
323
|
if (e) {
|
|
323
|
-
var r = e._owner, t =
|
|
324
|
-
|
|
324
|
+
var r = e._owner, t = W(e.type, e._source, r ? r.type : null);
|
|
325
|
+
ve.setExtraStackFrame(t);
|
|
325
326
|
} else
|
|
326
|
-
|
|
327
|
+
ve.setExtraStackFrame(null);
|
|
327
328
|
}
|
|
328
|
-
function
|
|
329
|
+
function Ve(e, r, t, a, i) {
|
|
329
330
|
{
|
|
330
|
-
var
|
|
331
|
-
for (var
|
|
332
|
-
if (
|
|
333
|
-
var
|
|
331
|
+
var c = Function.call.bind(Y);
|
|
332
|
+
for (var s in e)
|
|
333
|
+
if (c(e, s)) {
|
|
334
|
+
var l = void 0;
|
|
334
335
|
try {
|
|
335
|
-
if (typeof e[
|
|
336
|
-
var g = Error((
|
|
336
|
+
if (typeof e[s] != "function") {
|
|
337
|
+
var g = Error((a || "React class") + ": " + t + " type `" + s + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[s] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
337
338
|
throw g.name = "Invariant Violation", g;
|
|
338
339
|
}
|
|
339
|
-
|
|
340
|
-
} catch (
|
|
341
|
-
|
|
340
|
+
l = e[s](r, s, a, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
341
|
+
} catch (h) {
|
|
342
|
+
l = h;
|
|
342
343
|
}
|
|
343
|
-
|
|
344
|
+
l && !(l instanceof Error) && ($(i), E("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", a || "React class", t, s, typeof l), $(null)), l instanceof Error && !(l.message in de) && (de[l.message] = !0, $(i), E("Failed %s type: %s", t, l.message), $(null));
|
|
344
345
|
}
|
|
345
346
|
}
|
|
346
347
|
}
|
|
@@ -348,34 +349,34 @@ function sr() {
|
|
|
348
349
|
function q(e) {
|
|
349
350
|
return Ue(e);
|
|
350
351
|
}
|
|
351
|
-
function
|
|
352
|
+
function He(e) {
|
|
352
353
|
{
|
|
353
354
|
var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
354
355
|
return t;
|
|
355
356
|
}
|
|
356
357
|
}
|
|
357
|
-
function
|
|
358
|
+
function qe(e) {
|
|
358
359
|
try {
|
|
359
|
-
return
|
|
360
|
+
return he(e), !1;
|
|
360
361
|
} catch {
|
|
361
362
|
return !0;
|
|
362
363
|
}
|
|
363
364
|
}
|
|
364
|
-
function
|
|
365
|
+
function he(e) {
|
|
365
366
|
return "" + e;
|
|
366
367
|
}
|
|
367
|
-
function
|
|
368
|
-
if (
|
|
369
|
-
return
|
|
368
|
+
function me(e) {
|
|
369
|
+
if (qe(e))
|
|
370
|
+
return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", He(e)), he(e);
|
|
370
371
|
}
|
|
371
|
-
var
|
|
372
|
+
var F = C.ReactCurrentOwner, Ge = {
|
|
372
373
|
key: !0,
|
|
373
374
|
ref: !0,
|
|
374
375
|
__self: !0,
|
|
375
376
|
__source: !0
|
|
376
|
-
},
|
|
377
|
-
|
|
378
|
-
function
|
|
377
|
+
}, pe, Ee, G;
|
|
378
|
+
G = {};
|
|
379
|
+
function Je(e) {
|
|
379
380
|
if (Y.call(e, "ref")) {
|
|
380
381
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
381
382
|
if (r && r.isReactWarning)
|
|
@@ -383,7 +384,7 @@ function sr() {
|
|
|
383
384
|
}
|
|
384
385
|
return e.ref !== void 0;
|
|
385
386
|
}
|
|
386
|
-
function
|
|
387
|
+
function Xe(e) {
|
|
387
388
|
if (Y.call(e, "key")) {
|
|
388
389
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
389
390
|
if (r && r.isReactWarning)
|
|
@@ -391,16 +392,16 @@ function sr() {
|
|
|
391
392
|
}
|
|
392
393
|
return e.key !== void 0;
|
|
393
394
|
}
|
|
394
|
-
function
|
|
395
|
-
if (typeof e.ref == "string" &&
|
|
396
|
-
var t =
|
|
397
|
-
|
|
395
|
+
function Ke(e, r) {
|
|
396
|
+
if (typeof e.ref == "string" && F.current && r && F.current.stateNode !== r) {
|
|
397
|
+
var t = N(F.current.type);
|
|
398
|
+
G[t] || (E('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', N(F.current.type), e.ref), G[t] = !0);
|
|
398
399
|
}
|
|
399
400
|
}
|
|
400
|
-
function
|
|
401
|
+
function Qe(e, r) {
|
|
401
402
|
{
|
|
402
403
|
var t = function() {
|
|
403
|
-
|
|
404
|
+
pe || (pe = !0, E("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
404
405
|
};
|
|
405
406
|
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
406
407
|
get: t,
|
|
@@ -408,10 +409,10 @@ function sr() {
|
|
|
408
409
|
});
|
|
409
410
|
}
|
|
410
411
|
}
|
|
411
|
-
function
|
|
412
|
+
function ze(e, r) {
|
|
412
413
|
{
|
|
413
414
|
var t = function() {
|
|
414
|
-
|
|
415
|
+
Ee || (Ee = !0, E("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
415
416
|
};
|
|
416
417
|
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
417
418
|
get: t,
|
|
@@ -419,70 +420,70 @@ function sr() {
|
|
|
419
420
|
});
|
|
420
421
|
}
|
|
421
422
|
}
|
|
422
|
-
var
|
|
423
|
-
var
|
|
423
|
+
var er = function(e, r, t, a, i, c, s) {
|
|
424
|
+
var l = {
|
|
424
425
|
// This tag allows us to uniquely identify this as a React Element
|
|
425
|
-
$$typeof:
|
|
426
|
+
$$typeof: u,
|
|
426
427
|
// Built-in properties that belong on the element
|
|
427
428
|
type: e,
|
|
428
429
|
key: r,
|
|
429
430
|
ref: t,
|
|
430
|
-
props:
|
|
431
|
+
props: s,
|
|
431
432
|
// Record the component responsible for creating this element.
|
|
432
|
-
_owner:
|
|
433
|
+
_owner: c
|
|
433
434
|
};
|
|
434
|
-
return
|
|
435
|
+
return l._store = {}, Object.defineProperty(l._store, "validated", {
|
|
435
436
|
configurable: !1,
|
|
436
437
|
enumerable: !1,
|
|
437
438
|
writable: !0,
|
|
438
439
|
value: !1
|
|
439
|
-
}), Object.defineProperty(
|
|
440
|
+
}), Object.defineProperty(l, "_self", {
|
|
440
441
|
configurable: !1,
|
|
441
442
|
enumerable: !1,
|
|
442
443
|
writable: !1,
|
|
443
|
-
value:
|
|
444
|
-
}), Object.defineProperty(
|
|
444
|
+
value: a
|
|
445
|
+
}), Object.defineProperty(l, "_source", {
|
|
445
446
|
configurable: !1,
|
|
446
447
|
enumerable: !1,
|
|
447
448
|
writable: !1,
|
|
448
449
|
value: i
|
|
449
|
-
}), Object.freeze && (Object.freeze(
|
|
450
|
+
}), Object.freeze && (Object.freeze(l.props), Object.freeze(l)), l;
|
|
450
451
|
};
|
|
451
|
-
function
|
|
452
|
+
function rr(e, r, t, a, i) {
|
|
452
453
|
{
|
|
453
|
-
var
|
|
454
|
-
t !== void 0 && (
|
|
455
|
-
for (
|
|
456
|
-
Y.call(r,
|
|
454
|
+
var c, s = {}, l = null, g = null;
|
|
455
|
+
t !== void 0 && (me(t), l = "" + t), Xe(r) && (me(r.key), l = "" + r.key), Je(r) && (g = r.ref, Ke(r, i));
|
|
456
|
+
for (c in r)
|
|
457
|
+
Y.call(r, c) && !Ge.hasOwnProperty(c) && (s[c] = r[c]);
|
|
457
458
|
if (e && e.defaultProps) {
|
|
458
|
-
var
|
|
459
|
-
for (
|
|
460
|
-
|
|
459
|
+
var h = e.defaultProps;
|
|
460
|
+
for (c in h)
|
|
461
|
+
s[c] === void 0 && (s[c] = h[c]);
|
|
461
462
|
}
|
|
462
|
-
if (
|
|
463
|
-
var
|
|
464
|
-
|
|
463
|
+
if (l || g) {
|
|
464
|
+
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
465
|
+
l && Qe(s, m), g && ze(s, m);
|
|
465
466
|
}
|
|
466
|
-
return
|
|
467
|
+
return er(e, l, g, i, a, F.current, s);
|
|
467
468
|
}
|
|
468
469
|
}
|
|
469
|
-
var
|
|
470
|
-
function
|
|
470
|
+
var J = C.ReactCurrentOwner, ge = C.ReactDebugCurrentFrame;
|
|
471
|
+
function S(e) {
|
|
471
472
|
if (e) {
|
|
472
|
-
var r = e._owner, t =
|
|
473
|
-
|
|
473
|
+
var r = e._owner, t = W(e.type, e._source, r ? r.type : null);
|
|
474
|
+
ge.setExtraStackFrame(t);
|
|
474
475
|
} else
|
|
475
|
-
|
|
476
|
+
ge.setExtraStackFrame(null);
|
|
476
477
|
}
|
|
477
|
-
var
|
|
478
|
-
|
|
479
|
-
function
|
|
480
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
478
|
+
var X;
|
|
479
|
+
X = !1;
|
|
480
|
+
function K(e) {
|
|
481
|
+
return typeof e == "object" && e !== null && e.$$typeof === u;
|
|
481
482
|
}
|
|
482
|
-
function
|
|
483
|
+
function _e() {
|
|
483
484
|
{
|
|
484
|
-
if (
|
|
485
|
-
var e =
|
|
485
|
+
if (J.current) {
|
|
486
|
+
var e = N(J.current.type);
|
|
486
487
|
if (e)
|
|
487
488
|
return `
|
|
488
489
|
|
|
@@ -491,7 +492,7 @@ Check the render method of \`` + e + "`.";
|
|
|
491
492
|
return "";
|
|
492
493
|
}
|
|
493
494
|
}
|
|
494
|
-
function
|
|
495
|
+
function tr(e) {
|
|
495
496
|
{
|
|
496
497
|
if (e !== void 0) {
|
|
497
498
|
var r = e.fileName.replace(/^.*[\\\/]/, ""), t = e.lineNumber;
|
|
@@ -502,10 +503,10 @@ Check your code at ` + r + ":" + t + ".";
|
|
|
502
503
|
return "";
|
|
503
504
|
}
|
|
504
505
|
}
|
|
505
|
-
var
|
|
506
|
-
function
|
|
506
|
+
var be = {};
|
|
507
|
+
function ar(e) {
|
|
507
508
|
{
|
|
508
|
-
var r =
|
|
509
|
+
var r = _e();
|
|
509
510
|
if (!r) {
|
|
510
511
|
var t = typeof e == "string" ? e : e.displayName || e.name;
|
|
511
512
|
t && (r = `
|
|
@@ -515,35 +516,35 @@ Check the top-level render call using <` + t + ">.");
|
|
|
515
516
|
return r;
|
|
516
517
|
}
|
|
517
518
|
}
|
|
518
|
-
function
|
|
519
|
+
function ye(e, r) {
|
|
519
520
|
{
|
|
520
521
|
if (!e._store || e._store.validated || e.key != null)
|
|
521
522
|
return;
|
|
522
523
|
e._store.validated = !0;
|
|
523
|
-
var t =
|
|
524
|
-
if (
|
|
524
|
+
var t = ar(r);
|
|
525
|
+
if (be[t])
|
|
525
526
|
return;
|
|
526
|
-
|
|
527
|
-
var
|
|
528
|
-
e && e._owner && e._owner !==
|
|
527
|
+
be[t] = !0;
|
|
528
|
+
var a = "";
|
|
529
|
+
e && e._owner && e._owner !== J.current && (a = " It was passed a child from " + N(e._owner.type) + "."), S(e), E('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, a), S(null);
|
|
529
530
|
}
|
|
530
531
|
}
|
|
531
|
-
function
|
|
532
|
+
function Re(e, r) {
|
|
532
533
|
{
|
|
533
534
|
if (typeof e != "object")
|
|
534
535
|
return;
|
|
535
536
|
if (q(e))
|
|
536
537
|
for (var t = 0; t < e.length; t++) {
|
|
537
|
-
var
|
|
538
|
-
|
|
538
|
+
var a = e[t];
|
|
539
|
+
K(a) && ye(a, r);
|
|
539
540
|
}
|
|
540
|
-
else if (
|
|
541
|
+
else if (K(e))
|
|
541
542
|
e._store && (e._store.validated = !0);
|
|
542
543
|
else if (e) {
|
|
543
544
|
var i = ke(e);
|
|
544
545
|
if (typeof i == "function" && i !== e.entries)
|
|
545
|
-
for (var
|
|
546
|
-
|
|
546
|
+
for (var c = i.call(e), s; !(s = c.next()).done; )
|
|
547
|
+
K(s.value) && ye(s.value, r);
|
|
547
548
|
}
|
|
548
549
|
}
|
|
549
550
|
}
|
|
@@ -557,162 +558,212 @@ Check the top-level render call using <` + t + ">.");
|
|
|
557
558
|
t = r.propTypes;
|
|
558
559
|
else if (typeof r == "object" && (r.$$typeof === p || // Note: Memo only checks outer props here.
|
|
559
560
|
// Inner props are checked in the reconciler.
|
|
560
|
-
r.$$typeof ===
|
|
561
|
+
r.$$typeof === w))
|
|
561
562
|
t = r.propTypes;
|
|
562
563
|
else
|
|
563
564
|
return;
|
|
564
565
|
if (t) {
|
|
565
|
-
var
|
|
566
|
-
|
|
567
|
-
} else if (r.PropTypes !== void 0 && !
|
|
568
|
-
|
|
569
|
-
var i =
|
|
570
|
-
|
|
566
|
+
var a = N(r);
|
|
567
|
+
Ve(t, e.props, "prop", a, e);
|
|
568
|
+
} else if (r.PropTypes !== void 0 && !X) {
|
|
569
|
+
X = !0;
|
|
570
|
+
var i = N(r);
|
|
571
|
+
E("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", i || "Unknown");
|
|
571
572
|
}
|
|
572
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved &&
|
|
573
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && E("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
573
574
|
}
|
|
574
575
|
}
|
|
575
|
-
function
|
|
576
|
+
function lr(e) {
|
|
576
577
|
{
|
|
577
578
|
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
578
|
-
var
|
|
579
|
-
if (
|
|
580
|
-
|
|
579
|
+
var a = r[t];
|
|
580
|
+
if (a !== "children" && a !== "key") {
|
|
581
|
+
S(e), E("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", a), S(null);
|
|
581
582
|
break;
|
|
582
583
|
}
|
|
583
584
|
}
|
|
584
|
-
e.ref !== null && (
|
|
585
|
+
e.ref !== null && (S(e), E("Invalid attribute `ref` supplied to `React.Fragment`."), S(null));
|
|
585
586
|
}
|
|
586
587
|
}
|
|
587
|
-
function
|
|
588
|
+
function xe(e, r, t, a, i, c) {
|
|
588
589
|
{
|
|
589
|
-
var
|
|
590
|
-
if (!
|
|
591
|
-
var
|
|
592
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
593
|
-
var g =
|
|
594
|
-
g ?
|
|
595
|
-
var
|
|
596
|
-
e === null ?
|
|
590
|
+
var s = Ae(e);
|
|
591
|
+
if (!s) {
|
|
592
|
+
var l = "";
|
|
593
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (l += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
594
|
+
var g = tr(i);
|
|
595
|
+
g ? l += g : l += _e();
|
|
596
|
+
var h;
|
|
597
|
+
e === null ? h = "null" : q(e) ? h = "array" : e !== void 0 && e.$$typeof === u ? (h = "<" + (N(e.type) || "Unknown") + " />", l = " Did you accidentally export a JSX literal instead of a component?") : h = typeof e, E("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", h, l);
|
|
597
598
|
}
|
|
598
|
-
var
|
|
599
|
-
if (
|
|
600
|
-
return
|
|
601
|
-
if (
|
|
602
|
-
var
|
|
603
|
-
if (
|
|
604
|
-
if (
|
|
605
|
-
if (q(
|
|
606
|
-
for (var
|
|
607
|
-
|
|
608
|
-
Object.freeze && Object.freeze(
|
|
599
|
+
var m = rr(e, r, t, i, c);
|
|
600
|
+
if (m == null)
|
|
601
|
+
return m;
|
|
602
|
+
if (s) {
|
|
603
|
+
var y = r.children;
|
|
604
|
+
if (y !== void 0)
|
|
605
|
+
if (a)
|
|
606
|
+
if (q(y)) {
|
|
607
|
+
for (var P = 0; P < y.length; P++)
|
|
608
|
+
Re(y[P], e);
|
|
609
|
+
Object.freeze && Object.freeze(y);
|
|
609
610
|
} else
|
|
610
|
-
|
|
611
|
+
E("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
611
612
|
else
|
|
612
|
-
|
|
613
|
+
Re(y, e);
|
|
613
614
|
}
|
|
614
|
-
return e ===
|
|
615
|
+
return e === f ? lr(m) : nr(m), m;
|
|
615
616
|
}
|
|
616
617
|
}
|
|
617
|
-
function
|
|
618
|
-
return
|
|
618
|
+
function sr(e, r, t) {
|
|
619
|
+
return xe(e, r, t, !0);
|
|
619
620
|
}
|
|
620
|
-
function
|
|
621
|
-
return
|
|
621
|
+
function or(e, r, t) {
|
|
622
|
+
return xe(e, r, t, !1);
|
|
622
623
|
}
|
|
623
|
-
var
|
|
624
|
-
A.Fragment =
|
|
624
|
+
var ir = or, cr = sr;
|
|
625
|
+
A.Fragment = f, A.jsx = ir, A.jsxs = cr;
|
|
625
626
|
}()), A;
|
|
626
627
|
}
|
|
627
|
-
process.env.NODE_ENV === "production" ?
|
|
628
|
-
var
|
|
629
|
-
function
|
|
630
|
-
var
|
|
631
|
-
if (typeof
|
|
632
|
-
|
|
633
|
-
else if (typeof
|
|
634
|
-
if (Array.isArray(
|
|
635
|
-
var b =
|
|
636
|
-
for (
|
|
637
|
-
|
|
628
|
+
process.env.NODE_ENV === "production" ? Q.exports = ur() : Q.exports = fr();
|
|
629
|
+
var d = Q.exports;
|
|
630
|
+
function Te(o) {
|
|
631
|
+
var u, v, f = "";
|
|
632
|
+
if (typeof o == "string" || typeof o == "number")
|
|
633
|
+
f += o;
|
|
634
|
+
else if (typeof o == "object")
|
|
635
|
+
if (Array.isArray(o)) {
|
|
636
|
+
var b = o.length;
|
|
637
|
+
for (u = 0; u < b; u++)
|
|
638
|
+
o[u] && (v = Te(o[u])) && (f && (f += " "), f += v);
|
|
638
639
|
} else
|
|
639
|
-
for (v in
|
|
640
|
-
|
|
641
|
-
return
|
|
640
|
+
for (v in o)
|
|
641
|
+
o[v] && (f && (f += " "), f += v);
|
|
642
|
+
return f;
|
|
642
643
|
}
|
|
643
|
-
function
|
|
644
|
-
for (var
|
|
645
|
-
(
|
|
646
|
-
return
|
|
644
|
+
function z() {
|
|
645
|
+
for (var o, u, v = 0, f = "", b = arguments.length; v < b; v++)
|
|
646
|
+
(o = arguments[v]) && (u = Te(o)) && (f && (f += " "), f += u);
|
|
647
|
+
return f;
|
|
647
648
|
}
|
|
648
|
-
const
|
|
649
|
-
colorTheme:
|
|
650
|
-
size:
|
|
649
|
+
const mr = ({
|
|
650
|
+
colorTheme: o = "primary",
|
|
651
|
+
size: u = "medium",
|
|
651
652
|
styleType: v = "filled",
|
|
652
|
-
radius:
|
|
653
|
+
radius: f = "none",
|
|
653
654
|
className: b,
|
|
654
|
-
children:
|
|
655
|
-
...
|
|
656
|
-
}) => /* @__PURE__ */
|
|
655
|
+
children: M,
|
|
656
|
+
...x
|
|
657
|
+
}) => /* @__PURE__ */ d.jsx(
|
|
657
658
|
"button",
|
|
658
659
|
{
|
|
659
|
-
...
|
|
660
|
-
className:
|
|
660
|
+
...x,
|
|
661
|
+
className: z(
|
|
661
662
|
b,
|
|
662
663
|
"Button",
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
664
|
+
o === "primary" && "Button--primary",
|
|
665
|
+
o === "secondary" && "Button--secondary",
|
|
666
|
+
o === "white" && "Button--white",
|
|
667
|
+
u === "small" && "Button--small",
|
|
668
|
+
u === "medium" && "Button--medium",
|
|
669
|
+
u === "large" && "Button--large",
|
|
670
|
+
u === "fullWidth" && "Button--full-width",
|
|
670
671
|
v === "filled" && "Button--filled",
|
|
671
672
|
v === "outlined" && "Button--outlined",
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
673
|
+
f === "rounded" && "Button--rounded",
|
|
674
|
+
f === "moreRounded" && "Button--more-rounded",
|
|
675
|
+
x.disabled && "Button--disabled"
|
|
675
676
|
),
|
|
676
|
-
children:
|
|
677
|
+
children: M
|
|
677
678
|
}
|
|
678
|
-
),
|
|
679
|
-
colorTheme:
|
|
680
|
-
size:
|
|
679
|
+
), pr = ({
|
|
680
|
+
colorTheme: o = "primary",
|
|
681
|
+
size: u = "medium",
|
|
681
682
|
styleType: v = "filled",
|
|
682
|
-
radius:
|
|
683
|
+
radius: f = "none",
|
|
683
684
|
rel: b,
|
|
684
|
-
className:
|
|
685
|
-
children:
|
|
686
|
-
...
|
|
685
|
+
className: M,
|
|
686
|
+
children: x,
|
|
687
|
+
...R
|
|
687
688
|
}) => {
|
|
688
689
|
let p = b;
|
|
689
|
-
return
|
|
690
|
+
return R.target === "_blank" && typeof p > "u" && (p = "noopener"), /* @__PURE__ */ d.jsx(
|
|
690
691
|
"a",
|
|
691
692
|
{
|
|
692
|
-
...
|
|
693
|
+
...R,
|
|
693
694
|
rel: p,
|
|
694
|
-
className:
|
|
695
|
-
|
|
695
|
+
className: z(
|
|
696
|
+
M,
|
|
696
697
|
"ButtonLink",
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
698
|
+
o === "primary" && "ButtonLink--primary",
|
|
699
|
+
o === "secondary" && "ButtonLink--secondary",
|
|
700
|
+
o === "white" && "ButtonLink--white",
|
|
701
|
+
u === "small" && "ButtonLink--small",
|
|
702
|
+
u === "medium" && "ButtonLink--medium",
|
|
703
|
+
u === "large" && "ButtonLink--large",
|
|
704
|
+
u === "fullWidth" && "ButtonLink--full-width",
|
|
704
705
|
v === "filled" && "ButtonLink--filled",
|
|
705
706
|
v === "outlined" && "ButtonLink--outlined",
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
707
|
+
f === "rounded" && "ButtonLink--rounded",
|
|
708
|
+
f === "moreRounded" && "ButtonLink--more-rounded",
|
|
709
|
+
R.disabled && "ButtonLink--disabled"
|
|
709
710
|
),
|
|
710
|
-
children:
|
|
711
|
+
children: x
|
|
711
712
|
}
|
|
712
713
|
);
|
|
714
|
+
}, dr = (o) => /* @__PURE__ */ n.createElement("svg", { id: "_layer_1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 180 180", ...o }, /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("style", null, ".cls-1{fill:#221716;}.cls-1,.cls-2{stroke-width:0px;}.cls-2{fill:#00b0eb;}")), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M32.39,129.43h2.98v20.8h-2.98v-20.8Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M56.51,129.43h2.83v20.8h-2.56l-13.91-16.02v16.02h-2.8v-20.8h2.41l14.02,16.15v-16.15Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M63.82,129.43h2.98v20.8h-2.98v-20.8Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M78.05,129.31h2.09l9.33,20.92h-3.05l-2.77-6.16h-8.87l-2.6,6.16h-3.06l8.93-20.92ZM82.43,141.41l-3.36-7.53-3.11,7.53h6.47Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M91.75,129.43h2.98v18.09h9.36v2.71h-12.34v-20.8Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M121.17,129.43h2.99v11.81c0,1.6-.12,2.8-.35,3.62-.23.81-.52,1.49-.86,2.03-.34.54-.76,1.03-1.26,1.45-1.65,1.42-3.8,2.13-6.46,2.13s-4.88-.71-6.52-2.11c-.5-.44-.92-.92-1.26-1.47-.34-.54-.63-1.2-.85-1.99-.22-.78-.33-2.01-.33-3.69v-11.78h2.99v11.81c0,1.96.22,3.32.67,4.08.45.76,1.13,1.38,2.04,1.84.91.46,1.99.69,3.23.69,1.77,0,3.21-.46,4.32-1.38.58-.5,1.01-1.08,1.27-1.76.26-.67.39-1.83.39-3.47v-11.81Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M144.82,129.43h2.78v20.8h-2.99v-16.18l-6.39,8.04h-.55l-6.47-8.04v16.18h-2.98v-20.8h2.82l6.91,8.54,6.87-8.54Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M43.85,157.63v6.82h-.53v-6.82h.53Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M51.55,157.63v6.82h-.43l-5.19-5.96v5.96h-.53v-6.82h.45l5.17,5.96v-5.96h.53Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M53.64,157.63v6.82h-.53v-6.82h.53Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M57.9,157.58l3.15,6.87h-.55l-1.08-2.36h-3.34l-1.08,2.36h-.55l3.15-6.87h.29ZM59.22,161.65l-1.47-3.21-1.46,3.21h2.93Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M61.87,157.63h2.39c1.21,0,2.13.32,2.77.95.64.63.95,1.46.95,2.46s-.32,1.8-.94,2.44c-.63.64-1.52.96-2.68.96h-2.48v-6.82ZM62.4,158.07v5.94h1.92c.88,0,1.62-.27,2.21-.81.59-.54.88-1.26.88-2.16s-.29-1.59-.87-2.14-1.33-.83-2.25-.83h-1.89Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M74.75,157.58l3.15,6.87h-.55l-1.08-2.36h-3.34l-1.08,2.36h-.55l3.15-6.87h.29ZM76.07,161.65l-1.47-3.21-1.46,3.21h2.93Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M79.12,157.63v6.82h-.48v-6.82h.48Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M83.6,164.45v-.74h-.02c-.21.3-.42.51-.64.64-.22.13-.5.19-.84.19-.48,0-.88-.16-1.2-.47s-.47-.75-.47-1.33v-2.78h.48v2.77c0,.42.11.74.34.98s.52.36.89.36c.31,0,.58-.07.8-.21.22-.14.44-.39.66-.74v-3.15h.48v4.49h-.48Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M85.8,159.96v.79h.02c.36-.59.84-.88,1.43-.88.69,0,1.17.36,1.45,1.08.42-.72.94-1.08,1.56-1.08.47,0,.84.17,1.13.5s.43.77.43,1.32v2.76h-.48v-2.55c0-.49-.1-.87-.31-1.14-.21-.28-.49-.42-.86-.42-.28,0-.52.08-.72.25s-.42.43-.63.8v3.06h-.48v-2.56c0-.5-.11-.88-.32-1.15-.21-.27-.5-.4-.86-.4-.52,0-.97.32-1.35.96v3.15h-.48v-4.49h.48Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M93.52,159.96v.78h.02c.37-.58.87-.87,1.48-.87.51,0,.91.16,1.22.49s.45.78.45,1.35v2.74h-.48v-2.56c0-1.04-.41-1.55-1.22-1.55-.6,0-1.09.32-1.47.96v3.15h-.48v-4.49h.48Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M98.51,157.63v.82h-.48v-.82h.48ZM98.51,159.96v4.49h-.48v-4.49h.48Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M105.89,160.8l2.59-3.17h.53v6.82h-.53v-6.05l-2.59,3.19-2.61-3.19v6.05h-.53v-6.82h.53l2.61,3.17Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M114.24,162.04h-3.54c0,.08-.01.16-.01.23,0,.5.18.93.54,1.27s.78.52,1.27.52c.57,0,1.13-.22,1.67-.67v.54c-.51.4-1.09.6-1.73.6s-1.18-.22-1.61-.67-.63-1.02-.63-1.71c0-.66.2-1.2.59-1.63.39-.43.88-.65,1.47-.65.56,0,1.03.19,1.41.58.38.39.58.92.58,1.58ZM110.77,161.65h2.91c-.17-.88-.64-1.31-1.42-1.31-.37,0-.69.12-.96.34-.27.23-.45.55-.53.97Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M119.03,162.04h-3.54c0,.08-.01.16-.01.23,0,.5.18.93.54,1.27s.78.52,1.27.52c.57,0,1.13-.22,1.67-.67v.54c-.51.4-1.09.6-1.73.6s-1.18-.22-1.61-.67-.63-1.02-.63-1.71c0-.66.2-1.2.59-1.63.39-.43.88-.65,1.47-.65.56,0,1.03.19,1.41.58.38.39.58.92.58,1.58ZM115.56,161.65h2.91c-.17-.88-.64-1.31-1.42-1.31-.37,0-.69.12-.96.34-.27.23-.45.55-.53.97Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M120.87,158.47v1.49h1.26v.39h-1.26v2.67c0,.43.04.71.1.85.07.14.26.2.56.2.23,0,.51-.07.82-.22v.46c-.32.15-.62.23-.93.23s-.54-.08-.74-.25-.3-.4-.3-.7v-3.23h-1.21v-.39h1.21v-1.07l.33-.42h.15Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M123.57,157.63v.82h-.48v-.82h.48ZM123.57,159.96v4.49h-.48v-4.49h.48Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M125.37,159.96v.78h.02c.37-.58.87-.87,1.48-.87.51,0,.91.16,1.22.49s.45.78.45,1.35v2.74h-.48v-2.56c0-1.04-.41-1.55-1.22-1.55-.6,0-1.09.32-1.47.96v3.15h-.48v-4.49h.48Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M133.34,159.96v.39h-1.02c.41.38.62.77.62,1.19,0,.37-.08.67-.24.89-.16.22-.35.38-.58.48-.22.1-.52.2-.89.29-.37.1-.6.19-.7.27s-.14.18-.14.29c0,.13.06.23.18.31.12.08.5.13,1.14.17.64.04,1.07.16,1.29.37s.33.49.33.83c0,.41-.18.73-.53.96-.35.23-.85.35-1.48.35s-1.11-.11-1.46-.33c-.34-.22-.51-.51-.51-.87,0-.59.44-.95,1.31-1.09v-.02c-.49-.11-.73-.33-.73-.64s.3-.56.9-.73v-.02c-.39-.12-.69-.31-.9-.58-.2-.27-.3-.57-.3-.91,0-.47.16-.86.49-1.15.33-.3.8-.45,1.42-.45h1.8ZM131.35,166.35c.47,0,.84-.08,1.11-.24.27-.16.41-.37.41-.63,0-.53-.48-.79-1.43-.79-1.09,0-1.63.28-1.63.83s.51.83,1.54.83ZM131.28,162.75c.33,0,.61-.12.85-.35.24-.24.35-.52.35-.85s-.12-.61-.35-.84c-.24-.23-.52-.35-.86-.35s-.61.11-.84.34-.34.5-.34.83.12.63.35.86.51.36.84.36Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M136.53,160.25v.52c-.46-.31-.87-.46-1.23-.46-.27,0-.5.07-.68.22-.19.15-.28.33-.28.54,0,.15.06.29.17.42.11.13.42.29.93.49s.84.4,1,.61.23.45.23.71c0,.35-.14.64-.42.88-.28.24-.63.36-1.05.36-.45,0-.9-.14-1.35-.41v-.47c.53.27,1,.41,1.41.41.28,0,.5-.07.68-.22.18-.15.27-.33.27-.56,0-.16-.06-.3-.17-.43-.12-.13-.43-.3-.94-.5-.51-.2-.84-.4-.99-.6-.15-.2-.23-.42-.23-.66,0-.34.14-.63.42-.87.28-.24.62-.36,1.03-.36.37,0,.77.13,1.2.38Z" }), /* @__PURE__ */ n.createElement("circle", { className: "cls-2", cx: 90, cy: 69.36, r: 6 }), /* @__PURE__ */ n.createElement("circle", { className: "cls-2", cx: 103.37, cy: 112.4, r: 6 }), /* @__PURE__ */ n.createElement("circle", { className: "cls-2", cx: 76.62, cy: 112.4, r: 6 }), /* @__PURE__ */ n.createElement("polygon", { className: "cls-2", points: "101.47 111.91 90 75.81 78.52 111.91 74.65 111.04 88.06 68.84 91.93 68.84 105.35 111.04 101.47 111.91" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M89.02,19.71l-5.23,6.27c-.69.83-.1,2.08.98,2.08h10.45c1.08,0,1.67-1.26.98-2.08l-5.23-6.27c-.51-.61-1.44-.61-1.95,0Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M90,58.67c.68,0,1.35.07,2,.19V26.17h-4v32.69c.65-.12,1.32-.19,2-.19Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M54.2,34.94l.74,8.13c.1,1.07,1.4,1.54,2.16.78l7.39-7.39c.76-.76.29-2.07-.78-2.16l-8.13-.74c-.79-.07-1.45.59-1.38,1.38Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M82.44,61.8c.48-.48,1.01-.91,1.55-1.28l-23.12-23.12-2.83,2.83,23.12,23.12c.37-.55.79-1.07,1.28-1.55Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M40.35,70.33l6.27,5.23c.83.69,2.08.1,2.08-.98v-10.45c0-1.08-1.26-1.67-2.08-.98l-6.27,5.23c-.61.51-.61,1.44,0,1.95Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M79.31,69.36c0-.68.07-1.35.19-2h-32.69s0,4,0,4h32.69c-.12-.65-.19-1.32-.19-2Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M139.65,68.38l-6.27-5.23c-.83-.69-2.08-.1-2.08.98v10.45c0,1.08,1.26,1.67,2.08.98l6.27-5.23c.61-.51.61-1.44,0-1.95Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M100.69,69.36c0,.68-.07,1.35-.19,2h32.69s0-4,0-4h-32.69c.12.65.19,1.32.19,2Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M124.41,33.56l-8.13.74c-1.07.1-1.54,1.4-.78,2.16l7.39,7.39c.76.76,2.07.29,2.16-.78l.74-8.13c.07-.79-.59-1.45-1.38-1.38Z" }), /* @__PURE__ */ n.createElement("path", { className: "cls-1", d: "M97.56,61.8c.48.48.91,1.01,1.28,1.55l23.12-23.12-2.83-2.83-23.12,23.12c.55.37,1.07.79,1.55,1.28Z" })), vr = (o) => /* @__PURE__ */ n.createElement("svg", { width: 1200, height: 1227, viewBox: "0 0 1200 1227", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o }, /* @__PURE__ */ n.createElement("path", { d: "M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z", fill: "#000" })), Er = ({ className: o, ...u }) => {
|
|
715
|
+
const v = (/* @__PURE__ */ new Date()).getFullYear();
|
|
716
|
+
return /* @__PURE__ */ d.jsxs("footer", { ...u, className: z(o, "Footer"), children: [
|
|
717
|
+
/* @__PURE__ */ d.jsxs("div", { className: "Footer__Head", children: [
|
|
718
|
+
/* @__PURE__ */ d.jsx("div", { className: "Footer__Logo", children: /* @__PURE__ */ d.jsx(dr, { "aria-label": "INIALUM - INIAD Alumni Meetings" }) }),
|
|
719
|
+
/* @__PURE__ */ d.jsx("div", { className: "Footer__Copy", children: "さらなる連携を、ともに歩んだ仲間と" })
|
|
720
|
+
] }),
|
|
721
|
+
/* @__PURE__ */ d.jsx("nav", { children: /* @__PURE__ */ d.jsxs("ul", { className: "Footer__NavList", children: [
|
|
722
|
+
/* @__PURE__ */ d.jsx("li", { className: "Footer__Item", children: /* @__PURE__ */ d.jsx("a", { href: "/", children: "ホーム" }) }),
|
|
723
|
+
/* @__PURE__ */ d.jsx("li", { className: "Footer__Item", children: /* @__PURE__ */ d.jsx("a", { href: "https://inialum.org/join", children: "入会する" }) })
|
|
724
|
+
] }) }),
|
|
725
|
+
/* @__PURE__ */ d.jsxs("div", { className: "Footer__Bottom", children: [
|
|
726
|
+
/* @__PURE__ */ d.jsx("div", { className: "Footer__Item--top", children: /* @__PURE__ */ d.jsx(
|
|
727
|
+
"a",
|
|
728
|
+
{
|
|
729
|
+
href: "https://twitter.com/inialum",
|
|
730
|
+
target: "_blank",
|
|
731
|
+
rel: "noopener noreferrer",
|
|
732
|
+
children: /* @__PURE__ */ d.jsx(vr, { width: 24, height: 24, "aria-label": "X公式アカウント" })
|
|
733
|
+
}
|
|
734
|
+
) }),
|
|
735
|
+
/* @__PURE__ */ d.jsxs("div", { className: "Footer__Item--small", children: [
|
|
736
|
+
/* @__PURE__ */ d.jsx(
|
|
737
|
+
"a",
|
|
738
|
+
{
|
|
739
|
+
href: "https://inialum.notion.site/4cbf67b190544bff8891deabc64e776c",
|
|
740
|
+
target: "_blank",
|
|
741
|
+
rel: "noopener",
|
|
742
|
+
children: "同窓会会則"
|
|
743
|
+
}
|
|
744
|
+
),
|
|
745
|
+
/* @__PURE__ */ d.jsx(
|
|
746
|
+
"a",
|
|
747
|
+
{
|
|
748
|
+
href: "https://inialum.notion.site/d8a7e0dd14224c0dadfd630a6665cee0",
|
|
749
|
+
target: "_blank",
|
|
750
|
+
rel: "noopener",
|
|
751
|
+
children: "プライバシーポリシー"
|
|
752
|
+
}
|
|
753
|
+
),
|
|
754
|
+
/* @__PURE__ */ d.jsx("a", { href: "https://github.com/inialum", target: "_blank", rel: "noopener", children: "GitHub" })
|
|
755
|
+
] }),
|
|
756
|
+
/* @__PURE__ */ d.jsxs("div", { className: "Footer__Item--small", children: [
|
|
757
|
+
"© ",
|
|
758
|
+
v,
|
|
759
|
+
" INIALUM - INIAD Alumni Meetings."
|
|
760
|
+
] })
|
|
761
|
+
] })
|
|
762
|
+
] });
|
|
713
763
|
};
|
|
714
764
|
export {
|
|
715
|
-
|
|
716
|
-
|
|
765
|
+
mr as Button,
|
|
766
|
+
pr as ButtonLink,
|
|
767
|
+
Er as Footer
|
|
717
768
|
};
|
|
718
769
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inialum/memories-react",
|
|
3
|
-
"version": "0.0.1",
|
|
3
|
+
"version": "0.0.2-canary.1",
|
|
4
4
|
"description": "React component library for the Memories - INIALUM Design System",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"@storybook/react-vite": "^8.0.6",
|
|
46
46
|
"@storybook/test": "^8.0.6",
|
|
47
47
|
"@storybook/theming": "^8.0.6",
|
|
48
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
48
49
|
"@types/react": "^18.2.74",
|
|
49
50
|
"@types/react-dom": "^18.2.24",
|
|
50
51
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
@@ -58,6 +59,7 @@
|
|
|
58
59
|
"tailwindcss": "^3.4.3",
|
|
59
60
|
"vite": "^5.2.8",
|
|
60
61
|
"vite-plugin-dts": "^3.8.1",
|
|
62
|
+
"vite-plugin-svgr": "^4.2.0",
|
|
61
63
|
"@inialum/memories-css": "0.0.3"
|
|
62
64
|
},
|
|
63
65
|
"peerDependencies": {
|