@inialum/memories-react 0.1.0 → 0.1.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/index.js +100 -83
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -15,20 +15,20 @@ function ur() {
|
|
|
15
15
|
if (Ne)
|
|
16
16
|
return Z;
|
|
17
17
|
Ne = 1;
|
|
18
|
-
var
|
|
19
|
-
function x(R, p,
|
|
20
|
-
var _, w = {}, T = null,
|
|
21
|
-
|
|
18
|
+
var s = Me, u = Symbol.for("react.element"), v = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, b = s.__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, O) {
|
|
20
|
+
var _, w = {}, T = null, A = null;
|
|
21
|
+
O !== void 0 && (T = "" + O), p.key !== void 0 && (T = "" + p.key), p.ref !== void 0 && (A = p.ref);
|
|
22
22
|
for (_ in p)
|
|
23
23
|
f.call(p, _) && !M.hasOwnProperty(_) && (w[_] = p[_]);
|
|
24
24
|
if (R && R.defaultProps)
|
|
25
25
|
for (_ in p = R.defaultProps, p)
|
|
26
26
|
w[_] === void 0 && (w[_] = p[_]);
|
|
27
|
-
return { $$typeof: u, type: R, key: T, ref:
|
|
27
|
+
return { $$typeof: u, type: R, key: T, ref: A, props: w, _owner: b.current };
|
|
28
28
|
}
|
|
29
29
|
return Z.Fragment = v, Z.jsx = x, Z.jsxs = x, Z;
|
|
30
30
|
}
|
|
31
|
-
var
|
|
31
|
+
var I = {};
|
|
32
32
|
/**
|
|
33
33
|
* @license React
|
|
34
34
|
* react-jsx-runtime.development.js
|
|
@@ -41,14 +41,14 @@ var A = {};
|
|
|
41
41
|
var je;
|
|
42
42
|
function fr() {
|
|
43
43
|
return je || (je = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
|
-
var
|
|
45
|
-
function
|
|
44
|
+
var s = 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"), O = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), w = Symbol.for("react.memo"), T = Symbol.for("react.lazy"), A = Symbol.for("react.offscreen"), ee = Symbol.iterator, ke = "@@iterator";
|
|
45
|
+
function Oe(e) {
|
|
46
46
|
if (e === null || typeof e != "object")
|
|
47
47
|
return null;
|
|
48
|
-
var r = ee && e[ee] || e[
|
|
48
|
+
var r = ee && e[ee] || e[ke];
|
|
49
49
|
return typeof r == "function" ? r : null;
|
|
50
50
|
}
|
|
51
|
-
var C =
|
|
51
|
+
var C = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
52
52
|
function E(e) {
|
|
53
53
|
{
|
|
54
54
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), a = 1; a < r; a++)
|
|
@@ -60,22 +60,22 @@ function fr() {
|
|
|
60
60
|
{
|
|
61
61
|
var a = C.ReactDebugCurrentFrame, i = a.getStackAddendum();
|
|
62
62
|
i !== "" && (r += "%s", t = t.concat([i]));
|
|
63
|
-
var c = t.map(function(
|
|
64
|
-
return String(
|
|
63
|
+
var c = t.map(function(o) {
|
|
64
|
+
return String(o);
|
|
65
65
|
});
|
|
66
66
|
c.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, c);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
var Se = !1, Pe = !1, Le = !1, Fe = !1, Ze = !1, re;
|
|
70
70
|
re = Symbol.for("react.module.reference");
|
|
71
|
-
function
|
|
72
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === M || Ze || e === b || e ===
|
|
71
|
+
function Ie(e) {
|
|
72
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === M || Ze || e === b || e === O || e === _ || Fe || e === A || 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
|
|
73
73
|
// types supported by any Flight configuration anywhere since
|
|
74
74
|
// we don't know which Flight build this will end up being used
|
|
75
75
|
// with.
|
|
76
76
|
e.$$typeof === re || e.getModuleId !== void 0));
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function Ae(e, r, t) {
|
|
79
79
|
var a = e.displayName;
|
|
80
80
|
if (a)
|
|
81
81
|
return a;
|
|
@@ -101,7 +101,7 @@ function fr() {
|
|
|
101
101
|
return "Profiler";
|
|
102
102
|
case b:
|
|
103
103
|
return "StrictMode";
|
|
104
|
-
case
|
|
104
|
+
case O:
|
|
105
105
|
return "Suspense";
|
|
106
106
|
case _:
|
|
107
107
|
return "SuspenseList";
|
|
@@ -115,14 +115,14 @@ function fr() {
|
|
|
115
115
|
var t = e;
|
|
116
116
|
return te(t._context) + ".Provider";
|
|
117
117
|
case p:
|
|
118
|
-
return
|
|
118
|
+
return Ae(e, e.render, "ForwardRef");
|
|
119
119
|
case w:
|
|
120
120
|
var a = e.displayName || null;
|
|
121
121
|
return a !== null ? a : N(e.type) || "Memo";
|
|
122
122
|
case T: {
|
|
123
|
-
var i = e, c = i._payload,
|
|
123
|
+
var i = e, c = i._payload, o = i._init;
|
|
124
124
|
try {
|
|
125
|
-
return N(
|
|
125
|
+
return N(o(c));
|
|
126
126
|
} catch {
|
|
127
127
|
return null;
|
|
128
128
|
}
|
|
@@ -130,14 +130,14 @@ function fr() {
|
|
|
130
130
|
}
|
|
131
131
|
return null;
|
|
132
132
|
}
|
|
133
|
-
var
|
|
133
|
+
var k = Object.assign, L = 0, ae, ne, le, oe, se, ie, ce;
|
|
134
134
|
function ue() {
|
|
135
135
|
}
|
|
136
136
|
ue.__reactDisabledLog = !0;
|
|
137
137
|
function Be() {
|
|
138
138
|
{
|
|
139
139
|
if (L === 0) {
|
|
140
|
-
ae = console.log, ne = console.info, le = console.warn,
|
|
140
|
+
ae = console.log, ne = console.info, le = console.warn, oe = console.error, se = console.group, ie = console.groupCollapsed, ce = console.groupEnd;
|
|
141
141
|
var e = {
|
|
142
142
|
configurable: !0,
|
|
143
143
|
enumerable: !0,
|
|
@@ -166,25 +166,25 @@ function fr() {
|
|
|
166
166
|
writable: !0
|
|
167
167
|
};
|
|
168
168
|
Object.defineProperties(console, {
|
|
169
|
-
log:
|
|
169
|
+
log: k({}, e, {
|
|
170
170
|
value: ae
|
|
171
171
|
}),
|
|
172
|
-
info:
|
|
172
|
+
info: k({}, e, {
|
|
173
173
|
value: ne
|
|
174
174
|
}),
|
|
175
|
-
warn:
|
|
175
|
+
warn: k({}, e, {
|
|
176
176
|
value: le
|
|
177
177
|
}),
|
|
178
|
-
error:
|
|
179
|
-
value: se
|
|
180
|
-
}),
|
|
181
|
-
group: O({}, e, {
|
|
178
|
+
error: k({}, e, {
|
|
182
179
|
value: oe
|
|
183
180
|
}),
|
|
184
|
-
|
|
181
|
+
group: k({}, e, {
|
|
182
|
+
value: se
|
|
183
|
+
}),
|
|
184
|
+
groupCollapsed: k({}, e, {
|
|
185
185
|
value: ie
|
|
186
186
|
}),
|
|
187
|
-
groupEnd:
|
|
187
|
+
groupEnd: k({}, e, {
|
|
188
188
|
value: ce
|
|
189
189
|
})
|
|
190
190
|
});
|
|
@@ -227,27 +227,27 @@ function fr() {
|
|
|
227
227
|
c = V.current, V.current = null, Be();
|
|
228
228
|
try {
|
|
229
229
|
if (r) {
|
|
230
|
-
var
|
|
230
|
+
var o = function() {
|
|
231
231
|
throw Error();
|
|
232
232
|
};
|
|
233
|
-
if (Object.defineProperty(
|
|
233
|
+
if (Object.defineProperty(o.prototype, "props", {
|
|
234
234
|
set: function() {
|
|
235
235
|
throw Error();
|
|
236
236
|
}
|
|
237
237
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
238
238
|
try {
|
|
239
|
-
Reflect.construct(
|
|
239
|
+
Reflect.construct(o, []);
|
|
240
240
|
} catch (j) {
|
|
241
241
|
a = j;
|
|
242
242
|
}
|
|
243
|
-
Reflect.construct(e, [],
|
|
243
|
+
Reflect.construct(e, [], o);
|
|
244
244
|
} else {
|
|
245
245
|
try {
|
|
246
|
-
|
|
246
|
+
o.call();
|
|
247
247
|
} catch (j) {
|
|
248
248
|
a = j;
|
|
249
249
|
}
|
|
250
|
-
e.call(
|
|
250
|
+
e.call(o.prototype);
|
|
251
251
|
}
|
|
252
252
|
} else {
|
|
253
253
|
try {
|
|
@@ -297,7 +297,7 @@ function fr() {
|
|
|
297
297
|
if (typeof e == "string")
|
|
298
298
|
return B(e);
|
|
299
299
|
switch (e) {
|
|
300
|
-
case
|
|
300
|
+
case O:
|
|
301
301
|
return B("Suspense");
|
|
302
302
|
case _:
|
|
303
303
|
return B("SuspenseList");
|
|
@@ -329,19 +329,19 @@ function fr() {
|
|
|
329
329
|
function Ve(e, r, t, a, i) {
|
|
330
330
|
{
|
|
331
331
|
var c = Function.call.bind(Y);
|
|
332
|
-
for (var
|
|
333
|
-
if (c(e,
|
|
332
|
+
for (var o in e)
|
|
333
|
+
if (c(e, o)) {
|
|
334
334
|
var l = void 0;
|
|
335
335
|
try {
|
|
336
|
-
if (typeof e[
|
|
337
|
-
var g = Error((a || "React class") + ": " + t + " type `" +
|
|
336
|
+
if (typeof e[o] != "function") {
|
|
337
|
+
var g = Error((a || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
338
338
|
throw g.name = "Invariant Violation", g;
|
|
339
339
|
}
|
|
340
|
-
l = e[
|
|
340
|
+
l = e[o](r, o, a, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
341
341
|
} catch (h) {
|
|
342
342
|
l = h;
|
|
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,
|
|
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, o, typeof l), $(null)), l instanceof Error && !(l.message in de) && (de[l.message] = !0, $(i), E("Failed %s type: %s", t, l.message), $(null));
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
}
|
|
@@ -420,7 +420,7 @@ function fr() {
|
|
|
420
420
|
});
|
|
421
421
|
}
|
|
422
422
|
}
|
|
423
|
-
var er = function(e, r, t, a, i, c,
|
|
423
|
+
var er = function(e, r, t, a, i, c, o) {
|
|
424
424
|
var l = {
|
|
425
425
|
// This tag allows us to uniquely identify this as a React Element
|
|
426
426
|
$$typeof: u,
|
|
@@ -428,7 +428,7 @@ function fr() {
|
|
|
428
428
|
type: e,
|
|
429
429
|
key: r,
|
|
430
430
|
ref: t,
|
|
431
|
-
props:
|
|
431
|
+
props: o,
|
|
432
432
|
// Record the component responsible for creating this element.
|
|
433
433
|
_owner: c
|
|
434
434
|
};
|
|
@@ -451,20 +451,20 @@ function fr() {
|
|
|
451
451
|
};
|
|
452
452
|
function rr(e, r, t, a, i) {
|
|
453
453
|
{
|
|
454
|
-
var c,
|
|
454
|
+
var c, o = {}, l = null, g = null;
|
|
455
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
456
|
for (c in r)
|
|
457
|
-
Y.call(r, c) && !Ge.hasOwnProperty(c) && (
|
|
457
|
+
Y.call(r, c) && !Ge.hasOwnProperty(c) && (o[c] = r[c]);
|
|
458
458
|
if (e && e.defaultProps) {
|
|
459
459
|
var h = e.defaultProps;
|
|
460
460
|
for (c in h)
|
|
461
|
-
|
|
461
|
+
o[c] === void 0 && (o[c] = h[c]);
|
|
462
462
|
}
|
|
463
463
|
if (l || g) {
|
|
464
464
|
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
465
|
-
l && Qe(
|
|
465
|
+
l && Qe(o, m), g && ze(o, m);
|
|
466
466
|
}
|
|
467
|
-
return er(e, l, g, i, a, F.current,
|
|
467
|
+
return er(e, l, g, i, a, F.current, o);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
470
|
var J = C.ReactCurrentOwner, ge = C.ReactDebugCurrentFrame;
|
|
@@ -541,10 +541,10 @@ Check the top-level render call using <` + t + ">.");
|
|
|
541
541
|
else if (K(e))
|
|
542
542
|
e._store && (e._store.validated = !0);
|
|
543
543
|
else if (e) {
|
|
544
|
-
var i =
|
|
544
|
+
var i = Oe(e);
|
|
545
545
|
if (typeof i == "function" && i !== e.entries)
|
|
546
|
-
for (var c = i.call(e),
|
|
547
|
-
K(
|
|
546
|
+
for (var c = i.call(e), o; !(o = c.next()).done; )
|
|
547
|
+
K(o.value) && ye(o.value, r);
|
|
548
548
|
}
|
|
549
549
|
}
|
|
550
550
|
}
|
|
@@ -587,8 +587,8 @@ Check the top-level render call using <` + t + ">.");
|
|
|
587
587
|
}
|
|
588
588
|
function xe(e, r, t, a, i, c) {
|
|
589
589
|
{
|
|
590
|
-
var
|
|
591
|
-
if (!
|
|
590
|
+
var o = Ie(e);
|
|
591
|
+
if (!o) {
|
|
592
592
|
var l = "";
|
|
593
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
594
|
var g = tr(i);
|
|
@@ -599,7 +599,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
599
599
|
var m = rr(e, r, t, i, c);
|
|
600
600
|
if (m == null)
|
|
601
601
|
return m;
|
|
602
|
-
if (
|
|
602
|
+
if (o) {
|
|
603
603
|
var y = r.children;
|
|
604
604
|
if (y !== void 0)
|
|
605
605
|
if (a)
|
|
@@ -615,39 +615,39 @@ Check the top-level render call using <` + t + ">.");
|
|
|
615
615
|
return e === f ? lr(m) : nr(m), m;
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
|
-
function
|
|
618
|
+
function or(e, r, t) {
|
|
619
619
|
return xe(e, r, t, !0);
|
|
620
620
|
}
|
|
621
|
-
function
|
|
621
|
+
function sr(e, r, t) {
|
|
622
622
|
return xe(e, r, t, !1);
|
|
623
623
|
}
|
|
624
|
-
var ir =
|
|
625
|
-
|
|
626
|
-
}()),
|
|
624
|
+
var ir = sr, cr = or;
|
|
625
|
+
I.Fragment = f, I.jsx = ir, I.jsxs = cr;
|
|
626
|
+
}()), I;
|
|
627
627
|
}
|
|
628
628
|
process.env.NODE_ENV === "production" ? Q.exports = ur() : Q.exports = fr();
|
|
629
629
|
var d = Q.exports;
|
|
630
|
-
function Te(
|
|
630
|
+
function Te(s) {
|
|
631
631
|
var u, v, f = "";
|
|
632
|
-
if (typeof
|
|
633
|
-
f +=
|
|
634
|
-
else if (typeof
|
|
635
|
-
if (Array.isArray(
|
|
636
|
-
var b =
|
|
632
|
+
if (typeof s == "string" || typeof s == "number")
|
|
633
|
+
f += s;
|
|
634
|
+
else if (typeof s == "object")
|
|
635
|
+
if (Array.isArray(s)) {
|
|
636
|
+
var b = s.length;
|
|
637
637
|
for (u = 0; u < b; u++)
|
|
638
|
-
|
|
638
|
+
s[u] && (v = Te(s[u])) && (f && (f += " "), f += v);
|
|
639
639
|
} else
|
|
640
|
-
for (v in
|
|
641
|
-
|
|
640
|
+
for (v in s)
|
|
641
|
+
s[v] && (f && (f += " "), f += v);
|
|
642
642
|
return f;
|
|
643
643
|
}
|
|
644
644
|
function z() {
|
|
645
|
-
for (var
|
|
646
|
-
(
|
|
645
|
+
for (var s, u, v = 0, f = "", b = arguments.length; v < b; v++)
|
|
646
|
+
(s = arguments[v]) && (u = Te(s)) && (f && (f += " "), f += u);
|
|
647
647
|
return f;
|
|
648
648
|
}
|
|
649
649
|
const mr = ({
|
|
650
|
-
colorTheme:
|
|
650
|
+
colorTheme: s = "primary",
|
|
651
651
|
size: u = "medium",
|
|
652
652
|
styleType: v = "filled",
|
|
653
653
|
radius: f = "none",
|
|
@@ -661,9 +661,9 @@ const mr = ({
|
|
|
661
661
|
className: z(
|
|
662
662
|
b,
|
|
663
663
|
"Button",
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
664
|
+
s === "primary" && "Button--primary",
|
|
665
|
+
s === "secondary" && "Button--secondary",
|
|
666
|
+
s === "white" && "Button--white",
|
|
667
667
|
u === "small" && "Button--small",
|
|
668
668
|
u === "medium" && "Button--medium",
|
|
669
669
|
u === "large" && "Button--large",
|
|
@@ -677,7 +677,7 @@ const mr = ({
|
|
|
677
677
|
children: M
|
|
678
678
|
}
|
|
679
679
|
), pr = ({
|
|
680
|
-
colorTheme:
|
|
680
|
+
colorTheme: s = "primary",
|
|
681
681
|
size: u = "medium",
|
|
682
682
|
styleType: v = "filled",
|
|
683
683
|
radius: f = "none",
|
|
@@ -695,9 +695,9 @@ const mr = ({
|
|
|
695
695
|
className: z(
|
|
696
696
|
M,
|
|
697
697
|
"ButtonLink",
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
698
|
+
s === "primary" && "ButtonLink--primary",
|
|
699
|
+
s === "secondary" && "ButtonLink--secondary",
|
|
700
|
+
s === "white" && "ButtonLink--white",
|
|
701
701
|
u === "small" && "ButtonLink--small",
|
|
702
702
|
u === "medium" && "ButtonLink--medium",
|
|
703
703
|
u === "large" && "ButtonLink--large",
|
|
@@ -711,9 +711,9 @@ const mr = ({
|
|
|
711
711
|
children: x
|
|
712
712
|
}
|
|
713
713
|
);
|
|
714
|
-
}, dr = (
|
|
714
|
+
}, dr = (s) => /* @__PURE__ */ n.createElement("svg", { id: "_layer_1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 180 180", ...s }, /* @__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 = (s) => /* @__PURE__ */ n.createElement("svg", { width: 1200, height: 1227, viewBox: "0 0 1200 1227", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...s }, /* @__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: s, ...u }) => {
|
|
715
715
|
const v = (/* @__PURE__ */ new Date()).getFullYear();
|
|
716
|
-
return /* @__PURE__ */ d.jsxs("footer", { ...u, className: z(
|
|
716
|
+
return /* @__PURE__ */ d.jsxs("footer", { ...u, className: z(s, "Footer"), children: [
|
|
717
717
|
/* @__PURE__ */ d.jsxs("div", { className: "Footer__Head", children: [
|
|
718
718
|
/* @__PURE__ */ d.jsx("div", { className: "Footer__Logo", children: /* @__PURE__ */ d.jsx(dr, { "aria-label": "INIALUM - INIAD Alumni Meetings" }) }),
|
|
719
719
|
/* @__PURE__ */ d.jsx("div", { className: "Footer__Copy", children: "さらなる連携を、ともに歩んだ仲間と" })
|
|
@@ -729,7 +729,15 @@ const mr = ({
|
|
|
729
729
|
href: "https://twitter.com/inialum",
|
|
730
730
|
target: "_blank",
|
|
731
731
|
rel: "noopener noreferrer",
|
|
732
|
-
children: /* @__PURE__ */ d.jsx(
|
|
732
|
+
children: /* @__PURE__ */ d.jsx(
|
|
733
|
+
vr,
|
|
734
|
+
{
|
|
735
|
+
width: "auto",
|
|
736
|
+
height: 24,
|
|
737
|
+
"aria-label": "X公式アカウント",
|
|
738
|
+
className: "Footer__Item--XLogo"
|
|
739
|
+
}
|
|
740
|
+
)
|
|
733
741
|
}
|
|
734
742
|
) }),
|
|
735
743
|
/* @__PURE__ */ d.jsxs("div", { className: "Footer__Item--small", children: [
|
|
@@ -742,6 +750,15 @@ const mr = ({
|
|
|
742
750
|
children: "同窓会会則"
|
|
743
751
|
}
|
|
744
752
|
),
|
|
753
|
+
/* @__PURE__ */ d.jsx(
|
|
754
|
+
"a",
|
|
755
|
+
{
|
|
756
|
+
href: "https://inialum.notion.site/4d2374f79b594f00b93c0efccf3c6bb4",
|
|
757
|
+
target: "_blank",
|
|
758
|
+
rel: "noopener",
|
|
759
|
+
children: "役員一覧"
|
|
760
|
+
}
|
|
761
|
+
),
|
|
745
762
|
/* @__PURE__ */ d.jsx(
|
|
746
763
|
"a",
|
|
747
764
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inialum/memories-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "React component library for the Memories - INIALUM Design System",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"vite": "^5.2.8",
|
|
61
61
|
"vite-plugin-dts": "^3.8.1",
|
|
62
62
|
"vite-plugin-svgr": "^4.2.0",
|
|
63
|
-
"@inialum/memories-css": "0.1.
|
|
63
|
+
"@inialum/memories-css": "0.1.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@inialum/memories-css": ">= 0.0.1",
|