@inialum/memories-react 0.1.2-canary.0 → 0.1.2-canary.2
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/Navigation.d.ts +8 -0
- package/dist/index.js +53 -52
- package/package.json +2 -2
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ComponentPropsWithRef } from 'react';
|
|
2
|
+
|
|
3
|
+
type Props = ComponentPropsWithRef<'dialog'> & {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
};
|
|
7
|
+
export declare const Navigation: ({ isOpen, className, onClose, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
package/dist/index.js
CHANGED
|
@@ -16,17 +16,17 @@ function hr() {
|
|
|
16
16
|
return I;
|
|
17
17
|
ke = 1;
|
|
18
18
|
var o = Te, u = Symbol.for("react.element"), v = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, y = o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, k = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
19
|
-
function x
|
|
20
|
-
var
|
|
19
|
+
function w(x, p, S) {
|
|
20
|
+
var b, N = {}, M = null, D = null;
|
|
21
21
|
S !== void 0 && (M = "" + S), p.key !== void 0 && (M = "" + p.key), p.ref !== void 0 && (D = p.ref);
|
|
22
|
-
for (
|
|
23
|
-
f.call(p,
|
|
24
|
-
if (
|
|
25
|
-
for (
|
|
26
|
-
N[
|
|
27
|
-
return { $$typeof: u, type:
|
|
22
|
+
for (b in p)
|
|
23
|
+
f.call(p, b) && !k.hasOwnProperty(b) && (N[b] = p[b]);
|
|
24
|
+
if (x && x.defaultProps)
|
|
25
|
+
for (b in p = x.defaultProps, p)
|
|
26
|
+
N[b] === void 0 && (N[b] = p[b]);
|
|
27
|
+
return { $$typeof: u, type: x, key: M, ref: D, props: N, _owner: y.current };
|
|
28
28
|
}
|
|
29
|
-
return I.Fragment = v, I.jsx =
|
|
29
|
+
return I.Fragment = v, I.jsx = w, I.jsxs = w, I;
|
|
30
30
|
}
|
|
31
31
|
var B = {};
|
|
32
32
|
/**
|
|
@@ -41,7 +41,7 @@ var B = {};
|
|
|
41
41
|
var Me;
|
|
42
42
|
function mr() {
|
|
43
43
|
return Me || (Me = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
|
-
var o = Te, u = Symbol.for("react.element"), v = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"),
|
|
44
|
+
var o = Te, u = Symbol.for("react.element"), v = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), w = Symbol.for("react.provider"), x = Symbol.for("react.context"), p = Symbol.for("react.forward_ref"), S = Symbol.for("react.suspense"), b = Symbol.for("react.suspense_list"), N = Symbol.for("react.memo"), M = Symbol.for("react.lazy"), D = Symbol.for("react.offscreen"), te = Symbol.iterator, Se = "@@iterator";
|
|
45
45
|
function Ce(e) {
|
|
46
46
|
if (e === null || typeof e != "object")
|
|
47
47
|
return null;
|
|
@@ -69,7 +69,7 @@ function mr() {
|
|
|
69
69
|
var Le = !1, Fe = !1, Ze = !1, Ae = !1, Ie = !1, ae;
|
|
70
70
|
ae = Symbol.for("react.module.reference");
|
|
71
71
|
function Be(e) {
|
|
72
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === k || Ie || e === y || e === S || e ===
|
|
72
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === k || Ie || e === y || e === S || e === b || Ae || e === D || Le || Fe || Ze || typeof e == "object" && e !== null && (e.$$typeof === M || e.$$typeof === N || e.$$typeof === w || e.$$typeof === x || 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.
|
|
@@ -103,15 +103,15 @@ function mr() {
|
|
|
103
103
|
return "StrictMode";
|
|
104
104
|
case S:
|
|
105
105
|
return "Suspense";
|
|
106
|
-
case
|
|
106
|
+
case b:
|
|
107
107
|
return "SuspenseList";
|
|
108
108
|
}
|
|
109
109
|
if (typeof e == "object")
|
|
110
110
|
switch (e.$$typeof) {
|
|
111
|
-
case
|
|
111
|
+
case x:
|
|
112
112
|
var r = e;
|
|
113
113
|
return ne(r) + ".Consumer";
|
|
114
|
-
case
|
|
114
|
+
case w:
|
|
115
115
|
var t = e;
|
|
116
116
|
return ne(t._context) + ".Provider";
|
|
117
117
|
case p:
|
|
@@ -237,29 +237,29 @@ function mr() {
|
|
|
237
237
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
238
238
|
try {
|
|
239
239
|
Reflect.construct(s, []);
|
|
240
|
-
} catch (
|
|
241
|
-
a =
|
|
240
|
+
} catch (_) {
|
|
241
|
+
a = _;
|
|
242
242
|
}
|
|
243
243
|
Reflect.construct(e, [], s);
|
|
244
244
|
} else {
|
|
245
245
|
try {
|
|
246
246
|
s.call();
|
|
247
|
-
} catch (
|
|
248
|
-
a =
|
|
247
|
+
} catch (_) {
|
|
248
|
+
a = _;
|
|
249
249
|
}
|
|
250
250
|
e.call(s.prototype);
|
|
251
251
|
}
|
|
252
252
|
} else {
|
|
253
253
|
try {
|
|
254
254
|
throw Error();
|
|
255
|
-
} catch (
|
|
256
|
-
a =
|
|
255
|
+
} catch (_) {
|
|
256
|
+
a = _;
|
|
257
257
|
}
|
|
258
258
|
e();
|
|
259
259
|
}
|
|
260
|
-
} catch (
|
|
261
|
-
if (
|
|
262
|
-
for (var l =
|
|
260
|
+
} catch (_) {
|
|
261
|
+
if (_ && a && typeof _.stack == "string") {
|
|
262
|
+
for (var l = _.stack.split(`
|
|
263
263
|
`), g = a.stack.split(`
|
|
264
264
|
`), h = l.length - 1, m = g.length - 1; h >= 1 && m >= 0 && l[h] !== g[m]; )
|
|
265
265
|
m--;
|
|
@@ -299,7 +299,7 @@ function mr() {
|
|
|
299
299
|
switch (e) {
|
|
300
300
|
case S:
|
|
301
301
|
return W("Suspense");
|
|
302
|
-
case
|
|
302
|
+
case b:
|
|
303
303
|
return W("SuspenseList");
|
|
304
304
|
}
|
|
305
305
|
if (typeof e == "object")
|
|
@@ -374,7 +374,7 @@ function mr() {
|
|
|
374
374
|
ref: !0,
|
|
375
375
|
__self: !0,
|
|
376
376
|
__source: !0
|
|
377
|
-
}, ge,
|
|
377
|
+
}, ge, _e, X;
|
|
378
378
|
X = {};
|
|
379
379
|
function Ge(e) {
|
|
380
380
|
if (Z.call(e, "ref")) {
|
|
@@ -412,7 +412,7 @@ function mr() {
|
|
|
412
412
|
function rr(e, r) {
|
|
413
413
|
{
|
|
414
414
|
var t = function() {
|
|
415
|
-
|
|
415
|
+
_e || (_e = !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));
|
|
416
416
|
};
|
|
417
417
|
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
418
418
|
get: t,
|
|
@@ -467,13 +467,13 @@ function mr() {
|
|
|
467
467
|
return tr(e, l, g, i, a, A.current, s);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
|
-
var q = C.ReactCurrentOwner,
|
|
470
|
+
var q = C.ReactCurrentOwner, be = C.ReactDebugCurrentFrame;
|
|
471
471
|
function P(e) {
|
|
472
472
|
if (e) {
|
|
473
473
|
var r = e._owner, t = $(e.type, e._source, r ? r.type : null);
|
|
474
|
-
|
|
474
|
+
be.setExtraStackFrame(t);
|
|
475
475
|
} else
|
|
476
|
-
|
|
476
|
+
be.setExtraStackFrame(null);
|
|
477
477
|
}
|
|
478
478
|
var G;
|
|
479
479
|
G = !1;
|
|
@@ -516,7 +516,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
516
516
|
return r;
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function xe(e, r) {
|
|
520
520
|
{
|
|
521
521
|
if (!e._store || e._store.validated || e.key != null)
|
|
522
522
|
return;
|
|
@@ -529,14 +529,14 @@ Check the top-level render call using <` + t + ">.");
|
|
|
529
529
|
e && e._owner && e._owner !== q.current && (a = " It was passed a child from " + j(e._owner.type) + "."), P(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), P(null);
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
|
-
function
|
|
532
|
+
function we(e, r) {
|
|
533
533
|
{
|
|
534
534
|
if (typeof e != "object")
|
|
535
535
|
return;
|
|
536
536
|
if (K(e))
|
|
537
537
|
for (var t = 0; t < e.length; t++) {
|
|
538
538
|
var a = e[t];
|
|
539
|
-
Q(a) &&
|
|
539
|
+
Q(a) && xe(a, r);
|
|
540
540
|
}
|
|
541
541
|
else if (Q(e))
|
|
542
542
|
e._store && (e._store.validated = !0);
|
|
@@ -544,7 +544,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
544
544
|
var i = Ce(e);
|
|
545
545
|
if (typeof i == "function" && i !== e.entries)
|
|
546
546
|
for (var c = i.call(e), s; !(s = c.next()).done; )
|
|
547
|
-
Q(s.value) &&
|
|
547
|
+
Q(s.value) && xe(s.value, r);
|
|
548
548
|
}
|
|
549
549
|
}
|
|
550
550
|
}
|
|
@@ -606,19 +606,19 @@ Check the top-level render call using <` + t + ">.");
|
|
|
606
606
|
if (a)
|
|
607
607
|
if (K(R)) {
|
|
608
608
|
for (var L = 0; L < R.length; L++)
|
|
609
|
-
|
|
609
|
+
we(R[L], e);
|
|
610
610
|
Object.freeze && Object.freeze(R);
|
|
611
611
|
} else
|
|
612
612
|
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.");
|
|
613
613
|
else
|
|
614
|
-
|
|
614
|
+
we(R, e);
|
|
615
615
|
}
|
|
616
616
|
if (Z.call(r, "key")) {
|
|
617
|
-
var O = j(e),
|
|
617
|
+
var O = j(e), _ = Object.keys(r).filter(function(vr) {
|
|
618
618
|
return vr !== "key";
|
|
619
|
-
}), z =
|
|
619
|
+
}), z = _.length > 0 ? "{key: someKey, " + _.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
620
620
|
if (!je[O + z]) {
|
|
621
|
-
var dr =
|
|
621
|
+
var dr = _.length > 0 ? "{" + _.join(": ..., ") + ": ...}" : "{}";
|
|
622
622
|
E(`A props object containing a "key" prop is being spread into JSX:
|
|
623
623
|
let props = %s;
|
|
624
624
|
<%s {...props} />
|
|
@@ -661,18 +661,18 @@ function re() {
|
|
|
661
661
|
(o = arguments[v]) && (u = Oe(o)) && (f && (f += " "), f += u);
|
|
662
662
|
return f;
|
|
663
663
|
}
|
|
664
|
-
const
|
|
664
|
+
const _r = ({
|
|
665
665
|
colorTheme: o = "primary",
|
|
666
666
|
size: u = "medium",
|
|
667
667
|
styleType: v = "filled",
|
|
668
668
|
radius: f = "none",
|
|
669
669
|
className: y,
|
|
670
670
|
children: k,
|
|
671
|
-
...
|
|
671
|
+
...w
|
|
672
672
|
}) => /* @__PURE__ */ d.jsx(
|
|
673
673
|
"button",
|
|
674
674
|
{
|
|
675
|
-
...
|
|
675
|
+
...w,
|
|
676
676
|
className: re(
|
|
677
677
|
y,
|
|
678
678
|
"Button",
|
|
@@ -687,25 +687,25 @@ const br = ({
|
|
|
687
687
|
v === "outlined" && "Button--outlined",
|
|
688
688
|
f === "rounded" && "Button--rounded",
|
|
689
689
|
f === "moreRounded" && "Button--more-rounded",
|
|
690
|
-
|
|
690
|
+
w.disabled && "Button--disabled"
|
|
691
691
|
),
|
|
692
692
|
children: k
|
|
693
693
|
}
|
|
694
|
-
),
|
|
694
|
+
), br = ({
|
|
695
695
|
colorTheme: o = "primary",
|
|
696
696
|
size: u = "medium",
|
|
697
697
|
styleType: v = "filled",
|
|
698
698
|
radius: f = "none",
|
|
699
699
|
rel: y,
|
|
700
700
|
className: k,
|
|
701
|
-
children:
|
|
702
|
-
...
|
|
701
|
+
children: w,
|
|
702
|
+
...x
|
|
703
703
|
}) => {
|
|
704
704
|
let p = y;
|
|
705
|
-
return
|
|
705
|
+
return x.target === "_blank" && typeof p > "u" && (p = "noopener"), /* @__PURE__ */ d.jsx(
|
|
706
706
|
"a",
|
|
707
707
|
{
|
|
708
|
-
...
|
|
708
|
+
...x,
|
|
709
709
|
rel: p,
|
|
710
710
|
className: re(
|
|
711
711
|
k,
|
|
@@ -721,12 +721,12 @@ const br = ({
|
|
|
721
721
|
v === "outlined" && "ButtonLink--outlined",
|
|
722
722
|
f === "rounded" && "ButtonLink--rounded",
|
|
723
723
|
f === "moreRounded" && "ButtonLink--more-rounded",
|
|
724
|
-
|
|
724
|
+
x.disabled && "ButtonLink--disabled"
|
|
725
725
|
),
|
|
726
|
-
children:
|
|
726
|
+
children: w
|
|
727
727
|
}
|
|
728
728
|
);
|
|
729
|
-
}, pr = (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" })), Er = (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"
|
|
729
|
+
}, pr = (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" })), Er = (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" })), yr = ({ className: o, ...u }) => {
|
|
730
730
|
const v = (/* @__PURE__ */ new Date()).getFullYear();
|
|
731
731
|
return /* @__PURE__ */ d.jsxs("footer", { ...u, className: re(o, "Footer"), children: [
|
|
732
732
|
/* @__PURE__ */ d.jsxs("div", { className: "Footer__Head", children: [
|
|
@@ -735,6 +735,7 @@ const br = ({
|
|
|
735
735
|
] }),
|
|
736
736
|
/* @__PURE__ */ d.jsx("nav", { children: /* @__PURE__ */ d.jsxs("ul", { className: "Footer__NavList", children: [
|
|
737
737
|
/* @__PURE__ */ d.jsx("li", { className: "Footer__Item", children: /* @__PURE__ */ d.jsx("a", { href: "/", children: "ホーム" }) }),
|
|
738
|
+
/* @__PURE__ */ d.jsx("li", { className: "Footer__Item", children: /* @__PURE__ */ d.jsx("a", { href: "/vision", children: "私たちの思い" }) }),
|
|
738
739
|
/* @__PURE__ */ d.jsx("li", { className: "Footer__Item", children: /* @__PURE__ */ d.jsx("a", { href: "https://inialum.org/join", children: "入会する" }) })
|
|
739
740
|
] }) }),
|
|
740
741
|
/* @__PURE__ */ d.jsxs("div", { className: "Footer__Bottom", children: [
|
|
@@ -794,8 +795,8 @@ const br = ({
|
|
|
794
795
|
] });
|
|
795
796
|
};
|
|
796
797
|
export {
|
|
797
|
-
|
|
798
|
-
|
|
798
|
+
_r as Button,
|
|
799
|
+
br as ButtonLink,
|
|
799
800
|
yr as Footer
|
|
800
801
|
};
|
|
801
802
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inialum/memories-react",
|
|
3
|
-
"version": "0.1.2-canary.
|
|
3
|
+
"version": "0.1.2-canary.2",
|
|
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.12",
|
|
61
61
|
"vite-plugin-dts": "^3.9.1",
|
|
62
62
|
"vite-plugin-svgr": "^4.2.0",
|
|
63
|
-
"@inialum/memories-css": "0.1.2-canary.
|
|
63
|
+
"@inialum/memories-css": "0.1.2-canary.2"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@inialum/memories-css": ">= 0.0.1",
|