diff --git a/dist/index.d.ts b/dist/index.d.ts index 5e7e47c..deffc63 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -117,29 +117,29 @@ declare interface CollapseProps { /** * ! FOOTER MOLECULE COMPONENT * @name Footer - * @description Renders the Footer with an Items Array as an unordered list + * @description Renders the Footer with a Links Array as an unordered list * * @param {FooterProps} props * The Properties of the Footer * - * @param {Array} props.array - * The Items Array of the Footer + * @param {Array} props.links + * The Links of the Footer * * @returns {React.ReactElement} * The rendered Footer */ -export declare const Footer: ({ array }: FooterProps) => React.ReactElement; +export declare const Footer: ({ links }: FooterProps) => React.ReactElement; /** * ! FOOTER PROPS INTERFACE * @interface FooterProps * @description The Properties of the Footer * - * @property {Array} array - * The Items Array of the Footer + * @property {Array} links + * The Links Array of the Footer */ declare interface FooterProps { - array: Array; + links: Array; } /** @@ -449,29 +449,43 @@ declare interface ListProps { /** * ! NAVBAR MOLECULE COMPONENT * @name Navbar - * @description Renders the Navbar with an Items Array as an unordered list + * @description Renders the Navbar with a Brand, an Links Array as an unordered list & an Option * * @param {NavbarProps} props * The Properties of the Navbar * - * @param {Array} props.array - * The Items Array of the Navbar + * @param {ButtonProps} props.brand + * The Brand of the Navbar + * + * @param {Array} props.links + * The Links of the Navbar + * + * @param {ButtonProps} props.contact + * The Contact of the Navbar * * @returns {React.ReactElement} * The rendered Navbar */ -export declare const Navbar: ({ array }: NavbarProps) => React.ReactElement; +export declare const Navbar: ({ brand, links, contact }: NavbarProps) => React.ReactElement; /** * ! NAVBAR PROPS INTERFACE * @interface NavbarProps * @description The Properties of the Navbar * - * @property {Array} array - * The Items Array of the Navbar + * @property {ButtonProps} brand + * The Brand of the Navbar + * + * @property {Array} links + * The Links of the Navbar + * + * @property {ButtonProps} contact + * The Contact of the Navbar */ declare interface NavbarProps { - array: Array; + brand: ButtonProps; + links: Array; + contact: ButtonProps; } /** diff --git a/dist/index.es.js b/dist/index.es.js index 1f721ae..b920280 100644 --- a/dist/index.es.js +++ b/dist/index.es.js @@ -1,5 +1,5 @@ -import H, { useState as Se, useEffect as ke } from "react"; -var te = { exports: {} }, W = {}; +import K, { useState as Se, useEffect as Ce } from "react"; +var ne = { exports: {} }, W = {}; /** * @license React * react-jsx-runtime.production.min.js @@ -9,19 +9,19 @@ var te = { exports: {} }, W = {}; * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ -var Ce; +var Pe; function Er() { - if (Ce) return W; - Ce = 1; - var c = H, i = Symbol.for("react.element"), o = Symbol.for("react.fragment"), v = Object.prototype.hasOwnProperty, d = c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, g = { key: !0, ref: !0, __self: !0, __source: !0 }; - function j(R, m, O) { - var b, h = {}, S = null, Y = null; - O !== void 0 && (S = "" + O), m.key !== void 0 && (S = "" + m.key), m.ref !== void 0 && (Y = m.ref); + if (Pe) return W; + Pe = 1; + var l = K, o = Symbol.for("react.element"), i = Symbol.for("react.fragment"), v = Object.prototype.hasOwnProperty, d = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, g = { key: !0, ref: !0, __self: !0, __source: !0 }; + function j(x, m, k) { + var b, h = {}, O = null, Y = null; + k !== void 0 && (O = "" + k), m.key !== void 0 && (O = "" + m.key), m.ref !== void 0 && (Y = m.ref); for (b in m) v.call(m, b) && !g.hasOwnProperty(b) && (h[b] = m[b]); - if (R && R.defaultProps) for (b in m = R.defaultProps, m) h[b] === void 0 && (h[b] = m[b]); - return { $$typeof: i, type: R, key: S, ref: Y, props: h, _owner: d.current }; + if (x && x.defaultProps) for (b in m = x.defaultProps, m) h[b] === void 0 && (h[b] = m[b]); + return { $$typeof: o, type: x, key: O, ref: Y, props: h, _owner: d.current }; } - return W.Fragment = o, W.jsx = j, W.jsxs = j, W; + return W.Fragment = i, W.jsx = j, W.jsxs = j, W; } var L = {}; /** @@ -33,49 +33,49 @@ var L = {}; * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ -var Pe; -function Rr() { - return Pe || (Pe = 1, process.env.NODE_ENV !== "production" && function() { - var c = H, i = Symbol.for("react.element"), o = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), g = Symbol.for("react.profiler"), j = Symbol.for("react.provider"), R = Symbol.for("react.context"), m = Symbol.for("react.forward_ref"), O = Symbol.for("react.suspense"), b = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), Y = Symbol.for("react.offscreen"), ne = Symbol.iterator, Ne = "@@iterator"; +var Ae; +function xr() { + return Ae || (Ae = 1, process.env.NODE_ENV !== "production" && function() { + var l = K, o = Symbol.for("react.element"), i = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), g = Symbol.for("react.profiler"), j = Symbol.for("react.provider"), x = Symbol.for("react.context"), m = Symbol.for("react.forward_ref"), k = Symbol.for("react.suspense"), b = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), O = Symbol.for("react.lazy"), Y = Symbol.for("react.offscreen"), ae = Symbol.iterator, Ne = "@@iterator"; function We(e) { if (e === null || typeof e != "object") return null; - var r = ne && e[ne] || e[Ne]; + var r = ae && e[ae] || e[Ne]; return typeof r == "function" ? r : null; } - var P = c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; + var P = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; function E(e) { { - for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++) - t[n - 1] = arguments[n]; + for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), a = 1; a < r; a++) + t[a - 1] = arguments[a]; Le("error", e, t); } } function Le(e, r, t) { { - var n = P.ReactDebugCurrentFrame, l = n.getStackAddendum(); - l !== "" && (r += "%s", t = t.concat([l])); + var a = P.ReactDebugCurrentFrame, c = a.getStackAddendum(); + c !== "" && (r += "%s", t = t.concat([c])); var f = t.map(function(u) { return String(u); }); f.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, f); } } - var Ye = !1, Ve = !1, Me = !1, Ue = !1, Be = !1, ae; - ae = Symbol.for("react.module.reference"); + var Ye = !1, Ve = !1, Me = !1, Ue = !1, Be = !1, ie; + ie = Symbol.for("react.module.reference"); function He(e) { - return !!(typeof e == "string" || typeof e == "function" || e === v || e === g || Be || e === d || e === O || e === b || Ue || e === Y || Ye || Ve || Me || typeof e == "object" && e !== null && (e.$$typeof === S || e.$$typeof === h || e.$$typeof === j || e.$$typeof === R || e.$$typeof === m || // This needs to include all possible module reference object + return !!(typeof e == "string" || typeof e == "function" || e === v || e === g || Be || e === d || e === k || e === b || Ue || e === Y || Ye || Ve || Me || typeof e == "object" && e !== null && (e.$$typeof === O || e.$$typeof === h || e.$$typeof === j || e.$$typeof === x || e.$$typeof === m || // This needs to include all possible module reference object // types supported by any Flight configuration anywhere since // we don't know which Flight build this will end up being used // with. - e.$$typeof === ae || e.getModuleId !== void 0)); + e.$$typeof === ie || e.getModuleId !== void 0)); } function Ke(e, r, t) { - var n = e.displayName; - if (n) - return n; - var l = r.displayName || r.name || ""; - return l !== "" ? t + "(" + l + ")" : t; + var a = e.displayName; + if (a) + return a; + var c = r.displayName || r.name || ""; + return c !== "" ? t + "(" + c + ")" : t; } function oe(e) { return e.displayName || "Context"; @@ -90,20 +90,20 @@ function Rr() { switch (e) { case v: return "Fragment"; - case o: + case i: return "Portal"; case g: return "Profiler"; case d: return "StrictMode"; - case O: + case k: return "Suspense"; case b: return "SuspenseList"; } if (typeof e == "object") switch (e.$$typeof) { - case R: + case x: var r = e; return oe(r) + ".Consumer"; case j: @@ -112,10 +112,10 @@ function Rr() { case m: return Ke(e, e.render, "ForwardRef"); case h: - var n = e.displayName || null; - return n !== null ? n : w(e.type) || "Memo"; - case S: { - var l = e, f = l._payload, u = l._init; + var a = e.displayName || null; + return a !== null ? a : w(e.type) || "Memo"; + case O: { + var c = e, f = c._payload, u = c._init; try { return w(u(f)); } catch { @@ -125,18 +125,18 @@ function Rr() { } return null; } - var k = Object.assign, I = 0, ie, se, ue, le, ce, fe, de; - function ve() { + var S = Object.assign, I = 0, se, ue, le, ce, fe, de, ve; + function pe() { } - ve.__reactDisabledLog = !0; + pe.__reactDisabledLog = !0; function Je() { { if (I === 0) { - ie = console.log, se = console.info, ue = console.warn, le = console.error, ce = console.group, fe = console.groupCollapsed, de = console.groupEnd; + se = console.log, ue = console.info, le = console.warn, ce = console.error, fe = console.group, de = console.groupCollapsed, ve = console.groupEnd; var e = { configurable: !0, enumerable: !0, - value: ve, + value: pe, writable: !0 }; Object.defineProperties(console, { @@ -161,65 +161,65 @@ function Rr() { writable: !0 }; Object.defineProperties(console, { - log: k({}, e, { - value: ie - }), - info: k({}, e, { + log: S({}, e, { value: se }), - warn: k({}, e, { + info: S({}, e, { value: ue }), - error: k({}, e, { + warn: S({}, e, { value: le }), - group: k({}, e, { + error: S({}, e, { value: ce }), - groupCollapsed: k({}, e, { + group: S({}, e, { value: fe }), - groupEnd: k({}, e, { + groupCollapsed: S({}, e, { value: de + }), + groupEnd: S({}, e, { + value: ve }) }); } I < 0 && E("disabledDepth fell below zero. This is a bug in React. Please file an issue."); } } - var J = P.ReactCurrentDispatcher, q; + var q = P.ReactCurrentDispatcher, G; function V(e, r, t) { { - if (q === void 0) + if (G === void 0) try { throw Error(); - } catch (l) { - var n = l.stack.trim().match(/\n( *(at )?)/); - q = n && n[1] || ""; + } catch (c) { + var a = c.stack.trim().match(/\n( *(at )?)/); + G = a && a[1] || ""; } return ` -` + q + e; +` + G + e; } } - var G = !1, M; + var z = !1, M; { var Ge = typeof WeakMap == "function" ? WeakMap : Map; M = new Ge(); } - function pe(e, r) { - if (!e || G) + function ge(e, r) { + if (!e || z) return ""; { var t = M.get(e); if (t !== void 0) return t; } - var n; - G = !0; - var l = Error.prepareStackTrace; + var a; + z = !0; + var c = Error.prepareStackTrace; Error.prepareStackTrace = void 0; var f; - f = J.current, J.current = null, Je(); + f = q.current, q.current = null, Je(); try { if (r) { var u = function() { @@ -232,37 +232,37 @@ function Rr() { }), typeof Reflect == "object" && Reflect.construct) { try { Reflect.construct(u, []); - } catch (x) { - n = x; + } catch (_) { + a = _; } Reflect.construct(e, [], u); } else { try { u.call(); - } catch (x) { - n = x; + } catch (_) { + a = _; } e.call(u.prototype); } } else { try { throw Error(); - } catch (x) { - n = x; + } catch (_) { + a = _; } e(); } - } catch (x) { - if (x && n && typeof x.stack == "string") { - for (var s = x.stack.split(` -`), _ = n.stack.split(` -`), p = s.length - 1, y = _.length - 1; p >= 1 && y >= 0 && s[p] !== _[y]; ) + } catch (_) { + if (_ && a && typeof _.stack == "string") { + for (var s = _.stack.split(` +`), R = a.stack.split(` +`), p = s.length - 1, y = R.length - 1; p >= 1 && y >= 0 && s[p] !== R[y]; ) y--; for (; p >= 1 && y >= 0; p--, y--) - if (s[p] !== _[y]) { + if (s[p] !== R[y]) { if (p !== 1 || y !== 1) do - if (p--, y--, y < 0 || s[p] !== _[y]) { + if (p--, y--, y < 0 || s[p] !== R[y]) { var T = ` ` + s[p].replace(" at new ", " at "); return e.displayName && T.includes("") && (T = T.replace("", e.displayName)), typeof e == "function" && M.set(e, T), T; @@ -272,13 +272,13 @@ function Rr() { } } } finally { - G = !1, J.current = f, qe(), Error.prepareStackTrace = l; + z = !1, q.current = f, qe(), Error.prepareStackTrace = c; } var F = e ? e.displayName || e.name : "", C = F ? V(F) : ""; return typeof e == "function" && M.set(e, C), C; } function ze(e, r, t) { - return pe(e, !1); + return ge(e, !1); } function Xe(e) { var r = e.prototype; @@ -288,11 +288,11 @@ function Rr() { if (e == null) return ""; if (typeof e == "function") - return pe(e, Xe(e)); + return ge(e, Xe(e)); if (typeof e == "string") return V(e); switch (e) { - case O: + case k: return V("Suspense"); case b: return V("SuspenseList"); @@ -303,25 +303,25 @@ function Rr() { return ze(e.render); case h: return U(e.type, r, t); - case S: { - var n = e, l = n._payload, f = n._init; + case O: { + var a = e, c = a._payload, f = a._init; try { - return U(f(l), r, t); + return U(f(c), r, t); } catch { } } } return ""; } - var $ = Object.prototype.hasOwnProperty, ge = {}, he = P.ReactDebugCurrentFrame; + var $ = Object.prototype.hasOwnProperty, he = {}, ye = P.ReactDebugCurrentFrame; function B(e) { if (e) { var r = e._owner, t = U(e.type, e._source, r ? r.type : null); - he.setExtraStackFrame(t); + ye.setExtraStackFrame(t); } else - he.setExtraStackFrame(null); + ye.setExtraStackFrame(null); } - function Ze(e, r, t, n, l) { + function Ze(e, r, t, a, c) { { var f = Function.call.bind($); for (var u in e) @@ -329,19 +329,19 @@ function Rr() { var s = void 0; try { if (typeof e[u] != "function") { - var _ = Error((n || "React class") + ": " + t + " type `" + u + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[u] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); - throw _.name = "Invariant Violation", _; + var R = Error((a || "React class") + ": " + t + " type `" + u + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[u] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); + throw R.name = "Invariant Violation", R; } - s = e[u](r, u, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); + s = e[u](r, u, a, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); } catch (p) { s = p; } - s && !(s instanceof Error) && (B(l), 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).", n || "React class", t, u, typeof s), B(null)), s instanceof Error && !(s.message in ge) && (ge[s.message] = !0, B(l), E("Failed %s type: %s", t, s.message), B(null)); + s && !(s instanceof Error) && (B(c), 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, u, typeof s), B(null)), s instanceof Error && !(s.message in he) && (he[s.message] = !0, B(c), E("Failed %s type: %s", t, s.message), B(null)); } } } var Qe = Array.isArray; - function z(e) { + function X(e) { return Qe(e); } function er(e) { @@ -352,25 +352,25 @@ function Rr() { } function rr(e) { try { - return ye(e), !1; + return me(e), !1; } catch { return !0; } } - function ye(e) { + function me(e) { return "" + e; } - function me(e) { + function be(e) { if (rr(e)) - return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", er(e)), ye(e); + return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", er(e)), me(e); } var N = P.ReactCurrentOwner, tr = { key: !0, ref: !0, __self: !0, __source: !0 - }, be, Ee, X; - X = {}; + }, Ee, xe, Z; + Z = {}; function nr(e) { if ($.call(e, "ref")) { var r = Object.getOwnPropertyDescriptor(e, "ref").get; @@ -387,16 +387,16 @@ function Rr() { } return e.key !== void 0; } - function or(e, r) { + function ir(e, r) { if (typeof e.ref == "string" && N.current && r && N.current.stateNode !== r) { var t = w(N.current.type); - X[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', w(N.current.type), e.ref), X[t] = !0); + Z[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', w(N.current.type), e.ref), Z[t] = !0); } } - function ir(e, r) { + function or(e, r) { { var t = function() { - be || (be = !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)); + Ee || (Ee = !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)); }; t.isReactWarning = !0, Object.defineProperty(e, "key", { get: t, @@ -407,7 +407,7 @@ function Rr() { function sr(e, r) { { var t = function() { - 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)); + xe || (xe = !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)); }; t.isReactWarning = !0, Object.defineProperty(e, "ref", { get: t, @@ -415,10 +415,10 @@ function Rr() { }); } } - var ur = function(e, r, t, n, l, f, u) { + var ur = function(e, r, t, a, c, f, u) { var s = { // This tag allows us to uniquely identify this as a React Element - $$typeof: i, + $$typeof: o, // Built-in properties that belong on the element type: e, key: r, @@ -436,18 +436,18 @@ function Rr() { configurable: !1, enumerable: !1, writable: !1, - value: n + value: a }), Object.defineProperty(s, "_source", { configurable: !1, enumerable: !1, writable: !1, - value: l + value: c }), Object.freeze && (Object.freeze(s.props), Object.freeze(s)), s; }; - function lr(e, r, t, n, l) { + function lr(e, r, t, a, c) { { - var f, u = {}, s = null, _ = null; - t !== void 0 && (me(t), s = "" + t), ar(r) && (me(r.key), s = "" + r.key), nr(r) && (_ = r.ref, or(r, l)); + var f, u = {}, s = null, R = null; + t !== void 0 && (be(t), s = "" + t), ar(r) && (be(r.key), s = "" + r.key), nr(r) && (R = r.ref, ir(r, c)); for (f in r) $.call(r, f) && !tr.hasOwnProperty(f) && (u[f] = r[f]); if (e && e.defaultProps) { @@ -455,14 +455,14 @@ function Rr() { for (f in p) u[f] === void 0 && (u[f] = p[f]); } - if (s || _) { + if (s || R) { var y = typeof e == "function" ? e.displayName || e.name || "Unknown" : e; - s && ir(u, y), _ && sr(u, y); + s && or(u, y), R && sr(u, y); } - return ur(e, s, _, l, n, N.current, u); + return ur(e, s, R, c, a, N.current, u); } } - var Z = P.ReactCurrentOwner, Re = P.ReactDebugCurrentFrame; + var Q = P.ReactCurrentOwner, Re = P.ReactDebugCurrentFrame; function A(e) { if (e) { var r = e._owner, t = U(e.type, e._source, r ? r.type : null); @@ -470,15 +470,15 @@ function Rr() { } else Re.setExtraStackFrame(null); } - var Q; - Q = !1; - function ee(e) { - return typeof e == "object" && e !== null && e.$$typeof === i; + var ee; + ee = !1; + function re(e) { + return typeof e == "object" && e !== null && e.$$typeof === o; } function _e() { { - if (Z.current) { - var e = w(Z.current.type); + if (Q.current) { + var e = w(Q.current.type); if (e) return ` @@ -490,7 +490,7 @@ Check the render method of \`` + e + "`."; function cr(e) { return ""; } - var xe = {}; + var je = {}; function fr(e) { { var r = _e(); @@ -503,35 +503,35 @@ Check the top-level render call using <` + t + ">."); return r; } } - function je(e, r) { + function Te(e, r) { { if (!e._store || e._store.validated || e.key != null) return; e._store.validated = !0; var t = fr(r); - if (xe[t]) + if (je[t]) return; - xe[t] = !0; - var n = ""; - e && e._owner && e._owner !== Z.current && (n = " It was passed a child from " + w(e._owner.type) + "."), A(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, n), A(null); + je[t] = !0; + var a = ""; + e && e._owner && e._owner !== Q.current && (a = " It was passed a child from " + w(e._owner.type) + "."), A(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), A(null); } } - function Te(e, r) { + function we(e, r) { { if (typeof e != "object") return; - if (z(e)) + if (X(e)) for (var t = 0; t < e.length; t++) { - var n = e[t]; - ee(n) && je(n, r); + var a = e[t]; + re(a) && Te(a, r); } - else if (ee(e)) + else if (re(e)) e._store && (e._store.validated = !0); else if (e) { - var l = We(e); - if (typeof l == "function" && l !== e.entries) - for (var f = l.call(e), u; !(u = f.next()).done; ) - ee(u.value) && je(u.value, r); + var c = We(e); + if (typeof c == "function" && c !== e.entries) + for (var f = c.call(e), u; !(u = f.next()).done; ) + re(u.value) && Te(u.value, r); } } } @@ -550,12 +550,12 @@ Check the top-level render call using <` + t + ">."); else return; if (t) { - var n = w(r); - Ze(t, e.props, "prop", n, e); - } else if (r.PropTypes !== void 0 && !Q) { - Q = !0; - var l = w(r); - E("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", l || "Unknown"); + var a = w(r); + Ze(t, e.props, "prop", a, e); + } else if (r.PropTypes !== void 0 && !ee) { + ee = !0; + var c = w(r); + E("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", c || "Unknown"); } typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && E("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead."); } @@ -563,55 +563,55 @@ Check the top-level render call using <` + t + ">."); function vr(e) { { for (var r = Object.keys(e.props), t = 0; t < r.length; t++) { - var n = r[t]; - if (n !== "children" && n !== "key") { - A(e), E("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), A(null); + var a = r[t]; + if (a !== "children" && a !== "key") { + A(e), E("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", a), A(null); break; } } e.ref !== null && (A(e), E("Invalid attribute `ref` supplied to `React.Fragment`."), A(null)); } } - var we = {}; - function Oe(e, r, t, n, l, f) { + var ke = {}; + function Oe(e, r, t, a, c, f) { { var u = He(e); if (!u) { var s = ""; (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (s += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."); - var _ = cr(); - _ ? s += _ : s += _e(); + var R = cr(); + R ? s += R : s += _e(); var p; - e === null ? p = "null" : z(e) ? p = "array" : e !== void 0 && e.$$typeof === i ? (p = "<" + (w(e.type) || "Unknown") + " />", s = " Did you accidentally export a JSX literal instead of a component?") : p = 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", p, s); + e === null ? p = "null" : X(e) ? p = "array" : e !== void 0 && e.$$typeof === o ? (p = "<" + (w(e.type) || "Unknown") + " />", s = " Did you accidentally export a JSX literal instead of a component?") : p = 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", p, s); } - var y = lr(e, r, t, l, f); + var y = lr(e, r, t, c, f); if (y == null) return y; if (u) { var T = r.children; if (T !== void 0) - if (n) - if (z(T)) { + if (a) + if (X(T)) { for (var F = 0; F < T.length; F++) - Te(T[F], e); + we(T[F], e); Object.freeze && Object.freeze(T); } else 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."); else - Te(T, e); + we(T, e); } if ($.call(r, "key")) { - var C = w(e), x = Object.keys(r).filter(function(br) { + var C = w(e), _ = Object.keys(r).filter(function(br) { return br !== "key"; - }), re = x.length > 0 ? "{key: someKey, " + x.join(": ..., ") + ": ...}" : "{key: someKey}"; - if (!we[C + re]) { - var mr = x.length > 0 ? "{" + x.join(": ..., ") + ": ...}" : "{}"; + }), te = _.length > 0 ? "{key: someKey, " + _.join(": ..., ") + ": ...}" : "{key: someKey}"; + if (!ke[C + te]) { + var mr = _.length > 0 ? "{" + _.join(": ..., ") + ": ...}" : "{}"; E(`A props object containing a "key" prop is being spread into JSX: let props = %s; <%s {...props} /> React keys must be passed directly to JSX without using spread: let props = %s; - <%s key={someKey} {...props} />`, re, C, mr, C), we[C + re] = !0; + <%s key={someKey} {...props} />`, te, C, mr, C), ke[C + te] = !0; } } return e === v ? vr(y) : dr(y), y; @@ -627,149 +627,167 @@ React keys must be passed directly to JSX without using spread: L.Fragment = v, L.jsx = hr, L.jsxs = yr; }()), L; } -process.env.NODE_ENV === "production" ? te.exports = Er() : te.exports = Rr(); -var a = te.exports; -const Ae = ({ content: c, caption: i = "" }) => /* @__PURE__ */ a.jsxs("figure", { className: "card", children: [ - c, - i && /* @__PURE__ */ a.jsx("figcaption", { children: i }) -] }), xr = ({ title: c, content: i }) => /* @__PURE__ */ a.jsxs("details", { className: "collapse", children: [ - /* @__PURE__ */ a.jsx("summary", { children: c }), - /* @__PURE__ */ a.jsx("figure", { children: i }) -] }), D = ({ name: c, cat: i = "brands", option: o = "2x", isHidden: v = !0, event: d = void 0 }) => /* @__PURE__ */ a.jsx( +process.env.NODE_ENV === "production" ? ne.exports = Er() : ne.exports = xr(); +var n = ne.exports; +const Fe = ({ content: l, caption: o = "" }) => /* @__PURE__ */ n.jsxs("figure", { className: "card", children: [ + l, + o && /* @__PURE__ */ n.jsx("figcaption", { children: o }) +] }), _r = ({ title: l, content: o }) => /* @__PURE__ */ n.jsxs("details", { className: "collapse", children: [ + /* @__PURE__ */ n.jsx("summary", { children: l }), + /* @__PURE__ */ n.jsx("figure", { children: o }) +] }), D = ({ name: l, cat: o = "brands", option: i = "2x", isHidden: v = !0, event: d = void 0 }) => /* @__PURE__ */ n.jsx( "i", { - ...d ? { className: `fa-${i} fa-${c} fa-${o}` } : { className: `fa-${i} fa-${c} fa-${o} fa-fw` }, + ...d ? { className: `fa-${o} fa-${l} fa-${i}` } : { className: `fa-${o} fa-${l} fa-${i} fa-fw` }, "aria-hidden": v, ...d ? { onClick: (g) => d(g) } : {}, ...d ? { onKeyDown: (g) => d(g) } : {}, ...d ? { tabIndex: 0 } : {} } -), Fe = ({ url: c, alt: i, design: o = "image" }) => /* @__PURE__ */ a.jsx( +), De = ({ url: l, alt: o, design: i = "image" }) => /* @__PURE__ */ n.jsx( "img", { - src: c, - alt: i, - className: o, + src: l, + alt: o, + className: i, loading: "lazy" } -), Ie = ({ content: c, url: i, design: o = "link", label: v = "", title: d = "" }) => { - const g = i.startsWith("https"); - return /* @__PURE__ */ a.jsx( +), $e = ({ content: l, url: o, design: i = "link", label: v = "", title: d = "" }) => { + const g = o.startsWith("https"); + return /* @__PURE__ */ n.jsx( "a", { - href: i, - className: `${o}`, + href: o, + className: `${i}`, ...v ? { "aria-label": v } : {}, ...d ? { title: d } : {}, ...g ? { rel: "noopener noreferrer" } : {}, ...g ? { target: "_blank" } : {}, - children: c + children: l } ); -}, K = ({ array: c }) => /* @__PURE__ */ a.jsx("ul", { className: "list", children: c.map( - (i, o) => /* @__PURE__ */ a.jsx("li", { children: /* @__PURE__ */ a.jsx(a.Fragment, { children: i }) }, o) -) }), $e = ({ link: c, ico: i, txt: o }) => { - const { url: v, label: d } = c, { name: g, cat: j, option: R } = i; - return /* @__PURE__ */ a.jsx( - Ie, +}, J = ({ array: l }) => /* @__PURE__ */ n.jsx("ul", { className: "list", children: l.map( + (o, i) => /* @__PURE__ */ n.jsx("li", { children: /* @__PURE__ */ n.jsx(n.Fragment, { children: o }) }, i) +) }), H = ({ link: l, ico: o, txt: i }) => { + const { url: v, label: d } = l, { name: g, cat: j, option: x } = o; + return /* @__PURE__ */ n.jsx( + $e, { url: v, label: d, design: "link button", - content: /* @__PURE__ */ a.jsxs(a.Fragment, { children: [ - /* @__PURE__ */ a.jsx( + content: /* @__PURE__ */ n.jsxs(n.Fragment, { children: [ + /* @__PURE__ */ n.jsx( D, { name: g, cat: j, - option: R, + option: x, isHidden: !1, event: void 0 } ), - o && /* @__PURE__ */ a.jsx("b", { children: o }) + i && /* @__PURE__ */ n.jsx("b", { children: i }) ] }) } ); -}, jr = ({ array: c }) => /* @__PURE__ */ a.jsx("footer", { className: "footer", children: /* @__PURE__ */ a.jsx( - K, +}, jr = ({ links: l }) => /* @__PURE__ */ n.jsx("footer", { className: "footer", children: /* @__PURE__ */ n.jsx( + J, { - array: c.map( - (i) => /* @__PURE__ */ a.jsx( - $e, + array: l.map( + (o) => /* @__PURE__ */ n.jsx( + H, { - link: i.link, - ico: i.ico, + link: o.link, + ico: o.ico, txt: "" } ) ) } -) }), De = ({ txt: c, lvl: i = 4, sub: o = "", ico: v = void 0 }) => { - i = Number(i), (i < 1 || i > 3) && (i = 4); - const d = `h${i}`; - return /* @__PURE__ */ a.jsxs("hgroup", { className: "title", children: [ - v && /* @__PURE__ */ a.jsx("p", { children: H.createElement(D, v) }), - H.createElement(d, {}, c), - o && /* @__PURE__ */ a.jsx("p", { children: o }) +) }), Ie = ({ txt: l, lvl: o = 4, sub: i = "", ico: v = void 0 }) => { + o = Number(o), (o < 1 || o > 3) && (o = 4); + const d = `h${o}`; + return /* @__PURE__ */ n.jsxs("hgroup", { className: "title", children: [ + v && /* @__PURE__ */ n.jsx("p", { children: K.createElement(D, v) }), + K.createElement(d, {}, l), + i && /* @__PURE__ */ n.jsx("p", { children: i }) ] }); -}, Tr = ({ array: c }) => { - const i = (o, v) => { +}, Tr = ({ array: l }) => { + const o = (i, v) => { var g, j; const d = { - url: o.url, - title: o.detail ? o.detail : void 0, + url: i.url, + title: i.detail ? i.detail : void 0, design: "link", - content: /* @__PURE__ */ a.jsx( - Ae, + content: /* @__PURE__ */ n.jsx( + Fe, { - caption: o.caption && /* @__PURE__ */ a.jsx(De, { txt: o.caption.title }), - content: o.image && /* @__PURE__ */ a.jsx(Fe, { url: o.image.url, alt: o.image.alt }) + caption: i.caption && /* @__PURE__ */ n.jsx(Ie, { txt: i.caption.title }), + content: i.image && /* @__PURE__ */ n.jsx(De, { url: i.image.url, alt: i.image.alt }) } ) }; - return o.name ? (d.content = /* @__PURE__ */ a.jsx(a.Fragment, { children: o.name }), d.design = "btn") : o.caption && o.caption.technos && (d.content = /* @__PURE__ */ a.jsx( - Ae, + return i.name ? (d.content = /* @__PURE__ */ n.jsx(n.Fragment, { children: i.name }), d.design = "btn") : i.caption && i.caption.technos && (d.content = /* @__PURE__ */ n.jsx( + Fe, { - caption: /* @__PURE__ */ a.jsxs(a.Fragment, { children: [ - /* @__PURE__ */ a.jsx(De, { txt: o.caption.title }), - /* @__PURE__ */ a.jsx( - K, + caption: /* @__PURE__ */ n.jsxs(n.Fragment, { children: [ + /* @__PURE__ */ n.jsx(Ie, { txt: i.caption.title }), + /* @__PURE__ */ n.jsx( + J, { - array: o.caption.technos.map( - (R) => /* @__PURE__ */ a.jsx(D, { name: R, option: "lg", isHidden: !1 }) + array: i.caption.technos.map( + (x) => /* @__PURE__ */ n.jsx(D, { name: x, option: "lg", isHidden: !1 }) ) } ) ] }), - content: /* @__PURE__ */ a.jsx(Fe, { url: ((g = o.image) == null ? void 0 : g.url) ?? "", alt: ((j = o.image) == null ? void 0 : j.alt) ?? "" }) + content: /* @__PURE__ */ n.jsx(De, { url: ((g = i.image) == null ? void 0 : g.url) ?? "", alt: ((j = i.image) == null ? void 0 : j.alt) ?? "" }) } - )), /* @__PURE__ */ a.jsx(Ie, { ...d }, v); + )), /* @__PURE__ */ n.jsx($e, { ...d }, v); }; - return /* @__PURE__ */ a.jsx(K, { array: c.map(i) }); -}, wr = ({ array: c }) => /* @__PURE__ */ a.jsx("nav", { className: "navbar", children: /* @__PURE__ */ a.jsx( - K, - { - array: c.map( - (i) => /* @__PURE__ */ a.jsx( - $e, - { - link: i.link, - ico: i.ico, - txt: i.txt - } + return /* @__PURE__ */ n.jsx(J, { array: l.map(o) }); +}, wr = ({ brand: l, links: o, contact: i }) => /* @__PURE__ */ n.jsxs("nav", { className: "navbar", children: [ + /* @__PURE__ */ n.jsx( + H, + { + link: l.link, + ico: l.ico, + txt: "" + } + ), + /* @__PURE__ */ n.jsx( + J, + { + array: o.map( + (v) => /* @__PURE__ */ n.jsx( + H, + { + link: v.link, + ico: v.ico, + txt: v.txt + } + ) ) - ) - } -) }), Or = ({ array: c, timer: i = 5e3 }) => { - const o = c.length, [v, d] = Se(0), g = () => d((h) => (h + 1) % o), j = () => d((h) => (h - 1 + o) % o); + } + ), + /* @__PURE__ */ n.jsx( + H, + { + link: i.link, + ico: i.ico, + txt: "" + } + ) +] }), kr = ({ array: l, timer: o = 5e3 }) => { + const i = l.length, [v, d] = Se(0), g = () => d((h) => (h + 1) % i), j = () => d((h) => (h - 1 + i) % i); //! ********** AUTOPLAY ********** - let [R, m] = Se(i !== 0); - const O = () => m((h) => !h); - ke(() => { + let [x, m] = Se(o !== 0); + const k = () => m((h) => !h); + Ce(() => { let h; - return R && (h = setInterval(() => g(), i)), () => clearInterval(h); - }, [R, o]); + return x && (h = setInterval(() => g(), o)), () => clearInterval(h); + }, [x, i]); //! ********** KEYBOARD EVENTS ********** const b = (h) => { switch (h.key) { @@ -783,24 +801,24 @@ const Ae = ({ content: c, caption: i = "" }) => /* @__PURE__ */ a.jsxs("figure", case "A": case "p": case "P": - O(); + k(); break; } }; - ke(() => (document.addEventListener("keydown", b), () => { + Ce(() => (document.addEventListener("keydown", b), () => { document.removeEventListener("keydown", b); }), []); //! ********** RENDER ********** - return /* @__PURE__ */ a.jsxs( + return /* @__PURE__ */ n.jsxs( "figure", { className: "slider", role: "region", "aria-label": "slider", children: [ - c[v], - o > 1 && /* @__PURE__ */ a.jsxs("nav", { children: [ - /* @__PURE__ */ a.jsx( + l[v], + i > 1 && /* @__PURE__ */ n.jsxs("nav", { children: [ + /* @__PURE__ */ n.jsx( D, { name: "chevron-left", @@ -809,7 +827,7 @@ const Ae = ({ content: c, caption: i = "" }) => /* @__PURE__ */ a.jsxs("figure", event: j } ), - /* @__PURE__ */ a.jsx( + /* @__PURE__ */ n.jsx( D, { name: "chevron-right", @@ -818,33 +836,33 @@ const Ae = ({ content: c, caption: i = "" }) => /* @__PURE__ */ a.jsxs("figure", event: g } ), - /* @__PURE__ */ a.jsx( + /* @__PURE__ */ n.jsx( D, { - name: R ? "pause" : "play", + name: x ? "pause" : "play", cat: "solid", isHidden: !1, - event: O + event: k } ) ] }), - /* @__PURE__ */ a.jsx("progress", { value: (v + 1) / o }) + /* @__PURE__ */ n.jsx("progress", { value: (v + 1) / i }) ] } ); }; export { - $e as Button, - Ae as Card, - xr as Collapse, + H as Button, + Fe as Card, + _r as Collapse, jr as Footer, Tr as Gallery, D as Icon, - Fe as Image, - Ie as Link, - K as List, + De as Image, + $e as Link, + J as List, wr as Navbar, - Or as Slider, - De as Title + kr as Slider, + Ie as Title }; //# sourceMappingURL=index.es.js.map diff --git a/dist/index.es.js.map b/dist/index.es.js.map index 73119f7..3806666 100644 --- a/dist/index.es.js.map +++ b/dist/index.es.js.map @@ -1 +1 @@ -{"version":3,"file":"index.es.js","sources":["../node_modules/react/cjs/react-jsx-runtime.production.min.js","../node_modules/react/cjs/react-jsx-runtime.development.js","../node_modules/react/jsx-runtime.js","../lib/atoms/card/Card.tsx","../lib/atoms/collapse/Collapse.tsx","../lib/atoms/icon/Icon.tsx","../lib/atoms/image/Image.tsx","../lib/atoms/link/Link.tsx","../lib/atoms/list/List.tsx","../lib/molecules/button/Button.tsx","../lib/molecules/footer/Footer.tsx","../lib/molecules/title/Title.tsx","../lib/molecules/gallery/Gallery.tsx","../lib/molecules/navbar/Navbar.tsx","../lib/molecules/slider/Slider.tsx"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n","/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nvar React = require('react');\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\nvar MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n\n return null;\n}\n\nvar ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\nfunction error(format) {\n {\n {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n printWarning('error', format, args);\n }\n }\n}\n\nfunction printWarning(level, format, args) {\n // When changing this logic, you might want to also\n // update consoleWithStackDev.www.js as well.\n {\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n\n if (stack !== '') {\n format += '%s';\n args = args.concat([stack]);\n } // eslint-disable-next-line react-internal/safe-string-coercion\n\n\n var argsWithFormat = args.map(function (item) {\n return String(item);\n }); // Careful: RN currently depends on this prefix\n\n argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n // eslint-disable-next-line react-internal/no-production-logging\n\n Function.prototype.apply.call(console[level], console, argsWithFormat);\n }\n}\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber\n// stuff. Intended to enable React core members to more easily debug scheduling\n// issues in DEV builds.\n\nvar enableDebugTracing = false; // Track which Fiber(s) schedule render work.\n\nvar REACT_MODULE_REFERENCE;\n\n{\n REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');\n}\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object\n // types supported by any Flight configuration anywhere since\n // we don't know which Flight build this will end up being used\n // with.\n type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var displayName = outerType.displayName;\n\n if (displayName) {\n return displayName;\n }\n\n var functionName = innerType.displayName || innerType.name || '';\n return functionName !== '' ? wrapperName + \"(\" + functionName + \")\" : wrapperName;\n} // Keep in sync with react-reconciler/getComponentNameFromFiber\n\n\nfunction getContextName(type) {\n return type.displayName || 'Context';\n} // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead.\n\n\nfunction getComponentNameFromType(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n\n {\n if (typeof type.tag === 'number') {\n error('Received an unexpected object in getComponentNameFromType(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n\n if (typeof type === 'string') {\n return type;\n }\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return 'Fragment';\n\n case REACT_PORTAL_TYPE:\n return 'Portal';\n\n case REACT_PROFILER_TYPE:\n return 'Profiler';\n\n case REACT_STRICT_MODE_TYPE:\n return 'StrictMode';\n\n case REACT_SUSPENSE_TYPE:\n return 'Suspense';\n\n case REACT_SUSPENSE_LIST_TYPE:\n return 'SuspenseList';\n\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n var context = type;\n return getContextName(context) + '.Consumer';\n\n case REACT_PROVIDER_TYPE:\n var provider = type;\n return getContextName(provider._context) + '.Provider';\n\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n\n case REACT_MEMO_TYPE:\n var outerName = type.displayName || null;\n\n if (outerName !== null) {\n return outerName;\n }\n\n return getComponentNameFromType(type.type) || 'Memo';\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n return getComponentNameFromType(init(payload));\n } catch (x) {\n return null;\n }\n }\n\n // eslint-disable-next-line no-fallthrough\n }\n }\n\n return null;\n}\n\nvar assign = Object.assign;\n\n// Helpers to patch console.logs to avoid logging during side-effect free\n// replaying on render function. This currently only patches the object\n// lazily which won't cover if the log function was extracted eagerly.\n// We could also eagerly patch the method.\nvar disabledDepth = 0;\nvar prevLog;\nvar prevInfo;\nvar prevWarn;\nvar prevError;\nvar prevGroup;\nvar prevGroupCollapsed;\nvar prevGroupEnd;\n\nfunction disabledLog() {}\n\ndisabledLog.__reactDisabledLog = true;\nfunction disableLogs() {\n {\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099\n\n var props = {\n configurable: true,\n enumerable: true,\n value: disabledLog,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n disabledDepth++;\n }\n}\nfunction reenableLogs() {\n {\n disabledDepth--;\n\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n var props = {\n configurable: true,\n enumerable: true,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n log: assign({}, props, {\n value: prevLog\n }),\n info: assign({}, props, {\n value: prevInfo\n }),\n warn: assign({}, props, {\n value: prevWarn\n }),\n error: assign({}, props, {\n value: prevError\n }),\n group: assign({}, props, {\n value: prevGroup\n }),\n groupCollapsed: assign({}, props, {\n value: prevGroupCollapsed\n }),\n groupEnd: assign({}, props, {\n value: prevGroupEnd\n })\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n if (disabledDepth < 0) {\n error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');\n }\n }\n}\n\nvar ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;\nvar prefix;\nfunction describeBuiltInComponentFrame(name, source, ownerFn) {\n {\n if (prefix === undefined) {\n // Extract the VM specific prefix used by each line.\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = match && match[1] || '';\n }\n } // We use the prefix to ensure our stacks line up with native stack frames.\n\n\n return '\\n' + prefix + name;\n }\n}\nvar reentry = false;\nvar componentFrameCache;\n\n{\n var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;\n componentFrameCache = new PossiblyWeakMap();\n}\n\nfunction describeNativeComponentFrame(fn, construct) {\n // If something asked for a stack inside a fake render, it should get ignored.\n if ( !fn || reentry) {\n return '';\n }\n\n {\n var frame = componentFrameCache.get(fn);\n\n if (frame !== undefined) {\n return frame;\n }\n }\n\n var control;\n reentry = true;\n var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.\n\n Error.prepareStackTrace = undefined;\n var previousDispatcher;\n\n {\n previousDispatcher = ReactCurrentDispatcher.current; // Set the dispatcher in DEV because this might be call in the render function\n // for warnings.\n\n ReactCurrentDispatcher.current = null;\n disableLogs();\n }\n\n try {\n // This should throw.\n if (construct) {\n // Something should be setting the props in the constructor.\n var Fake = function () {\n throw Error();\n }; // $FlowFixMe\n\n\n Object.defineProperty(Fake.prototype, 'props', {\n set: function () {\n // We use a throwing setter instead of frozen or non-writable props\n // because that won't throw in a non-strict mode function.\n throw Error();\n }\n });\n\n if (typeof Reflect === 'object' && Reflect.construct) {\n // We construct a different control for this case to include any extra\n // frames added by the construct call.\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n control = x;\n }\n\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x) {\n control = x;\n }\n\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x) {\n control = x;\n }\n\n fn();\n }\n } catch (sample) {\n // This is inlined manually because closure doesn't do it for us.\n if (sample && control && typeof sample.stack === 'string') {\n // This extracts the first frame from the sample that isn't also in the control.\n // Skipping one frame that we assume is the frame that calls the two.\n var sampleLines = sample.stack.split('\\n');\n var controlLines = control.stack.split('\\n');\n var s = sampleLines.length - 1;\n var c = controlLines.length - 1;\n\n while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {\n // We expect at least one stack frame to be shared.\n // Typically this will be the root most one. However, stack frames may be\n // cut off due to maximum stack limits. In this case, one maybe cut off\n // earlier than the other. We assume that the sample is longer or the same\n // and there for cut off earlier. So we should find the root most frame in\n // the sample somewhere in the control.\n c--;\n }\n\n for (; s >= 1 && c >= 0; s--, c--) {\n // Next we find the first one that isn't the same which should be the\n // frame that called our sample function and the control.\n if (sampleLines[s] !== controlLines[c]) {\n // In V8, the first line is describing the message but other VMs don't.\n // If we're about to return the first line, and the control is also on the same\n // line, that's a pretty good indicator that our sample threw at same line as\n // the control. I.e. before we entered the sample frame. So we ignore this result.\n // This can happen if you passed a class to function component, or non-function.\n if (s !== 1 || c !== 1) {\n do {\n s--;\n c--; // We may still have similar intermediate frames from the construct call.\n // The next one that isn't the same should be our match though.\n\n if (c < 0 || sampleLines[s] !== controlLines[c]) {\n // V8 adds a \"new\" prefix for native classes. Let's remove it to make it prettier.\n var _frame = '\\n' + sampleLines[s].replace(' at new ', ' at '); // If our component frame is labeled \"\"\n // but we have a user-provided \"displayName\"\n // splice it in to make the stack more readable.\n\n\n if (fn.displayName && _frame.includes('')) {\n _frame = _frame.replace('', fn.displayName);\n }\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, _frame);\n }\n } // Return the line we found.\n\n\n return _frame;\n }\n } while (s >= 1 && c >= 0);\n }\n\n break;\n }\n }\n }\n } finally {\n reentry = false;\n\n {\n ReactCurrentDispatcher.current = previousDispatcher;\n reenableLogs();\n }\n\n Error.prepareStackTrace = previousPrepareStackTrace;\n } // Fallback to just using the name if we couldn't make it throw.\n\n\n var name = fn ? fn.displayName || fn.name : '';\n var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, syntheticFrame);\n }\n }\n\n return syntheticFrame;\n}\nfunction describeFunctionComponentFrame(fn, source, ownerFn) {\n {\n return describeNativeComponentFrame(fn, false);\n }\n}\n\nfunction shouldConstruct(Component) {\n var prototype = Component.prototype;\n return !!(prototype && prototype.isReactComponent);\n}\n\nfunction describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {\n\n if (type == null) {\n return '';\n }\n\n if (typeof type === 'function') {\n {\n return describeNativeComponentFrame(type, shouldConstruct(type));\n }\n }\n\n if (typeof type === 'string') {\n return describeBuiltInComponentFrame(type);\n }\n\n switch (type) {\n case REACT_SUSPENSE_TYPE:\n return describeBuiltInComponentFrame('Suspense');\n\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame('SuspenseList');\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return describeFunctionComponentFrame(type.render);\n\n case REACT_MEMO_TYPE:\n // Memo may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n // Lazy may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);\n } catch (x) {}\n }\n }\n }\n\n return '';\n}\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar loggedTypeFailures = {};\nvar ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame.setExtraStackFrame(null);\n }\n }\n}\n\nfunction checkPropTypes(typeSpecs, values, location, componentName, element) {\n {\n // $FlowFixMe This is okay but Flow doesn't know it.\n var has = Function.call.bind(hasOwnProperty);\n\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n // eslint-disable-next-line react-internal/prod-error-codes\n var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.');\n err.name = 'Invariant Violation';\n throw err;\n }\n\n error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED');\n } catch (ex) {\n error$1 = ex;\n }\n\n if (error$1 && !(error$1 instanceof Error)) {\n setCurrentlyValidatingElement(element);\n\n error('%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).', componentName || 'React class', location, typeSpecName, typeof error$1);\n\n setCurrentlyValidatingElement(null);\n }\n\n if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error$1.message] = true;\n setCurrentlyValidatingElement(element);\n\n error('Failed %s type: %s', location, error$1.message);\n\n setCurrentlyValidatingElement(null);\n }\n }\n }\n }\n}\n\nvar isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare\n\nfunction isArray(a) {\n return isArrayImpl(a);\n}\n\n/*\n * The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol\n * and Temporal.* types. See https://github.com/facebook/react/pull/22064.\n *\n * The functions in this module will throw an easier-to-understand,\n * easier-to-debug exception with a clear errors message message explaining the\n * problem. (Instead of a confusing exception thrown inside the implementation\n * of the `value` object).\n */\n// $FlowFixMe only called in DEV, so void return is not possible.\nfunction typeName(value) {\n {\n // toStringTag is needed for namespaced types like Temporal.Instant\n var hasToStringTag = typeof Symbol === 'function' && Symbol.toStringTag;\n var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || 'Object';\n return type;\n }\n} // $FlowFixMe only called in DEV, so void return is not possible.\n\n\nfunction willCoercionThrow(value) {\n {\n try {\n testStringCoercion(value);\n return false;\n } catch (e) {\n return true;\n }\n }\n}\n\nfunction testStringCoercion(value) {\n // If you ended up here by following an exception call stack, here's what's\n // happened: you supplied an object or symbol value to React (as a prop, key,\n // DOM attribute, CSS property, string ref, etc.) and when React tried to\n // coerce it to a string using `'' + value`, an exception was thrown.\n //\n // The most common types that will cause this exception are `Symbol` instances\n // and Temporal objects like `Temporal.Instant`. But any object that has a\n // `valueOf` or `[Symbol.toPrimitive]` method that throws will also cause this\n // exception. (Library authors do this to prevent users from using built-in\n // numeric operators like `+` or comparison operators like `>=` because custom\n // methods are needed to perform accurate arithmetic or comparison.)\n //\n // To fix the problem, coerce this object or symbol value to a string before\n // passing it to React. The most reliable way is usually `String(value)`.\n //\n // To find which value is throwing, check the browser or debugger console.\n // Before this exception was thrown, there should be `console.error` output\n // that shows the type (Symbol, Temporal.PlainDate, etc.) that caused the\n // problem and how that type was used: key, atrribute, input value prop, etc.\n // In most cases, this console output also shows the component and its\n // ancestor components where the exception happened.\n //\n // eslint-disable-next-line react-internal/safe-string-coercion\n return '' + value;\n}\nfunction checkKeyStringCoercion(value) {\n {\n if (willCoercionThrow(value)) {\n error('The provided key is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));\n\n return testStringCoercion(value); // throw (to help callers find troubleshooting comments)\n }\n }\n}\n\nvar ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;\nvar RESERVED_PROPS = {\n key: true,\n ref: true,\n __self: true,\n __source: true\n};\nvar specialPropKeyWarningShown;\nvar specialPropRefWarningShown;\nvar didWarnAboutStringRefs;\n\n{\n didWarnAboutStringRefs = {};\n}\n\nfunction hasValidRef(config) {\n {\n if (hasOwnProperty.call(config, 'ref')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.ref !== undefined;\n}\n\nfunction hasValidKey(config) {\n {\n if (hasOwnProperty.call(config, 'key')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'key').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.key !== undefined;\n}\n\nfunction warnIfStringRefCannotBeAutoConverted(config, self) {\n {\n if (typeof config.ref === 'string' && ReactCurrentOwner.current && self && ReactCurrentOwner.current.stateNode !== self) {\n var componentName = getComponentNameFromType(ReactCurrentOwner.current.type);\n\n if (!didWarnAboutStringRefs[componentName]) {\n error('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', getComponentNameFromType(ReactCurrentOwner.current.type), config.ref);\n\n didWarnAboutStringRefs[componentName] = true;\n }\n }\n }\n}\n\nfunction defineKeyPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingKey = function () {\n if (!specialPropKeyWarningShown) {\n specialPropKeyWarningShown = true;\n\n error('%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)', displayName);\n }\n };\n\n warnAboutAccessingKey.isReactWarning = true;\n Object.defineProperty(props, 'key', {\n get: warnAboutAccessingKey,\n configurable: true\n });\n }\n}\n\nfunction defineRefPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingRef = function () {\n if (!specialPropRefWarningShown) {\n specialPropRefWarningShown = true;\n\n error('%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)', displayName);\n }\n };\n\n warnAboutAccessingRef.isReactWarning = true;\n Object.defineProperty(props, 'ref', {\n get: warnAboutAccessingRef,\n configurable: true\n });\n }\n}\n/**\n * Factory method to create a new React element. This no longer adheres to\n * the class pattern, so do not use new to call it. Also, instanceof check\n * will not work. Instead test $$typeof field against Symbol.for('react.element') to check\n * if something is a React Element.\n *\n * @param {*} type\n * @param {*} props\n * @param {*} key\n * @param {string|object} ref\n * @param {*} owner\n * @param {*} self A *temporary* helper to detect places where `this` is\n * different from the `owner` when React.createElement is called, so that we\n * can warn. We want to get rid of owner and replace string `ref`s with arrow\n * functions, and as long as `this` and owner are the same, there will be no\n * change in behavior.\n * @param {*} source An annotation object (added by a transpiler or otherwise)\n * indicating filename, line number, and/or other information.\n * @internal\n */\n\n\nvar ReactElement = function (type, key, ref, self, source, owner, props) {\n var element = {\n // This tag allows us to uniquely identify this as a React Element\n $$typeof: REACT_ELEMENT_TYPE,\n // Built-in properties that belong on the element\n type: type,\n key: key,\n ref: ref,\n props: props,\n // Record the component responsible for creating this element.\n _owner: owner\n };\n\n {\n // The validation flag is currently mutative. We put it on\n // an external backing store so that we can freeze the whole object.\n // This can be replaced with a WeakMap once they are implemented in\n // commonly used development environments.\n element._store = {}; // To make comparing ReactElements easier for testing purposes, we make\n // the validation flag non-enumerable (where possible, which should\n // include every environment we run tests in), so the test framework\n // ignores it.\n\n Object.defineProperty(element._store, 'validated', {\n configurable: false,\n enumerable: false,\n writable: true,\n value: false\n }); // self and source are DEV only properties.\n\n Object.defineProperty(element, '_self', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: self\n }); // Two elements created in two different places should be considered\n // equal for testing purposes and therefore we hide it from enumeration.\n\n Object.defineProperty(element, '_source', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: source\n });\n\n if (Object.freeze) {\n Object.freeze(element.props);\n Object.freeze(element);\n }\n }\n\n return element;\n};\n/**\n * https://github.com/reactjs/rfcs/pull/107\n * @param {*} type\n * @param {object} props\n * @param {string} key\n */\n\nfunction jsxDEV(type, config, maybeKey, source, self) {\n {\n var propName; // Reserved names are extracted\n\n var props = {};\n var key = null;\n var ref = null; // Currently, key can be spread in as a prop. This causes a potential\n // issue if key is also explicitly declared (ie.
\n // or
). We want to deprecate key spread,\n // but as an intermediary step, we will use jsxDEV for everything except\n //
, because we aren't currently able to tell if\n // key is explicitly declared to be undefined or not.\n\n if (maybeKey !== undefined) {\n {\n checkKeyStringCoercion(maybeKey);\n }\n\n key = '' + maybeKey;\n }\n\n if (hasValidKey(config)) {\n {\n checkKeyStringCoercion(config.key);\n }\n\n key = '' + config.key;\n }\n\n if (hasValidRef(config)) {\n ref = config.ref;\n warnIfStringRefCannotBeAutoConverted(config, self);\n } // Remaining properties are added to a new props object\n\n\n for (propName in config) {\n if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n props[propName] = config[propName];\n }\n } // Resolve default props\n\n\n if (type && type.defaultProps) {\n var defaultProps = type.defaultProps;\n\n for (propName in defaultProps) {\n if (props[propName] === undefined) {\n props[propName] = defaultProps[propName];\n }\n }\n }\n\n if (key || ref) {\n var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;\n\n if (key) {\n defineKeyPropWarningGetter(props, displayName);\n }\n\n if (ref) {\n defineRefPropWarningGetter(props, displayName);\n }\n }\n\n return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);\n }\n}\n\nvar ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;\nvar ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement$1(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame$1.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame$1.setExtraStackFrame(null);\n }\n }\n}\n\nvar propTypesMisspellWarningShown;\n\n{\n propTypesMisspellWarningShown = false;\n}\n/**\n * Verifies the object is a ReactElement.\n * See https://reactjs.org/docs/react-api.html#isvalidelement\n * @param {?object} object\n * @return {boolean} True if `object` is a ReactElement.\n * @final\n */\n\n\nfunction isValidElement(object) {\n {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n }\n}\n\nfunction getDeclarationErrorAddendum() {\n {\n if (ReactCurrentOwner$1.current) {\n var name = getComponentNameFromType(ReactCurrentOwner$1.current.type);\n\n if (name) {\n return '\\n\\nCheck the render method of `' + name + '`.';\n }\n }\n\n return '';\n }\n}\n\nfunction getSourceInfoErrorAddendum(source) {\n {\n if (source !== undefined) {\n var fileName = source.fileName.replace(/^.*[\\\\\\/]/, '');\n var lineNumber = source.lineNumber;\n return '\\n\\nCheck your code at ' + fileName + ':' + lineNumber + '.';\n }\n\n return '';\n }\n}\n/**\n * Warn if there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\n\n\nvar ownerHasKeyUseWarning = {};\n\nfunction getCurrentComponentErrorInfo(parentType) {\n {\n var info = getDeclarationErrorAddendum();\n\n if (!info) {\n var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;\n\n if (parentName) {\n info = \"\\n\\nCheck the top-level render call using <\" + parentName + \">.\";\n }\n }\n\n return info;\n }\n}\n/**\n * Warn if the element doesn't have an explicit key assigned to it.\n * This element is in an array. The array could grow and shrink or be\n * reordered. All children that haven't already been validated are required to\n * have a \"key\" property assigned to it. Error statuses are cached so a warning\n * will only be shown once.\n *\n * @internal\n * @param {ReactElement} element Element that requires a key.\n * @param {*} parentType element's parent's type.\n */\n\n\nfunction validateExplicitKey(element, parentType) {\n {\n if (!element._store || element._store.validated || element.key != null) {\n return;\n }\n\n element._store.validated = true;\n var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n\n if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n return;\n }\n\n ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a\n // property, it may be the creator of the child that's responsible for\n // assigning it a key.\n\n var childOwner = '';\n\n if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) {\n // Give the component that originally created this child.\n childOwner = \" It was passed a child from \" + getComponentNameFromType(element._owner.type) + \".\";\n }\n\n setCurrentlyValidatingElement$1(element);\n\n error('Each child in a list should have a unique \"key\" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);\n\n setCurrentlyValidatingElement$1(null);\n }\n}\n/**\n * Ensure that every element either is passed in a static location, in an\n * array with an explicit keys property defined, or in an object literal\n * with valid key property.\n *\n * @internal\n * @param {ReactNode} node Statically passed child of any type.\n * @param {*} parentType node's parent's type.\n */\n\n\nfunction validateChildKeys(node, parentType) {\n {\n if (typeof node !== 'object') {\n return;\n }\n\n if (isArray(node)) {\n for (var i = 0; i < node.length; i++) {\n var child = node[i];\n\n if (isValidElement(child)) {\n validateExplicitKey(child, parentType);\n }\n }\n } else if (isValidElement(node)) {\n // This element was passed in a valid location.\n if (node._store) {\n node._store.validated = true;\n }\n } else if (node) {\n var iteratorFn = getIteratorFn(node);\n\n if (typeof iteratorFn === 'function') {\n // Entry iterators used to provide implicit keys,\n // but now we print a separate warning for them later.\n if (iteratorFn !== node.entries) {\n var iterator = iteratorFn.call(node);\n var step;\n\n while (!(step = iterator.next()).done) {\n if (isValidElement(step.value)) {\n validateExplicitKey(step.value, parentType);\n }\n }\n }\n }\n }\n }\n}\n/**\n * Given an element, validate that its props follow the propTypes definition,\n * provided by the type.\n *\n * @param {ReactElement} element\n */\n\n\nfunction validatePropTypes(element) {\n {\n var type = element.type;\n\n if (type === null || type === undefined || typeof type === 'string') {\n return;\n }\n\n var propTypes;\n\n if (typeof type === 'function') {\n propTypes = type.propTypes;\n } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.\n // Inner props are checked in the reconciler.\n type.$$typeof === REACT_MEMO_TYPE)) {\n propTypes = type.propTypes;\n } else {\n return;\n }\n\n if (propTypes) {\n // Intentionally inside to avoid triggering lazy initializers:\n var name = getComponentNameFromType(type);\n checkPropTypes(propTypes, element.props, 'prop', name, element);\n } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {\n propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers:\n\n var _name = getComponentNameFromType(type);\n\n error('Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', _name || 'Unknown');\n }\n\n if (typeof type.getDefaultProps === 'function' && !type.getDefaultProps.isReactClassApproved) {\n error('getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.');\n }\n }\n}\n/**\n * Given a fragment, validate that it can only be provided with fragment props\n * @param {ReactElement} fragment\n */\n\n\nfunction validateFragmentProps(fragment) {\n {\n var keys = Object.keys(fragment.props);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n\n if (key !== 'children' && key !== 'key') {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);\n\n setCurrentlyValidatingElement$1(null);\n break;\n }\n }\n\n if (fragment.ref !== null) {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid attribute `ref` supplied to `React.Fragment`.');\n\n setCurrentlyValidatingElement$1(null);\n }\n }\n}\n\nvar didWarnAboutKeySpread = {};\nfunction jsxWithValidation(type, props, key, isStaticChildren, source, self) {\n {\n var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to\n // succeed and there will likely be errors in render.\n\n if (!validType) {\n var info = '';\n\n if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and named imports.\";\n }\n\n var sourceInfo = getSourceInfoErrorAddendum(source);\n\n if (sourceInfo) {\n info += sourceInfo;\n } else {\n info += getDeclarationErrorAddendum();\n }\n\n var typeString;\n\n if (type === null) {\n typeString = 'null';\n } else if (isArray(type)) {\n typeString = 'array';\n } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {\n typeString = \"<\" + (getComponentNameFromType(type.type) || 'Unknown') + \" />\";\n info = ' Did you accidentally export a JSX literal instead of a component?';\n } else {\n typeString = typeof type;\n }\n\n error('React.jsx: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);\n }\n\n var element = jsxDEV(type, props, key, source, self); // The result can be nullish if a mock or a custom function is used.\n // TODO: Drop this when these are no longer allowed as the type argument.\n\n if (element == null) {\n return element;\n } // Skip key warning if the type isn't valid since our key validation logic\n // doesn't expect a non-string/function type and can throw confusing errors.\n // We don't want exception behavior to differ between dev and prod.\n // (Rendering will throw with a helpful message and as soon as the type is\n // fixed, the key warnings will appear.)\n\n\n if (validType) {\n var children = props.children;\n\n if (children !== undefined) {\n if (isStaticChildren) {\n if (isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n validateChildKeys(children[i], type);\n }\n\n if (Object.freeze) {\n Object.freeze(children);\n }\n } else {\n error('React.jsx: Static children should always be an array. ' + 'You are likely explicitly calling React.jsxs or React.jsxDEV. ' + 'Use the Babel transform instead.');\n }\n } else {\n validateChildKeys(children, type);\n }\n }\n }\n\n {\n if (hasOwnProperty.call(props, 'key')) {\n var componentName = getComponentNameFromType(type);\n var keys = Object.keys(props).filter(function (k) {\n return k !== 'key';\n });\n var beforeExample = keys.length > 0 ? '{key: someKey, ' + keys.join(': ..., ') + ': ...}' : '{key: someKey}';\n\n if (!didWarnAboutKeySpread[componentName + beforeExample]) {\n var afterExample = keys.length > 0 ? '{' + keys.join(': ..., ') + ': ...}' : '{}';\n\n error('A props object containing a \"key\" prop is being spread into JSX:\\n' + ' let props = %s;\\n' + ' <%s {...props} />\\n' + 'React keys must be passed directly to JSX without using spread:\\n' + ' let props = %s;\\n' + ' <%s key={someKey} {...props} />', beforeExample, componentName, afterExample, componentName);\n\n didWarnAboutKeySpread[componentName + beforeExample] = true;\n }\n }\n }\n\n if (type === REACT_FRAGMENT_TYPE) {\n validateFragmentProps(element);\n } else {\n validatePropTypes(element);\n }\n\n return element;\n }\n} // These two functions exist to still get child warnings in dev\n// even with the prod transform. This means that jsxDEV is purely\n// opt-in behavior for better messages but that we won't stop\n// giving you warnings if you use production apis.\n\nfunction jsxWithValidationStatic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, true);\n }\n}\nfunction jsxWithValidationDynamic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, false);\n }\n}\n\nvar jsx = jsxWithValidationDynamic ; // we may want to special case jsxs internally to take advantage of static children.\n// for now we can ship identical prod functions\n\nvar jsxs = jsxWithValidationStatic ;\n\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.jsx = jsx;\nexports.jsxs = jsxs;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","import { CardProps } from './CardProps'\nimport './card.scss'\n\n/**\n * ! CARD ATOM COMPONENT\n * @name Card\n * @description Renders the Card with a Content & an optional Caption\n *\n * @param {CardProps} props\n * The Properties of the Card\n *\n * @param {React.ReactElement|undefined} props.content\n * The Content of the Card\n *\n * @param {React.ReactElement|string} [props.caption=\"\"]\n * The optional Caption of the Card\n * @default \"\"\n *\n * @return {React.ReactElement}\n * The rendered Card\n */\nexport const Card =\n ({ content, caption = \"\" }: CardProps):\n React.ReactElement => {\n\n return (\n
\n {content}\n {caption &&
{caption}
}\n
\n )\n}\n","import { CollapseProps } from './CollapseProps'\nimport \"./collapse.scss\";\n\n/**\n * ! COLLAPSE ATOM COMPONENT\n * @name Collapse\n * @description Renders the Collapse with a Summary & a Content\n *\n * @param {CollapseProps} props\n * The Properties of the Collapse\n *\n * @param {React.ReactElement|string} props.title\n * The Title of the Collapse\n *\n * @param {React.ReactElement|string} props.content\n * The Content of the Collapse\n *\n * @return {React.ReactElement}\n * The rendered Collapse\n */\nexport const Collapse =\n ({ title, content }: CollapseProps):\n React.ReactElement => {\n\n return (\n
\n {title}\n
{content}
\n
\n )\n}\n","import { IconProps } from './IconProps'\nimport './icon.scss'\n\n/**\n * ! ICON ATOM COMPONENT\n * @name Icon\n * @description Renders the Icon with a Name, an optional Category,\n * an optional Option, an optional Visibility & an optional Event\n * If the event is defined, the onClick & onKeyDown events will be triggered\n * @see {@link https://fontawesome.com/v5/search?o=r&m=free}\n *\n * @param {IconProps} props\n * The Properties of the Icon\n *\n * @param {string} props.name\n * The Name of the Icon\n *\n * @param {string} [props.cat=\"brands\"]\n * The Category of the Icon\n * @default \"brands\"\n *\n * @param {string} [props.option=\"2x\"]\n * The Option of the Icon\n * @default \"2x\"\n *\n * @param {boolean} [props.isHidden=true]\n * The Visibility of the Icon\n * @default true\n *\n * @param {(React.MouseEvent|React.KeyboardEvent)|undefined} [props.event=undefined]\n * The Event of the Icon\n * @default undefined\n *\n * @return {React.ReactElement}\n * The rendered Icon\n */\nexport const Icon =\n ({ name, cat = \"brands\", option = \"2x\", isHidden = true, event = undefined }: IconProps):\n React.ReactElement => {\n\n return (\n event(e as React.MouseEvent) } : {})}\n {...(event ? { 'onKeyDown': (e) => event(e as React.KeyboardEvent) } : {})}\n {...(event ? { 'tabIndex': 0 } : {})}\n >\n )\n}\n","import { ImageProps } from './ImageProps'\nimport './image.scss'\n\n/**\n * ! IMAGE ATOM COMPONENT\n * @description Renders the Image with an URL & an Alternative Text\n *\n * @param {ImageProps} props\n * The Properties of the Image\n *\n * @param {string} props.url\n * The URL of the Image\n *\n * @param {string} props.alt\n * The Alternative Text of the Image\n *\n * @param {string} [props.design=\"image\"]\n * The Design Class of the Image\n *\n * @return {React.ReactElement}\n * The rendered Image\n */\nexport const Image =\n ({ url, alt, design = 'image' }: ImageProps):\n React.ReactElement => {\n\n return (\n \n )\n}\n","import { LinkProps } from './LinkProps'\nimport './link.scss'\n\n/**\n * ! LINK ATOM COMPONENT\n * @name Link\n * @description Renders the Link with a Content, an URL,\n * an optional Design class, an optional Aria Label & an optional Title\n * If the URL starts with \"https\", it will be rendered as an external Link\n * with target=\"_blank\" & rel=\"noopener noreferrer\"\n *\n * @param {LinkProps} props\n * The Properties of the Link\n *\n * @param {React.ReactElement|string} props.content\n * The Content of the Link\n *\n * @param {string} props.url\n * The URL of the Link\n *\n * @param {string} [props.design=\"link\"]\n * The Design Class of the Link\n * @default \"link\"\n *\n * @param {string} [props.label=\"\"]\n * The Aria Label of the Link\n * @default \"\"\n *\n * @param {string} [props.title=\"\"]\n * The Title of the Link\n * @default \"\"\n *\n * @return {React.ReactElement}\n * The rendered Link\n */\nexport const Link =\n ({ content, url, design=\"link\", label=\"\", title=\"\" }: LinkProps):\n React.ReactElement => {\n\n const isExternal = url.startsWith('https')\n\n return (\n \n {content}\n \n )\n}\n","import { ListProps } from \"./ListProps\"\nimport \"./list.scss\"\n\n/**\n * ! LIST ATOM COMPONENT\n * @name List\n * @description Renders the List with an Items Array as an unordered list\n *\n * @param {ListProps} props\n * The Properties of the List\n * \n * @param {React.ReactElement[]|string[]} props.array\n * The Array of items to render in the List\n *\n * @return {React.ReactElement}\n * The rendered List\n */\nexport const List =\n ({ array }: ListProps):\n React.ReactElement => {\n\n return (\n
    \n {array.map((item, index) => \n
  • \n <>{item}\n
  • \n )}\n
\n )\n}\n","import { ButtonProps } from './ButtonProps'\nimport { IconProps } from '../../atoms/icon/IconProps'\nimport { LinkProps } from '../../atoms/link/LinkProps'\nimport { Icon } from '../../atoms/icon/Icon'\nimport { Link } from '../../atoms/link/Link'\nimport './button.scss'\n\n/**\n * ! BUTTON MOLECULE COMPONENT\n * @name Button\n * @description Renders the Button that displays a Link with an Icon & a Text\n *\n * @param {ButtonProps} props\n * The Properties of the Button\n *\n * @param {LinkProps} props.link\n * The Link of the Button\n *\n * @param {string} props.ico\n * The Icon of the Button\n *\n * @param {string} props.txt\n * The Text of the Button\n *\n * @returns {React.ReactElement}\n * The rendered Button\n */\nexport const Button =\n ({ link, ico, txt }:\n ButtonProps): React.ReactElement => {\n\n const { url, label }: LinkProps = link\n const { name, cat, option }: IconProps = ico\n\n return (\n \n \n {txt && {txt}}\n \n }\n />\n )\n}\n","import { FooterProps } from './FooterProps'\nimport { Button } from '../button/Button'\nimport { List } from '../../atoms/list/List'\nimport './footer.scss'\n\n/**\n * ! FOOTER MOLECULE COMPONENT\n * @name Footer\n * @description Renders the Footer with an Items Array as an unordered list\n *\n * @param {FooterProps} props\n * The Properties of the Footer\n *\n * @param {Array} props.array\n * The Items Array of the Footer\n *\n * @returns {React.ReactElement}\n * The rendered Footer\n */\nexport const Footer =\n ({ array }: FooterProps):\n React.ReactElement => {\n\n return (\n
\n \n \n )}\n />\n
\n )\n}\n","import React from 'react'\nimport { TitleProps } from \"./TitleProps\"\nimport { Icon } from '../../atoms/icon/Icon'\nimport \"./title.scss\"\n\n/**\n * ! TITLE MOLECULE COMPONENT\n * @name Title\n * @description Renders the Title with a Main Text,\n * an optional Level, an optional Subtitle & an optional Icon\n *\n * @param {TitleProps} props\n * The Properties of the Title\n *\n * @param {string} props.txt\n * The Text of the Title\n *\n * @param {number} [props.lvl=4]\n * The Level of the Title\n * @default 4\n *\n * @param {string} [props.sub=\"\"]\n * The Subtitle of the Title\n * @default \"\"\n *\n * @param {IconProps|undefined} [props.ico=undefined]\n * The Icon of the Title\n * @default undefined\n *\n * @returns {React.ReactElement}\n * The rendered Title\n */\nexport const Title =\n ({ txt, lvl = 4, sub = \"\", ico = undefined }: TitleProps):\n React.ReactElement => {\n\n lvl = Number(lvl)\n if (lvl < 1 || lvl > 3) lvl = 4\n const Heading = `h${lvl}`\n\n return (\n
\n {ico &&

{React.createElement(Icon, ico)}

}\n {React.createElement(Heading, {}, txt)}\n {sub &&

{sub}

}\n
\n )\n}\n","import { GalleryItemProps } from './GalleryItemProps'\nimport { GalleryProps } from './GalleryProps'\nimport { Card } from '../../atoms/card/Card'\nimport { Icon } from '../../atoms/icon/Icon'\nimport { Image } from '../../atoms/image/Image'\nimport { List } from '../../atoms/list/List'\nimport { Link } from '../../atoms/link/Link'\nimport { Title } from '../title/Title'\nimport './gallery.scss'\n\n/**\n * ! GALLERY MOLECULE COMPONENT\n * @name Gallery\n * @description Renders the Gallery that displays\n * a list of links based on the provided array data\n *\n * @param {GalleryProps} props\n * The Properties of the Gallery\n * \n * @param {Array} props.array\n * The Items Array of the Gallery\n * \n * @param {string} props.array.url\n * The URL of the Item\n * \n * @param {string} props.array.name\n * The Name of the Item\n * \n * @param {string} props.array.detail\n * The Detail of the Item\n * \n * @param {Object} props.array.caption\n * The Caption of the Item\n * \n * @param {string} props.array.caption.title\n * The Title of the Item\n * \n * @param {Array} props.array.caption.technos\n * The Technologies of the Item Caption\n * \n * @param {Object} props.array.image\n * The Image of the Item\n *\n * @param {string} props.array.image.url\n * The URL of the Item Image\n *\n * @param {string} props.array.image.alt\n * The Alternative Text of the Item Image\n *\n * @return {React.ReactElement}\n * The rendered Links\n */\nexport const Gallery =\n ({ array }: GalleryProps):\n React.ReactElement => {\n\n const renderItem =\n (item: GalleryItemProps, index: number):\n React.ReactElement => {\n\n const itemProps = {\n url: item.url,\n title: item.detail ? item.detail : undefined,\n design: 'link',\n content: (\n }\n content={item.image && {item.image.alt}}\n />\n )\n };\n\n if (item.name) {\n itemProps.content = <>{item.name}\n itemProps.design = 'btn'\n\n } else if (item.caption && item.caption.technos) {\n itemProps.content = (\n \n \n <List\n array={item.caption.technos.map((techno) => \n <Icon name={techno} option=\"lg\" isHidden={false} />\n )}\n />\n </>\n }\n content={<Image url={item.image?.url ?? ''} alt={item.image?.alt ?? ''} />}\n />\n );\n }\n\n return <Link key={index} {...itemProps} />;\n };\n\n return <List array={array.map(renderItem)} />;\n}\n","import { NavbarProps } from './NavbarProps'\nimport { Button } from '../button/Button'\nimport { List } from '../../atoms/list/List'\nimport './navbar.scss'\n\n/**\n * ! NAVBAR MOLECULE COMPONENT\n * @name Navbar\n * @description Renders the Navbar with an Items Array as an unordered list\n * \n * @param {NavbarProps} props\n * The Properties of the Navbar\n *\n * @param {Array<ButtonProps>} props.array\n * The Items Array of the Navbar\n *\n * @returns {React.ReactElement<HTMLElement>}\n * The rendered Navbar\n */\nexport const Navbar =\n ({ array }: NavbarProps) :\n React.ReactElement<HTMLElement> => {\n\n return (\n <nav className=\"navbar\">\n <List\n array={array.map((item) =>\n <Button\n link={item.link}\n ico={item.ico}\n txt={item.txt}\n />\n )}\n />\n </nav>\n )\n}\n","import { useEffect, useState } from \"react\";\nimport { SliderProps } from \"./SliderProps\";\nimport { Icon } from \"../../atoms/icon/Icon\";\nimport \"./slider.scss\";\n\n/**\n * ! SLIDER MOLECULE COMPONENT\n * @name Slider\n * @description Renders the Slider that displays an Array of items &\n * allows the user to navigate through or to watch them in auto sequence\n *\n * @param {SliderProps} props\n * The Properties of the Slider\n * \n * @param {Array<React.ReactElement>} props.array\n * The Items Array of the Slider\n * \n * @param {number} props.timer\n * The Timer of the Slider\n * @default 5000\n *\n * @return {React.ReactElement<HTMLElement>}\n * The rendered Slider\n */\nexport const Slider =\n ({ array, timer = 5000 }: SliderProps) :\n React.ReactElement<HTMLElement> => {\n\n const LENGTH: number = array.length;\n\n const [i, setIndex]: [number, React.Dispatch<React.SetStateAction<number>>] = useState(0);\n const goNext: () => void = () => setIndex((i) => (i + 1) % LENGTH);\n const goPrevious: () => void = () => setIndex((i) => (i - 1 + LENGTH) % LENGTH);\n\n //! ********** AUTOPLAY **********\n\n let [isAuto, setAuto]: [boolean, React.Dispatch<React.SetStateAction<boolean>>] = useState(timer !== 0);\n const toggleAuto: () => void = () => setAuto((state) => !state);\n\n useEffect(() => {\n let interval: number;\n if (isAuto) interval = setInterval(() => goNext(), timer);\n\n return () => clearInterval(interval);\n }, [isAuto, LENGTH]);\n\n //! ********** KEYBOARD EVENTS **********\n\n const handleKeyDown: (event: KeyboardEvent) => void = (event: KeyboardEvent) => {\n switch (event.key) {\n case 'ArrowLeft':\n goPrevious();\n break;\n case 'ArrowRight':\n goNext();\n break;\n case 'a':\n case 'A':\n case 'p':\n case 'P':\n toggleAuto();\n break;\n default:\n break;\n }\n }\n\n useEffect(() => {\n document.addEventListener('keydown', handleKeyDown);\n\n return () => {\n document.removeEventListener('keydown', handleKeyDown);\n };\n }, []);\n\n //! ********** RENDER **********\n\n return (\n <figure\n className=\"slider\"\n role=\"region\"\n aria-label=\"slider\"\n >\n {array[i]}\n\n {LENGTH > 1 && (\n <nav>\n <Icon\n name=\"chevron-left\"\n cat=\"solid\"\n isHidden={false}\n event={goPrevious}\n />\n\n <Icon\n name=\"chevron-right\"\n cat=\"solid\"\n isHidden={false}\n event={goNext}\n />\n\n <Icon\n name={isAuto ? 'pause' : 'play'}\n cat=\"solid\"\n isHidden={false}\n event={toggleAuto}\n />\n </nav>\n )}\n\n <progress value={(i + 1) / LENGTH}></progress>\n </figure>\n )\n}\n"],"names":["f","require$$0","k","l","m","n","p","q","c","a","g","d","e","h","reactJsxRuntime_production_min","React","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_OFFSCREEN_TYPE","MAYBE_ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","getIteratorFn","maybeIterable","maybeIterator","ReactSharedInternals","error","format","_len2","args","_key2","printWarning","level","ReactDebugCurrentFrame","stack","argsWithFormat","item","enableScopeAPI","enableCacheElement","enableTransitionTracing","enableLegacyHidden","enableDebugTracing","REACT_MODULE_REFERENCE","isValidElementType","type","getWrappedName","outerType","innerType","wrapperName","displayName","functionName","getContextName","getComponentNameFromType","context","provider","outerName","lazyComponent","payload","init","assign","disabledDepth","prevLog","prevInfo","prevWarn","prevError","prevGroup","prevGroupCollapsed","prevGroupEnd","disabledLog","disableLogs","props","reenableLogs","ReactCurrentDispatcher","prefix","describeBuiltInComponentFrame","name","source","ownerFn","x","match","reentry","componentFrameCache","PossiblyWeakMap","describeNativeComponentFrame","fn","construct","frame","control","previousPrepareStackTrace","previousDispatcher","Fake","sample","sampleLines","controlLines","s","_frame","syntheticFrame","describeFunctionComponentFrame","shouldConstruct","Component","prototype","describeUnknownElementTypeFrameInDEV","hasOwnProperty","loggedTypeFailures","setCurrentlyValidatingElement","element","owner","checkPropTypes","typeSpecs","values","location","componentName","has","typeSpecName","error$1","err","ex","isArrayImpl","isArray","typeName","value","hasToStringTag","willCoercionThrow","testStringCoercion","checkKeyStringCoercion","ReactCurrentOwner","RESERVED_PROPS","specialPropKeyWarningShown","specialPropRefWarningShown","didWarnAboutStringRefs","hasValidRef","config","getter","hasValidKey","warnIfStringRefCannotBeAutoConverted","self","defineKeyPropWarningGetter","warnAboutAccessingKey","defineRefPropWarningGetter","warnAboutAccessingRef","ReactElement","key","ref","jsxDEV","maybeKey","propName","defaultProps","ReactCurrentOwner$1","ReactDebugCurrentFrame$1","setCurrentlyValidatingElement$1","propTypesMisspellWarningShown","isValidElement","object","getDeclarationErrorAddendum","getSourceInfoErrorAddendum","ownerHasKeyUseWarning","getCurrentComponentErrorInfo","parentType","info","parentName","validateExplicitKey","currentComponentErrorInfo","childOwner","validateChildKeys","node","i","child","iteratorFn","iterator","step","validatePropTypes","propTypes","_name","validateFragmentProps","fragment","keys","didWarnAboutKeySpread","jsxWithValidation","isStaticChildren","validType","sourceInfo","typeString","children","beforeExample","afterExample","jsxWithValidationStatic","jsxWithValidationDynamic","jsx","jsxs","reactJsxRuntime_development","jsxRuntimeModule","require$$1","Card","content","caption","Collapse","title","Icon","cat","option","isHidden","event","Image","url","alt","design","Link","label","isExternal","List","array","index","Fragment","Button","link","ico","txt","Footer","Title","lvl","sub","Heading","Gallery","renderItem","itemProps","techno","_a","_b","Navbar","Slider","timer","LENGTH","setIndex","useState","goNext","goPrevious","isAuto","setAuto","toggleAuto","state","useEffect","interval","handleKeyDown"],"mappings":"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","x_google_ignoreList":[0,1,2]} \ No newline at end of file +{"version":3,"file":"index.es.js","sources":["../node_modules/react/cjs/react-jsx-runtime.production.min.js","../node_modules/react/cjs/react-jsx-runtime.development.js","../node_modules/react/jsx-runtime.js","../lib/atoms/card/Card.tsx","../lib/atoms/collapse/Collapse.tsx","../lib/atoms/icon/Icon.tsx","../lib/atoms/image/Image.tsx","../lib/atoms/link/Link.tsx","../lib/atoms/list/List.tsx","../lib/molecules/button/Button.tsx","../lib/molecules/footer/Footer.tsx","../lib/molecules/title/Title.tsx","../lib/molecules/gallery/Gallery.tsx","../lib/molecules/navbar/Navbar.tsx","../lib/molecules/slider/Slider.tsx"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n","/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nvar React = require('react');\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\nvar MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n\n return null;\n}\n\nvar ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\nfunction error(format) {\n {\n {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n printWarning('error', format, args);\n }\n }\n}\n\nfunction printWarning(level, format, args) {\n // When changing this logic, you might want to also\n // update consoleWithStackDev.www.js as well.\n {\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n\n if (stack !== '') {\n format += '%s';\n args = args.concat([stack]);\n } // eslint-disable-next-line react-internal/safe-string-coercion\n\n\n var argsWithFormat = args.map(function (item) {\n return String(item);\n }); // Careful: RN currently depends on this prefix\n\n argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n // eslint-disable-next-line react-internal/no-production-logging\n\n Function.prototype.apply.call(console[level], console, argsWithFormat);\n }\n}\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber\n// stuff. Intended to enable React core members to more easily debug scheduling\n// issues in DEV builds.\n\nvar enableDebugTracing = false; // Track which Fiber(s) schedule render work.\n\nvar REACT_MODULE_REFERENCE;\n\n{\n REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');\n}\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object\n // types supported by any Flight configuration anywhere since\n // we don't know which Flight build this will end up being used\n // with.\n type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var displayName = outerType.displayName;\n\n if (displayName) {\n return displayName;\n }\n\n var functionName = innerType.displayName || innerType.name || '';\n return functionName !== '' ? wrapperName + \"(\" + functionName + \")\" : wrapperName;\n} // Keep in sync with react-reconciler/getComponentNameFromFiber\n\n\nfunction getContextName(type) {\n return type.displayName || 'Context';\n} // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead.\n\n\nfunction getComponentNameFromType(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n\n {\n if (typeof type.tag === 'number') {\n error('Received an unexpected object in getComponentNameFromType(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n\n if (typeof type === 'string') {\n return type;\n }\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return 'Fragment';\n\n case REACT_PORTAL_TYPE:\n return 'Portal';\n\n case REACT_PROFILER_TYPE:\n return 'Profiler';\n\n case REACT_STRICT_MODE_TYPE:\n return 'StrictMode';\n\n case REACT_SUSPENSE_TYPE:\n return 'Suspense';\n\n case REACT_SUSPENSE_LIST_TYPE:\n return 'SuspenseList';\n\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n var context = type;\n return getContextName(context) + '.Consumer';\n\n case REACT_PROVIDER_TYPE:\n var provider = type;\n return getContextName(provider._context) + '.Provider';\n\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n\n case REACT_MEMO_TYPE:\n var outerName = type.displayName || null;\n\n if (outerName !== null) {\n return outerName;\n }\n\n return getComponentNameFromType(type.type) || 'Memo';\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n return getComponentNameFromType(init(payload));\n } catch (x) {\n return null;\n }\n }\n\n // eslint-disable-next-line no-fallthrough\n }\n }\n\n return null;\n}\n\nvar assign = Object.assign;\n\n// Helpers to patch console.logs to avoid logging during side-effect free\n// replaying on render function. This currently only patches the object\n// lazily which won't cover if the log function was extracted eagerly.\n// We could also eagerly patch the method.\nvar disabledDepth = 0;\nvar prevLog;\nvar prevInfo;\nvar prevWarn;\nvar prevError;\nvar prevGroup;\nvar prevGroupCollapsed;\nvar prevGroupEnd;\n\nfunction disabledLog() {}\n\ndisabledLog.__reactDisabledLog = true;\nfunction disableLogs() {\n {\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099\n\n var props = {\n configurable: true,\n enumerable: true,\n value: disabledLog,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n disabledDepth++;\n }\n}\nfunction reenableLogs() {\n {\n disabledDepth--;\n\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n var props = {\n configurable: true,\n enumerable: true,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n log: assign({}, props, {\n value: prevLog\n }),\n info: assign({}, props, {\n value: prevInfo\n }),\n warn: assign({}, props, {\n value: prevWarn\n }),\n error: assign({}, props, {\n value: prevError\n }),\n group: assign({}, props, {\n value: prevGroup\n }),\n groupCollapsed: assign({}, props, {\n value: prevGroupCollapsed\n }),\n groupEnd: assign({}, props, {\n value: prevGroupEnd\n })\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n if (disabledDepth < 0) {\n error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');\n }\n }\n}\n\nvar ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;\nvar prefix;\nfunction describeBuiltInComponentFrame(name, source, ownerFn) {\n {\n if (prefix === undefined) {\n // Extract the VM specific prefix used by each line.\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = match && match[1] || '';\n }\n } // We use the prefix to ensure our stacks line up with native stack frames.\n\n\n return '\\n' + prefix + name;\n }\n}\nvar reentry = false;\nvar componentFrameCache;\n\n{\n var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;\n componentFrameCache = new PossiblyWeakMap();\n}\n\nfunction describeNativeComponentFrame(fn, construct) {\n // If something asked for a stack inside a fake render, it should get ignored.\n if ( !fn || reentry) {\n return '';\n }\n\n {\n var frame = componentFrameCache.get(fn);\n\n if (frame !== undefined) {\n return frame;\n }\n }\n\n var control;\n reentry = true;\n var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.\n\n Error.prepareStackTrace = undefined;\n var previousDispatcher;\n\n {\n previousDispatcher = ReactCurrentDispatcher.current; // Set the dispatcher in DEV because this might be call in the render function\n // for warnings.\n\n ReactCurrentDispatcher.current = null;\n disableLogs();\n }\n\n try {\n // This should throw.\n if (construct) {\n // Something should be setting the props in the constructor.\n var Fake = function () {\n throw Error();\n }; // $FlowFixMe\n\n\n Object.defineProperty(Fake.prototype, 'props', {\n set: function () {\n // We use a throwing setter instead of frozen or non-writable props\n // because that won't throw in a non-strict mode function.\n throw Error();\n }\n });\n\n if (typeof Reflect === 'object' && Reflect.construct) {\n // We construct a different control for this case to include any extra\n // frames added by the construct call.\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n control = x;\n }\n\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x) {\n control = x;\n }\n\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x) {\n control = x;\n }\n\n fn();\n }\n } catch (sample) {\n // This is inlined manually because closure doesn't do it for us.\n if (sample && control && typeof sample.stack === 'string') {\n // This extracts the first frame from the sample that isn't also in the control.\n // Skipping one frame that we assume is the frame that calls the two.\n var sampleLines = sample.stack.split('\\n');\n var controlLines = control.stack.split('\\n');\n var s = sampleLines.length - 1;\n var c = controlLines.length - 1;\n\n while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {\n // We expect at least one stack frame to be shared.\n // Typically this will be the root most one. However, stack frames may be\n // cut off due to maximum stack limits. In this case, one maybe cut off\n // earlier than the other. We assume that the sample is longer or the same\n // and there for cut off earlier. So we should find the root most frame in\n // the sample somewhere in the control.\n c--;\n }\n\n for (; s >= 1 && c >= 0; s--, c--) {\n // Next we find the first one that isn't the same which should be the\n // frame that called our sample function and the control.\n if (sampleLines[s] !== controlLines[c]) {\n // In V8, the first line is describing the message but other VMs don't.\n // If we're about to return the first line, and the control is also on the same\n // line, that's a pretty good indicator that our sample threw at same line as\n // the control. I.e. before we entered the sample frame. So we ignore this result.\n // This can happen if you passed a class to function component, or non-function.\n if (s !== 1 || c !== 1) {\n do {\n s--;\n c--; // We may still have similar intermediate frames from the construct call.\n // The next one that isn't the same should be our match though.\n\n if (c < 0 || sampleLines[s] !== controlLines[c]) {\n // V8 adds a \"new\" prefix for native classes. Let's remove it to make it prettier.\n var _frame = '\\n' + sampleLines[s].replace(' at new ', ' at '); // If our component frame is labeled \"<anonymous>\"\n // but we have a user-provided \"displayName\"\n // splice it in to make the stack more readable.\n\n\n if (fn.displayName && _frame.includes('<anonymous>')) {\n _frame = _frame.replace('<anonymous>', fn.displayName);\n }\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, _frame);\n }\n } // Return the line we found.\n\n\n return _frame;\n }\n } while (s >= 1 && c >= 0);\n }\n\n break;\n }\n }\n }\n } finally {\n reentry = false;\n\n {\n ReactCurrentDispatcher.current = previousDispatcher;\n reenableLogs();\n }\n\n Error.prepareStackTrace = previousPrepareStackTrace;\n } // Fallback to just using the name if we couldn't make it throw.\n\n\n var name = fn ? fn.displayName || fn.name : '';\n var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, syntheticFrame);\n }\n }\n\n return syntheticFrame;\n}\nfunction describeFunctionComponentFrame(fn, source, ownerFn) {\n {\n return describeNativeComponentFrame(fn, false);\n }\n}\n\nfunction shouldConstruct(Component) {\n var prototype = Component.prototype;\n return !!(prototype && prototype.isReactComponent);\n}\n\nfunction describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {\n\n if (type == null) {\n return '';\n }\n\n if (typeof type === 'function') {\n {\n return describeNativeComponentFrame(type, shouldConstruct(type));\n }\n }\n\n if (typeof type === 'string') {\n return describeBuiltInComponentFrame(type);\n }\n\n switch (type) {\n case REACT_SUSPENSE_TYPE:\n return describeBuiltInComponentFrame('Suspense');\n\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame('SuspenseList');\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return describeFunctionComponentFrame(type.render);\n\n case REACT_MEMO_TYPE:\n // Memo may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n // Lazy may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);\n } catch (x) {}\n }\n }\n }\n\n return '';\n}\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar loggedTypeFailures = {};\nvar ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame.setExtraStackFrame(null);\n }\n }\n}\n\nfunction checkPropTypes(typeSpecs, values, location, componentName, element) {\n {\n // $FlowFixMe This is okay but Flow doesn't know it.\n var has = Function.call.bind(hasOwnProperty);\n\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n // eslint-disable-next-line react-internal/prod-error-codes\n var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.');\n err.name = 'Invariant Violation';\n throw err;\n }\n\n error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED');\n } catch (ex) {\n error$1 = ex;\n }\n\n if (error$1 && !(error$1 instanceof Error)) {\n setCurrentlyValidatingElement(element);\n\n error('%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).', componentName || 'React class', location, typeSpecName, typeof error$1);\n\n setCurrentlyValidatingElement(null);\n }\n\n if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error$1.message] = true;\n setCurrentlyValidatingElement(element);\n\n error('Failed %s type: %s', location, error$1.message);\n\n setCurrentlyValidatingElement(null);\n }\n }\n }\n }\n}\n\nvar isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare\n\nfunction isArray(a) {\n return isArrayImpl(a);\n}\n\n/*\n * The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol\n * and Temporal.* types. See https://github.com/facebook/react/pull/22064.\n *\n * The functions in this module will throw an easier-to-understand,\n * easier-to-debug exception with a clear errors message message explaining the\n * problem. (Instead of a confusing exception thrown inside the implementation\n * of the `value` object).\n */\n// $FlowFixMe only called in DEV, so void return is not possible.\nfunction typeName(value) {\n {\n // toStringTag is needed for namespaced types like Temporal.Instant\n var hasToStringTag = typeof Symbol === 'function' && Symbol.toStringTag;\n var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || 'Object';\n return type;\n }\n} // $FlowFixMe only called in DEV, so void return is not possible.\n\n\nfunction willCoercionThrow(value) {\n {\n try {\n testStringCoercion(value);\n return false;\n } catch (e) {\n return true;\n }\n }\n}\n\nfunction testStringCoercion(value) {\n // If you ended up here by following an exception call stack, here's what's\n // happened: you supplied an object or symbol value to React (as a prop, key,\n // DOM attribute, CSS property, string ref, etc.) and when React tried to\n // coerce it to a string using `'' + value`, an exception was thrown.\n //\n // The most common types that will cause this exception are `Symbol` instances\n // and Temporal objects like `Temporal.Instant`. But any object that has a\n // `valueOf` or `[Symbol.toPrimitive]` method that throws will also cause this\n // exception. (Library authors do this to prevent users from using built-in\n // numeric operators like `+` or comparison operators like `>=` because custom\n // methods are needed to perform accurate arithmetic or comparison.)\n //\n // To fix the problem, coerce this object or symbol value to a string before\n // passing it to React. The most reliable way is usually `String(value)`.\n //\n // To find which value is throwing, check the browser or debugger console.\n // Before this exception was thrown, there should be `console.error` output\n // that shows the type (Symbol, Temporal.PlainDate, etc.) that caused the\n // problem and how that type was used: key, atrribute, input value prop, etc.\n // In most cases, this console output also shows the component and its\n // ancestor components where the exception happened.\n //\n // eslint-disable-next-line react-internal/safe-string-coercion\n return '' + value;\n}\nfunction checkKeyStringCoercion(value) {\n {\n if (willCoercionThrow(value)) {\n error('The provided key is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));\n\n return testStringCoercion(value); // throw (to help callers find troubleshooting comments)\n }\n }\n}\n\nvar ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;\nvar RESERVED_PROPS = {\n key: true,\n ref: true,\n __self: true,\n __source: true\n};\nvar specialPropKeyWarningShown;\nvar specialPropRefWarningShown;\nvar didWarnAboutStringRefs;\n\n{\n didWarnAboutStringRefs = {};\n}\n\nfunction hasValidRef(config) {\n {\n if (hasOwnProperty.call(config, 'ref')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.ref !== undefined;\n}\n\nfunction hasValidKey(config) {\n {\n if (hasOwnProperty.call(config, 'key')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'key').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.key !== undefined;\n}\n\nfunction warnIfStringRefCannotBeAutoConverted(config, self) {\n {\n if (typeof config.ref === 'string' && ReactCurrentOwner.current && self && ReactCurrentOwner.current.stateNode !== self) {\n var componentName = getComponentNameFromType(ReactCurrentOwner.current.type);\n\n if (!didWarnAboutStringRefs[componentName]) {\n error('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', getComponentNameFromType(ReactCurrentOwner.current.type), config.ref);\n\n didWarnAboutStringRefs[componentName] = true;\n }\n }\n }\n}\n\nfunction defineKeyPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingKey = function () {\n if (!specialPropKeyWarningShown) {\n specialPropKeyWarningShown = true;\n\n error('%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)', displayName);\n }\n };\n\n warnAboutAccessingKey.isReactWarning = true;\n Object.defineProperty(props, 'key', {\n get: warnAboutAccessingKey,\n configurable: true\n });\n }\n}\n\nfunction defineRefPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingRef = function () {\n if (!specialPropRefWarningShown) {\n specialPropRefWarningShown = true;\n\n error('%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)', displayName);\n }\n };\n\n warnAboutAccessingRef.isReactWarning = true;\n Object.defineProperty(props, 'ref', {\n get: warnAboutAccessingRef,\n configurable: true\n });\n }\n}\n/**\n * Factory method to create a new React element. This no longer adheres to\n * the class pattern, so do not use new to call it. Also, instanceof check\n * will not work. Instead test $$typeof field against Symbol.for('react.element') to check\n * if something is a React Element.\n *\n * @param {*} type\n * @param {*} props\n * @param {*} key\n * @param {string|object} ref\n * @param {*} owner\n * @param {*} self A *temporary* helper to detect places where `this` is\n * different from the `owner` when React.createElement is called, so that we\n * can warn. We want to get rid of owner and replace string `ref`s with arrow\n * functions, and as long as `this` and owner are the same, there will be no\n * change in behavior.\n * @param {*} source An annotation object (added by a transpiler or otherwise)\n * indicating filename, line number, and/or other information.\n * @internal\n */\n\n\nvar ReactElement = function (type, key, ref, self, source, owner, props) {\n var element = {\n // This tag allows us to uniquely identify this as a React Element\n $$typeof: REACT_ELEMENT_TYPE,\n // Built-in properties that belong on the element\n type: type,\n key: key,\n ref: ref,\n props: props,\n // Record the component responsible for creating this element.\n _owner: owner\n };\n\n {\n // The validation flag is currently mutative. We put it on\n // an external backing store so that we can freeze the whole object.\n // This can be replaced with a WeakMap once they are implemented in\n // commonly used development environments.\n element._store = {}; // To make comparing ReactElements easier for testing purposes, we make\n // the validation flag non-enumerable (where possible, which should\n // include every environment we run tests in), so the test framework\n // ignores it.\n\n Object.defineProperty(element._store, 'validated', {\n configurable: false,\n enumerable: false,\n writable: true,\n value: false\n }); // self and source are DEV only properties.\n\n Object.defineProperty(element, '_self', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: self\n }); // Two elements created in two different places should be considered\n // equal for testing purposes and therefore we hide it from enumeration.\n\n Object.defineProperty(element, '_source', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: source\n });\n\n if (Object.freeze) {\n Object.freeze(element.props);\n Object.freeze(element);\n }\n }\n\n return element;\n};\n/**\n * https://github.com/reactjs/rfcs/pull/107\n * @param {*} type\n * @param {object} props\n * @param {string} key\n */\n\nfunction jsxDEV(type, config, maybeKey, source, self) {\n {\n var propName; // Reserved names are extracted\n\n var props = {};\n var key = null;\n var ref = null; // Currently, key can be spread in as a prop. This causes a potential\n // issue if key is also explicitly declared (ie. <div {...props} key=\"Hi\" />\n // or <div key=\"Hi\" {...props} /> ). We want to deprecate key spread,\n // but as an intermediary step, we will use jsxDEV for everything except\n // <div {...props} key=\"Hi\" />, because we aren't currently able to tell if\n // key is explicitly declared to be undefined or not.\n\n if (maybeKey !== undefined) {\n {\n checkKeyStringCoercion(maybeKey);\n }\n\n key = '' + maybeKey;\n }\n\n if (hasValidKey(config)) {\n {\n checkKeyStringCoercion(config.key);\n }\n\n key = '' + config.key;\n }\n\n if (hasValidRef(config)) {\n ref = config.ref;\n warnIfStringRefCannotBeAutoConverted(config, self);\n } // Remaining properties are added to a new props object\n\n\n for (propName in config) {\n if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n props[propName] = config[propName];\n }\n } // Resolve default props\n\n\n if (type && type.defaultProps) {\n var defaultProps = type.defaultProps;\n\n for (propName in defaultProps) {\n if (props[propName] === undefined) {\n props[propName] = defaultProps[propName];\n }\n }\n }\n\n if (key || ref) {\n var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;\n\n if (key) {\n defineKeyPropWarningGetter(props, displayName);\n }\n\n if (ref) {\n defineRefPropWarningGetter(props, displayName);\n }\n }\n\n return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);\n }\n}\n\nvar ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;\nvar ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement$1(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame$1.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame$1.setExtraStackFrame(null);\n }\n }\n}\n\nvar propTypesMisspellWarningShown;\n\n{\n propTypesMisspellWarningShown = false;\n}\n/**\n * Verifies the object is a ReactElement.\n * See https://reactjs.org/docs/react-api.html#isvalidelement\n * @param {?object} object\n * @return {boolean} True if `object` is a ReactElement.\n * @final\n */\n\n\nfunction isValidElement(object) {\n {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n }\n}\n\nfunction getDeclarationErrorAddendum() {\n {\n if (ReactCurrentOwner$1.current) {\n var name = getComponentNameFromType(ReactCurrentOwner$1.current.type);\n\n if (name) {\n return '\\n\\nCheck the render method of `' + name + '`.';\n }\n }\n\n return '';\n }\n}\n\nfunction getSourceInfoErrorAddendum(source) {\n {\n if (source !== undefined) {\n var fileName = source.fileName.replace(/^.*[\\\\\\/]/, '');\n var lineNumber = source.lineNumber;\n return '\\n\\nCheck your code at ' + fileName + ':' + lineNumber + '.';\n }\n\n return '';\n }\n}\n/**\n * Warn if there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\n\n\nvar ownerHasKeyUseWarning = {};\n\nfunction getCurrentComponentErrorInfo(parentType) {\n {\n var info = getDeclarationErrorAddendum();\n\n if (!info) {\n var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;\n\n if (parentName) {\n info = \"\\n\\nCheck the top-level render call using <\" + parentName + \">.\";\n }\n }\n\n return info;\n }\n}\n/**\n * Warn if the element doesn't have an explicit key assigned to it.\n * This element is in an array. The array could grow and shrink or be\n * reordered. All children that haven't already been validated are required to\n * have a \"key\" property assigned to it. Error statuses are cached so a warning\n * will only be shown once.\n *\n * @internal\n * @param {ReactElement} element Element that requires a key.\n * @param {*} parentType element's parent's type.\n */\n\n\nfunction validateExplicitKey(element, parentType) {\n {\n if (!element._store || element._store.validated || element.key != null) {\n return;\n }\n\n element._store.validated = true;\n var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n\n if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n return;\n }\n\n ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a\n // property, it may be the creator of the child that's responsible for\n // assigning it a key.\n\n var childOwner = '';\n\n if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) {\n // Give the component that originally created this child.\n childOwner = \" It was passed a child from \" + getComponentNameFromType(element._owner.type) + \".\";\n }\n\n setCurrentlyValidatingElement$1(element);\n\n error('Each child in a list should have a unique \"key\" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);\n\n setCurrentlyValidatingElement$1(null);\n }\n}\n/**\n * Ensure that every element either is passed in a static location, in an\n * array with an explicit keys property defined, or in an object literal\n * with valid key property.\n *\n * @internal\n * @param {ReactNode} node Statically passed child of any type.\n * @param {*} parentType node's parent's type.\n */\n\n\nfunction validateChildKeys(node, parentType) {\n {\n if (typeof node !== 'object') {\n return;\n }\n\n if (isArray(node)) {\n for (var i = 0; i < node.length; i++) {\n var child = node[i];\n\n if (isValidElement(child)) {\n validateExplicitKey(child, parentType);\n }\n }\n } else if (isValidElement(node)) {\n // This element was passed in a valid location.\n if (node._store) {\n node._store.validated = true;\n }\n } else if (node) {\n var iteratorFn = getIteratorFn(node);\n\n if (typeof iteratorFn === 'function') {\n // Entry iterators used to provide implicit keys,\n // but now we print a separate warning for them later.\n if (iteratorFn !== node.entries) {\n var iterator = iteratorFn.call(node);\n var step;\n\n while (!(step = iterator.next()).done) {\n if (isValidElement(step.value)) {\n validateExplicitKey(step.value, parentType);\n }\n }\n }\n }\n }\n }\n}\n/**\n * Given an element, validate that its props follow the propTypes definition,\n * provided by the type.\n *\n * @param {ReactElement} element\n */\n\n\nfunction validatePropTypes(element) {\n {\n var type = element.type;\n\n if (type === null || type === undefined || typeof type === 'string') {\n return;\n }\n\n var propTypes;\n\n if (typeof type === 'function') {\n propTypes = type.propTypes;\n } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.\n // Inner props are checked in the reconciler.\n type.$$typeof === REACT_MEMO_TYPE)) {\n propTypes = type.propTypes;\n } else {\n return;\n }\n\n if (propTypes) {\n // Intentionally inside to avoid triggering lazy initializers:\n var name = getComponentNameFromType(type);\n checkPropTypes(propTypes, element.props, 'prop', name, element);\n } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {\n propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers:\n\n var _name = getComponentNameFromType(type);\n\n error('Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', _name || 'Unknown');\n }\n\n if (typeof type.getDefaultProps === 'function' && !type.getDefaultProps.isReactClassApproved) {\n error('getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.');\n }\n }\n}\n/**\n * Given a fragment, validate that it can only be provided with fragment props\n * @param {ReactElement} fragment\n */\n\n\nfunction validateFragmentProps(fragment) {\n {\n var keys = Object.keys(fragment.props);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n\n if (key !== 'children' && key !== 'key') {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);\n\n setCurrentlyValidatingElement$1(null);\n break;\n }\n }\n\n if (fragment.ref !== null) {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid attribute `ref` supplied to `React.Fragment`.');\n\n setCurrentlyValidatingElement$1(null);\n }\n }\n}\n\nvar didWarnAboutKeySpread = {};\nfunction jsxWithValidation(type, props, key, isStaticChildren, source, self) {\n {\n var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to\n // succeed and there will likely be errors in render.\n\n if (!validType) {\n var info = '';\n\n if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and named imports.\";\n }\n\n var sourceInfo = getSourceInfoErrorAddendum(source);\n\n if (sourceInfo) {\n info += sourceInfo;\n } else {\n info += getDeclarationErrorAddendum();\n }\n\n var typeString;\n\n if (type === null) {\n typeString = 'null';\n } else if (isArray(type)) {\n typeString = 'array';\n } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {\n typeString = \"<\" + (getComponentNameFromType(type.type) || 'Unknown') + \" />\";\n info = ' Did you accidentally export a JSX literal instead of a component?';\n } else {\n typeString = typeof type;\n }\n\n error('React.jsx: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);\n }\n\n var element = jsxDEV(type, props, key, source, self); // The result can be nullish if a mock or a custom function is used.\n // TODO: Drop this when these are no longer allowed as the type argument.\n\n if (element == null) {\n return element;\n } // Skip key warning if the type isn't valid since our key validation logic\n // doesn't expect a non-string/function type and can throw confusing errors.\n // We don't want exception behavior to differ between dev and prod.\n // (Rendering will throw with a helpful message and as soon as the type is\n // fixed, the key warnings will appear.)\n\n\n if (validType) {\n var children = props.children;\n\n if (children !== undefined) {\n if (isStaticChildren) {\n if (isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n validateChildKeys(children[i], type);\n }\n\n if (Object.freeze) {\n Object.freeze(children);\n }\n } else {\n error('React.jsx: Static children should always be an array. ' + 'You are likely explicitly calling React.jsxs or React.jsxDEV. ' + 'Use the Babel transform instead.');\n }\n } else {\n validateChildKeys(children, type);\n }\n }\n }\n\n {\n if (hasOwnProperty.call(props, 'key')) {\n var componentName = getComponentNameFromType(type);\n var keys = Object.keys(props).filter(function (k) {\n return k !== 'key';\n });\n var beforeExample = keys.length > 0 ? '{key: someKey, ' + keys.join(': ..., ') + ': ...}' : '{key: someKey}';\n\n if (!didWarnAboutKeySpread[componentName + beforeExample]) {\n var afterExample = keys.length > 0 ? '{' + keys.join(': ..., ') + ': ...}' : '{}';\n\n error('A props object containing a \"key\" prop is being spread into JSX:\\n' + ' let props = %s;\\n' + ' <%s {...props} />\\n' + 'React keys must be passed directly to JSX without using spread:\\n' + ' let props = %s;\\n' + ' <%s key={someKey} {...props} />', beforeExample, componentName, afterExample, componentName);\n\n didWarnAboutKeySpread[componentName + beforeExample] = true;\n }\n }\n }\n\n if (type === REACT_FRAGMENT_TYPE) {\n validateFragmentProps(element);\n } else {\n validatePropTypes(element);\n }\n\n return element;\n }\n} // These two functions exist to still get child warnings in dev\n// even with the prod transform. This means that jsxDEV is purely\n// opt-in behavior for better messages but that we won't stop\n// giving you warnings if you use production apis.\n\nfunction jsxWithValidationStatic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, true);\n }\n}\nfunction jsxWithValidationDynamic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, false);\n }\n}\n\nvar jsx = jsxWithValidationDynamic ; // we may want to special case jsxs internally to take advantage of static children.\n// for now we can ship identical prod functions\n\nvar jsxs = jsxWithValidationStatic ;\n\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.jsx = jsx;\nexports.jsxs = jsxs;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","import { CardProps } from './CardProps'\nimport './card.scss'\n\n/**\n * ! CARD ATOM COMPONENT\n * @name Card\n * @description Renders the Card with a Content & an optional Caption\n *\n * @param {CardProps} props\n * The Properties of the Card\n *\n * @param {React.ReactElement|undefined} props.content\n * The Content of the Card\n *\n * @param {React.ReactElement|string} [props.caption=\"\"]\n * The optional Caption of the Card\n * @default \"\"\n *\n * @return {React.ReactElement<HTMLElement>}\n * The rendered Card\n */\nexport const Card =\n ({ content, caption = \"\" }: CardProps):\n React.ReactElement<HTMLElement> => {\n\n return (\n <figure className=\"card\">\n {content}\n {caption && <figcaption>{caption}</figcaption>}\n </figure>\n )\n}\n","import { CollapseProps } from './CollapseProps'\nimport \"./collapse.scss\";\n\n/**\n * ! COLLAPSE ATOM COMPONENT\n * @name Collapse\n * @description Renders the Collapse with a Summary & a Content\n *\n * @param {CollapseProps} props\n * The Properties of the Collapse\n *\n * @param {React.ReactElement|string} props.title\n * The Title of the Collapse\n *\n * @param {React.ReactElement|string} props.content\n * The Content of the Collapse\n *\n * @return {React.ReactElement<HTMLDetailsElement>}\n * The rendered Collapse\n */\nexport const Collapse =\n ({ title, content }: CollapseProps):\n React.ReactElement<HTMLDetailsElement> => {\n\n return (\n <details className=\"collapse\">\n <summary>{title}</summary>\n <figure>{content}</figure>\n </details>\n )\n}\n","import { IconProps } from './IconProps'\nimport './icon.scss'\n\n/**\n * ! ICON ATOM COMPONENT\n * @name Icon\n * @description Renders the Icon with a Name, an optional Category,\n * an optional Option, an optional Visibility & an optional Event\n * If the event is defined, the onClick & onKeyDown events will be triggered\n * @see {@link https://fontawesome.com/v5/search?o=r&m=free}\n *\n * @param {IconProps} props\n * The Properties of the Icon\n *\n * @param {string} props.name\n * The Name of the Icon\n *\n * @param {string} [props.cat=\"brands\"]\n * The Category of the Icon\n * @default \"brands\"\n *\n * @param {string} [props.option=\"2x\"]\n * The Option of the Icon\n * @default \"2x\"\n *\n * @param {boolean} [props.isHidden=true]\n * The Visibility of the Icon\n * @default true\n *\n * @param {(React.MouseEvent<HTMLElement>|React.KeyboardEvent<HTMLElement>)|undefined} [props.event=undefined]\n * The Event of the Icon\n * @default undefined\n *\n * @return {React.ReactElement<HTMLElement>}\n * The rendered Icon\n */\nexport const Icon =\n ({ name, cat = \"brands\", option = \"2x\", isHidden = true, event = undefined }: IconProps):\n React.ReactElement<HTMLElement> => {\n\n return (\n <i\n {...(event\n ? { 'className': `fa-${cat} fa-${name} fa-${option}` }\n : { 'className': `fa-${cat} fa-${name} fa-${option} fa-fw` }\n )}\n aria-hidden={isHidden}\n {...(event ? { 'onClick': (e) => event(e as React.MouseEvent<HTMLElement>) } : {})}\n {...(event ? { 'onKeyDown': (e) => event(e as React.KeyboardEvent<HTMLElement>) } : {})}\n {...(event ? { 'tabIndex': 0 } : {})}\n ></i>\n )\n}\n","import { ImageProps } from './ImageProps'\nimport './image.scss'\n\n/**\n * ! IMAGE ATOM COMPONENT\n * @description Renders the Image with an URL & an Alternative Text\n *\n * @param {ImageProps} props\n * The Properties of the Image\n *\n * @param {string} props.url\n * The URL of the Image\n *\n * @param {string} props.alt\n * The Alternative Text of the Image\n *\n * @param {string} [props.design=\"image\"]\n * The Design Class of the Image\n *\n * @return {React.ReactElement<HTMLImageElement>}\n * The rendered Image\n */\nexport const Image =\n ({ url, alt, design = 'image' }: ImageProps):\n React.ReactElement<HTMLImageElement> => {\n\n return (\n <img\n src={url}\n alt={alt}\n className={design}\n loading=\"lazy\"\n />\n )\n}\n","import { LinkProps } from './LinkProps'\nimport './link.scss'\n\n/**\n * ! LINK ATOM COMPONENT\n * @name Link\n * @description Renders the Link with a Content, an URL,\n * an optional Design class, an optional Aria Label & an optional Title\n * If the URL starts with \"https\", it will be rendered as an external Link\n * with target=\"_blank\" & rel=\"noopener noreferrer\"\n *\n * @param {LinkProps} props\n * The Properties of the Link\n *\n * @param {React.ReactElement|string} props.content\n * The Content of the Link\n *\n * @param {string} props.url\n * The URL of the Link\n *\n * @param {string} [props.design=\"link\"]\n * The Design Class of the Link\n * @default \"link\"\n *\n * @param {string} [props.label=\"\"]\n * The Aria Label of the Link\n * @default \"\"\n *\n * @param {string} [props.title=\"\"]\n * The Title of the Link\n * @default \"\"\n *\n * @return {React.ReactElement<HTMLLinkElement>}\n * The rendered Link\n */\nexport const Link =\n ({ content, url, design=\"link\", label=\"\", title=\"\" }: LinkProps):\n React.ReactElement<HTMLLinkElement> => {\n\n const isExternal = url.startsWith('https')\n\n return (\n <a\n href={url}\n className={`${design}`}\n {...(label ? { 'aria-label': label } : {})}\n {...(title ? { 'title': title } : {})}\n {...(isExternal ? { 'rel': 'noopener noreferrer' } : {})}\n {...(isExternal ? { 'target': '_blank' } : {})}\n >\n {content}\n </a>\n )\n}\n","import { ListProps } from \"./ListProps\"\nimport \"./list.scss\"\n\n/**\n * ! LIST ATOM COMPONENT\n * @name List\n * @description Renders the List with an Items Array as an unordered list\n *\n * @param {ListProps} props\n * The Properties of the List\n * \n * @param {React.ReactElement[]|string[]} props.array\n * The Array of items to render in the List\n *\n * @return {React.ReactElement<HTMLUListElement>}\n * The rendered List\n */\nexport const List =\n ({ array }: ListProps):\n React.ReactElement<HTMLUListElement> => {\n\n return (\n <ul className=\"list\">\n {array.map((item, index) => \n <li key={index}>\n <>{item}</>\n </li>\n )}\n </ul>\n )\n}\n","import { ButtonProps } from './ButtonProps'\nimport { IconProps } from '../../atoms/icon/IconProps'\nimport { LinkProps } from '../../atoms/link/LinkProps'\nimport { Icon } from '../../atoms/icon/Icon'\nimport { Link } from '../../atoms/link/Link'\nimport './button.scss'\n\n/**\n * ! BUTTON MOLECULE COMPONENT\n * @name Button\n * @description Renders the Button that displays a Link with an Icon & a Text\n *\n * @param {ButtonProps} props\n * The Properties of the Button\n *\n * @param {LinkProps} props.link\n * The Link of the Button\n *\n * @param {string} props.ico\n * The Icon of the Button\n *\n * @param {string} props.txt\n * The Text of the Button\n *\n * @returns {React.ReactElement<HTMLLinkElement>}\n * The rendered Button\n */\nexport const Button =\n ({ link, ico, txt }:\n ButtonProps): React.ReactElement<HTMLLinkElement> => {\n\n const { url, label }: LinkProps = link\n const { name, cat, option }: IconProps = ico\n\n return (\n <Link\n url={url}\n label={label}\n design=\"link button\"\n content={\n\n <>\n <Icon\n name={name}\n cat={cat}\n option={option}\n isHidden={false}\n event={undefined}\n />\n {txt && <b>{txt}</b>}\n </>\n }\n />\n )\n}\n","import { FooterProps } from './FooterProps'\nimport { Button } from '../button/Button'\nimport { List } from '../../atoms/list/List'\nimport './footer.scss'\n\n/**\n * ! FOOTER MOLECULE COMPONENT\n * @name Footer\n * @description Renders the Footer with a Links Array as an unordered list\n *\n * @param {FooterProps} props\n * The Properties of the Footer\n *\n * @param {Array<ButtonProps>} props.links\n * The Links of the Footer\n *\n * @returns {React.ReactElement<HTMLElement>}\n * The rendered Footer\n */\nexport const Footer =\n ({ links }: FooterProps):\n React.ReactElement<HTMLElement> => {\n\n return (\n <footer className=\"footer\">\n <List\n array={links.map((item) =>\n <Button\n link={item.link}\n ico={item.ico}\n txt=\"\"\n />\n )}\n />\n </footer>\n )\n}\n","import React from 'react'\nimport { TitleProps } from \"./TitleProps\"\nimport { Icon } from '../../atoms/icon/Icon'\nimport \"./title.scss\"\n\n/**\n * ! TITLE MOLECULE COMPONENT\n * @name Title\n * @description Renders the Title with a Main Text,\n * an optional Level, an optional Subtitle & an optional Icon\n *\n * @param {TitleProps} props\n * The Properties of the Title\n *\n * @param {string} props.txt\n * The Text of the Title\n *\n * @param {number} [props.lvl=4]\n * The Level of the Title\n * @default 4\n *\n * @param {string} [props.sub=\"\"]\n * The Subtitle of the Title\n * @default \"\"\n *\n * @param {IconProps|undefined} [props.ico=undefined]\n * The Icon of the Title\n * @default undefined\n *\n * @returns {React.ReactElement<HTMLHeadingElement>}\n * The rendered Title\n */\nexport const Title =\n ({ txt, lvl = 4, sub = \"\", ico = undefined }: TitleProps):\n React.ReactElement<HTMLHeadingElement> => {\n\n lvl = Number(lvl)\n if (lvl < 1 || lvl > 3) lvl = 4\n const Heading = `h${lvl}`\n\n return (\n <hgroup className=\"title\">\n {ico && <p>{React.createElement(Icon, ico)}</p>}\n {React.createElement(Heading, {}, txt)}\n {sub && <p>{sub}</p>}\n </hgroup>\n )\n}\n","import { GalleryItemProps } from './GalleryItemProps'\nimport { GalleryProps } from './GalleryProps'\nimport { Card } from '../../atoms/card/Card'\nimport { Icon } from '../../atoms/icon/Icon'\nimport { Image } from '../../atoms/image/Image'\nimport { List } from '../../atoms/list/List'\nimport { Link } from '../../atoms/link/Link'\nimport { Title } from '../title/Title'\nimport './gallery.scss'\n\n/**\n * ! GALLERY MOLECULE COMPONENT\n * @name Gallery\n * @description Renders the Gallery that displays\n * a list of links based on the provided array data\n *\n * @param {GalleryProps} props\n * The Properties of the Gallery\n * \n * @param {Array} props.array\n * The Items Array of the Gallery\n * \n * @param {string} props.array.url\n * The URL of the Item\n * \n * @param {string} props.array.name\n * The Name of the Item\n * \n * @param {string} props.array.detail\n * The Detail of the Item\n * \n * @param {Object} props.array.caption\n * The Caption of the Item\n * \n * @param {string} props.array.caption.title\n * The Title of the Item\n * \n * @param {Array} props.array.caption.technos\n * The Technologies of the Item Caption\n * \n * @param {Object} props.array.image\n * The Image of the Item\n *\n * @param {string} props.array.image.url\n * The URL of the Item Image\n *\n * @param {string} props.array.image.alt\n * The Alternative Text of the Item Image\n *\n * @return {React.ReactElement<HTMLUListElement>}\n * The rendered Links\n */\nexport const Gallery =\n ({ array }: GalleryProps):\n React.ReactElement<HTMLUListElement> => {\n\n const renderItem =\n (item: GalleryItemProps, index: number):\n React.ReactElement<HTMLLIElement> => {\n\n const itemProps = {\n url: item.url,\n title: item.detail ? item.detail : undefined,\n design: 'link',\n content: (\n <Card\n caption={item.caption && <Title txt={item.caption.title} />}\n content={item.image && <Image url={item.image.url} alt={item.image.alt} />}\n />\n )\n };\n\n if (item.name) {\n itemProps.content = <>{item.name}</>\n itemProps.design = 'btn'\n\n } else if (item.caption && item.caption.technos) {\n itemProps.content = (\n <Card\n caption={\n <>\n <Title txt={item.caption.title} />\n <List\n array={item.caption.technos.map((techno) => \n <Icon name={techno} option=\"lg\" isHidden={false} />\n )}\n />\n </>\n }\n content={<Image url={item.image?.url ?? ''} alt={item.image?.alt ?? ''} />}\n />\n );\n }\n\n return <Link key={index} {...itemProps} />;\n };\n\n return <List array={array.map(renderItem)} />;\n}\n","import { NavbarProps } from './NavbarProps'\nimport { Button } from '../button/Button'\nimport { List } from '../../atoms/list/List'\nimport './navbar.scss'\n\n/**\n * ! NAVBAR MOLECULE COMPONENT\n * @name Navbar\n * @description Renders the Navbar with a Brand, an Links Array as an unordered list & an Option\n * \n * @param {NavbarProps} props\n * The Properties of the Navbar\n *\n * @param {ButtonProps} props.brand\n * The Brand of the Navbar\n *\n * @param {Array<ButtonProps>} props.links\n * The Links of the Navbar\n *\n * @param {ButtonProps} props.contact\n * The Contact of the Navbar\n *\n * @returns {React.ReactElement<HTMLElement>}\n * The rendered Navbar\n */\nexport const Navbar =\n ({ brand, links, contact }: NavbarProps) :\n React.ReactElement<HTMLElement> => {\n\n return (\n <nav className=\"navbar\">\n <Button\n link={brand.link}\n ico={brand.ico}\n txt=\"\"\n />\n\n <List\n array={links.map((item) =>\n <Button\n link={item.link}\n ico={item.ico}\n txt={item.txt}\n />\n )}\n />\n\n <Button\n link={contact.link}\n ico={contact.ico}\n txt=\"\"\n />\n </nav>\n )\n}\n","import { useEffect, useState } from \"react\";\nimport { SliderProps } from \"./SliderProps\";\nimport { Icon } from \"../../atoms/icon/Icon\";\nimport \"./slider.scss\";\n\n/**\n * ! SLIDER MOLECULE COMPONENT\n * @name Slider\n * @description Renders the Slider that displays an Array of items &\n * allows the user to navigate through or to watch them in auto sequence\n *\n * @param {SliderProps} props\n * The Properties of the Slider\n * \n * @param {Array<React.ReactElement>} props.array\n * The Items Array of the Slider\n * \n * @param {number} props.timer\n * The Timer of the Slider\n * @default 5000\n *\n * @return {React.ReactElement<HTMLElement>}\n * The rendered Slider\n */\nexport const Slider =\n ({ array, timer = 5000 }: SliderProps) :\n React.ReactElement<HTMLElement> => {\n\n const LENGTH: number = array.length;\n\n const [i, setIndex]: [number, React.Dispatch<React.SetStateAction<number>>] = useState(0);\n const goNext: () => void = () => setIndex((i) => (i + 1) % LENGTH);\n const goPrevious: () => void = () => setIndex((i) => (i - 1 + LENGTH) % LENGTH);\n\n //! ********** AUTOPLAY **********\n\n let [isAuto, setAuto]: [boolean, React.Dispatch<React.SetStateAction<boolean>>] = useState(timer !== 0);\n const toggleAuto: () => void = () => setAuto((state) => !state);\n\n useEffect(() => {\n let interval: number;\n if (isAuto) interval = setInterval(() => goNext(), timer);\n\n return () => clearInterval(interval);\n }, [isAuto, LENGTH]);\n\n //! ********** KEYBOARD EVENTS **********\n\n const handleKeyDown: (event: KeyboardEvent) => void = (event: KeyboardEvent) => {\n switch (event.key) {\n case 'ArrowLeft':\n goPrevious();\n break;\n case 'ArrowRight':\n goNext();\n break;\n case 'a':\n case 'A':\n case 'p':\n case 'P':\n toggleAuto();\n break;\n default:\n break;\n }\n }\n\n useEffect(() => {\n document.addEventListener('keydown', handleKeyDown);\n\n return () => {\n document.removeEventListener('keydown', handleKeyDown);\n };\n }, []);\n\n //! ********** RENDER **********\n\n return (\n <figure\n className=\"slider\"\n role=\"region\"\n aria-label=\"slider\"\n >\n {array[i]}\n\n {LENGTH > 1 && (\n <nav>\n <Icon\n name=\"chevron-left\"\n cat=\"solid\"\n isHidden={false}\n event={goPrevious}\n />\n\n <Icon\n name=\"chevron-right\"\n cat=\"solid\"\n isHidden={false}\n event={goNext}\n />\n\n <Icon\n name={isAuto ? 'pause' : 'play'}\n cat=\"solid\"\n isHidden={false}\n event={toggleAuto}\n />\n </nav>\n )}\n\n <progress value={(i + 1) / LENGTH}></progress>\n </figure>\n )\n}\n"],"names":["f","require$$0","k","l","m","n","p","q","c","a","g","d","e","h","reactJsxRuntime_production_min","React","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_OFFSCREEN_TYPE","MAYBE_ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","getIteratorFn","maybeIterable","maybeIterator","ReactSharedInternals","error","format","_len2","args","_key2","printWarning","level","ReactDebugCurrentFrame","stack","argsWithFormat","item","enableScopeAPI","enableCacheElement","enableTransitionTracing","enableLegacyHidden","enableDebugTracing","REACT_MODULE_REFERENCE","isValidElementType","type","getWrappedName","outerType","innerType","wrapperName","displayName","functionName","getContextName","getComponentNameFromType","context","provider","outerName","lazyComponent","payload","init","assign","disabledDepth","prevLog","prevInfo","prevWarn","prevError","prevGroup","prevGroupCollapsed","prevGroupEnd","disabledLog","disableLogs","props","reenableLogs","ReactCurrentDispatcher","prefix","describeBuiltInComponentFrame","name","source","ownerFn","x","match","reentry","componentFrameCache","PossiblyWeakMap","describeNativeComponentFrame","fn","construct","frame","control","previousPrepareStackTrace","previousDispatcher","Fake","sample","sampleLines","controlLines","s","_frame","syntheticFrame","describeFunctionComponentFrame","shouldConstruct","Component","prototype","describeUnknownElementTypeFrameInDEV","hasOwnProperty","loggedTypeFailures","setCurrentlyValidatingElement","element","owner","checkPropTypes","typeSpecs","values","location","componentName","has","typeSpecName","error$1","err","ex","isArrayImpl","isArray","typeName","value","hasToStringTag","willCoercionThrow","testStringCoercion","checkKeyStringCoercion","ReactCurrentOwner","RESERVED_PROPS","specialPropKeyWarningShown","specialPropRefWarningShown","didWarnAboutStringRefs","hasValidRef","config","getter","hasValidKey","warnIfStringRefCannotBeAutoConverted","self","defineKeyPropWarningGetter","warnAboutAccessingKey","defineRefPropWarningGetter","warnAboutAccessingRef","ReactElement","key","ref","jsxDEV","maybeKey","propName","defaultProps","ReactCurrentOwner$1","ReactDebugCurrentFrame$1","setCurrentlyValidatingElement$1","propTypesMisspellWarningShown","isValidElement","object","getDeclarationErrorAddendum","getSourceInfoErrorAddendum","ownerHasKeyUseWarning","getCurrentComponentErrorInfo","parentType","info","parentName","validateExplicitKey","currentComponentErrorInfo","childOwner","validateChildKeys","node","i","child","iteratorFn","iterator","step","validatePropTypes","propTypes","_name","validateFragmentProps","fragment","keys","didWarnAboutKeySpread","jsxWithValidation","isStaticChildren","validType","sourceInfo","typeString","children","beforeExample","afterExample","jsxWithValidationStatic","jsxWithValidationDynamic","jsx","jsxs","reactJsxRuntime_development","jsxRuntimeModule","require$$1","Card","content","caption","Collapse","title","Icon","cat","option","isHidden","event","Image","url","alt","design","Link","label","isExternal","List","array","index","Fragment","Button","link","ico","txt","Footer","links","Title","lvl","sub","Heading","Gallery","renderItem","itemProps","techno","_a","_b","Navbar","brand","contact","Slider","timer","LENGTH","setIndex","useState","goNext","goPrevious","isAuto","setAuto","toggleAuto","state","useEffect","interval","handleKeyDown"],"mappings":"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","x_google_ignoreList":[0,1,2]} \ No newline at end of file diff --git a/dist/index.umd.js b/dist/index.umd.js index ba4e3fd..a6d86b5 100644 --- a/dist/index.umd.js +++ b/dist/index.umd.js @@ -1,4 +1,4 @@ -(function(b,S){typeof exports=="object"&&typeof module<"u"?S(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],S):(b=typeof globalThis<"u"?globalThis:b||self,S(b["react-beautiful-timeline"]={},b.React))})(this,function(b,S){"use strict";var J={exports:{}},L={};/** +(function(m,S){typeof exports=="object"&&typeof module<"u"?S(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],S):(m=typeof globalThis<"u"?globalThis:m||self,S(m["react-beautiful-timeline"]={},m.React))})(this,function(m,S){"use strict";var z={exports:{}},L={};/** * @license React * react-jsx-runtime.production.min.js * @@ -6,7 +6,7 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var le;function Ne(){if(le)return L;le=1;var c=S,o=Symbol.for("react.element"),i=Symbol.for("react.fragment"),v=Object.prototype.hasOwnProperty,d=c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,g={key:!0,ref:!0,__self:!0,__source:!0};function T(_,m,C){var E,h={},P=null,U=null;C!==void 0&&(P=""+C),m.key!==void 0&&(P=""+m.key),m.ref!==void 0&&(U=m.ref);for(E in m)v.call(m,E)&&!g.hasOwnProperty(E)&&(h[E]=m[E]);if(_&&_.defaultProps)for(E in m=_.defaultProps,m)h[E]===void 0&&(h[E]=m[E]);return{$$typeof:o,type:_,key:P,ref:U,props:h,_owner:d.current}}return L.Fragment=i,L.jsx=T,L.jsxs=T,L}var W={};/** + */var le;function Ne(){if(le)return L;le=1;var l=S,o=Symbol.for("react.element"),i=Symbol.for("react.fragment"),v=Object.prototype.hasOwnProperty,d=l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,g={key:!0,ref:!0,__self:!0,__source:!0};function T(_,b,O){var E,h={},P=null,B=null;O!==void 0&&(P=""+O),b.key!==void 0&&(P=""+b.key),b.ref!==void 0&&(B=b.ref);for(E in b)v.call(b,E)&&!g.hasOwnProperty(E)&&(h[E]=b[E]);if(_&&_.defaultProps)for(E in b=_.defaultProps,b)h[E]===void 0&&(h[E]=b[E]);return{$$typeof:o,type:_,key:P,ref:B,props:h,_owner:d.current}}return L.Fragment=i,L.jsx=T,L.jsxs=T,L}var W={};/** * @license React * react-jsx-runtime.development.js * @@ -14,21 +14,21 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var ce;function Le(){return ce||(ce=1,process.env.NODE_ENV!=="production"&&function(){var c=S,o=Symbol.for("react.element"),i=Symbol.for("react.portal"),v=Symbol.for("react.fragment"),d=Symbol.for("react.strict_mode"),g=Symbol.for("react.profiler"),T=Symbol.for("react.provider"),_=Symbol.for("react.context"),m=Symbol.for("react.forward_ref"),C=Symbol.for("react.suspense"),E=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),U=Symbol.for("react.offscreen"),fe=Symbol.iterator,Ue="@@iterator";function Be(e){if(e===null||typeof e!="object")return null;var r=fe&&e[fe]||e[Ue];return typeof r=="function"?r:null}var D=c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function R(e){{for(var r=arguments.length,t=new Array(r>1?r-1:0),a=1;a<r;a++)t[a-1]=arguments[a];He("error",e,t)}}function He(e,r,t){{var a=D.ReactDebugCurrentFrame,l=a.getStackAddendum();l!==""&&(r+="%s",t=t.concat([l]));var f=t.map(function(u){return String(u)});f.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,f)}}var Ke=!1,Ge=!1,Je=!1,ze=!1,Xe=!1,de;de=Symbol.for("react.module.reference");function qe(e){return!!(typeof e=="string"||typeof e=="function"||e===v||e===g||Xe||e===d||e===C||e===E||ze||e===U||Ke||Ge||Je||typeof e=="object"&&e!==null&&(e.$$typeof===P||e.$$typeof===h||e.$$typeof===T||e.$$typeof===_||e.$$typeof===m||e.$$typeof===de||e.getModuleId!==void 0))}function Ze(e,r,t){var a=e.displayName;if(a)return a;var l=r.displayName||r.name||"";return l!==""?t+"("+l+")":t}function ve(e){return e.displayName||"Context"}function O(e){if(e==null)return null;if(typeof e.tag=="number"&&R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case v:return"Fragment";case i:return"Portal";case g:return"Profiler";case d:return"StrictMode";case C:return"Suspense";case E:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case _:var r=e;return ve(r)+".Consumer";case T:var t=e;return ve(t._context)+".Provider";case m:return Ze(e,e.render,"ForwardRef");case h:var a=e.displayName||null;return a!==null?a:O(e.type)||"Memo";case P:{var l=e,f=l._payload,u=l._init;try{return O(u(f))}catch{return null}}}return null}var F=Object.assign,M=0,pe,ge,he,ye,be,me,Ee;function Re(){}Re.__reactDisabledLog=!0;function Qe(){{if(M===0){pe=console.log,ge=console.info,he=console.warn,ye=console.error,be=console.group,me=console.groupCollapsed,Ee=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Re,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}M++}}function er(){{if(M--,M===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:F({},e,{value:pe}),info:F({},e,{value:ge}),warn:F({},e,{value:he}),error:F({},e,{value:ye}),group:F({},e,{value:be}),groupCollapsed:F({},e,{value:me}),groupEnd:F({},e,{value:Ee})})}M<0&&R("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ee=D.ReactCurrentDispatcher,re;function B(e,r,t){{if(re===void 0)try{throw Error()}catch(l){var a=l.stack.trim().match(/\n( *(at )?)/);re=a&&a[1]||""}return` -`+re+e}}var te=!1,H;{var rr=typeof WeakMap=="function"?WeakMap:Map;H=new rr}function _e(e,r){if(!e||te)return"";{var t=H.get(e);if(t!==void 0)return t}var a;te=!0;var l=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var f;f=ee.current,ee.current=null,Qe();try{if(r){var u=function(){throw Error()};if(Object.defineProperty(u.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(u,[])}catch(x){a=x}Reflect.construct(e,[],u)}else{try{u.call()}catch(x){a=x}e.call(u.prototype)}}else{try{throw Error()}catch(x){a=x}e()}}catch(x){if(x&&a&&typeof x.stack=="string"){for(var s=x.stack.split(` + */var ce;function Le(){return ce||(ce=1,process.env.NODE_ENV!=="production"&&function(){var l=S,o=Symbol.for("react.element"),i=Symbol.for("react.portal"),v=Symbol.for("react.fragment"),d=Symbol.for("react.strict_mode"),g=Symbol.for("react.profiler"),T=Symbol.for("react.provider"),_=Symbol.for("react.context"),b=Symbol.for("react.forward_ref"),O=Symbol.for("react.suspense"),E=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),B=Symbol.for("react.offscreen"),fe=Symbol.iterator,Ue="@@iterator";function Be(e){if(e===null||typeof e!="object")return null;var r=fe&&e[fe]||e[Ue];return typeof r=="function"?r:null}var D=l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function R(e){{for(var r=arguments.length,t=new Array(r>1?r-1:0),a=1;a<r;a++)t[a-1]=arguments[a];He("error",e,t)}}function He(e,r,t){{var a=D.ReactDebugCurrentFrame,c=a.getStackAddendum();c!==""&&(r+="%s",t=t.concat([c]));var f=t.map(function(u){return String(u)});f.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,f)}}var Ke=!1,Ge=!1,Je=!1,ze=!1,Xe=!1,de;de=Symbol.for("react.module.reference");function qe(e){return!!(typeof e=="string"||typeof e=="function"||e===v||e===g||Xe||e===d||e===O||e===E||ze||e===B||Ke||Ge||Je||typeof e=="object"&&e!==null&&(e.$$typeof===P||e.$$typeof===h||e.$$typeof===T||e.$$typeof===_||e.$$typeof===b||e.$$typeof===de||e.getModuleId!==void 0))}function Ze(e,r,t){var a=e.displayName;if(a)return a;var c=r.displayName||r.name||"";return c!==""?t+"("+c+")":t}function ve(e){return e.displayName||"Context"}function w(e){if(e==null)return null;if(typeof e.tag=="number"&&R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case v:return"Fragment";case i:return"Portal";case g:return"Profiler";case d:return"StrictMode";case O:return"Suspense";case E:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case _:var r=e;return ve(r)+".Consumer";case T:var t=e;return ve(t._context)+".Provider";case b:return Ze(e,e.render,"ForwardRef");case h:var a=e.displayName||null;return a!==null?a:w(e.type)||"Memo";case P:{var c=e,f=c._payload,u=c._init;try{return w(u(f))}catch{return null}}}return null}var F=Object.assign,V=0,pe,ge,he,ye,me,be,Ee;function Re(){}Re.__reactDisabledLog=!0;function Qe(){{if(V===0){pe=console.log,ge=console.info,he=console.warn,ye=console.error,me=console.group,be=console.groupCollapsed,Ee=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Re,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}V++}}function er(){{if(V--,V===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:F({},e,{value:pe}),info:F({},e,{value:ge}),warn:F({},e,{value:he}),error:F({},e,{value:ye}),group:F({},e,{value:me}),groupCollapsed:F({},e,{value:be}),groupEnd:F({},e,{value:Ee})})}V<0&&R("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ee=D.ReactCurrentDispatcher,re;function H(e,r,t){{if(re===void 0)try{throw Error()}catch(c){var a=c.stack.trim().match(/\n( *(at )?)/);re=a&&a[1]||""}return` +`+re+e}}var te=!1,K;{var rr=typeof WeakMap=="function"?WeakMap:Map;K=new rr}function _e(e,r){if(!e||te)return"";{var t=K.get(e);if(t!==void 0)return t}var a;te=!0;var c=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var f;f=ee.current,ee.current=null,Qe();try{if(r){var u=function(){throw Error()};if(Object.defineProperty(u.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(u,[])}catch(x){a=x}Reflect.construct(e,[],u)}else{try{u.call()}catch(x){a=x}e.call(u.prototype)}}else{try{throw Error()}catch(x){a=x}e()}}catch(x){if(x&&a&&typeof x.stack=="string"){for(var s=x.stack.split(` `),j=a.stack.split(` -`),p=s.length-1,y=j.length-1;p>=1&&y>=0&&s[p]!==j[y];)y--;for(;p>=1&&y>=0;p--,y--)if(s[p]!==j[y]){if(p!==1||y!==1)do if(p--,y--,y<0||s[p]!==j[y]){var w=` -`+s[p].replace(" at new "," at ");return e.displayName&&w.includes("<anonymous>")&&(w=w.replace("<anonymous>",e.displayName)),typeof e=="function"&&H.set(e,w),w}while(p>=1&&y>=0);break}}}finally{te=!1,ee.current=f,er(),Error.prepareStackTrace=l}var N=e?e.displayName||e.name:"",A=N?B(N):"";return typeof e=="function"&&H.set(e,A),A}function tr(e,r,t){return _e(e,!1)}function nr(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function K(e,r,t){if(e==null)return"";if(typeof e=="function")return _e(e,nr(e));if(typeof e=="string")return B(e);switch(e){case C:return B("Suspense");case E:return B("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case m:return tr(e.render);case h:return K(e.type,r,t);case P:{var a=e,l=a._payload,f=a._init;try{return K(f(l),r,t)}catch{}}}return""}var V=Object.prototype.hasOwnProperty,je={},xe=D.ReactDebugCurrentFrame;function G(e){if(e){var r=e._owner,t=K(e.type,e._source,r?r.type:null);xe.setExtraStackFrame(t)}else xe.setExtraStackFrame(null)}function ar(e,r,t,a,l){{var f=Function.call.bind(V);for(var u in e)if(f(e,u)){var s=void 0;try{if(typeof e[u]!="function"){var j=Error((a||"React class")+": "+t+" type `"+u+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[u]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw j.name="Invariant Violation",j}s=e[u](r,u,a,t,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(p){s=p}s&&!(s instanceof Error)&&(G(l),R("%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,u,typeof s),G(null)),s instanceof Error&&!(s.message in je)&&(je[s.message]=!0,G(l),R("Failed %s type: %s",t,s.message),G(null))}}}var ir=Array.isArray;function ne(e){return ir(e)}function or(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,t=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t}}function sr(e){try{return Te(e),!1}catch{return!0}}function Te(e){return""+e}function Se(e){if(sr(e))return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",or(e)),Te(e)}var $=D.ReactCurrentOwner,ur={key:!0,ref:!0,__self:!0,__source:!0},we,Oe,ae;ae={};function lr(e){if(V.call(e,"ref")){var r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function cr(e){if(V.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function fr(e,r){if(typeof e.ref=="string"&&$.current&&r&&$.current.stateNode!==r){var t=O($.current.type);ae[t]||(R('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',O($.current.type),e.ref),ae[t]=!0)}}function dr(e,r){{var t=function(){we||(we=!0,R("%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))};t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}}function vr(e,r){{var t=function(){Oe||(Oe=!0,R("%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))};t.isReactWarning=!0,Object.defineProperty(e,"ref",{get:t,configurable:!0})}}var pr=function(e,r,t,a,l,f,u){var s={$$typeof:o,type:e,key:r,ref:t,props:u,_owner:f};return s._store={},Object.defineProperty(s._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(s,"_self",{configurable:!1,enumerable:!1,writable:!1,value:a}),Object.defineProperty(s,"_source",{configurable:!1,enumerable:!1,writable:!1,value:l}),Object.freeze&&(Object.freeze(s.props),Object.freeze(s)),s};function gr(e,r,t,a,l){{var f,u={},s=null,j=null;t!==void 0&&(Se(t),s=""+t),cr(r)&&(Se(r.key),s=""+r.key),lr(r)&&(j=r.ref,fr(r,l));for(f in r)V.call(r,f)&&!ur.hasOwnProperty(f)&&(u[f]=r[f]);if(e&&e.defaultProps){var p=e.defaultProps;for(f in p)u[f]===void 0&&(u[f]=p[f])}if(s||j){var y=typeof e=="function"?e.displayName||e.name||"Unknown":e;s&&dr(u,y),j&&vr(u,y)}return pr(e,s,j,l,a,$.current,u)}}var ie=D.ReactCurrentOwner,Ce=D.ReactDebugCurrentFrame;function I(e){if(e){var r=e._owner,t=K(e.type,e._source,r?r.type:null);Ce.setExtraStackFrame(t)}else Ce.setExtraStackFrame(null)}var oe;oe=!1;function se(e){return typeof e=="object"&&e!==null&&e.$$typeof===o}function ke(){{if(ie.current){var e=O(ie.current.type);if(e)return` +`),p=s.length-1,y=j.length-1;p>=1&&y>=0&&s[p]!==j[y];)y--;for(;p>=1&&y>=0;p--,y--)if(s[p]!==j[y]){if(p!==1||y!==1)do if(p--,y--,y<0||s[p]!==j[y]){var k=` +`+s[p].replace(" at new "," at ");return e.displayName&&k.includes("<anonymous>")&&(k=k.replace("<anonymous>",e.displayName)),typeof e=="function"&&K.set(e,k),k}while(p>=1&&y>=0);break}}}finally{te=!1,ee.current=f,er(),Error.prepareStackTrace=c}var N=e?e.displayName||e.name:"",A=N?H(N):"";return typeof e=="function"&&K.set(e,A),A}function tr(e,r,t){return _e(e,!1)}function nr(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function G(e,r,t){if(e==null)return"";if(typeof e=="function")return _e(e,nr(e));if(typeof e=="string")return H(e);switch(e){case O:return H("Suspense");case E:return H("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case b:return tr(e.render);case h:return G(e.type,r,t);case P:{var a=e,c=a._payload,f=a._init;try{return G(f(c),r,t)}catch{}}}return""}var $=Object.prototype.hasOwnProperty,je={},xe=D.ReactDebugCurrentFrame;function J(e){if(e){var r=e._owner,t=G(e.type,e._source,r?r.type:null);xe.setExtraStackFrame(t)}else xe.setExtraStackFrame(null)}function ar(e,r,t,a,c){{var f=Function.call.bind($);for(var u in e)if(f(e,u)){var s=void 0;try{if(typeof e[u]!="function"){var j=Error((a||"React class")+": "+t+" type `"+u+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[u]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw j.name="Invariant Violation",j}s=e[u](r,u,a,t,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(p){s=p}s&&!(s instanceof Error)&&(J(c),R("%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,u,typeof s),J(null)),s instanceof Error&&!(s.message in je)&&(je[s.message]=!0,J(c),R("Failed %s type: %s",t,s.message),J(null))}}}var ir=Array.isArray;function ne(e){return ir(e)}function or(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,t=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t}}function sr(e){try{return Te(e),!1}catch{return!0}}function Te(e){return""+e}function Se(e){if(sr(e))return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",or(e)),Te(e)}var U=D.ReactCurrentOwner,ur={key:!0,ref:!0,__self:!0,__source:!0},ke,we,ae;ae={};function lr(e){if($.call(e,"ref")){var r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function cr(e){if($.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function fr(e,r){if(typeof e.ref=="string"&&U.current&&r&&U.current.stateNode!==r){var t=w(U.current.type);ae[t]||(R('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',w(U.current.type),e.ref),ae[t]=!0)}}function dr(e,r){{var t=function(){ke||(ke=!0,R("%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))};t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}}function vr(e,r){{var t=function(){we||(we=!0,R("%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))};t.isReactWarning=!0,Object.defineProperty(e,"ref",{get:t,configurable:!0})}}var pr=function(e,r,t,a,c,f,u){var s={$$typeof:o,type:e,key:r,ref:t,props:u,_owner:f};return s._store={},Object.defineProperty(s._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(s,"_self",{configurable:!1,enumerable:!1,writable:!1,value:a}),Object.defineProperty(s,"_source",{configurable:!1,enumerable:!1,writable:!1,value:c}),Object.freeze&&(Object.freeze(s.props),Object.freeze(s)),s};function gr(e,r,t,a,c){{var f,u={},s=null,j=null;t!==void 0&&(Se(t),s=""+t),cr(r)&&(Se(r.key),s=""+r.key),lr(r)&&(j=r.ref,fr(r,c));for(f in r)$.call(r,f)&&!ur.hasOwnProperty(f)&&(u[f]=r[f]);if(e&&e.defaultProps){var p=e.defaultProps;for(f in p)u[f]===void 0&&(u[f]=p[f])}if(s||j){var y=typeof e=="function"?e.displayName||e.name||"Unknown":e;s&&dr(u,y),j&&vr(u,y)}return pr(e,s,j,c,a,U.current,u)}}var ie=D.ReactCurrentOwner,Oe=D.ReactDebugCurrentFrame;function I(e){if(e){var r=e._owner,t=G(e.type,e._source,r?r.type:null);Oe.setExtraStackFrame(t)}else Oe.setExtraStackFrame(null)}var oe;oe=!1;function se(e){return typeof e=="object"&&e!==null&&e.$$typeof===o}function Ce(){{if(ie.current){var e=w(ie.current.type);if(e)return` -Check the render method of \``+e+"`."}return""}}function hr(e){return""}var Pe={};function yr(e){{var r=ke();if(!r){var t=typeof e=="string"?e:e.displayName||e.name;t&&(r=` +Check the render method of \``+e+"`."}return""}}function hr(e){return""}var Pe={};function yr(e){{var r=Ce();if(!r){var t=typeof e=="string"?e:e.displayName||e.name;t&&(r=` -Check the top-level render call using <`+t+">.")}return r}}function Fe(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var t=yr(r);if(Pe[t])return;Pe[t]=!0;var a="";e&&e._owner&&e._owner!==ie.current&&(a=" It was passed a child from "+O(e._owner.type)+"."),I(e),R('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),I(null)}}function Ae(e,r){{if(typeof e!="object")return;if(ne(e))for(var t=0;t<e.length;t++){var a=e[t];se(a)&&Fe(a,r)}else if(se(e))e._store&&(e._store.validated=!0);else if(e){var l=Be(e);if(typeof l=="function"&&l!==e.entries)for(var f=l.call(e),u;!(u=f.next()).done;)se(u.value)&&Fe(u.value,r)}}}function br(e){{var r=e.type;if(r==null||typeof r=="string")return;var t;if(typeof r=="function")t=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===m||r.$$typeof===h))t=r.propTypes;else return;if(t){var a=O(r);ar(t,e.props,"prop",a,e)}else if(r.PropTypes!==void 0&&!oe){oe=!0;var l=O(r);R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",l||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function mr(e){{for(var r=Object.keys(e.props),t=0;t<r.length;t++){var a=r[t];if(a!=="children"&&a!=="key"){I(e),R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",a),I(null);break}}e.ref!==null&&(I(e),R("Invalid attribute `ref` supplied to `React.Fragment`."),I(null))}}var De={};function Ie(e,r,t,a,l,f){{var u=qe(e);if(!u){var s="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(s+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var j=hr();j?s+=j:s+=ke();var p;e===null?p="null":ne(e)?p="array":e!==void 0&&e.$$typeof===o?(p="<"+(O(e.type)||"Unknown")+" />",s=" Did you accidentally export a JSX literal instead of a component?"):p=typeof e,R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",p,s)}var y=gr(e,r,t,l,f);if(y==null)return y;if(u){var w=r.children;if(w!==void 0)if(a)if(ne(w)){for(var N=0;N<w.length;N++)Ae(w[N],e);Object.freeze&&Object.freeze(w)}else R("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Ae(w,e)}if(V.call(r,"key")){var A=O(e),x=Object.keys(r).filter(function(Tr){return Tr!=="key"}),ue=x.length>0?"{key: someKey, "+x.join(": ..., ")+": ...}":"{key: someKey}";if(!De[A+ue]){var xr=x.length>0?"{"+x.join(": ..., ")+": ...}":"{}";R(`A props object containing a "key" prop is being spread into JSX: +Check the top-level render call using <`+t+">.")}return r}}function Fe(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var t=yr(r);if(Pe[t])return;Pe[t]=!0;var a="";e&&e._owner&&e._owner!==ie.current&&(a=" It was passed a child from "+w(e._owner.type)+"."),I(e),R('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),I(null)}}function Ae(e,r){{if(typeof e!="object")return;if(ne(e))for(var t=0;t<e.length;t++){var a=e[t];se(a)&&Fe(a,r)}else if(se(e))e._store&&(e._store.validated=!0);else if(e){var c=Be(e);if(typeof c=="function"&&c!==e.entries)for(var f=c.call(e),u;!(u=f.next()).done;)se(u.value)&&Fe(u.value,r)}}}function mr(e){{var r=e.type;if(r==null||typeof r=="string")return;var t;if(typeof r=="function")t=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===b||r.$$typeof===h))t=r.propTypes;else return;if(t){var a=w(r);ar(t,e.props,"prop",a,e)}else if(r.PropTypes!==void 0&&!oe){oe=!0;var c=w(r);R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",c||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function br(e){{for(var r=Object.keys(e.props),t=0;t<r.length;t++){var a=r[t];if(a!=="children"&&a!=="key"){I(e),R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",a),I(null);break}}e.ref!==null&&(I(e),R("Invalid attribute `ref` supplied to `React.Fragment`."),I(null))}}var De={};function Ie(e,r,t,a,c,f){{var u=qe(e);if(!u){var s="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(s+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var j=hr();j?s+=j:s+=Ce();var p;e===null?p="null":ne(e)?p="array":e!==void 0&&e.$$typeof===o?(p="<"+(w(e.type)||"Unknown")+" />",s=" Did you accidentally export a JSX literal instead of a component?"):p=typeof e,R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",p,s)}var y=gr(e,r,t,c,f);if(y==null)return y;if(u){var k=r.children;if(k!==void 0)if(a)if(ne(k)){for(var N=0;N<k.length;N++)Ae(k[N],e);Object.freeze&&Object.freeze(k)}else R("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Ae(k,e)}if($.call(r,"key")){var A=w(e),x=Object.keys(r).filter(function(Tr){return Tr!=="key"}),ue=x.length>0?"{key: someKey, "+x.join(": ..., ")+": ...}":"{key: someKey}";if(!De[A+ue]){var xr=x.length>0?"{"+x.join(": ..., ")+": ...}":"{}";R(`A props object containing a "key" prop is being spread into JSX: let props = %s; <%s {...props} /> React keys must be passed directly to JSX without using spread: let props = %s; - <%s key={someKey} {...props} />`,ue,A,xr,A),De[A+ue]=!0}}return e===v?mr(y):br(y),y}}function Er(e,r,t){return Ie(e,r,t,!0)}function Rr(e,r,t){return Ie(e,r,t,!1)}var _r=Rr,jr=Er;W.Fragment=v,W.jsx=_r,W.jsxs=jr}()),W}process.env.NODE_ENV==="production"?J.exports=Ne():J.exports=Le();var n=J.exports;const z=({content:c,caption:o=""})=>n.jsxs("figure",{className:"card",children:[c,o&&n.jsx("figcaption",{children:o})]}),We=({title:c,content:o})=>n.jsxs("details",{className:"collapse",children:[n.jsx("summary",{children:c}),n.jsx("figure",{children:o})]}),k=({name:c,cat:o="brands",option:i="2x",isHidden:v=!0,event:d=void 0})=>n.jsx("i",{...d?{className:`fa-${o} fa-${c} fa-${i}`}:{className:`fa-${o} fa-${c} fa-${i} fa-fw`},"aria-hidden":v,...d?{onClick:g=>d(g)}:{},...d?{onKeyDown:g=>d(g)}:{},...d?{tabIndex:0}:{}}),X=({url:c,alt:o,design:i="image"})=>n.jsx("img",{src:c,alt:o,className:i,loading:"lazy"}),q=({content:c,url:o,design:i="link",label:v="",title:d=""})=>{const g=o.startsWith("https");return n.jsx("a",{href:o,className:`${i}`,...v?{"aria-label":v}:{},...d?{title:d}:{},...g?{rel:"noopener noreferrer"}:{},...g?{target:"_blank"}:{},children:c})},Y=({array:c})=>n.jsx("ul",{className:"list",children:c.map((o,i)=>n.jsx("li",{children:n.jsx(n.Fragment,{children:o})},i))}),Z=({link:c,ico:o,txt:i})=>{const{url:v,label:d}=c,{name:g,cat:T,option:_}=o;return n.jsx(q,{url:v,label:d,design:"link button",content:n.jsxs(n.Fragment,{children:[n.jsx(k,{name:g,cat:T,option:_,isHidden:!1,event:void 0}),i&&n.jsx("b",{children:i})]})})},Ye=({array:c})=>n.jsx("footer",{className:"footer",children:n.jsx(Y,{array:c.map(o=>n.jsx(Z,{link:o.link,ico:o.ico,txt:""}))})}),Q=({txt:c,lvl:o=4,sub:i="",ico:v=void 0})=>{o=Number(o),(o<1||o>3)&&(o=4);const d=`h${o}`;return n.jsxs("hgroup",{className:"title",children:[v&&n.jsx("p",{children:S.createElement(k,v)}),S.createElement(d,{},c),i&&n.jsx("p",{children:i})]})},Me=({array:c})=>{const o=(i,v)=>{var g,T;const d={url:i.url,title:i.detail?i.detail:void 0,design:"link",content:n.jsx(z,{caption:i.caption&&n.jsx(Q,{txt:i.caption.title}),content:i.image&&n.jsx(X,{url:i.image.url,alt:i.image.alt})})};return i.name?(d.content=n.jsx(n.Fragment,{children:i.name}),d.design="btn"):i.caption&&i.caption.technos&&(d.content=n.jsx(z,{caption:n.jsxs(n.Fragment,{children:[n.jsx(Q,{txt:i.caption.title}),n.jsx(Y,{array:i.caption.technos.map(_=>n.jsx(k,{name:_,option:"lg",isHidden:!1}))})]}),content:n.jsx(X,{url:((g=i.image)==null?void 0:g.url)??"",alt:((T=i.image)==null?void 0:T.alt)??""})})),n.jsx(q,{...d},v)};return n.jsx(Y,{array:c.map(o)})},Ve=({array:c})=>n.jsx("nav",{className:"navbar",children:n.jsx(Y,{array:c.map(o=>n.jsx(Z,{link:o.link,ico:o.ico,txt:o.txt}))})}),$e=({array:c,timer:o=5e3})=>{const i=c.length,[v,d]=S.useState(0),g=()=>d(h=>(h+1)%i),T=()=>d(h=>(h-1+i)%i);//! ********** AUTOPLAY ********** -let[_,m]=S.useState(o!==0);const C=()=>m(h=>!h);S.useEffect(()=>{let h;return _&&(h=setInterval(()=>g(),o)),()=>clearInterval(h)},[_,i]);//! ********** KEYBOARD EVENTS ********** -const E=h=>{switch(h.key){case"ArrowLeft":T();break;case"ArrowRight":g();break;case"a":case"A":case"p":case"P":C();break}};S.useEffect(()=>(document.addEventListener("keydown",E),()=>{document.removeEventListener("keydown",E)}),[]);//! ********** RENDER ********** -return n.jsxs("figure",{className:"slider",role:"region","aria-label":"slider",children:[c[v],i>1&&n.jsxs("nav",{children:[n.jsx(k,{name:"chevron-left",cat:"solid",isHidden:!1,event:T}),n.jsx(k,{name:"chevron-right",cat:"solid",isHidden:!1,event:g}),n.jsx(k,{name:_?"pause":"play",cat:"solid",isHidden:!1,event:C})]}),n.jsx("progress",{value:(v+1)/i})]})};b.Button=Z,b.Card=z,b.Collapse=We,b.Footer=Ye,b.Gallery=Me,b.Icon=k,b.Image=X,b.Link=q,b.List=Y,b.Navbar=Ve,b.Slider=$e,b.Title=Q,Object.defineProperty(b,Symbol.toStringTag,{value:"Module"})}); + <%s key={someKey} {...props} />`,ue,A,xr,A),De[A+ue]=!0}}return e===v?br(y):mr(y),y}}function Er(e,r,t){return Ie(e,r,t,!0)}function Rr(e,r,t){return Ie(e,r,t,!1)}var _r=Rr,jr=Er;W.Fragment=v,W.jsx=_r,W.jsxs=jr}()),W}process.env.NODE_ENV==="production"?z.exports=Ne():z.exports=Le();var n=z.exports;const X=({content:l,caption:o=""})=>n.jsxs("figure",{className:"card",children:[l,o&&n.jsx("figcaption",{children:o})]}),We=({title:l,content:o})=>n.jsxs("details",{className:"collapse",children:[n.jsx("summary",{children:l}),n.jsx("figure",{children:o})]}),C=({name:l,cat:o="brands",option:i="2x",isHidden:v=!0,event:d=void 0})=>n.jsx("i",{...d?{className:`fa-${o} fa-${l} fa-${i}`}:{className:`fa-${o} fa-${l} fa-${i} fa-fw`},"aria-hidden":v,...d?{onClick:g=>d(g)}:{},...d?{onKeyDown:g=>d(g)}:{},...d?{tabIndex:0}:{}}),q=({url:l,alt:o,design:i="image"})=>n.jsx("img",{src:l,alt:o,className:i,loading:"lazy"}),Z=({content:l,url:o,design:i="link",label:v="",title:d=""})=>{const g=o.startsWith("https");return n.jsx("a",{href:o,className:`${i}`,...v?{"aria-label":v}:{},...d?{title:d}:{},...g?{rel:"noopener noreferrer"}:{},...g?{target:"_blank"}:{},children:l})},Y=({array:l})=>n.jsx("ul",{className:"list",children:l.map((o,i)=>n.jsx("li",{children:n.jsx(n.Fragment,{children:o})},i))}),M=({link:l,ico:o,txt:i})=>{const{url:v,label:d}=l,{name:g,cat:T,option:_}=o;return n.jsx(Z,{url:v,label:d,design:"link button",content:n.jsxs(n.Fragment,{children:[n.jsx(C,{name:g,cat:T,option:_,isHidden:!1,event:void 0}),i&&n.jsx("b",{children:i})]})})},Ye=({links:l})=>n.jsx("footer",{className:"footer",children:n.jsx(Y,{array:l.map(o=>n.jsx(M,{link:o.link,ico:o.ico,txt:""}))})}),Q=({txt:l,lvl:o=4,sub:i="",ico:v=void 0})=>{o=Number(o),(o<1||o>3)&&(o=4);const d=`h${o}`;return n.jsxs("hgroup",{className:"title",children:[v&&n.jsx("p",{children:S.createElement(C,v)}),S.createElement(d,{},l),i&&n.jsx("p",{children:i})]})},Me=({array:l})=>{const o=(i,v)=>{var g,T;const d={url:i.url,title:i.detail?i.detail:void 0,design:"link",content:n.jsx(X,{caption:i.caption&&n.jsx(Q,{txt:i.caption.title}),content:i.image&&n.jsx(q,{url:i.image.url,alt:i.image.alt})})};return i.name?(d.content=n.jsx(n.Fragment,{children:i.name}),d.design="btn"):i.caption&&i.caption.technos&&(d.content=n.jsx(X,{caption:n.jsxs(n.Fragment,{children:[n.jsx(Q,{txt:i.caption.title}),n.jsx(Y,{array:i.caption.technos.map(_=>n.jsx(C,{name:_,option:"lg",isHidden:!1}))})]}),content:n.jsx(q,{url:((g=i.image)==null?void 0:g.url)??"",alt:((T=i.image)==null?void 0:T.alt)??""})})),n.jsx(Z,{...d},v)};return n.jsx(Y,{array:l.map(o)})},Ve=({brand:l,links:o,contact:i})=>n.jsxs("nav",{className:"navbar",children:[n.jsx(M,{link:l.link,ico:l.ico,txt:""}),n.jsx(Y,{array:o.map(v=>n.jsx(M,{link:v.link,ico:v.ico,txt:v.txt}))}),n.jsx(M,{link:i.link,ico:i.ico,txt:""})]}),$e=({array:l,timer:o=5e3})=>{const i=l.length,[v,d]=S.useState(0),g=()=>d(h=>(h+1)%i),T=()=>d(h=>(h-1+i)%i);//! ********** AUTOPLAY ********** +let[_,b]=S.useState(o!==0);const O=()=>b(h=>!h);S.useEffect(()=>{let h;return _&&(h=setInterval(()=>g(),o)),()=>clearInterval(h)},[_,i]);//! ********** KEYBOARD EVENTS ********** +const E=h=>{switch(h.key){case"ArrowLeft":T();break;case"ArrowRight":g();break;case"a":case"A":case"p":case"P":O();break}};S.useEffect(()=>(document.addEventListener("keydown",E),()=>{document.removeEventListener("keydown",E)}),[]);//! ********** RENDER ********** +return n.jsxs("figure",{className:"slider",role:"region","aria-label":"slider",children:[l[v],i>1&&n.jsxs("nav",{children:[n.jsx(C,{name:"chevron-left",cat:"solid",isHidden:!1,event:T}),n.jsx(C,{name:"chevron-right",cat:"solid",isHidden:!1,event:g}),n.jsx(C,{name:_?"pause":"play",cat:"solid",isHidden:!1,event:O})]}),n.jsx("progress",{value:(v+1)/i})]})};m.Button=M,m.Card=X,m.Collapse=We,m.Footer=Ye,m.Gallery=Me,m.Icon=C,m.Image=q,m.Link=Z,m.List=Y,m.Navbar=Ve,m.Slider=$e,m.Title=Q,Object.defineProperty(m,Symbol.toStringTag,{value:"Module"})}); //# sourceMappingURL=index.umd.js.map diff --git a/dist/index.umd.js.map b/dist/index.umd.js.map index 763f8f2..4bd80c3 100644 --- a/dist/index.umd.js.map +++ b/dist/index.umd.js.map @@ -1 +1 @@ -{"version":3,"file":"index.umd.js","sources":["../node_modules/react/cjs/react-jsx-runtime.production.min.js","../node_modules/react/cjs/react-jsx-runtime.development.js","../node_modules/react/jsx-runtime.js","../lib/atoms/card/Card.tsx","../lib/atoms/collapse/Collapse.tsx","../lib/atoms/icon/Icon.tsx","../lib/atoms/image/Image.tsx","../lib/atoms/link/Link.tsx","../lib/atoms/list/List.tsx","../lib/molecules/button/Button.tsx","../lib/molecules/footer/Footer.tsx","../lib/molecules/title/Title.tsx","../lib/molecules/gallery/Gallery.tsx","../lib/molecules/navbar/Navbar.tsx","../lib/molecules/slider/Slider.tsx"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n","/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nvar React = require('react');\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\nvar MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n\n return null;\n}\n\nvar ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\nfunction error(format) {\n {\n {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n printWarning('error', format, args);\n }\n }\n}\n\nfunction printWarning(level, format, args) {\n // When changing this logic, you might want to also\n // update consoleWithStackDev.www.js as well.\n {\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n\n if (stack !== '') {\n format += '%s';\n args = args.concat([stack]);\n } // eslint-disable-next-line react-internal/safe-string-coercion\n\n\n var argsWithFormat = args.map(function (item) {\n return String(item);\n }); // Careful: RN currently depends on this prefix\n\n argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n // eslint-disable-next-line react-internal/no-production-logging\n\n Function.prototype.apply.call(console[level], console, argsWithFormat);\n }\n}\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber\n// stuff. Intended to enable React core members to more easily debug scheduling\n// issues in DEV builds.\n\nvar enableDebugTracing = false; // Track which Fiber(s) schedule render work.\n\nvar REACT_MODULE_REFERENCE;\n\n{\n REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');\n}\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object\n // types supported by any Flight configuration anywhere since\n // we don't know which Flight build this will end up being used\n // with.\n type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var displayName = outerType.displayName;\n\n if (displayName) {\n return displayName;\n }\n\n var functionName = innerType.displayName || innerType.name || '';\n return functionName !== '' ? wrapperName + \"(\" + functionName + \")\" : wrapperName;\n} // Keep in sync with react-reconciler/getComponentNameFromFiber\n\n\nfunction getContextName(type) {\n return type.displayName || 'Context';\n} // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead.\n\n\nfunction getComponentNameFromType(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n\n {\n if (typeof type.tag === 'number') {\n error('Received an unexpected object in getComponentNameFromType(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n\n if (typeof type === 'string') {\n return type;\n }\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return 'Fragment';\n\n case REACT_PORTAL_TYPE:\n return 'Portal';\n\n case REACT_PROFILER_TYPE:\n return 'Profiler';\n\n case REACT_STRICT_MODE_TYPE:\n return 'StrictMode';\n\n case REACT_SUSPENSE_TYPE:\n return 'Suspense';\n\n case REACT_SUSPENSE_LIST_TYPE:\n return 'SuspenseList';\n\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n var context = type;\n return getContextName(context) + '.Consumer';\n\n case REACT_PROVIDER_TYPE:\n var provider = type;\n return getContextName(provider._context) + '.Provider';\n\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n\n case REACT_MEMO_TYPE:\n var outerName = type.displayName || null;\n\n if (outerName !== null) {\n return outerName;\n }\n\n return getComponentNameFromType(type.type) || 'Memo';\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n return getComponentNameFromType(init(payload));\n } catch (x) {\n return null;\n }\n }\n\n // eslint-disable-next-line no-fallthrough\n }\n }\n\n return null;\n}\n\nvar assign = Object.assign;\n\n// Helpers to patch console.logs to avoid logging during side-effect free\n// replaying on render function. This currently only patches the object\n// lazily which won't cover if the log function was extracted eagerly.\n// We could also eagerly patch the method.\nvar disabledDepth = 0;\nvar prevLog;\nvar prevInfo;\nvar prevWarn;\nvar prevError;\nvar prevGroup;\nvar prevGroupCollapsed;\nvar prevGroupEnd;\n\nfunction disabledLog() {}\n\ndisabledLog.__reactDisabledLog = true;\nfunction disableLogs() {\n {\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099\n\n var props = {\n configurable: true,\n enumerable: true,\n value: disabledLog,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n disabledDepth++;\n }\n}\nfunction reenableLogs() {\n {\n disabledDepth--;\n\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n var props = {\n configurable: true,\n enumerable: true,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n log: assign({}, props, {\n value: prevLog\n }),\n info: assign({}, props, {\n value: prevInfo\n }),\n warn: assign({}, props, {\n value: prevWarn\n }),\n error: assign({}, props, {\n value: prevError\n }),\n group: assign({}, props, {\n value: prevGroup\n }),\n groupCollapsed: assign({}, props, {\n value: prevGroupCollapsed\n }),\n groupEnd: assign({}, props, {\n value: prevGroupEnd\n })\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n if (disabledDepth < 0) {\n error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');\n }\n }\n}\n\nvar ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;\nvar prefix;\nfunction describeBuiltInComponentFrame(name, source, ownerFn) {\n {\n if (prefix === undefined) {\n // Extract the VM specific prefix used by each line.\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = match && match[1] || '';\n }\n } // We use the prefix to ensure our stacks line up with native stack frames.\n\n\n return '\\n' + prefix + name;\n }\n}\nvar reentry = false;\nvar componentFrameCache;\n\n{\n var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;\n componentFrameCache = new PossiblyWeakMap();\n}\n\nfunction describeNativeComponentFrame(fn, construct) {\n // If something asked for a stack inside a fake render, it should get ignored.\n if ( !fn || reentry) {\n return '';\n }\n\n {\n var frame = componentFrameCache.get(fn);\n\n if (frame !== undefined) {\n return frame;\n }\n }\n\n var control;\n reentry = true;\n var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.\n\n Error.prepareStackTrace = undefined;\n var previousDispatcher;\n\n {\n previousDispatcher = ReactCurrentDispatcher.current; // Set the dispatcher in DEV because this might be call in the render function\n // for warnings.\n\n ReactCurrentDispatcher.current = null;\n disableLogs();\n }\n\n try {\n // This should throw.\n if (construct) {\n // Something should be setting the props in the constructor.\n var Fake = function () {\n throw Error();\n }; // $FlowFixMe\n\n\n Object.defineProperty(Fake.prototype, 'props', {\n set: function () {\n // We use a throwing setter instead of frozen or non-writable props\n // because that won't throw in a non-strict mode function.\n throw Error();\n }\n });\n\n if (typeof Reflect === 'object' && Reflect.construct) {\n // We construct a different control for this case to include any extra\n // frames added by the construct call.\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n control = x;\n }\n\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x) {\n control = x;\n }\n\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x) {\n control = x;\n }\n\n fn();\n }\n } catch (sample) {\n // This is inlined manually because closure doesn't do it for us.\n if (sample && control && typeof sample.stack === 'string') {\n // This extracts the first frame from the sample that isn't also in the control.\n // Skipping one frame that we assume is the frame that calls the two.\n var sampleLines = sample.stack.split('\\n');\n var controlLines = control.stack.split('\\n');\n var s = sampleLines.length - 1;\n var c = controlLines.length - 1;\n\n while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {\n // We expect at least one stack frame to be shared.\n // Typically this will be the root most one. However, stack frames may be\n // cut off due to maximum stack limits. In this case, one maybe cut off\n // earlier than the other. We assume that the sample is longer or the same\n // and there for cut off earlier. So we should find the root most frame in\n // the sample somewhere in the control.\n c--;\n }\n\n for (; s >= 1 && c >= 0; s--, c--) {\n // Next we find the first one that isn't the same which should be the\n // frame that called our sample function and the control.\n if (sampleLines[s] !== controlLines[c]) {\n // In V8, the first line is describing the message but other VMs don't.\n // If we're about to return the first line, and the control is also on the same\n // line, that's a pretty good indicator that our sample threw at same line as\n // the control. I.e. before we entered the sample frame. So we ignore this result.\n // This can happen if you passed a class to function component, or non-function.\n if (s !== 1 || c !== 1) {\n do {\n s--;\n c--; // We may still have similar intermediate frames from the construct call.\n // The next one that isn't the same should be our match though.\n\n if (c < 0 || sampleLines[s] !== controlLines[c]) {\n // V8 adds a \"new\" prefix for native classes. Let's remove it to make it prettier.\n var _frame = '\\n' + sampleLines[s].replace(' at new ', ' at '); // If our component frame is labeled \"<anonymous>\"\n // but we have a user-provided \"displayName\"\n // splice it in to make the stack more readable.\n\n\n if (fn.displayName && _frame.includes('<anonymous>')) {\n _frame = _frame.replace('<anonymous>', fn.displayName);\n }\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, _frame);\n }\n } // Return the line we found.\n\n\n return _frame;\n }\n } while (s >= 1 && c >= 0);\n }\n\n break;\n }\n }\n }\n } finally {\n reentry = false;\n\n {\n ReactCurrentDispatcher.current = previousDispatcher;\n reenableLogs();\n }\n\n Error.prepareStackTrace = previousPrepareStackTrace;\n } // Fallback to just using the name if we couldn't make it throw.\n\n\n var name = fn ? fn.displayName || fn.name : '';\n var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, syntheticFrame);\n }\n }\n\n return syntheticFrame;\n}\nfunction describeFunctionComponentFrame(fn, source, ownerFn) {\n {\n return describeNativeComponentFrame(fn, false);\n }\n}\n\nfunction shouldConstruct(Component) {\n var prototype = Component.prototype;\n return !!(prototype && prototype.isReactComponent);\n}\n\nfunction describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {\n\n if (type == null) {\n return '';\n }\n\n if (typeof type === 'function') {\n {\n return describeNativeComponentFrame(type, shouldConstruct(type));\n }\n }\n\n if (typeof type === 'string') {\n return describeBuiltInComponentFrame(type);\n }\n\n switch (type) {\n case REACT_SUSPENSE_TYPE:\n return describeBuiltInComponentFrame('Suspense');\n\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame('SuspenseList');\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return describeFunctionComponentFrame(type.render);\n\n case REACT_MEMO_TYPE:\n // Memo may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n // Lazy may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);\n } catch (x) {}\n }\n }\n }\n\n return '';\n}\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar loggedTypeFailures = {};\nvar ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame.setExtraStackFrame(null);\n }\n }\n}\n\nfunction checkPropTypes(typeSpecs, values, location, componentName, element) {\n {\n // $FlowFixMe This is okay but Flow doesn't know it.\n var has = Function.call.bind(hasOwnProperty);\n\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n // eslint-disable-next-line react-internal/prod-error-codes\n var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.');\n err.name = 'Invariant Violation';\n throw err;\n }\n\n error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED');\n } catch (ex) {\n error$1 = ex;\n }\n\n if (error$1 && !(error$1 instanceof Error)) {\n setCurrentlyValidatingElement(element);\n\n error('%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).', componentName || 'React class', location, typeSpecName, typeof error$1);\n\n setCurrentlyValidatingElement(null);\n }\n\n if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error$1.message] = true;\n setCurrentlyValidatingElement(element);\n\n error('Failed %s type: %s', location, error$1.message);\n\n setCurrentlyValidatingElement(null);\n }\n }\n }\n }\n}\n\nvar isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare\n\nfunction isArray(a) {\n return isArrayImpl(a);\n}\n\n/*\n * The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol\n * and Temporal.* types. See https://github.com/facebook/react/pull/22064.\n *\n * The functions in this module will throw an easier-to-understand,\n * easier-to-debug exception with a clear errors message message explaining the\n * problem. (Instead of a confusing exception thrown inside the implementation\n * of the `value` object).\n */\n// $FlowFixMe only called in DEV, so void return is not possible.\nfunction typeName(value) {\n {\n // toStringTag is needed for namespaced types like Temporal.Instant\n var hasToStringTag = typeof Symbol === 'function' && Symbol.toStringTag;\n var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || 'Object';\n return type;\n }\n} // $FlowFixMe only called in DEV, so void return is not possible.\n\n\nfunction willCoercionThrow(value) {\n {\n try {\n testStringCoercion(value);\n return false;\n } catch (e) {\n return true;\n }\n }\n}\n\nfunction testStringCoercion(value) {\n // If you ended up here by following an exception call stack, here's what's\n // happened: you supplied an object or symbol value to React (as a prop, key,\n // DOM attribute, CSS property, string ref, etc.) and when React tried to\n // coerce it to a string using `'' + value`, an exception was thrown.\n //\n // The most common types that will cause this exception are `Symbol` instances\n // and Temporal objects like `Temporal.Instant`. But any object that has a\n // `valueOf` or `[Symbol.toPrimitive]` method that throws will also cause this\n // exception. (Library authors do this to prevent users from using built-in\n // numeric operators like `+` or comparison operators like `>=` because custom\n // methods are needed to perform accurate arithmetic or comparison.)\n //\n // To fix the problem, coerce this object or symbol value to a string before\n // passing it to React. The most reliable way is usually `String(value)`.\n //\n // To find which value is throwing, check the browser or debugger console.\n // Before this exception was thrown, there should be `console.error` output\n // that shows the type (Symbol, Temporal.PlainDate, etc.) that caused the\n // problem and how that type was used: key, atrribute, input value prop, etc.\n // In most cases, this console output also shows the component and its\n // ancestor components where the exception happened.\n //\n // eslint-disable-next-line react-internal/safe-string-coercion\n return '' + value;\n}\nfunction checkKeyStringCoercion(value) {\n {\n if (willCoercionThrow(value)) {\n error('The provided key is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));\n\n return testStringCoercion(value); // throw (to help callers find troubleshooting comments)\n }\n }\n}\n\nvar ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;\nvar RESERVED_PROPS = {\n key: true,\n ref: true,\n __self: true,\n __source: true\n};\nvar specialPropKeyWarningShown;\nvar specialPropRefWarningShown;\nvar didWarnAboutStringRefs;\n\n{\n didWarnAboutStringRefs = {};\n}\n\nfunction hasValidRef(config) {\n {\n if (hasOwnProperty.call(config, 'ref')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.ref !== undefined;\n}\n\nfunction hasValidKey(config) {\n {\n if (hasOwnProperty.call(config, 'key')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'key').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.key !== undefined;\n}\n\nfunction warnIfStringRefCannotBeAutoConverted(config, self) {\n {\n if (typeof config.ref === 'string' && ReactCurrentOwner.current && self && ReactCurrentOwner.current.stateNode !== self) {\n var componentName = getComponentNameFromType(ReactCurrentOwner.current.type);\n\n if (!didWarnAboutStringRefs[componentName]) {\n error('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', getComponentNameFromType(ReactCurrentOwner.current.type), config.ref);\n\n didWarnAboutStringRefs[componentName] = true;\n }\n }\n }\n}\n\nfunction defineKeyPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingKey = function () {\n if (!specialPropKeyWarningShown) {\n specialPropKeyWarningShown = true;\n\n error('%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)', displayName);\n }\n };\n\n warnAboutAccessingKey.isReactWarning = true;\n Object.defineProperty(props, 'key', {\n get: warnAboutAccessingKey,\n configurable: true\n });\n }\n}\n\nfunction defineRefPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingRef = function () {\n if (!specialPropRefWarningShown) {\n specialPropRefWarningShown = true;\n\n error('%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)', displayName);\n }\n };\n\n warnAboutAccessingRef.isReactWarning = true;\n Object.defineProperty(props, 'ref', {\n get: warnAboutAccessingRef,\n configurable: true\n });\n }\n}\n/**\n * Factory method to create a new React element. This no longer adheres to\n * the class pattern, so do not use new to call it. Also, instanceof check\n * will not work. Instead test $$typeof field against Symbol.for('react.element') to check\n * if something is a React Element.\n *\n * @param {*} type\n * @param {*} props\n * @param {*} key\n * @param {string|object} ref\n * @param {*} owner\n * @param {*} self A *temporary* helper to detect places where `this` is\n * different from the `owner` when React.createElement is called, so that we\n * can warn. We want to get rid of owner and replace string `ref`s with arrow\n * functions, and as long as `this` and owner are the same, there will be no\n * change in behavior.\n * @param {*} source An annotation object (added by a transpiler or otherwise)\n * indicating filename, line number, and/or other information.\n * @internal\n */\n\n\nvar ReactElement = function (type, key, ref, self, source, owner, props) {\n var element = {\n // This tag allows us to uniquely identify this as a React Element\n $$typeof: REACT_ELEMENT_TYPE,\n // Built-in properties that belong on the element\n type: type,\n key: key,\n ref: ref,\n props: props,\n // Record the component responsible for creating this element.\n _owner: owner\n };\n\n {\n // The validation flag is currently mutative. We put it on\n // an external backing store so that we can freeze the whole object.\n // This can be replaced with a WeakMap once they are implemented in\n // commonly used development environments.\n element._store = {}; // To make comparing ReactElements easier for testing purposes, we make\n // the validation flag non-enumerable (where possible, which should\n // include every environment we run tests in), so the test framework\n // ignores it.\n\n Object.defineProperty(element._store, 'validated', {\n configurable: false,\n enumerable: false,\n writable: true,\n value: false\n }); // self and source are DEV only properties.\n\n Object.defineProperty(element, '_self', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: self\n }); // Two elements created in two different places should be considered\n // equal for testing purposes and therefore we hide it from enumeration.\n\n Object.defineProperty(element, '_source', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: source\n });\n\n if (Object.freeze) {\n Object.freeze(element.props);\n Object.freeze(element);\n }\n }\n\n return element;\n};\n/**\n * https://github.com/reactjs/rfcs/pull/107\n * @param {*} type\n * @param {object} props\n * @param {string} key\n */\n\nfunction jsxDEV(type, config, maybeKey, source, self) {\n {\n var propName; // Reserved names are extracted\n\n var props = {};\n var key = null;\n var ref = null; // Currently, key can be spread in as a prop. This causes a potential\n // issue if key is also explicitly declared (ie. <div {...props} key=\"Hi\" />\n // or <div key=\"Hi\" {...props} /> ). We want to deprecate key spread,\n // but as an intermediary step, we will use jsxDEV for everything except\n // <div {...props} key=\"Hi\" />, because we aren't currently able to tell if\n // key is explicitly declared to be undefined or not.\n\n if (maybeKey !== undefined) {\n {\n checkKeyStringCoercion(maybeKey);\n }\n\n key = '' + maybeKey;\n }\n\n if (hasValidKey(config)) {\n {\n checkKeyStringCoercion(config.key);\n }\n\n key = '' + config.key;\n }\n\n if (hasValidRef(config)) {\n ref = config.ref;\n warnIfStringRefCannotBeAutoConverted(config, self);\n } // Remaining properties are added to a new props object\n\n\n for (propName in config) {\n if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n props[propName] = config[propName];\n }\n } // Resolve default props\n\n\n if (type && type.defaultProps) {\n var defaultProps = type.defaultProps;\n\n for (propName in defaultProps) {\n if (props[propName] === undefined) {\n props[propName] = defaultProps[propName];\n }\n }\n }\n\n if (key || ref) {\n var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;\n\n if (key) {\n defineKeyPropWarningGetter(props, displayName);\n }\n\n if (ref) {\n defineRefPropWarningGetter(props, displayName);\n }\n }\n\n return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);\n }\n}\n\nvar ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;\nvar ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement$1(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame$1.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame$1.setExtraStackFrame(null);\n }\n }\n}\n\nvar propTypesMisspellWarningShown;\n\n{\n propTypesMisspellWarningShown = false;\n}\n/**\n * Verifies the object is a ReactElement.\n * See https://reactjs.org/docs/react-api.html#isvalidelement\n * @param {?object} object\n * @return {boolean} True if `object` is a ReactElement.\n * @final\n */\n\n\nfunction isValidElement(object) {\n {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n }\n}\n\nfunction getDeclarationErrorAddendum() {\n {\n if (ReactCurrentOwner$1.current) {\n var name = getComponentNameFromType(ReactCurrentOwner$1.current.type);\n\n if (name) {\n return '\\n\\nCheck the render method of `' + name + '`.';\n }\n }\n\n return '';\n }\n}\n\nfunction getSourceInfoErrorAddendum(source) {\n {\n if (source !== undefined) {\n var fileName = source.fileName.replace(/^.*[\\\\\\/]/, '');\n var lineNumber = source.lineNumber;\n return '\\n\\nCheck your code at ' + fileName + ':' + lineNumber + '.';\n }\n\n return '';\n }\n}\n/**\n * Warn if there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\n\n\nvar ownerHasKeyUseWarning = {};\n\nfunction getCurrentComponentErrorInfo(parentType) {\n {\n var info = getDeclarationErrorAddendum();\n\n if (!info) {\n var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;\n\n if (parentName) {\n info = \"\\n\\nCheck the top-level render call using <\" + parentName + \">.\";\n }\n }\n\n return info;\n }\n}\n/**\n * Warn if the element doesn't have an explicit key assigned to it.\n * This element is in an array. The array could grow and shrink or be\n * reordered. All children that haven't already been validated are required to\n * have a \"key\" property assigned to it. Error statuses are cached so a warning\n * will only be shown once.\n *\n * @internal\n * @param {ReactElement} element Element that requires a key.\n * @param {*} parentType element's parent's type.\n */\n\n\nfunction validateExplicitKey(element, parentType) {\n {\n if (!element._store || element._store.validated || element.key != null) {\n return;\n }\n\n element._store.validated = true;\n var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n\n if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n return;\n }\n\n ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a\n // property, it may be the creator of the child that's responsible for\n // assigning it a key.\n\n var childOwner = '';\n\n if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) {\n // Give the component that originally created this child.\n childOwner = \" It was passed a child from \" + getComponentNameFromType(element._owner.type) + \".\";\n }\n\n setCurrentlyValidatingElement$1(element);\n\n error('Each child in a list should have a unique \"key\" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);\n\n setCurrentlyValidatingElement$1(null);\n }\n}\n/**\n * Ensure that every element either is passed in a static location, in an\n * array with an explicit keys property defined, or in an object literal\n * with valid key property.\n *\n * @internal\n * @param {ReactNode} node Statically passed child of any type.\n * @param {*} parentType node's parent's type.\n */\n\n\nfunction validateChildKeys(node, parentType) {\n {\n if (typeof node !== 'object') {\n return;\n }\n\n if (isArray(node)) {\n for (var i = 0; i < node.length; i++) {\n var child = node[i];\n\n if (isValidElement(child)) {\n validateExplicitKey(child, parentType);\n }\n }\n } else if (isValidElement(node)) {\n // This element was passed in a valid location.\n if (node._store) {\n node._store.validated = true;\n }\n } else if (node) {\n var iteratorFn = getIteratorFn(node);\n\n if (typeof iteratorFn === 'function') {\n // Entry iterators used to provide implicit keys,\n // but now we print a separate warning for them later.\n if (iteratorFn !== node.entries) {\n var iterator = iteratorFn.call(node);\n var step;\n\n while (!(step = iterator.next()).done) {\n if (isValidElement(step.value)) {\n validateExplicitKey(step.value, parentType);\n }\n }\n }\n }\n }\n }\n}\n/**\n * Given an element, validate that its props follow the propTypes definition,\n * provided by the type.\n *\n * @param {ReactElement} element\n */\n\n\nfunction validatePropTypes(element) {\n {\n var type = element.type;\n\n if (type === null || type === undefined || typeof type === 'string') {\n return;\n }\n\n var propTypes;\n\n if (typeof type === 'function') {\n propTypes = type.propTypes;\n } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.\n // Inner props are checked in the reconciler.\n type.$$typeof === REACT_MEMO_TYPE)) {\n propTypes = type.propTypes;\n } else {\n return;\n }\n\n if (propTypes) {\n // Intentionally inside to avoid triggering lazy initializers:\n var name = getComponentNameFromType(type);\n checkPropTypes(propTypes, element.props, 'prop', name, element);\n } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {\n propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers:\n\n var _name = getComponentNameFromType(type);\n\n error('Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', _name || 'Unknown');\n }\n\n if (typeof type.getDefaultProps === 'function' && !type.getDefaultProps.isReactClassApproved) {\n error('getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.');\n }\n }\n}\n/**\n * Given a fragment, validate that it can only be provided with fragment props\n * @param {ReactElement} fragment\n */\n\n\nfunction validateFragmentProps(fragment) {\n {\n var keys = Object.keys(fragment.props);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n\n if (key !== 'children' && key !== 'key') {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);\n\n setCurrentlyValidatingElement$1(null);\n break;\n }\n }\n\n if (fragment.ref !== null) {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid attribute `ref` supplied to `React.Fragment`.');\n\n setCurrentlyValidatingElement$1(null);\n }\n }\n}\n\nvar didWarnAboutKeySpread = {};\nfunction jsxWithValidation(type, props, key, isStaticChildren, source, self) {\n {\n var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to\n // succeed and there will likely be errors in render.\n\n if (!validType) {\n var info = '';\n\n if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and named imports.\";\n }\n\n var sourceInfo = getSourceInfoErrorAddendum(source);\n\n if (sourceInfo) {\n info += sourceInfo;\n } else {\n info += getDeclarationErrorAddendum();\n }\n\n var typeString;\n\n if (type === null) {\n typeString = 'null';\n } else if (isArray(type)) {\n typeString = 'array';\n } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {\n typeString = \"<\" + (getComponentNameFromType(type.type) || 'Unknown') + \" />\";\n info = ' Did you accidentally export a JSX literal instead of a component?';\n } else {\n typeString = typeof type;\n }\n\n error('React.jsx: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);\n }\n\n var element = jsxDEV(type, props, key, source, self); // The result can be nullish if a mock or a custom function is used.\n // TODO: Drop this when these are no longer allowed as the type argument.\n\n if (element == null) {\n return element;\n } // Skip key warning if the type isn't valid since our key validation logic\n // doesn't expect a non-string/function type and can throw confusing errors.\n // We don't want exception behavior to differ between dev and prod.\n // (Rendering will throw with a helpful message and as soon as the type is\n // fixed, the key warnings will appear.)\n\n\n if (validType) {\n var children = props.children;\n\n if (children !== undefined) {\n if (isStaticChildren) {\n if (isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n validateChildKeys(children[i], type);\n }\n\n if (Object.freeze) {\n Object.freeze(children);\n }\n } else {\n error('React.jsx: Static children should always be an array. ' + 'You are likely explicitly calling React.jsxs or React.jsxDEV. ' + 'Use the Babel transform instead.');\n }\n } else {\n validateChildKeys(children, type);\n }\n }\n }\n\n {\n if (hasOwnProperty.call(props, 'key')) {\n var componentName = getComponentNameFromType(type);\n var keys = Object.keys(props).filter(function (k) {\n return k !== 'key';\n });\n var beforeExample = keys.length > 0 ? '{key: someKey, ' + keys.join(': ..., ') + ': ...}' : '{key: someKey}';\n\n if (!didWarnAboutKeySpread[componentName + beforeExample]) {\n var afterExample = keys.length > 0 ? '{' + keys.join(': ..., ') + ': ...}' : '{}';\n\n error('A props object containing a \"key\" prop is being spread into JSX:\\n' + ' let props = %s;\\n' + ' <%s {...props} />\\n' + 'React keys must be passed directly to JSX without using spread:\\n' + ' let props = %s;\\n' + ' <%s key={someKey} {...props} />', beforeExample, componentName, afterExample, componentName);\n\n didWarnAboutKeySpread[componentName + beforeExample] = true;\n }\n }\n }\n\n if (type === REACT_FRAGMENT_TYPE) {\n validateFragmentProps(element);\n } else {\n validatePropTypes(element);\n }\n\n return element;\n }\n} // These two functions exist to still get child warnings in dev\n// even with the prod transform. This means that jsxDEV is purely\n// opt-in behavior for better messages but that we won't stop\n// giving you warnings if you use production apis.\n\nfunction jsxWithValidationStatic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, true);\n }\n}\nfunction jsxWithValidationDynamic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, false);\n }\n}\n\nvar jsx = jsxWithValidationDynamic ; // we may want to special case jsxs internally to take advantage of static children.\n// for now we can ship identical prod functions\n\nvar jsxs = jsxWithValidationStatic ;\n\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.jsx = jsx;\nexports.jsxs = jsxs;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","import { CardProps } from './CardProps'\nimport './card.scss'\n\n/**\n * ! CARD ATOM COMPONENT\n * @name Card\n * @description Renders the Card with a Content & an optional Caption\n *\n * @param {CardProps} props\n * The Properties of the Card\n *\n * @param {React.ReactElement|undefined} props.content\n * The Content of the Card\n *\n * @param {React.ReactElement|string} [props.caption=\"\"]\n * The optional Caption of the Card\n * @default \"\"\n *\n * @return {React.ReactElement<HTMLElement>}\n * The rendered Card\n */\nexport const Card =\n ({ content, caption = \"\" }: CardProps):\n React.ReactElement<HTMLElement> => {\n\n return (\n <figure className=\"card\">\n {content}\n {caption && <figcaption>{caption}</figcaption>}\n </figure>\n )\n}\n","import { CollapseProps } from './CollapseProps'\nimport \"./collapse.scss\";\n\n/**\n * ! COLLAPSE ATOM COMPONENT\n * @name Collapse\n * @description Renders the Collapse with a Summary & a Content\n *\n * @param {CollapseProps} props\n * The Properties of the Collapse\n *\n * @param {React.ReactElement|string} props.title\n * The Title of the Collapse\n *\n * @param {React.ReactElement|string} props.content\n * The Content of the Collapse\n *\n * @return {React.ReactElement<HTMLDetailsElement>}\n * The rendered Collapse\n */\nexport const Collapse =\n ({ title, content }: CollapseProps):\n React.ReactElement<HTMLDetailsElement> => {\n\n return (\n <details className=\"collapse\">\n <summary>{title}</summary>\n <figure>{content}</figure>\n </details>\n )\n}\n","import { IconProps } from './IconProps'\nimport './icon.scss'\n\n/**\n * ! ICON ATOM COMPONENT\n * @name Icon\n * @description Renders the Icon with a Name, an optional Category,\n * an optional Option, an optional Visibility & an optional Event\n * If the event is defined, the onClick & onKeyDown events will be triggered\n * @see {@link https://fontawesome.com/v5/search?o=r&m=free}\n *\n * @param {IconProps} props\n * The Properties of the Icon\n *\n * @param {string} props.name\n * The Name of the Icon\n *\n * @param {string} [props.cat=\"brands\"]\n * The Category of the Icon\n * @default \"brands\"\n *\n * @param {string} [props.option=\"2x\"]\n * The Option of the Icon\n * @default \"2x\"\n *\n * @param {boolean} [props.isHidden=true]\n * The Visibility of the Icon\n * @default true\n *\n * @param {(React.MouseEvent<HTMLElement>|React.KeyboardEvent<HTMLElement>)|undefined} [props.event=undefined]\n * The Event of the Icon\n * @default undefined\n *\n * @return {React.ReactElement<HTMLElement>}\n * The rendered Icon\n */\nexport const Icon =\n ({ name, cat = \"brands\", option = \"2x\", isHidden = true, event = undefined }: IconProps):\n React.ReactElement<HTMLElement> => {\n\n return (\n <i\n {...(event\n ? { 'className': `fa-${cat} fa-${name} fa-${option}` }\n : { 'className': `fa-${cat} fa-${name} fa-${option} fa-fw` }\n )}\n aria-hidden={isHidden}\n {...(event ? { 'onClick': (e) => event(e as React.MouseEvent<HTMLElement>) } : {})}\n {...(event ? { 'onKeyDown': (e) => event(e as React.KeyboardEvent<HTMLElement>) } : {})}\n {...(event ? { 'tabIndex': 0 } : {})}\n ></i>\n )\n}\n","import { ImageProps } from './ImageProps'\nimport './image.scss'\n\n/**\n * ! IMAGE ATOM COMPONENT\n * @description Renders the Image with an URL & an Alternative Text\n *\n * @param {ImageProps} props\n * The Properties of the Image\n *\n * @param {string} props.url\n * The URL of the Image\n *\n * @param {string} props.alt\n * The Alternative Text of the Image\n *\n * @param {string} [props.design=\"image\"]\n * The Design Class of the Image\n *\n * @return {React.ReactElement<HTMLImageElement>}\n * The rendered Image\n */\nexport const Image =\n ({ url, alt, design = 'image' }: ImageProps):\n React.ReactElement<HTMLImageElement> => {\n\n return (\n <img\n src={url}\n alt={alt}\n className={design}\n loading=\"lazy\"\n />\n )\n}\n","import { LinkProps } from './LinkProps'\nimport './link.scss'\n\n/**\n * ! LINK ATOM COMPONENT\n * @name Link\n * @description Renders the Link with a Content, an URL,\n * an optional Design class, an optional Aria Label & an optional Title\n * If the URL starts with \"https\", it will be rendered as an external Link\n * with target=\"_blank\" & rel=\"noopener noreferrer\"\n *\n * @param {LinkProps} props\n * The Properties of the Link\n *\n * @param {React.ReactElement|string} props.content\n * The Content of the Link\n *\n * @param {string} props.url\n * The URL of the Link\n *\n * @param {string} [props.design=\"link\"]\n * The Design Class of the Link\n * @default \"link\"\n *\n * @param {string} [props.label=\"\"]\n * The Aria Label of the Link\n * @default \"\"\n *\n * @param {string} [props.title=\"\"]\n * The Title of the Link\n * @default \"\"\n *\n * @return {React.ReactElement<HTMLLinkElement>}\n * The rendered Link\n */\nexport const Link =\n ({ content, url, design=\"link\", label=\"\", title=\"\" }: LinkProps):\n React.ReactElement<HTMLLinkElement> => {\n\n const isExternal = url.startsWith('https')\n\n return (\n <a\n href={url}\n className={`${design}`}\n {...(label ? { 'aria-label': label } : {})}\n {...(title ? { 'title': title } : {})}\n {...(isExternal ? { 'rel': 'noopener noreferrer' } : {})}\n {...(isExternal ? { 'target': '_blank' } : {})}\n >\n {content}\n </a>\n )\n}\n","import { ListProps } from \"./ListProps\"\nimport \"./list.scss\"\n\n/**\n * ! LIST ATOM COMPONENT\n * @name List\n * @description Renders the List with an Items Array as an unordered list\n *\n * @param {ListProps} props\n * The Properties of the List\n * \n * @param {React.ReactElement[]|string[]} props.array\n * The Array of items to render in the List\n *\n * @return {React.ReactElement<HTMLUListElement>}\n * The rendered List\n */\nexport const List =\n ({ array }: ListProps):\n React.ReactElement<HTMLUListElement> => {\n\n return (\n <ul className=\"list\">\n {array.map((item, index) => \n <li key={index}>\n <>{item}</>\n </li>\n )}\n </ul>\n )\n}\n","import { ButtonProps } from './ButtonProps'\nimport { IconProps } from '../../atoms/icon/IconProps'\nimport { LinkProps } from '../../atoms/link/LinkProps'\nimport { Icon } from '../../atoms/icon/Icon'\nimport { Link } from '../../atoms/link/Link'\nimport './button.scss'\n\n/**\n * ! BUTTON MOLECULE COMPONENT\n * @name Button\n * @description Renders the Button that displays a Link with an Icon & a Text\n *\n * @param {ButtonProps} props\n * The Properties of the Button\n *\n * @param {LinkProps} props.link\n * The Link of the Button\n *\n * @param {string} props.ico\n * The Icon of the Button\n *\n * @param {string} props.txt\n * The Text of the Button\n *\n * @returns {React.ReactElement<HTMLLinkElement>}\n * The rendered Button\n */\nexport const Button =\n ({ link, ico, txt }:\n ButtonProps): React.ReactElement<HTMLLinkElement> => {\n\n const { url, label }: LinkProps = link\n const { name, cat, option }: IconProps = ico\n\n return (\n <Link\n url={url}\n label={label}\n design=\"link button\"\n content={\n\n <>\n <Icon\n name={name}\n cat={cat}\n option={option}\n isHidden={false}\n event={undefined}\n />\n {txt && <b>{txt}</b>}\n </>\n }\n />\n )\n}\n","import { FooterProps } from './FooterProps'\nimport { Button } from '../button/Button'\nimport { List } from '../../atoms/list/List'\nimport './footer.scss'\n\n/**\n * ! FOOTER MOLECULE COMPONENT\n * @name Footer\n * @description Renders the Footer with an Items Array as an unordered list\n *\n * @param {FooterProps} props\n * The Properties of the Footer\n *\n * @param {Array<ButtonProps>} props.array\n * The Items Array of the Footer\n *\n * @returns {React.ReactElement<HTMLElement>}\n * The rendered Footer\n */\nexport const Footer =\n ({ array }: FooterProps):\n React.ReactElement<HTMLElement> => {\n\n return (\n <footer className=\"footer\">\n <List\n array={array.map((item) =>\n <Button\n link={item.link}\n ico={item.ico}\n txt=\"\"\n />\n )}\n />\n </footer>\n )\n}\n","import React from 'react'\nimport { TitleProps } from \"./TitleProps\"\nimport { Icon } from '../../atoms/icon/Icon'\nimport \"./title.scss\"\n\n/**\n * ! TITLE MOLECULE COMPONENT\n * @name Title\n * @description Renders the Title with a Main Text,\n * an optional Level, an optional Subtitle & an optional Icon\n *\n * @param {TitleProps} props\n * The Properties of the Title\n *\n * @param {string} props.txt\n * The Text of the Title\n *\n * @param {number} [props.lvl=4]\n * The Level of the Title\n * @default 4\n *\n * @param {string} [props.sub=\"\"]\n * The Subtitle of the Title\n * @default \"\"\n *\n * @param {IconProps|undefined} [props.ico=undefined]\n * The Icon of the Title\n * @default undefined\n *\n * @returns {React.ReactElement<HTMLHeadingElement>}\n * The rendered Title\n */\nexport const Title =\n ({ txt, lvl = 4, sub = \"\", ico = undefined }: TitleProps):\n React.ReactElement<HTMLHeadingElement> => {\n\n lvl = Number(lvl)\n if (lvl < 1 || lvl > 3) lvl = 4\n const Heading = `h${lvl}`\n\n return (\n <hgroup className=\"title\">\n {ico && <p>{React.createElement(Icon, ico)}</p>}\n {React.createElement(Heading, {}, txt)}\n {sub && <p>{sub}</p>}\n </hgroup>\n )\n}\n","import { GalleryItemProps } from './GalleryItemProps'\nimport { GalleryProps } from './GalleryProps'\nimport { Card } from '../../atoms/card/Card'\nimport { Icon } from '../../atoms/icon/Icon'\nimport { Image } from '../../atoms/image/Image'\nimport { List } from '../../atoms/list/List'\nimport { Link } from '../../atoms/link/Link'\nimport { Title } from '../title/Title'\nimport './gallery.scss'\n\n/**\n * ! GALLERY MOLECULE COMPONENT\n * @name Gallery\n * @description Renders the Gallery that displays\n * a list of links based on the provided array data\n *\n * @param {GalleryProps} props\n * The Properties of the Gallery\n * \n * @param {Array} props.array\n * The Items Array of the Gallery\n * \n * @param {string} props.array.url\n * The URL of the Item\n * \n * @param {string} props.array.name\n * The Name of the Item\n * \n * @param {string} props.array.detail\n * The Detail of the Item\n * \n * @param {Object} props.array.caption\n * The Caption of the Item\n * \n * @param {string} props.array.caption.title\n * The Title of the Item\n * \n * @param {Array} props.array.caption.technos\n * The Technologies of the Item Caption\n * \n * @param {Object} props.array.image\n * The Image of the Item\n *\n * @param {string} props.array.image.url\n * The URL of the Item Image\n *\n * @param {string} props.array.image.alt\n * The Alternative Text of the Item Image\n *\n * @return {React.ReactElement<HTMLUListElement>}\n * The rendered Links\n */\nexport const Gallery =\n ({ array }: GalleryProps):\n React.ReactElement<HTMLUListElement> => {\n\n const renderItem =\n (item: GalleryItemProps, index: number):\n React.ReactElement<HTMLLIElement> => {\n\n const itemProps = {\n url: item.url,\n title: item.detail ? item.detail : undefined,\n design: 'link',\n content: (\n <Card\n caption={item.caption && <Title txt={item.caption.title} />}\n content={item.image && <Image url={item.image.url} alt={item.image.alt} />}\n />\n )\n };\n\n if (item.name) {\n itemProps.content = <>{item.name}</>\n itemProps.design = 'btn'\n\n } else if (item.caption && item.caption.technos) {\n itemProps.content = (\n <Card\n caption={\n <>\n <Title txt={item.caption.title} />\n <List\n array={item.caption.technos.map((techno) => \n <Icon name={techno} option=\"lg\" isHidden={false} />\n )}\n />\n </>\n }\n content={<Image url={item.image?.url ?? ''} alt={item.image?.alt ?? ''} />}\n />\n );\n }\n\n return <Link key={index} {...itemProps} />;\n };\n\n return <List array={array.map(renderItem)} />;\n}\n","import { NavbarProps } from './NavbarProps'\nimport { Button } from '../button/Button'\nimport { List } from '../../atoms/list/List'\nimport './navbar.scss'\n\n/**\n * ! NAVBAR MOLECULE COMPONENT\n * @name Navbar\n * @description Renders the Navbar with an Items Array as an unordered list\n * \n * @param {NavbarProps} props\n * The Properties of the Navbar\n *\n * @param {Array<ButtonProps>} props.array\n * The Items Array of the Navbar\n *\n * @returns {React.ReactElement<HTMLElement>}\n * The rendered Navbar\n */\nexport const Navbar =\n ({ array }: NavbarProps) :\n React.ReactElement<HTMLElement> => {\n\n return (\n <nav className=\"navbar\">\n <List\n array={array.map((item) =>\n <Button\n link={item.link}\n ico={item.ico}\n txt={item.txt}\n />\n )}\n />\n </nav>\n )\n}\n","import { useEffect, useState } from \"react\";\nimport { SliderProps } from \"./SliderProps\";\nimport { Icon } from \"../../atoms/icon/Icon\";\nimport \"./slider.scss\";\n\n/**\n * ! SLIDER MOLECULE COMPONENT\n * @name Slider\n * @description Renders the Slider that displays an Array of items &\n * allows the user to navigate through or to watch them in auto sequence\n *\n * @param {SliderProps} props\n * The Properties of the Slider\n * \n * @param {Array<React.ReactElement>} props.array\n * The Items Array of the Slider\n * \n * @param {number} props.timer\n * The Timer of the Slider\n * @default 5000\n *\n * @return {React.ReactElement<HTMLElement>}\n * The rendered Slider\n */\nexport const Slider =\n ({ array, timer = 5000 }: SliderProps) :\n React.ReactElement<HTMLElement> => {\n\n const LENGTH: number = array.length;\n\n const [i, setIndex]: [number, React.Dispatch<React.SetStateAction<number>>] = useState(0);\n const goNext: () => void = () => setIndex((i) => (i + 1) % LENGTH);\n const goPrevious: () => void = () => setIndex((i) => (i - 1 + LENGTH) % LENGTH);\n\n //! ********** AUTOPLAY **********\n\n let [isAuto, setAuto]: [boolean, React.Dispatch<React.SetStateAction<boolean>>] = useState(timer !== 0);\n const toggleAuto: () => void = () => setAuto((state) => !state);\n\n useEffect(() => {\n let interval: number;\n if (isAuto) interval = setInterval(() => goNext(), timer);\n\n return () => clearInterval(interval);\n }, [isAuto, LENGTH]);\n\n //! ********** KEYBOARD EVENTS **********\n\n const handleKeyDown: (event: KeyboardEvent) => void = (event: KeyboardEvent) => {\n switch (event.key) {\n case 'ArrowLeft':\n goPrevious();\n break;\n case 'ArrowRight':\n goNext();\n break;\n case 'a':\n case 'A':\n case 'p':\n case 'P':\n toggleAuto();\n break;\n default:\n break;\n }\n }\n\n useEffect(() => {\n document.addEventListener('keydown', handleKeyDown);\n\n return () => {\n document.removeEventListener('keydown', handleKeyDown);\n };\n }, []);\n\n //! ********** RENDER **********\n\n return (\n <figure\n className=\"slider\"\n role=\"region\"\n aria-label=\"slider\"\n >\n {array[i]}\n\n {LENGTH > 1 && (\n <nav>\n <Icon\n name=\"chevron-left\"\n cat=\"solid\"\n isHidden={false}\n event={goPrevious}\n />\n\n <Icon\n name=\"chevron-right\"\n cat=\"solid\"\n isHidden={false}\n event={goNext}\n />\n\n <Icon\n name={isAuto ? 'pause' : 'play'}\n cat=\"solid\"\n isHidden={false}\n event={toggleAuto}\n />\n </nav>\n )}\n\n <progress value={(i + 1) / LENGTH}></progress>\n </figure>\n )\n}\n"],"names":["f","require$$0","k","l","m","n","p","q","c","a","g","b","d","e","h","reactJsxRuntime_production_min","React","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_OFFSCREEN_TYPE","MAYBE_ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","getIteratorFn","maybeIterable","maybeIterator","ReactSharedInternals","error","format","_len2","args","_key2","printWarning","level","ReactDebugCurrentFrame","stack","argsWithFormat","item","enableScopeAPI","enableCacheElement","enableTransitionTracing","enableLegacyHidden","enableDebugTracing","REACT_MODULE_REFERENCE","isValidElementType","type","getWrappedName","outerType","innerType","wrapperName","displayName","functionName","getContextName","getComponentNameFromType","context","provider","outerName","lazyComponent","payload","init","assign","disabledDepth","prevLog","prevInfo","prevWarn","prevError","prevGroup","prevGroupCollapsed","prevGroupEnd","disabledLog","disableLogs","props","reenableLogs","ReactCurrentDispatcher","prefix","describeBuiltInComponentFrame","name","source","ownerFn","x","match","reentry","componentFrameCache","PossiblyWeakMap","describeNativeComponentFrame","fn","construct","frame","control","previousPrepareStackTrace","previousDispatcher","Fake","sample","sampleLines","controlLines","s","_frame","syntheticFrame","describeFunctionComponentFrame","shouldConstruct","Component","prototype","describeUnknownElementTypeFrameInDEV","hasOwnProperty","loggedTypeFailures","setCurrentlyValidatingElement","element","owner","checkPropTypes","typeSpecs","values","location","componentName","has","typeSpecName","error$1","err","ex","isArrayImpl","isArray","typeName","value","hasToStringTag","willCoercionThrow","testStringCoercion","checkKeyStringCoercion","ReactCurrentOwner","RESERVED_PROPS","specialPropKeyWarningShown","specialPropRefWarningShown","didWarnAboutStringRefs","hasValidRef","config","getter","hasValidKey","warnIfStringRefCannotBeAutoConverted","self","defineKeyPropWarningGetter","warnAboutAccessingKey","defineRefPropWarningGetter","warnAboutAccessingRef","ReactElement","key","ref","jsxDEV","maybeKey","propName","defaultProps","ReactCurrentOwner$1","ReactDebugCurrentFrame$1","setCurrentlyValidatingElement$1","propTypesMisspellWarningShown","isValidElement","object","getDeclarationErrorAddendum","getSourceInfoErrorAddendum","ownerHasKeyUseWarning","getCurrentComponentErrorInfo","parentType","info","parentName","validateExplicitKey","currentComponentErrorInfo","childOwner","validateChildKeys","node","i","child","iteratorFn","iterator","step","validatePropTypes","propTypes","_name","validateFragmentProps","fragment","keys","didWarnAboutKeySpread","jsxWithValidation","isStaticChildren","validType","sourceInfo","typeString","children","beforeExample","afterExample","jsxWithValidationStatic","jsxWithValidationDynamic","jsx","jsxs","reactJsxRuntime_development","jsxRuntimeModule","require$$1","Card","content","caption","Collapse","title","Icon","cat","option","isHidden","event","Image","url","alt","design","Link","label","isExternal","List","array","index","Fragment","Button","link","ico","txt","Footer","Title","lvl","sub","Heading","Gallery","renderItem","itemProps","techno","_a","_b","Navbar","Slider","timer","LENGTH","setIndex","useState","goNext","goPrevious","isAuto","setAuto","toggleAuto","state","useEffect","interval","handleKeyDown"],"mappings":"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","x_google_ignoreList":[0,1,2]} \ No newline at end of file +{"version":3,"file":"index.umd.js","sources":["../node_modules/react/cjs/react-jsx-runtime.production.min.js","../node_modules/react/cjs/react-jsx-runtime.development.js","../node_modules/react/jsx-runtime.js","../lib/atoms/card/Card.tsx","../lib/atoms/collapse/Collapse.tsx","../lib/atoms/icon/Icon.tsx","../lib/atoms/image/Image.tsx","../lib/atoms/link/Link.tsx","../lib/atoms/list/List.tsx","../lib/molecules/button/Button.tsx","../lib/molecules/footer/Footer.tsx","../lib/molecules/title/Title.tsx","../lib/molecules/gallery/Gallery.tsx","../lib/molecules/navbar/Navbar.tsx","../lib/molecules/slider/Slider.tsx"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n","/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nvar React = require('react');\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\nvar MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n\n return null;\n}\n\nvar ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\nfunction error(format) {\n {\n {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n printWarning('error', format, args);\n }\n }\n}\n\nfunction printWarning(level, format, args) {\n // When changing this logic, you might want to also\n // update consoleWithStackDev.www.js as well.\n {\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n\n if (stack !== '') {\n format += '%s';\n args = args.concat([stack]);\n } // eslint-disable-next-line react-internal/safe-string-coercion\n\n\n var argsWithFormat = args.map(function (item) {\n return String(item);\n }); // Careful: RN currently depends on this prefix\n\n argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n // eslint-disable-next-line react-internal/no-production-logging\n\n Function.prototype.apply.call(console[level], console, argsWithFormat);\n }\n}\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber\n// stuff. Intended to enable React core members to more easily debug scheduling\n// issues in DEV builds.\n\nvar enableDebugTracing = false; // Track which Fiber(s) schedule render work.\n\nvar REACT_MODULE_REFERENCE;\n\n{\n REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');\n}\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object\n // types supported by any Flight configuration anywhere since\n // we don't know which Flight build this will end up being used\n // with.\n type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var displayName = outerType.displayName;\n\n if (displayName) {\n return displayName;\n }\n\n var functionName = innerType.displayName || innerType.name || '';\n return functionName !== '' ? wrapperName + \"(\" + functionName + \")\" : wrapperName;\n} // Keep in sync with react-reconciler/getComponentNameFromFiber\n\n\nfunction getContextName(type) {\n return type.displayName || 'Context';\n} // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead.\n\n\nfunction getComponentNameFromType(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n\n {\n if (typeof type.tag === 'number') {\n error('Received an unexpected object in getComponentNameFromType(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n\n if (typeof type === 'string') {\n return type;\n }\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return 'Fragment';\n\n case REACT_PORTAL_TYPE:\n return 'Portal';\n\n case REACT_PROFILER_TYPE:\n return 'Profiler';\n\n case REACT_STRICT_MODE_TYPE:\n return 'StrictMode';\n\n case REACT_SUSPENSE_TYPE:\n return 'Suspense';\n\n case REACT_SUSPENSE_LIST_TYPE:\n return 'SuspenseList';\n\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n var context = type;\n return getContextName(context) + '.Consumer';\n\n case REACT_PROVIDER_TYPE:\n var provider = type;\n return getContextName(provider._context) + '.Provider';\n\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n\n case REACT_MEMO_TYPE:\n var outerName = type.displayName || null;\n\n if (outerName !== null) {\n return outerName;\n }\n\n return getComponentNameFromType(type.type) || 'Memo';\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n return getComponentNameFromType(init(payload));\n } catch (x) {\n return null;\n }\n }\n\n // eslint-disable-next-line no-fallthrough\n }\n }\n\n return null;\n}\n\nvar assign = Object.assign;\n\n// Helpers to patch console.logs to avoid logging during side-effect free\n// replaying on render function. This currently only patches the object\n// lazily which won't cover if the log function was extracted eagerly.\n// We could also eagerly patch the method.\nvar disabledDepth = 0;\nvar prevLog;\nvar prevInfo;\nvar prevWarn;\nvar prevError;\nvar prevGroup;\nvar prevGroupCollapsed;\nvar prevGroupEnd;\n\nfunction disabledLog() {}\n\ndisabledLog.__reactDisabledLog = true;\nfunction disableLogs() {\n {\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099\n\n var props = {\n configurable: true,\n enumerable: true,\n value: disabledLog,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n disabledDepth++;\n }\n}\nfunction reenableLogs() {\n {\n disabledDepth--;\n\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n var props = {\n configurable: true,\n enumerable: true,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n log: assign({}, props, {\n value: prevLog\n }),\n info: assign({}, props, {\n value: prevInfo\n }),\n warn: assign({}, props, {\n value: prevWarn\n }),\n error: assign({}, props, {\n value: prevError\n }),\n group: assign({}, props, {\n value: prevGroup\n }),\n groupCollapsed: assign({}, props, {\n value: prevGroupCollapsed\n }),\n groupEnd: assign({}, props, {\n value: prevGroupEnd\n })\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n if (disabledDepth < 0) {\n error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');\n }\n }\n}\n\nvar ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;\nvar prefix;\nfunction describeBuiltInComponentFrame(name, source, ownerFn) {\n {\n if (prefix === undefined) {\n // Extract the VM specific prefix used by each line.\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = match && match[1] || '';\n }\n } // We use the prefix to ensure our stacks line up with native stack frames.\n\n\n return '\\n' + prefix + name;\n }\n}\nvar reentry = false;\nvar componentFrameCache;\n\n{\n var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;\n componentFrameCache = new PossiblyWeakMap();\n}\n\nfunction describeNativeComponentFrame(fn, construct) {\n // If something asked for a stack inside a fake render, it should get ignored.\n if ( !fn || reentry) {\n return '';\n }\n\n {\n var frame = componentFrameCache.get(fn);\n\n if (frame !== undefined) {\n return frame;\n }\n }\n\n var control;\n reentry = true;\n var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.\n\n Error.prepareStackTrace = undefined;\n var previousDispatcher;\n\n {\n previousDispatcher = ReactCurrentDispatcher.current; // Set the dispatcher in DEV because this might be call in the render function\n // for warnings.\n\n ReactCurrentDispatcher.current = null;\n disableLogs();\n }\n\n try {\n // This should throw.\n if (construct) {\n // Something should be setting the props in the constructor.\n var Fake = function () {\n throw Error();\n }; // $FlowFixMe\n\n\n Object.defineProperty(Fake.prototype, 'props', {\n set: function () {\n // We use a throwing setter instead of frozen or non-writable props\n // because that won't throw in a non-strict mode function.\n throw Error();\n }\n });\n\n if (typeof Reflect === 'object' && Reflect.construct) {\n // We construct a different control for this case to include any extra\n // frames added by the construct call.\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n control = x;\n }\n\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x) {\n control = x;\n }\n\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x) {\n control = x;\n }\n\n fn();\n }\n } catch (sample) {\n // This is inlined manually because closure doesn't do it for us.\n if (sample && control && typeof sample.stack === 'string') {\n // This extracts the first frame from the sample that isn't also in the control.\n // Skipping one frame that we assume is the frame that calls the two.\n var sampleLines = sample.stack.split('\\n');\n var controlLines = control.stack.split('\\n');\n var s = sampleLines.length - 1;\n var c = controlLines.length - 1;\n\n while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {\n // We expect at least one stack frame to be shared.\n // Typically this will be the root most one. However, stack frames may be\n // cut off due to maximum stack limits. In this case, one maybe cut off\n // earlier than the other. We assume that the sample is longer or the same\n // and there for cut off earlier. So we should find the root most frame in\n // the sample somewhere in the control.\n c--;\n }\n\n for (; s >= 1 && c >= 0; s--, c--) {\n // Next we find the first one that isn't the same which should be the\n // frame that called our sample function and the control.\n if (sampleLines[s] !== controlLines[c]) {\n // In V8, the first line is describing the message but other VMs don't.\n // If we're about to return the first line, and the control is also on the same\n // line, that's a pretty good indicator that our sample threw at same line as\n // the control. I.e. before we entered the sample frame. So we ignore this result.\n // This can happen if you passed a class to function component, or non-function.\n if (s !== 1 || c !== 1) {\n do {\n s--;\n c--; // We may still have similar intermediate frames from the construct call.\n // The next one that isn't the same should be our match though.\n\n if (c < 0 || sampleLines[s] !== controlLines[c]) {\n // V8 adds a \"new\" prefix for native classes. Let's remove it to make it prettier.\n var _frame = '\\n' + sampleLines[s].replace(' at new ', ' at '); // If our component frame is labeled \"<anonymous>\"\n // but we have a user-provided \"displayName\"\n // splice it in to make the stack more readable.\n\n\n if (fn.displayName && _frame.includes('<anonymous>')) {\n _frame = _frame.replace('<anonymous>', fn.displayName);\n }\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, _frame);\n }\n } // Return the line we found.\n\n\n return _frame;\n }\n } while (s >= 1 && c >= 0);\n }\n\n break;\n }\n }\n }\n } finally {\n reentry = false;\n\n {\n ReactCurrentDispatcher.current = previousDispatcher;\n reenableLogs();\n }\n\n Error.prepareStackTrace = previousPrepareStackTrace;\n } // Fallback to just using the name if we couldn't make it throw.\n\n\n var name = fn ? fn.displayName || fn.name : '';\n var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, syntheticFrame);\n }\n }\n\n return syntheticFrame;\n}\nfunction describeFunctionComponentFrame(fn, source, ownerFn) {\n {\n return describeNativeComponentFrame(fn, false);\n }\n}\n\nfunction shouldConstruct(Component) {\n var prototype = Component.prototype;\n return !!(prototype && prototype.isReactComponent);\n}\n\nfunction describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {\n\n if (type == null) {\n return '';\n }\n\n if (typeof type === 'function') {\n {\n return describeNativeComponentFrame(type, shouldConstruct(type));\n }\n }\n\n if (typeof type === 'string') {\n return describeBuiltInComponentFrame(type);\n }\n\n switch (type) {\n case REACT_SUSPENSE_TYPE:\n return describeBuiltInComponentFrame('Suspense');\n\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame('SuspenseList');\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return describeFunctionComponentFrame(type.render);\n\n case REACT_MEMO_TYPE:\n // Memo may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n // Lazy may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);\n } catch (x) {}\n }\n }\n }\n\n return '';\n}\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar loggedTypeFailures = {};\nvar ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame.setExtraStackFrame(null);\n }\n }\n}\n\nfunction checkPropTypes(typeSpecs, values, location, componentName, element) {\n {\n // $FlowFixMe This is okay but Flow doesn't know it.\n var has = Function.call.bind(hasOwnProperty);\n\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n // eslint-disable-next-line react-internal/prod-error-codes\n var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.');\n err.name = 'Invariant Violation';\n throw err;\n }\n\n error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED');\n } catch (ex) {\n error$1 = ex;\n }\n\n if (error$1 && !(error$1 instanceof Error)) {\n setCurrentlyValidatingElement(element);\n\n error('%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).', componentName || 'React class', location, typeSpecName, typeof error$1);\n\n setCurrentlyValidatingElement(null);\n }\n\n if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error$1.message] = true;\n setCurrentlyValidatingElement(element);\n\n error('Failed %s type: %s', location, error$1.message);\n\n setCurrentlyValidatingElement(null);\n }\n }\n }\n }\n}\n\nvar isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare\n\nfunction isArray(a) {\n return isArrayImpl(a);\n}\n\n/*\n * The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol\n * and Temporal.* types. See https://github.com/facebook/react/pull/22064.\n *\n * The functions in this module will throw an easier-to-understand,\n * easier-to-debug exception with a clear errors message message explaining the\n * problem. (Instead of a confusing exception thrown inside the implementation\n * of the `value` object).\n */\n// $FlowFixMe only called in DEV, so void return is not possible.\nfunction typeName(value) {\n {\n // toStringTag is needed for namespaced types like Temporal.Instant\n var hasToStringTag = typeof Symbol === 'function' && Symbol.toStringTag;\n var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || 'Object';\n return type;\n }\n} // $FlowFixMe only called in DEV, so void return is not possible.\n\n\nfunction willCoercionThrow(value) {\n {\n try {\n testStringCoercion(value);\n return false;\n } catch (e) {\n return true;\n }\n }\n}\n\nfunction testStringCoercion(value) {\n // If you ended up here by following an exception call stack, here's what's\n // happened: you supplied an object or symbol value to React (as a prop, key,\n // DOM attribute, CSS property, string ref, etc.) and when React tried to\n // coerce it to a string using `'' + value`, an exception was thrown.\n //\n // The most common types that will cause this exception are `Symbol` instances\n // and Temporal objects like `Temporal.Instant`. But any object that has a\n // `valueOf` or `[Symbol.toPrimitive]` method that throws will also cause this\n // exception. (Library authors do this to prevent users from using built-in\n // numeric operators like `+` or comparison operators like `>=` because custom\n // methods are needed to perform accurate arithmetic or comparison.)\n //\n // To fix the problem, coerce this object or symbol value to a string before\n // passing it to React. The most reliable way is usually `String(value)`.\n //\n // To find which value is throwing, check the browser or debugger console.\n // Before this exception was thrown, there should be `console.error` output\n // that shows the type (Symbol, Temporal.PlainDate, etc.) that caused the\n // problem and how that type was used: key, atrribute, input value prop, etc.\n // In most cases, this console output also shows the component and its\n // ancestor components where the exception happened.\n //\n // eslint-disable-next-line react-internal/safe-string-coercion\n return '' + value;\n}\nfunction checkKeyStringCoercion(value) {\n {\n if (willCoercionThrow(value)) {\n error('The provided key is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));\n\n return testStringCoercion(value); // throw (to help callers find troubleshooting comments)\n }\n }\n}\n\nvar ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;\nvar RESERVED_PROPS = {\n key: true,\n ref: true,\n __self: true,\n __source: true\n};\nvar specialPropKeyWarningShown;\nvar specialPropRefWarningShown;\nvar didWarnAboutStringRefs;\n\n{\n didWarnAboutStringRefs = {};\n}\n\nfunction hasValidRef(config) {\n {\n if (hasOwnProperty.call(config, 'ref')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.ref !== undefined;\n}\n\nfunction hasValidKey(config) {\n {\n if (hasOwnProperty.call(config, 'key')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'key').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.key !== undefined;\n}\n\nfunction warnIfStringRefCannotBeAutoConverted(config, self) {\n {\n if (typeof config.ref === 'string' && ReactCurrentOwner.current && self && ReactCurrentOwner.current.stateNode !== self) {\n var componentName = getComponentNameFromType(ReactCurrentOwner.current.type);\n\n if (!didWarnAboutStringRefs[componentName]) {\n error('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', getComponentNameFromType(ReactCurrentOwner.current.type), config.ref);\n\n didWarnAboutStringRefs[componentName] = true;\n }\n }\n }\n}\n\nfunction defineKeyPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingKey = function () {\n if (!specialPropKeyWarningShown) {\n specialPropKeyWarningShown = true;\n\n error('%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)', displayName);\n }\n };\n\n warnAboutAccessingKey.isReactWarning = true;\n Object.defineProperty(props, 'key', {\n get: warnAboutAccessingKey,\n configurable: true\n });\n }\n}\n\nfunction defineRefPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingRef = function () {\n if (!specialPropRefWarningShown) {\n specialPropRefWarningShown = true;\n\n error('%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)', displayName);\n }\n };\n\n warnAboutAccessingRef.isReactWarning = true;\n Object.defineProperty(props, 'ref', {\n get: warnAboutAccessingRef,\n configurable: true\n });\n }\n}\n/**\n * Factory method to create a new React element. This no longer adheres to\n * the class pattern, so do not use new to call it. Also, instanceof check\n * will not work. Instead test $$typeof field against Symbol.for('react.element') to check\n * if something is a React Element.\n *\n * @param {*} type\n * @param {*} props\n * @param {*} key\n * @param {string|object} ref\n * @param {*} owner\n * @param {*} self A *temporary* helper to detect places where `this` is\n * different from the `owner` when React.createElement is called, so that we\n * can warn. We want to get rid of owner and replace string `ref`s with arrow\n * functions, and as long as `this` and owner are the same, there will be no\n * change in behavior.\n * @param {*} source An annotation object (added by a transpiler or otherwise)\n * indicating filename, line number, and/or other information.\n * @internal\n */\n\n\nvar ReactElement = function (type, key, ref, self, source, owner, props) {\n var element = {\n // This tag allows us to uniquely identify this as a React Element\n $$typeof: REACT_ELEMENT_TYPE,\n // Built-in properties that belong on the element\n type: type,\n key: key,\n ref: ref,\n props: props,\n // Record the component responsible for creating this element.\n _owner: owner\n };\n\n {\n // The validation flag is currently mutative. We put it on\n // an external backing store so that we can freeze the whole object.\n // This can be replaced with a WeakMap once they are implemented in\n // commonly used development environments.\n element._store = {}; // To make comparing ReactElements easier for testing purposes, we make\n // the validation flag non-enumerable (where possible, which should\n // include every environment we run tests in), so the test framework\n // ignores it.\n\n Object.defineProperty(element._store, 'validated', {\n configurable: false,\n enumerable: false,\n writable: true,\n value: false\n }); // self and source are DEV only properties.\n\n Object.defineProperty(element, '_self', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: self\n }); // Two elements created in two different places should be considered\n // equal for testing purposes and therefore we hide it from enumeration.\n\n Object.defineProperty(element, '_source', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: source\n });\n\n if (Object.freeze) {\n Object.freeze(element.props);\n Object.freeze(element);\n }\n }\n\n return element;\n};\n/**\n * https://github.com/reactjs/rfcs/pull/107\n * @param {*} type\n * @param {object} props\n * @param {string} key\n */\n\nfunction jsxDEV(type, config, maybeKey, source, self) {\n {\n var propName; // Reserved names are extracted\n\n var props = {};\n var key = null;\n var ref = null; // Currently, key can be spread in as a prop. This causes a potential\n // issue if key is also explicitly declared (ie. <div {...props} key=\"Hi\" />\n // or <div key=\"Hi\" {...props} /> ). We want to deprecate key spread,\n // but as an intermediary step, we will use jsxDEV for everything except\n // <div {...props} key=\"Hi\" />, because we aren't currently able to tell if\n // key is explicitly declared to be undefined or not.\n\n if (maybeKey !== undefined) {\n {\n checkKeyStringCoercion(maybeKey);\n }\n\n key = '' + maybeKey;\n }\n\n if (hasValidKey(config)) {\n {\n checkKeyStringCoercion(config.key);\n }\n\n key = '' + config.key;\n }\n\n if (hasValidRef(config)) {\n ref = config.ref;\n warnIfStringRefCannotBeAutoConverted(config, self);\n } // Remaining properties are added to a new props object\n\n\n for (propName in config) {\n if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n props[propName] = config[propName];\n }\n } // Resolve default props\n\n\n if (type && type.defaultProps) {\n var defaultProps = type.defaultProps;\n\n for (propName in defaultProps) {\n if (props[propName] === undefined) {\n props[propName] = defaultProps[propName];\n }\n }\n }\n\n if (key || ref) {\n var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;\n\n if (key) {\n defineKeyPropWarningGetter(props, displayName);\n }\n\n if (ref) {\n defineRefPropWarningGetter(props, displayName);\n }\n }\n\n return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);\n }\n}\n\nvar ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;\nvar ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement$1(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame$1.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame$1.setExtraStackFrame(null);\n }\n }\n}\n\nvar propTypesMisspellWarningShown;\n\n{\n propTypesMisspellWarningShown = false;\n}\n/**\n * Verifies the object is a ReactElement.\n * See https://reactjs.org/docs/react-api.html#isvalidelement\n * @param {?object} object\n * @return {boolean} True if `object` is a ReactElement.\n * @final\n */\n\n\nfunction isValidElement(object) {\n {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n }\n}\n\nfunction getDeclarationErrorAddendum() {\n {\n if (ReactCurrentOwner$1.current) {\n var name = getComponentNameFromType(ReactCurrentOwner$1.current.type);\n\n if (name) {\n return '\\n\\nCheck the render method of `' + name + '`.';\n }\n }\n\n return '';\n }\n}\n\nfunction getSourceInfoErrorAddendum(source) {\n {\n if (source !== undefined) {\n var fileName = source.fileName.replace(/^.*[\\\\\\/]/, '');\n var lineNumber = source.lineNumber;\n return '\\n\\nCheck your code at ' + fileName + ':' + lineNumber + '.';\n }\n\n return '';\n }\n}\n/**\n * Warn if there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\n\n\nvar ownerHasKeyUseWarning = {};\n\nfunction getCurrentComponentErrorInfo(parentType) {\n {\n var info = getDeclarationErrorAddendum();\n\n if (!info) {\n var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;\n\n if (parentName) {\n info = \"\\n\\nCheck the top-level render call using <\" + parentName + \">.\";\n }\n }\n\n return info;\n }\n}\n/**\n * Warn if the element doesn't have an explicit key assigned to it.\n * This element is in an array. The array could grow and shrink or be\n * reordered. All children that haven't already been validated are required to\n * have a \"key\" property assigned to it. Error statuses are cached so a warning\n * will only be shown once.\n *\n * @internal\n * @param {ReactElement} element Element that requires a key.\n * @param {*} parentType element's parent's type.\n */\n\n\nfunction validateExplicitKey(element, parentType) {\n {\n if (!element._store || element._store.validated || element.key != null) {\n return;\n }\n\n element._store.validated = true;\n var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n\n if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n return;\n }\n\n ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a\n // property, it may be the creator of the child that's responsible for\n // assigning it a key.\n\n var childOwner = '';\n\n if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) {\n // Give the component that originally created this child.\n childOwner = \" It was passed a child from \" + getComponentNameFromType(element._owner.type) + \".\";\n }\n\n setCurrentlyValidatingElement$1(element);\n\n error('Each child in a list should have a unique \"key\" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);\n\n setCurrentlyValidatingElement$1(null);\n }\n}\n/**\n * Ensure that every element either is passed in a static location, in an\n * array with an explicit keys property defined, or in an object literal\n * with valid key property.\n *\n * @internal\n * @param {ReactNode} node Statically passed child of any type.\n * @param {*} parentType node's parent's type.\n */\n\n\nfunction validateChildKeys(node, parentType) {\n {\n if (typeof node !== 'object') {\n return;\n }\n\n if (isArray(node)) {\n for (var i = 0; i < node.length; i++) {\n var child = node[i];\n\n if (isValidElement(child)) {\n validateExplicitKey(child, parentType);\n }\n }\n } else if (isValidElement(node)) {\n // This element was passed in a valid location.\n if (node._store) {\n node._store.validated = true;\n }\n } else if (node) {\n var iteratorFn = getIteratorFn(node);\n\n if (typeof iteratorFn === 'function') {\n // Entry iterators used to provide implicit keys,\n // but now we print a separate warning for them later.\n if (iteratorFn !== node.entries) {\n var iterator = iteratorFn.call(node);\n var step;\n\n while (!(step = iterator.next()).done) {\n if (isValidElement(step.value)) {\n validateExplicitKey(step.value, parentType);\n }\n }\n }\n }\n }\n }\n}\n/**\n * Given an element, validate that its props follow the propTypes definition,\n * provided by the type.\n *\n * @param {ReactElement} element\n */\n\n\nfunction validatePropTypes(element) {\n {\n var type = element.type;\n\n if (type === null || type === undefined || typeof type === 'string') {\n return;\n }\n\n var propTypes;\n\n if (typeof type === 'function') {\n propTypes = type.propTypes;\n } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.\n // Inner props are checked in the reconciler.\n type.$$typeof === REACT_MEMO_TYPE)) {\n propTypes = type.propTypes;\n } else {\n return;\n }\n\n if (propTypes) {\n // Intentionally inside to avoid triggering lazy initializers:\n var name = getComponentNameFromType(type);\n checkPropTypes(propTypes, element.props, 'prop', name, element);\n } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {\n propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers:\n\n var _name = getComponentNameFromType(type);\n\n error('Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', _name || 'Unknown');\n }\n\n if (typeof type.getDefaultProps === 'function' && !type.getDefaultProps.isReactClassApproved) {\n error('getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.');\n }\n }\n}\n/**\n * Given a fragment, validate that it can only be provided with fragment props\n * @param {ReactElement} fragment\n */\n\n\nfunction validateFragmentProps(fragment) {\n {\n var keys = Object.keys(fragment.props);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n\n if (key !== 'children' && key !== 'key') {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);\n\n setCurrentlyValidatingElement$1(null);\n break;\n }\n }\n\n if (fragment.ref !== null) {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid attribute `ref` supplied to `React.Fragment`.');\n\n setCurrentlyValidatingElement$1(null);\n }\n }\n}\n\nvar didWarnAboutKeySpread = {};\nfunction jsxWithValidation(type, props, key, isStaticChildren, source, self) {\n {\n var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to\n // succeed and there will likely be errors in render.\n\n if (!validType) {\n var info = '';\n\n if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and named imports.\";\n }\n\n var sourceInfo = getSourceInfoErrorAddendum(source);\n\n if (sourceInfo) {\n info += sourceInfo;\n } else {\n info += getDeclarationErrorAddendum();\n }\n\n var typeString;\n\n if (type === null) {\n typeString = 'null';\n } else if (isArray(type)) {\n typeString = 'array';\n } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {\n typeString = \"<\" + (getComponentNameFromType(type.type) || 'Unknown') + \" />\";\n info = ' Did you accidentally export a JSX literal instead of a component?';\n } else {\n typeString = typeof type;\n }\n\n error('React.jsx: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);\n }\n\n var element = jsxDEV(type, props, key, source, self); // The result can be nullish if a mock or a custom function is used.\n // TODO: Drop this when these are no longer allowed as the type argument.\n\n if (element == null) {\n return element;\n } // Skip key warning if the type isn't valid since our key validation logic\n // doesn't expect a non-string/function type and can throw confusing errors.\n // We don't want exception behavior to differ between dev and prod.\n // (Rendering will throw with a helpful message and as soon as the type is\n // fixed, the key warnings will appear.)\n\n\n if (validType) {\n var children = props.children;\n\n if (children !== undefined) {\n if (isStaticChildren) {\n if (isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n validateChildKeys(children[i], type);\n }\n\n if (Object.freeze) {\n Object.freeze(children);\n }\n } else {\n error('React.jsx: Static children should always be an array. ' + 'You are likely explicitly calling React.jsxs or React.jsxDEV. ' + 'Use the Babel transform instead.');\n }\n } else {\n validateChildKeys(children, type);\n }\n }\n }\n\n {\n if (hasOwnProperty.call(props, 'key')) {\n var componentName = getComponentNameFromType(type);\n var keys = Object.keys(props).filter(function (k) {\n return k !== 'key';\n });\n var beforeExample = keys.length > 0 ? '{key: someKey, ' + keys.join(': ..., ') + ': ...}' : '{key: someKey}';\n\n if (!didWarnAboutKeySpread[componentName + beforeExample]) {\n var afterExample = keys.length > 0 ? '{' + keys.join(': ..., ') + ': ...}' : '{}';\n\n error('A props object containing a \"key\" prop is being spread into JSX:\\n' + ' let props = %s;\\n' + ' <%s {...props} />\\n' + 'React keys must be passed directly to JSX without using spread:\\n' + ' let props = %s;\\n' + ' <%s key={someKey} {...props} />', beforeExample, componentName, afterExample, componentName);\n\n didWarnAboutKeySpread[componentName + beforeExample] = true;\n }\n }\n }\n\n if (type === REACT_FRAGMENT_TYPE) {\n validateFragmentProps(element);\n } else {\n validatePropTypes(element);\n }\n\n return element;\n }\n} // These two functions exist to still get child warnings in dev\n// even with the prod transform. This means that jsxDEV is purely\n// opt-in behavior for better messages but that we won't stop\n// giving you warnings if you use production apis.\n\nfunction jsxWithValidationStatic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, true);\n }\n}\nfunction jsxWithValidationDynamic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, false);\n }\n}\n\nvar jsx = jsxWithValidationDynamic ; // we may want to special case jsxs internally to take advantage of static children.\n// for now we can ship identical prod functions\n\nvar jsxs = jsxWithValidationStatic ;\n\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.jsx = jsx;\nexports.jsxs = jsxs;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","import { CardProps } from './CardProps'\nimport './card.scss'\n\n/**\n * ! CARD ATOM COMPONENT\n * @name Card\n * @description Renders the Card with a Content & an optional Caption\n *\n * @param {CardProps} props\n * The Properties of the Card\n *\n * @param {React.ReactElement|undefined} props.content\n * The Content of the Card\n *\n * @param {React.ReactElement|string} [props.caption=\"\"]\n * The optional Caption of the Card\n * @default \"\"\n *\n * @return {React.ReactElement<HTMLElement>}\n * The rendered Card\n */\nexport const Card =\n ({ content, caption = \"\" }: CardProps):\n React.ReactElement<HTMLElement> => {\n\n return (\n <figure className=\"card\">\n {content}\n {caption && <figcaption>{caption}</figcaption>}\n </figure>\n )\n}\n","import { CollapseProps } from './CollapseProps'\nimport \"./collapse.scss\";\n\n/**\n * ! COLLAPSE ATOM COMPONENT\n * @name Collapse\n * @description Renders the Collapse with a Summary & a Content\n *\n * @param {CollapseProps} props\n * The Properties of the Collapse\n *\n * @param {React.ReactElement|string} props.title\n * The Title of the Collapse\n *\n * @param {React.ReactElement|string} props.content\n * The Content of the Collapse\n *\n * @return {React.ReactElement<HTMLDetailsElement>}\n * The rendered Collapse\n */\nexport const Collapse =\n ({ title, content }: CollapseProps):\n React.ReactElement<HTMLDetailsElement> => {\n\n return (\n <details className=\"collapse\">\n <summary>{title}</summary>\n <figure>{content}</figure>\n </details>\n )\n}\n","import { IconProps } from './IconProps'\nimport './icon.scss'\n\n/**\n * ! ICON ATOM COMPONENT\n * @name Icon\n * @description Renders the Icon with a Name, an optional Category,\n * an optional Option, an optional Visibility & an optional Event\n * If the event is defined, the onClick & onKeyDown events will be triggered\n * @see {@link https://fontawesome.com/v5/search?o=r&m=free}\n *\n * @param {IconProps} props\n * The Properties of the Icon\n *\n * @param {string} props.name\n * The Name of the Icon\n *\n * @param {string} [props.cat=\"brands\"]\n * The Category of the Icon\n * @default \"brands\"\n *\n * @param {string} [props.option=\"2x\"]\n * The Option of the Icon\n * @default \"2x\"\n *\n * @param {boolean} [props.isHidden=true]\n * The Visibility of the Icon\n * @default true\n *\n * @param {(React.MouseEvent<HTMLElement>|React.KeyboardEvent<HTMLElement>)|undefined} [props.event=undefined]\n * The Event of the Icon\n * @default undefined\n *\n * @return {React.ReactElement<HTMLElement>}\n * The rendered Icon\n */\nexport const Icon =\n ({ name, cat = \"brands\", option = \"2x\", isHidden = true, event = undefined }: IconProps):\n React.ReactElement<HTMLElement> => {\n\n return (\n <i\n {...(event\n ? { 'className': `fa-${cat} fa-${name} fa-${option}` }\n : { 'className': `fa-${cat} fa-${name} fa-${option} fa-fw` }\n )}\n aria-hidden={isHidden}\n {...(event ? { 'onClick': (e) => event(e as React.MouseEvent<HTMLElement>) } : {})}\n {...(event ? { 'onKeyDown': (e) => event(e as React.KeyboardEvent<HTMLElement>) } : {})}\n {...(event ? { 'tabIndex': 0 } : {})}\n ></i>\n )\n}\n","import { ImageProps } from './ImageProps'\nimport './image.scss'\n\n/**\n * ! IMAGE ATOM COMPONENT\n * @description Renders the Image with an URL & an Alternative Text\n *\n * @param {ImageProps} props\n * The Properties of the Image\n *\n * @param {string} props.url\n * The URL of the Image\n *\n * @param {string} props.alt\n * The Alternative Text of the Image\n *\n * @param {string} [props.design=\"image\"]\n * The Design Class of the Image\n *\n * @return {React.ReactElement<HTMLImageElement>}\n * The rendered Image\n */\nexport const Image =\n ({ url, alt, design = 'image' }: ImageProps):\n React.ReactElement<HTMLImageElement> => {\n\n return (\n <img\n src={url}\n alt={alt}\n className={design}\n loading=\"lazy\"\n />\n )\n}\n","import { LinkProps } from './LinkProps'\nimport './link.scss'\n\n/**\n * ! LINK ATOM COMPONENT\n * @name Link\n * @description Renders the Link with a Content, an URL,\n * an optional Design class, an optional Aria Label & an optional Title\n * If the URL starts with \"https\", it will be rendered as an external Link\n * with target=\"_blank\" & rel=\"noopener noreferrer\"\n *\n * @param {LinkProps} props\n * The Properties of the Link\n *\n * @param {React.ReactElement|string} props.content\n * The Content of the Link\n *\n * @param {string} props.url\n * The URL of the Link\n *\n * @param {string} [props.design=\"link\"]\n * The Design Class of the Link\n * @default \"link\"\n *\n * @param {string} [props.label=\"\"]\n * The Aria Label of the Link\n * @default \"\"\n *\n * @param {string} [props.title=\"\"]\n * The Title of the Link\n * @default \"\"\n *\n * @return {React.ReactElement<HTMLLinkElement>}\n * The rendered Link\n */\nexport const Link =\n ({ content, url, design=\"link\", label=\"\", title=\"\" }: LinkProps):\n React.ReactElement<HTMLLinkElement> => {\n\n const isExternal = url.startsWith('https')\n\n return (\n <a\n href={url}\n className={`${design}`}\n {...(label ? { 'aria-label': label } : {})}\n {...(title ? { 'title': title } : {})}\n {...(isExternal ? { 'rel': 'noopener noreferrer' } : {})}\n {...(isExternal ? { 'target': '_blank' } : {})}\n >\n {content}\n </a>\n )\n}\n","import { ListProps } from \"./ListProps\"\nimport \"./list.scss\"\n\n/**\n * ! LIST ATOM COMPONENT\n * @name List\n * @description Renders the List with an Items Array as an unordered list\n *\n * @param {ListProps} props\n * The Properties of the List\n * \n * @param {React.ReactElement[]|string[]} props.array\n * The Array of items to render in the List\n *\n * @return {React.ReactElement<HTMLUListElement>}\n * The rendered List\n */\nexport const List =\n ({ array }: ListProps):\n React.ReactElement<HTMLUListElement> => {\n\n return (\n <ul className=\"list\">\n {array.map((item, index) => \n <li key={index}>\n <>{item}</>\n </li>\n )}\n </ul>\n )\n}\n","import { ButtonProps } from './ButtonProps'\nimport { IconProps } from '../../atoms/icon/IconProps'\nimport { LinkProps } from '../../atoms/link/LinkProps'\nimport { Icon } from '../../atoms/icon/Icon'\nimport { Link } from '../../atoms/link/Link'\nimport './button.scss'\n\n/**\n * ! BUTTON MOLECULE COMPONENT\n * @name Button\n * @description Renders the Button that displays a Link with an Icon & a Text\n *\n * @param {ButtonProps} props\n * The Properties of the Button\n *\n * @param {LinkProps} props.link\n * The Link of the Button\n *\n * @param {string} props.ico\n * The Icon of the Button\n *\n * @param {string} props.txt\n * The Text of the Button\n *\n * @returns {React.ReactElement<HTMLLinkElement>}\n * The rendered Button\n */\nexport const Button =\n ({ link, ico, txt }:\n ButtonProps): React.ReactElement<HTMLLinkElement> => {\n\n const { url, label }: LinkProps = link\n const { name, cat, option }: IconProps = ico\n\n return (\n <Link\n url={url}\n label={label}\n design=\"link button\"\n content={\n\n <>\n <Icon\n name={name}\n cat={cat}\n option={option}\n isHidden={false}\n event={undefined}\n />\n {txt && <b>{txt}</b>}\n </>\n }\n />\n )\n}\n","import { FooterProps } from './FooterProps'\nimport { Button } from '../button/Button'\nimport { List } from '../../atoms/list/List'\nimport './footer.scss'\n\n/**\n * ! FOOTER MOLECULE COMPONENT\n * @name Footer\n * @description Renders the Footer with a Links Array as an unordered list\n *\n * @param {FooterProps} props\n * The Properties of the Footer\n *\n * @param {Array<ButtonProps>} props.links\n * The Links of the Footer\n *\n * @returns {React.ReactElement<HTMLElement>}\n * The rendered Footer\n */\nexport const Footer =\n ({ links }: FooterProps):\n React.ReactElement<HTMLElement> => {\n\n return (\n <footer className=\"footer\">\n <List\n array={links.map((item) =>\n <Button\n link={item.link}\n ico={item.ico}\n txt=\"\"\n />\n )}\n />\n </footer>\n )\n}\n","import React from 'react'\nimport { TitleProps } from \"./TitleProps\"\nimport { Icon } from '../../atoms/icon/Icon'\nimport \"./title.scss\"\n\n/**\n * ! TITLE MOLECULE COMPONENT\n * @name Title\n * @description Renders the Title with a Main Text,\n * an optional Level, an optional Subtitle & an optional Icon\n *\n * @param {TitleProps} props\n * The Properties of the Title\n *\n * @param {string} props.txt\n * The Text of the Title\n *\n * @param {number} [props.lvl=4]\n * The Level of the Title\n * @default 4\n *\n * @param {string} [props.sub=\"\"]\n * The Subtitle of the Title\n * @default \"\"\n *\n * @param {IconProps|undefined} [props.ico=undefined]\n * The Icon of the Title\n * @default undefined\n *\n * @returns {React.ReactElement<HTMLHeadingElement>}\n * The rendered Title\n */\nexport const Title =\n ({ txt, lvl = 4, sub = \"\", ico = undefined }: TitleProps):\n React.ReactElement<HTMLHeadingElement> => {\n\n lvl = Number(lvl)\n if (lvl < 1 || lvl > 3) lvl = 4\n const Heading = `h${lvl}`\n\n return (\n <hgroup className=\"title\">\n {ico && <p>{React.createElement(Icon, ico)}</p>}\n {React.createElement(Heading, {}, txt)}\n {sub && <p>{sub}</p>}\n </hgroup>\n )\n}\n","import { GalleryItemProps } from './GalleryItemProps'\nimport { GalleryProps } from './GalleryProps'\nimport { Card } from '../../atoms/card/Card'\nimport { Icon } from '../../atoms/icon/Icon'\nimport { Image } from '../../atoms/image/Image'\nimport { List } from '../../atoms/list/List'\nimport { Link } from '../../atoms/link/Link'\nimport { Title } from '../title/Title'\nimport './gallery.scss'\n\n/**\n * ! GALLERY MOLECULE COMPONENT\n * @name Gallery\n * @description Renders the Gallery that displays\n * a list of links based on the provided array data\n *\n * @param {GalleryProps} props\n * The Properties of the Gallery\n * \n * @param {Array} props.array\n * The Items Array of the Gallery\n * \n * @param {string} props.array.url\n * The URL of the Item\n * \n * @param {string} props.array.name\n * The Name of the Item\n * \n * @param {string} props.array.detail\n * The Detail of the Item\n * \n * @param {Object} props.array.caption\n * The Caption of the Item\n * \n * @param {string} props.array.caption.title\n * The Title of the Item\n * \n * @param {Array} props.array.caption.technos\n * The Technologies of the Item Caption\n * \n * @param {Object} props.array.image\n * The Image of the Item\n *\n * @param {string} props.array.image.url\n * The URL of the Item Image\n *\n * @param {string} props.array.image.alt\n * The Alternative Text of the Item Image\n *\n * @return {React.ReactElement<HTMLUListElement>}\n * The rendered Links\n */\nexport const Gallery =\n ({ array }: GalleryProps):\n React.ReactElement<HTMLUListElement> => {\n\n const renderItem =\n (item: GalleryItemProps, index: number):\n React.ReactElement<HTMLLIElement> => {\n\n const itemProps = {\n url: item.url,\n title: item.detail ? item.detail : undefined,\n design: 'link',\n content: (\n <Card\n caption={item.caption && <Title txt={item.caption.title} />}\n content={item.image && <Image url={item.image.url} alt={item.image.alt} />}\n />\n )\n };\n\n if (item.name) {\n itemProps.content = <>{item.name}</>\n itemProps.design = 'btn'\n\n } else if (item.caption && item.caption.technos) {\n itemProps.content = (\n <Card\n caption={\n <>\n <Title txt={item.caption.title} />\n <List\n array={item.caption.technos.map((techno) => \n <Icon name={techno} option=\"lg\" isHidden={false} />\n )}\n />\n </>\n }\n content={<Image url={item.image?.url ?? ''} alt={item.image?.alt ?? ''} />}\n />\n );\n }\n\n return <Link key={index} {...itemProps} />;\n };\n\n return <List array={array.map(renderItem)} />;\n}\n","import { NavbarProps } from './NavbarProps'\nimport { Button } from '../button/Button'\nimport { List } from '../../atoms/list/List'\nimport './navbar.scss'\n\n/**\n * ! NAVBAR MOLECULE COMPONENT\n * @name Navbar\n * @description Renders the Navbar with a Brand, an Links Array as an unordered list & an Option\n * \n * @param {NavbarProps} props\n * The Properties of the Navbar\n *\n * @param {ButtonProps} props.brand\n * The Brand of the Navbar\n *\n * @param {Array<ButtonProps>} props.links\n * The Links of the Navbar\n *\n * @param {ButtonProps} props.contact\n * The Contact of the Navbar\n *\n * @returns {React.ReactElement<HTMLElement>}\n * The rendered Navbar\n */\nexport const Navbar =\n ({ brand, links, contact }: NavbarProps) :\n React.ReactElement<HTMLElement> => {\n\n return (\n <nav className=\"navbar\">\n <Button\n link={brand.link}\n ico={brand.ico}\n txt=\"\"\n />\n\n <List\n array={links.map((item) =>\n <Button\n link={item.link}\n ico={item.ico}\n txt={item.txt}\n />\n )}\n />\n\n <Button\n link={contact.link}\n ico={contact.ico}\n txt=\"\"\n />\n </nav>\n )\n}\n","import { useEffect, useState } from \"react\";\nimport { SliderProps } from \"./SliderProps\";\nimport { Icon } from \"../../atoms/icon/Icon\";\nimport \"./slider.scss\";\n\n/**\n * ! SLIDER MOLECULE COMPONENT\n * @name Slider\n * @description Renders the Slider that displays an Array of items &\n * allows the user to navigate through or to watch them in auto sequence\n *\n * @param {SliderProps} props\n * The Properties of the Slider\n * \n * @param {Array<React.ReactElement>} props.array\n * The Items Array of the Slider\n * \n * @param {number} props.timer\n * The Timer of the Slider\n * @default 5000\n *\n * @return {React.ReactElement<HTMLElement>}\n * The rendered Slider\n */\nexport const Slider =\n ({ array, timer = 5000 }: SliderProps) :\n React.ReactElement<HTMLElement> => {\n\n const LENGTH: number = array.length;\n\n const [i, setIndex]: [number, React.Dispatch<React.SetStateAction<number>>] = useState(0);\n const goNext: () => void = () => setIndex((i) => (i + 1) % LENGTH);\n const goPrevious: () => void = () => setIndex((i) => (i - 1 + LENGTH) % LENGTH);\n\n //! ********** AUTOPLAY **********\n\n let [isAuto, setAuto]: [boolean, React.Dispatch<React.SetStateAction<boolean>>] = useState(timer !== 0);\n const toggleAuto: () => void = () => setAuto((state) => !state);\n\n useEffect(() => {\n let interval: number;\n if (isAuto) interval = setInterval(() => goNext(), timer);\n\n return () => clearInterval(interval);\n }, [isAuto, LENGTH]);\n\n //! ********** KEYBOARD EVENTS **********\n\n const handleKeyDown: (event: KeyboardEvent) => void = (event: KeyboardEvent) => {\n switch (event.key) {\n case 'ArrowLeft':\n goPrevious();\n break;\n case 'ArrowRight':\n goNext();\n break;\n case 'a':\n case 'A':\n case 'p':\n case 'P':\n toggleAuto();\n break;\n default:\n break;\n }\n }\n\n useEffect(() => {\n document.addEventListener('keydown', handleKeyDown);\n\n return () => {\n document.removeEventListener('keydown', handleKeyDown);\n };\n }, []);\n\n //! ********** RENDER **********\n\n return (\n <figure\n className=\"slider\"\n role=\"region\"\n aria-label=\"slider\"\n >\n {array[i]}\n\n {LENGTH > 1 && (\n <nav>\n <Icon\n name=\"chevron-left\"\n cat=\"solid\"\n isHidden={false}\n event={goPrevious}\n />\n\n <Icon\n name=\"chevron-right\"\n cat=\"solid\"\n isHidden={false}\n event={goNext}\n />\n\n <Icon\n name={isAuto ? 'pause' : 'play'}\n cat=\"solid\"\n isHidden={false}\n event={toggleAuto}\n />\n </nav>\n )}\n\n <progress value={(i + 1) / LENGTH}></progress>\n </figure>\n )\n}\n"],"names":["f","require$$0","k","l","m","n","p","q","c","a","g","b","d","e","h","reactJsxRuntime_production_min","React","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_OFFSCREEN_TYPE","MAYBE_ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","getIteratorFn","maybeIterable","maybeIterator","ReactSharedInternals","error","format","_len2","args","_key2","printWarning","level","ReactDebugCurrentFrame","stack","argsWithFormat","item","enableScopeAPI","enableCacheElement","enableTransitionTracing","enableLegacyHidden","enableDebugTracing","REACT_MODULE_REFERENCE","isValidElementType","type","getWrappedName","outerType","innerType","wrapperName","displayName","functionName","getContextName","getComponentNameFromType","context","provider","outerName","lazyComponent","payload","init","assign","disabledDepth","prevLog","prevInfo","prevWarn","prevError","prevGroup","prevGroupCollapsed","prevGroupEnd","disabledLog","disableLogs","props","reenableLogs","ReactCurrentDispatcher","prefix","describeBuiltInComponentFrame","name","source","ownerFn","x","match","reentry","componentFrameCache","PossiblyWeakMap","describeNativeComponentFrame","fn","construct","frame","control","previousPrepareStackTrace","previousDispatcher","Fake","sample","sampleLines","controlLines","s","_frame","syntheticFrame","describeFunctionComponentFrame","shouldConstruct","Component","prototype","describeUnknownElementTypeFrameInDEV","hasOwnProperty","loggedTypeFailures","setCurrentlyValidatingElement","element","owner","checkPropTypes","typeSpecs","values","location","componentName","has","typeSpecName","error$1","err","ex","isArrayImpl","isArray","typeName","value","hasToStringTag","willCoercionThrow","testStringCoercion","checkKeyStringCoercion","ReactCurrentOwner","RESERVED_PROPS","specialPropKeyWarningShown","specialPropRefWarningShown","didWarnAboutStringRefs","hasValidRef","config","getter","hasValidKey","warnIfStringRefCannotBeAutoConverted","self","defineKeyPropWarningGetter","warnAboutAccessingKey","defineRefPropWarningGetter","warnAboutAccessingRef","ReactElement","key","ref","jsxDEV","maybeKey","propName","defaultProps","ReactCurrentOwner$1","ReactDebugCurrentFrame$1","setCurrentlyValidatingElement$1","propTypesMisspellWarningShown","isValidElement","object","getDeclarationErrorAddendum","getSourceInfoErrorAddendum","ownerHasKeyUseWarning","getCurrentComponentErrorInfo","parentType","info","parentName","validateExplicitKey","currentComponentErrorInfo","childOwner","validateChildKeys","node","i","child","iteratorFn","iterator","step","validatePropTypes","propTypes","_name","validateFragmentProps","fragment","keys","didWarnAboutKeySpread","jsxWithValidation","isStaticChildren","validType","sourceInfo","typeString","children","beforeExample","afterExample","jsxWithValidationStatic","jsxWithValidationDynamic","jsx","jsxs","reactJsxRuntime_development","jsxRuntimeModule","require$$1","Card","content","caption","Collapse","title","Icon","cat","option","isHidden","event","Image","url","alt","design","Link","label","isExternal","List","array","index","Fragment","Button","link","ico","txt","Footer","links","Title","lvl","sub","Heading","Gallery","renderItem","itemProps","techno","_a","_b","Navbar","brand","contact","Slider","timer","LENGTH","setIndex","useState","goNext","goPrevious","isAuto","setAuto","toggleAuto","state","useEffect","interval","handleKeyDown"],"mappings":"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","x_google_ignoreList":[0,1,2]} \ No newline at end of file diff --git a/dist/style.css b/dist/style.css index c432c79..e2dc8ee 100644 --- a/dist/style.css +++ b/dist/style.css @@ -1 +1 @@ -@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.card{box-sizing:border-box;margin:0;border:solid 2px hsl(0,0%,99%);border-radius:10px;width:100%}.card:hover,.card:focus{transform:scale(1.02);transition:all .5s}.card *{margin:0}.card>*:first-child{border-radius:10px 10px 0 0}.card figcaption{display:flex;flex-flow:column;place-content:space-evenly;place-items:center;box-sizing:border-box;margin-top:-5px;border-radius:0 0 10px 10px;padding:5px 10px;height:120px;background-color:#333;color:#fcfcfc}.card figcaption>*{margin:0}.card:hover figcaption,.card:focus figcaption{color:#9f9}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.collapse>figure{margin:20px}.collapse[open] summary,.collapse summary:hover,.collapse summary:focus{background-color:#fcfcfc;color:#333}.collapse summary{margin:auto;border-radius:5px;padding:10px;width:150px;list-style:none;background-color:#9f9;color:#030303;cursor:pointer}.collapse summary :first-child{margin:0;padding:1px}@media (min-width: 22.5rem){.collapse summary{border-radius:10px;width:160px}}@media (min-width: 36rem){.collapse summary{border-radius:15px;width:170px}}@media (min-width: 48rem){.collapse summary{border-radius:20px;width:190px}}@media (min-width: 64rem){.collapse summary{border-radius:25px;width:210px}}@media (min-width: 85.375rem){.collapse summary{border-radius:30px;width:230px}}@media (min-width: 96rem){.collapse summary{border-radius:35px;width:250px}}@media (min-width: 120rem){.collapse summary{border-radius:40px;width:270px}}[open] .fa-cubes,*:hover>*>.fa-cubes,*:focus>*>*>.fa-cubes{color:#8e44ad}[open] .fa-sitemap,*:hover>*>.fa-sitemap,*:focus>*>*>.fa-sitemap{color:#3498db}[open] .fa-html5,*:hover>*>.fa-html5,*:focus>*>*>.fa-html5{color:#e44d26}[open] .fa-css3,*:hover>*>.fa-css3,*:focus>*>*>.fa-css3{color:#1572b6}[open] .fa-sass,*:hover>*>.fa-sass,*:focus>*>*>.fa-sass{color:#cd6799}[open] .fa-square-js,*:hover>*>.fa-square-js,*:focus>*>*>.fa-square-js{color:#f0db4f}[open] .fa-react,*:hover>*>.fa-react,*:focus>*>*>.fa-react{color:#61dbfb}[open] .fa-vuejs,*:hover>*>.fa-vuejs,*:focus>*>*>.fa-vuejs{color:#42b883}[open] .fa-node-js,*:hover>*>.fa-node-js,*:focus>*>*>.fa-node-js{color:#3c873a}[open] .fa-php,*:hover>*>.fa-php,*:focus>*>*>.fa-php{color:#777bb4}[open] .fa-python,*:hover>*>.fa-python,*:focus>*>*>.fa-python{color:#3776ab}[open] .fa-database,*:hover>*>.fa-database,*:focus>*>*>.fa-database{color:#00758f}[open] .fa-square-git,*:hover>*>.fa-square-git,*:focus>*>*>.fa-square-git{color:#f1502f}[open] .fa-dev,*:hover>*>.fa-dev,*:focus>*>*>.fa-dev{color:#000}.image{max-width:100%;height:auto;object-fit:contain}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.link,.btn{display:flex;place-content:center;place-items:center;gap:5px;width:100%;height:100%;font-family:UbuntuMono,Courier,monospace;text-decoration:none;color:#030303}.btn{box-sizing:border-box;border:solid 2px hsl(270,100%,80%);border-radius:10px;padding:2.5px 5px;background-color:#333;color:#fcfcfc}.btn:hover,.btn:focus{border-radius:5px;background-color:#c9f;color:#333;transform:scale(1.05);transition:all .5s}@media (min-width: 22.5rem){.link,.btn{gap:7.5px}.btn{padding:3.75px 7.5px}}@media (min-width: 36rem){.link,.btn{gap:10px}.btn{padding:5px 10px}}@media (min-width: 48rem){.link,.btn{gap:12.5px}.btn{padding:6.25px 12.5px}}@media (min-width: 64rem){.link,.btn{gap:15px}.btn{padding:7.5px 15px}}@media (min-width: 85.375rem){.link,.btn{gap:17.5px}.btn{padding:8.75px 17.5px}}@media (min-width: 96rem){.link,.btn{gap:20px}.btn{padding:10px 20px}}@media (min-width: 120rem){.link,.btn{gap:22.5px}.btn{padding:11.25px 22.5px}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.list{display:flex;flex-flow:wrap;gap:5px;place-content:center;place-items:center;margin:0;padding:0;list-style:none}@media (min-width: 22.5rem){.list{gap:7.5px}}@media (min-width: 36rem){.list{gap:10px}}@media (min-width: 48rem){.list{gap:12.5px}}@media (min-width: 64rem){.list{gap:15px}}@media (min-width: 85.375rem){.list{gap:17.5px}}@media (min-width: 96rem){.list{gap:20px}}@media (min-width: 120rem){.list{gap:22.5px}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.button{width:fit-content}.button:hover,.button:focus{color:#333;transform:scale(.9);transition:all .5s}.button b{display:none}.button .fa-paper-plane:hover,.button .fa-paper-plane:focus{color:#dc143c}.button .fa-github:hover,.button .fa-github:focus{color:#000}.button .fa-linkedin-in:hover,.button .fa-linkedin-in:focus{color:#0077b5}.button .fa-medium:hover,.button .fa-medium:focus{color:#00ab6c}@media (min-width: 48rem){.button b{display:block;text-transform:uppercase}}@media (min-width: 85.375rem){.button b{text-transform:capitalize}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.footer{display:flex;place-content:center;position:fixed;z-index:1000;bottom:5px;width:100%}.footer li{display:flex;place-content:center;place-items:center;border:solid 2px hsl(0,0%,80%);border-radius:50%;width:30px;height:30px;font-size:1.2rem;background-color:#fcfcfc}.footer li i{color:#333}@media (min-width: 22.5rem){.footer li{width:35px;height:35px;font-size:1.44rem}}@media (min-width: 36rem){.footer li{width:40px;height:40px;font-size:1.68rem}}@media (min-width: 48rem){.footer li{width:45px;height:45px;font-size:1.92rem}}@media (min-width: 64rem){.footer li{width:50px;height:50px;font-size:2.16rem}}@media (min-width: 85.375rem){.footer li{width:55px;height:55px;font-size:2.4rem}}@media (min-width: 96rem){.footer li{width:60px;height:60px;font-size:2.64rem}}@media (min-width: 120rem){.footer li{width:65px;height:65px;font-size:2.88rem}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.title{display:flex;flex-flow:column;gap:5px;margin:0 0 20px;font-family:Trocchi,Times,serif;text-align:center}.title h1,.title h2,.title h3,.title h4,.title p{margin:0}.title h1+p,.title h2+p,.title h3+p,.title h4+p{color:#ccc}.title h1{font-size:1.92rem}.title h1+p{font-size:1.344rem}.title h2{font-size:1.68rem}.title h2+p{font-size:1.176rem}.title h3{font-size:1.44rem}.title h3+p{font-size:1.008rem}.title h4{font-size:1.2rem}.title h4+p{font-size:.84rem}@media (min-width: 22.5rem){.title{gap:5.5px;margin:0 0 24px}.title h1{font-size:2.112rem}.title h1+p{font-size:1.4784rem}.title h2{font-size:1.848rem}.title h2+p{font-size:1.2936rem}.title h3{font-size:1.584rem}.title h3+p{font-size:1.1088rem}.title h4{font-size:1.32rem}.title h4+p{font-size:.924rem}}@media (min-width: 36rem){.title{gap:6px;margin:0 0 28px}.title h1{font-size:2.304rem}.title h1+p{font-size:1.6128rem}.title h2{font-size:2.016rem}.title h2+p{font-size:1.4112rem}.title h3{font-size:1.728rem}.title h3+p{font-size:1.2096rem}.title h4{font-size:1.44rem}.title h4+p{font-size:1.008rem}}@media (min-width: 48rem){.title{gap:6.5px;margin:0 0 32px}.title h1{font-size:2.496rem}.title h1+p{font-size:1.7472rem}.title h2{font-size:2.184rem}.title h2+p{font-size:1.5288rem}.title h3{font-size:1.872rem}.title h3+p{font-size:1.3104rem}.title h4{font-size:1.56rem}.title h4+p{font-size:1.092rem}}@media (min-width: 64rem){.title{gap:7px;margin:0 0 36px}.title h1{font-size:2.688rem}.title h1+p{font-size:1.8816rem}.title h2{font-size:2.352rem}.title h2+p{font-size:1.6464rem}.title h3{font-size:2.016rem}.title h3+p{font-size:1.4112rem}.title h4{font-size:1.68rem}.title h4+p{font-size:1.176rem}}@media (min-width: 85.375rem){.title{gap:7.5px;margin:0 0 40px}.title h1{font-size:2.88rem}.title h1+p{font-size:2.016rem}.title h2{font-size:2.52rem}.title h2+p{font-size:1.764rem}.title h3{font-size:2.16rem}.title h3+p{font-size:1.512rem}.title h4{font-size:1.8rem}.title h4+p{font-size:1.26rem}}@media (min-width: 96rem){.title{gap:8px;margin:0 0 44px}.title h1{font-size:3.072rem}.title h1+p{font-size:2.1504rem}.title h2{font-size:2.688rem}.title h2+p{font-size:1.8816rem}.title h3{font-size:2.304rem}.title h3+p{font-size:1.6128rem}.title h4{font-size:1.92rem}.title h4+p{font-size:1.344rem}}@media (min-width: 120rem){.title{gap:8.5px;margin:0 0 48px}.title h1{font-size:3.264rem}.title h1+p{font-size:2.2848rem}.title h2{font-size:2.856rem}.title h2+p{font-size:1.9992rem}.title h3{font-size:2.448rem}.title h3+p{font-size:1.7136rem}.title h4{font-size:2.04rem}.title h4+p{font-size:1.428rem}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}@media (min-width: 22.5rem){[id=blog] .collapse li,[id=portfolio] .collapse figure>*>li{width:calc((100% + -0px)*1)}}@media (min-width: 36rem){[id=blog] .collapse li,[id=portfolio] .collapse figure>*>li{width:calc((100% - 15px)/2)}}@media (min-width: 48rem){[id=blog] .collapse li,[id=portfolio] .collapse figure>*>li{width:calc((100% - 20px)/2)}}@media (min-width: 64rem){[id=blog] .collapse li,[id=portfolio] .collapse figure>*>li{width:calc((100% - 50px) / 3)}}@media (min-width: 85.375rem){[id=blog] .collapse li,[id=portfolio] .collapse figure>*>li{width:calc((100% - 60px) / 3)}}@media (min-width: 96rem){[id=blog] .collapse li,[id=portfolio] .collapse figure>*>li{width:calc((100% - 105px)/4)}}@media (min-width: 120rem){[id=blog] .collapse li,[id=portfolio] .collapse figure>*>li{width:calc((100% - 120px)/4)}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.navbar{display:flex;place-content:center;place-items:center;position:fixed;z-index:1000;top:0;box-sizing:border-box;padding:2px 10px;width:100%;font-size:.7rem;background-color:#c9f;color:#030303}.navbar ul{flex-flow:nowrap}@media (min-width: 22.5rem){.navbar{padding:3px 20px;font-size:.8rem}}@media (min-width: 36rem){.navbar{padding:4px 30px;font-size:.9rem}}@media (min-width: 48rem){.navbar{padding:5px 40px;font-size:1rem}}@media (min-width: 64rem){.navbar{padding:6px 0;font-size:1.1rem}}@media (min-width: 85.375rem){.navbar{padding:7px 0;font-size:1.2rem}}@media (min-width: 96rem){.navbar{padding:8px 0;font-size:1.3rem}}@media (min-width: 120rem){.navbar{padding:9px 0;font-size:1.4rem}}@media (min-width: 64rem){.navbar{place-content:space-around}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}@keyframes grow-min{0%{transform:scale(.7)}}@keyframes grow-max{0%{transform:scale(0)}}@keyframes slide-top{0%{transform:translateY(100%)}}@keyframes slide-right{0%{transform:translate(-100%)}}@keyframes turn-x{0%{transform:rotateX(360deg)}}@keyframes turn-y{0%{transform:rotateY(360deg)}}@keyframes turn-z{0%{transform:rotate(360deg)}}@keyframes turn-xy{0%{transform:rotate3d(1,1,0,360deg)}}@keyframes turn-xz{0%{transform:rotate3d(1,0,1,360deg)}}@keyframes turn-yz{0%{transform:rotate3d(0,1,1,360deg)}}@keyframes turn-3d{0%{transform:rotate3d(1,1,1,360deg)}}body{margin:0;font-family:Geologica,Helvetica,sans-serif;font-size:1rem;background-color:#030303;color:#fcfcfc}.slider{position:relative;margin:0;padding:0 20px 32px}.slider+*{display:flex;flex-flow:column;place-content:center;place-items:center}.slider nav i{position:absolute;color:#fcfcfc;cursor:pointer}.slider nav i:hover,.slider nav i:focus{color:#c9f}.slider nav [class*=left]{left:0}.slider nav [class*=right]{right:0}.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 36px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 8px);bottom:0}.slider nav i{font-size:1.5rem}@media (min-width: 22.5rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 43px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 11px);bottom:-2px}.slider nav i{font-size:2.25rem}}@media (min-width: 36rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 50px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 15px);bottom:-13px}.slider nav i{font-size:3rem}}@media (min-width: 48rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 56px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 19px);bottom:-25px}.slider nav i{font-size:3.75rem}}@media (min-width: 64rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 63px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 22px);bottom:-37px}.slider nav i{font-size:4.5rem}}@media (min-width: 85.375rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 70px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 26px);bottom:-48px}.slider nav i{font-size:5.25rem}}@media (min-width: 96rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 77px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 30px);bottom:-61px}.slider nav i{font-size:6rem}}@media (min-width: 120rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 84px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 34px);bottom:-74px}.slider nav i{font-size:6.75rem}} +@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.card{box-sizing:border-box;margin:0;border:solid 2px hsl(0,0%,99%);border-radius:10px;width:100%}.card:hover,.card:focus{transform:scale(1.02);transition:all .5s}.card *{margin:0}.card>*:first-child{border-radius:10px 10px 0 0}.card figcaption{display:flex;flex-flow:column;place-content:space-evenly;place-items:center;box-sizing:border-box;margin-top:-5px;border-radius:0 0 10px 10px;padding:5px 10px;height:120px;background-color:#333;color:#fcfcfc}.card figcaption>*{margin:0}.card:hover figcaption,.card:focus figcaption{color:#9f9}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.collapse>figure{margin:20px}.collapse[open] summary,.collapse summary:hover,.collapse summary:focus{background-color:#fcfcfc;color:#333}.collapse summary{margin:auto;border-radius:5px;padding:10px;width:150px;list-style:none;background-color:#9f9;color:#030303;cursor:pointer}.collapse summary :first-child{margin:0;padding:1px}@media (min-width: 22.5rem){.collapse summary{border-radius:10px;width:160px}}@media (min-width: 36rem){.collapse summary{border-radius:15px;width:170px}}@media (min-width: 48rem){.collapse summary{border-radius:20px;width:190px}}@media (min-width: 64rem){.collapse summary{border-radius:25px;width:210px}}@media (min-width: 85.375rem){.collapse summary{border-radius:30px;width:230px}}@media (min-width: 96rem){.collapse summary{border-radius:35px;width:250px}}@media (min-width: 120rem){.collapse summary{border-radius:40px;width:270px}}[open] .fa-css3,*:hover>*>.fa-css3,*:focus>*>*>.fa-css3{color:#1572b6}[open] .fa-database,*:hover>*>.fa-database,*:focus>*>*>.fa-database{color:#00758f}[open] .fa-html5,*:hover>*>.fa-html5,*:focus>*>*>.fa-html5{color:#e44d26}[open] .fa-square-js,*:hover>*>.fa-square-js,*:focus>*>*>.fa-square-js{color:#f0db4f}[open] .fa-vuejs,*:hover>*>.fa-vuejs,*:focus>*>*>.fa-vuejs{color:#42b883}[open] .fa-node-js,*:hover>*>.fa-node-js,*:focus>*>*>.fa-node-js{color:#3c873a}[open] .fa-php,*:hover>*>.fa-php,*:focus>*>*>.fa-php{color:#777bb4}[open] .fa-python,*:hover>*>.fa-python,*:focus>*>*>.fa-python{color:#3776ab}[open] .fa-react,*:hover>*>.fa-react,*:focus>*>*>.fa-react{color:#61dbfb}[open] .fa-sass,*:hover>*>.fa-sass,*:focus>*>*>.fa-sass{color:#cd6799}[open] .fa-sitemap,*:hover>*>.fa-sitemap,*:focus>*>*>.fa-sitemap{color:#3498db}[open] .fa-square-git,*:hover>*>.fa-square-git,*:focus>*>*>.fa-square-git{color:#f1502f}[open] .fa-dev,*:hover>*>.fa-dev,*:focus>*>*>.fa-dev{color:#000}.image{max-width:100%;height:auto;object-fit:contain}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.link,.btn{display:flex;place-content:center;place-items:center;gap:5px;width:100%;height:100%;font-family:UbuntuMono,Courier,monospace;text-decoration:none;color:#030303}.btn{box-sizing:border-box;border:solid 2px hsl(270,100%,80%);border-radius:10px;padding:2.5px 5px;background-color:#333;color:#fcfcfc}.btn:hover,.btn:focus{border-radius:5px;background-color:#c9f;color:#333;transform:scale(1.05);transition:all .5s}@media (min-width: 22.5rem){.link,.btn{gap:7.5px}.btn{padding:3.75px 7.5px}}@media (min-width: 36rem){.link,.btn{gap:10px}.btn{padding:5px 10px}}@media (min-width: 48rem){.link,.btn{gap:12.5px}.btn{padding:6.25px 12.5px}}@media (min-width: 64rem){.link,.btn{gap:15px}.btn{padding:7.5px 15px}}@media (min-width: 85.375rem){.link,.btn{gap:17.5px}.btn{padding:8.75px 17.5px}}@media (min-width: 96rem){.link,.btn{gap:20px}.btn{padding:10px 20px}}@media (min-width: 120rem){.link,.btn{gap:22.5px}.btn{padding:11.25px 22.5px}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.list{display:flex;flex-flow:wrap;gap:5px;place-content:center;place-items:center;margin:0;padding:0;list-style:none}@media (min-width: 22.5rem){.list{gap:7.5px}}@media (min-width: 36rem){.list{gap:10px}}@media (min-width: 48rem){.list{gap:12.5px}}@media (min-width: 64rem){.list{gap:15px}}@media (min-width: 85.375rem){.list{gap:17.5px}}@media (min-width: 96rem){.list{gap:20px}}@media (min-width: 120rem){.list{gap:22.5px}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.button{width:fit-content}.button:hover,.button:focus{color:#333;transform:scale(.9);transition:all .5s}.button b{display:none}.button .fa-codepen:hover,.button .fa-codepen:focus{color:#1e1f26}.button .fa-github:hover,.button .fa-github:focus{color:#010409}.button .fa-linkedin-in:hover,.button .fa-linkedin-in:focus{color:#0077b5}.button .fa-medium:hover,.button .fa-medium:focus{color:#00ab6c}.button .fa-npm:hover,.button .fa-npm:focus{color:#ea2039}.button .fa-x-twitter:hover,.button .fa-x-twitter:focus{color:#1d9bf0}@media (min-width: 48rem){.button b{display:block;text-transform:uppercase}}@media (min-width: 85.375rem){.button b{text-transform:capitalize}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.footer{display:flex;place-content:center;position:fixed;z-index:1000;bottom:5px;width:100%}.footer li{display:flex;place-content:center;place-items:center;border:solid 2px hsl(0,0%,80%);border-radius:50%;width:30px;height:30px;font-size:1.2rem;background-color:#fcfcfc}.footer li i{color:#333}@media (min-width: 22.5rem){.footer li{width:35px;height:35px;font-size:1.44rem}}@media (min-width: 36rem){.footer li{width:40px;height:40px;font-size:1.68rem}}@media (min-width: 48rem){.footer li{width:45px;height:45px;font-size:1.92rem}}@media (min-width: 64rem){.footer li{width:50px;height:50px;font-size:2.16rem}}@media (min-width: 85.375rem){.footer li{width:55px;height:55px;font-size:2.4rem}}@media (min-width: 96rem){.footer li{width:60px;height:60px;font-size:2.64rem}}@media (min-width: 120rem){.footer li{width:65px;height:65px;font-size:2.88rem}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.title{display:flex;flex-flow:column;gap:5px;margin:0 0 20px;font-family:Trocchi,Times,serif;text-align:center}.title h1,.title h2,.title h3,.title h4,.title p{margin:0}.title h1+p,.title h2+p,.title h3+p,.title h4+p{color:#ccc}.title h1{font-size:1.92rem}.title h1+p{font-size:1.344rem}.title h2{font-size:1.68rem}.title h2+p{font-size:1.176rem}.title h3{font-size:1.44rem}.title h3+p{font-size:1.008rem}.title h4{font-size:1.2rem}.title h4+p{font-size:.84rem}@media (min-width: 22.5rem){.title{gap:5.5px;margin:0 0 24px}.title h1{font-size:2.112rem}.title h1+p{font-size:1.4784rem}.title h2{font-size:1.848rem}.title h2+p{font-size:1.2936rem}.title h3{font-size:1.584rem}.title h3+p{font-size:1.1088rem}.title h4{font-size:1.32rem}.title h4+p{font-size:.924rem}}@media (min-width: 36rem){.title{gap:6px;margin:0 0 28px}.title h1{font-size:2.304rem}.title h1+p{font-size:1.6128rem}.title h2{font-size:2.016rem}.title h2+p{font-size:1.4112rem}.title h3{font-size:1.728rem}.title h3+p{font-size:1.2096rem}.title h4{font-size:1.44rem}.title h4+p{font-size:1.008rem}}@media (min-width: 48rem){.title{gap:6.5px;margin:0 0 32px}.title h1{font-size:2.496rem}.title h1+p{font-size:1.7472rem}.title h2{font-size:2.184rem}.title h2+p{font-size:1.5288rem}.title h3{font-size:1.872rem}.title h3+p{font-size:1.3104rem}.title h4{font-size:1.56rem}.title h4+p{font-size:1.092rem}}@media (min-width: 64rem){.title{gap:7px;margin:0 0 36px}.title h1{font-size:2.688rem}.title h1+p{font-size:1.8816rem}.title h2{font-size:2.352rem}.title h2+p{font-size:1.6464rem}.title h3{font-size:2.016rem}.title h3+p{font-size:1.4112rem}.title h4{font-size:1.68rem}.title h4+p{font-size:1.176rem}}@media (min-width: 85.375rem){.title{gap:7.5px;margin:0 0 40px}.title h1{font-size:2.88rem}.title h1+p{font-size:2.016rem}.title h2{font-size:2.52rem}.title h2+p{font-size:1.764rem}.title h3{font-size:2.16rem}.title h3+p{font-size:1.512rem}.title h4{font-size:1.8rem}.title h4+p{font-size:1.26rem}}@media (min-width: 96rem){.title{gap:8px;margin:0 0 44px}.title h1{font-size:3.072rem}.title h1+p{font-size:2.1504rem}.title h2{font-size:2.688rem}.title h2+p{font-size:1.8816rem}.title h3{font-size:2.304rem}.title h3+p{font-size:1.6128rem}.title h4{font-size:1.92rem}.title h4+p{font-size:1.344rem}}@media (min-width: 120rem){.title{gap:8.5px;margin:0 0 48px}.title h1{font-size:3.264rem}.title h1+p{font-size:2.2848rem}.title h2{font-size:2.856rem}.title h2+p{font-size:1.9992rem}.title h3{font-size:2.448rem}.title h3+p{font-size:1.7136rem}.title h4{font-size:2.04rem}.title h4+p{font-size:1.428rem}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}@media (min-width: 22.5rem){.collapse figure>.list>li{width:calc((100% + -0px)*1)}}@media (min-width: 36rem){.collapse figure>.list>li{width:calc((100% - 15px)/2)}}@media (min-width: 48rem){.collapse figure>.list>li{width:calc((100% - 20px)/2)}}@media (min-width: 64rem){.collapse figure>.list>li{width:calc((100% - 50px) / 3)}}@media (min-width: 85.375rem){.collapse figure>.list>li{width:calc((100% - 60px) / 3)}}@media (min-width: 96rem){.collapse figure>.list>li{width:calc((100% - 105px)/4)}}@media (min-width: 120rem){.collapse figure>.list>li{width:calc((100% - 120px)/4)}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}.navbar{display:flex;place-content:space-between;place-items:center;position:fixed;z-index:1000;top:0;box-sizing:border-box;padding:2px 5px;width:100%;font-size:.7rem;background-color:#c9f;color:#030303}.navbar ul{flex-flow:nowrap}@media (min-width: 22.5rem){.navbar{padding:3px 10px;font-size:.8rem}}@media (min-width: 36rem){.navbar{padding:4px 15px;font-size:.9rem}}@media (min-width: 48rem){.navbar{padding:5px 0;font-size:1rem}}@media (min-width: 64rem){.navbar{padding:6px 0;font-size:1.1rem}}@media (min-width: 85.375rem){.navbar{padding:7px 0;font-size:1.2rem}}@media (min-width: 96rem){.navbar{padding:8px 0;font-size:1.3rem}}@media (min-width: 120rem){.navbar{padding:9px 0;font-size:1.4rem}}@media (min-width: 48rem){.navbar{place-content:space-around}}@media (min-width: 85.375rem){.navbar{place-content:space-evenly}}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:swap;src:local("Geologica-Regular"),url(/fonts/Geologica-Regular.woff2) format("woff2")}@font-face{font-family:Trocchi;font-style:normal;font-weight:400;font-display:swap;src:local("Trocchi-Regular"),url(/fonts/Trocchi-Regular.woff2) format("woff2")}@font-face{font-family:UbuntuMono;font-style:normal;font-weight:400;font-display:swap;src:local("UbuntuMono-Regular"),url(/fonts/UbuntuMono-Regular.woff2) format("woff2")}@keyframes grow-min{0%{transform:scale(.7)}}@keyframes grow-max{0%{transform:scale(0)}}@keyframes slide-top{0%{transform:translateY(100%)}}@keyframes slide-right{0%{transform:translate(-100%)}}@keyframes turn-x{0%{transform:rotateX(360deg)}}@keyframes turn-y{0%{transform:rotateY(360deg)}}@keyframes turn-z{0%{transform:rotate(360deg)}}@keyframes turn-xy{0%{transform:rotate3d(1,1,0,360deg)}}@keyframes turn-xz{0%{transform:rotate3d(1,0,1,360deg)}}@keyframes turn-yz{0%{transform:rotate3d(0,1,1,360deg)}}@keyframes turn-3d{0%{transform:rotate3d(1,1,1,360deg)}}body{margin:0;font-family:Geologica,Helvetica,sans-serif;font-size:1rem;background-color:#030303;color:#fcfcfc}.slider{position:relative;margin:0;padding:0 20px 32px}.slider+*{display:flex;flex-flow:column;place-content:center;place-items:center}.slider nav i{position:absolute;color:#fcfcfc;cursor:pointer}.slider nav i:hover,.slider nav i:focus{color:#c9f}.slider nav [class*=left]{left:0}.slider nav [class*=right]{right:0}.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 36px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 8px);bottom:0}.slider nav i{font-size:1.5rem}@media (min-width: 22.5rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 43px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 11px);bottom:-2px}.slider nav i{font-size:2.25rem}}@media (min-width: 36rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 50px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 15px);bottom:-13px}.slider nav i{font-size:3rem}}@media (min-width: 48rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 56px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 19px);bottom:-25px}.slider nav i{font-size:3.75rem}}@media (min-width: 64rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 63px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 22px);bottom:-37px}.slider nav i{font-size:4.5rem}}@media (min-width: 85.375rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 70px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 26px);bottom:-48px}.slider nav i{font-size:5.25rem}}@media (min-width: 96rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 77px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 30px);bottom:-61px}.slider nav i{font-size:6rem}}@media (min-width: 120rem){.slider nav [class*=left],.slider nav [class*=right]{top:calc(50% - 84px)}.slider nav [class*=play],.slider nav [class*=pause]{left:calc(50% - 34px);bottom:-74px}.slider nav i{font-size:6.75rem}} diff --git a/lib/atoms/icon/_icon-var.scss b/lib/atoms/icon/_icon-var.scss index 413441d..065fac9 100644 --- a/lib/atoms/icon/_icon-var.scss +++ b/lib/atoms/icon/_icon-var.scss @@ -1,18 +1,17 @@ //! ********** ICON VARIABLES ********** $icons: ( - "cubes": #8E44AD, - "sitemap": #3498DB, - "html5": #E44D26, "css3": #1572B6, - "sass": #CD6799, + "database": #00758F, + "html5": #E44D26, "square-js": #F0DB4F, - "react": #61DBFB, "vuejs": #42B883, "node-js": #3C873A, "php": #777BB4, "python": #3776AB, - "database": #00758F, + "react": #61DBFB, + "sass": #CD6799, + "sitemap": #3498DB, "square-git": #F1502F, "dev": #000 ) !default; diff --git a/lib/molecules/button/_button-var.scss b/lib/molecules/button/_button-var.scss index 8c95c7b..9e8167b 100644 --- a/lib/molecules/button/_button-var.scss +++ b/lib/molecules/button/_button-var.scss @@ -1,8 +1,10 @@ //! ********** BUTTON VARIABLES ********** $buttons: ( - "paper-plane": #DC143C, - "github": #000, + "codepen": #1E1F26, + "github": #010409, "linkedin-in": #0077B5, - "medium": #00AB6C + "medium": #00AB6C, + "npm": #EA2039, + "x-twitter": #1D9BF0 ) !default; diff --git a/lib/molecules/footer/Footer.tsx b/lib/molecules/footer/Footer.tsx index 165ab26..372a5dd 100644 --- a/lib/molecules/footer/Footer.tsx +++ b/lib/molecules/footer/Footer.tsx @@ -6,25 +6,25 @@ import './footer.scss' /** * ! FOOTER MOLECULE COMPONENT * @name Footer - * @description Renders the Footer with an Items Array as an unordered list + * @description Renders the Footer with a Links Array as an unordered list * * @param {FooterProps} props * The Properties of the Footer * - * @param {Array<ButtonProps>} props.array - * The Items Array of the Footer + * @param {Array<ButtonProps>} props.links + * The Links of the Footer * * @returns {React.ReactElement<HTMLElement>} * The rendered Footer */ export const Footer = - ({ array }: FooterProps): + ({ links }: FooterProps): React.ReactElement<HTMLElement> => { return ( <footer className="footer"> <List - array={array.map((item) => + array={links.map((item) => <Button link={item.link} ico={item.ico} diff --git a/lib/molecules/footer/FooterProps.tsx b/lib/molecules/footer/FooterProps.tsx index 4f0e687..ca6468f 100644 --- a/lib/molecules/footer/FooterProps.tsx +++ b/lib/molecules/footer/FooterProps.tsx @@ -5,9 +5,9 @@ import { ButtonProps } from '../button/ButtonProps' * @interface FooterProps * @description The Properties of the Footer * - * @property {Array<ButtonProps>} array - * The Items Array of the Footer + * @property {Array<ButtonProps>} links + * The Links Array of the Footer */ export interface FooterProps { - array: Array<ButtonProps> + links: Array<ButtonProps> } diff --git a/lib/molecules/gallery/_gallery-mix.scss b/lib/molecules/gallery/_gallery-mix.scss index 885bddf..989f261 100644 --- a/lib/molecules/gallery/_gallery-mix.scss +++ b/lib/molecules/gallery/_gallery-mix.scss @@ -1,8 +1,7 @@ //! ********** GALLERY MIXIN ********** @mixin gallery($size, $ratio) { - [id=blog] .collapse li, - [id=portfolio] .collapse figure > * > li { + .collapse figure > .list > li { width: calc((100% - ($ratio - 1) * $size) / $ratio ); } diff --git a/lib/molecules/navbar/Navbar.tsx b/lib/molecules/navbar/Navbar.tsx index 7813943..aa4425f 100644 --- a/lib/molecules/navbar/Navbar.tsx +++ b/lib/molecules/navbar/Navbar.tsx @@ -6,25 +6,37 @@ import './navbar.scss' /** * ! NAVBAR MOLECULE COMPONENT * @name Navbar - * @description Renders the Navbar with an Items Array as an unordered list + * @description Renders the Navbar with a Brand, an Links Array as an unordered list & an Option * * @param {NavbarProps} props * The Properties of the Navbar * - * @param {Array<ButtonProps>} props.array - * The Items Array of the Navbar + * @param {ButtonProps} props.brand + * The Brand of the Navbar + * + * @param {Array<ButtonProps>} props.links + * The Links of the Navbar + * + * @param {ButtonProps} props.contact + * The Contact of the Navbar * * @returns {React.ReactElement<HTMLElement>} * The rendered Navbar */ export const Navbar = - ({ array }: NavbarProps) : + ({ brand, links, contact }: NavbarProps) : React.ReactElement<HTMLElement> => { return ( <nav className="navbar"> + <Button + link={brand.link} + ico={brand.ico} + txt="" + /> + <List - array={array.map((item) => + array={links.map((item) => <Button link={item.link} ico={item.ico} @@ -32,6 +44,12 @@ export const Navbar = /> )} /> + + <Button + link={contact.link} + ico={contact.ico} + txt="" + /> </nav> ) } diff --git a/lib/molecules/navbar/NavbarProps.tsx b/lib/molecules/navbar/NavbarProps.tsx index cff98b5..4b8e275 100644 --- a/lib/molecules/navbar/NavbarProps.tsx +++ b/lib/molecules/navbar/NavbarProps.tsx @@ -5,9 +5,17 @@ import { ButtonProps } from '../button/ButtonProps' * @interface NavbarProps * @description The Properties of the Navbar * - * @property {Array<ButtonProps>} array - * The Items Array of the Navbar + * @property {ButtonProps} brand + * The Brand of the Navbar + * + * @property {Array<ButtonProps>} links + * The Links of the Navbar + * + * @property {ButtonProps} contact + * The Contact of the Navbar */ export interface NavbarProps { - array: Array<ButtonProps> + brand: ButtonProps + links: Array<ButtonProps> + contact: ButtonProps } diff --git a/lib/molecules/navbar/_navbar-var.scss b/lib/molecules/navbar/_navbar-var.scss index 4b2fd18..34c3f19 100644 --- a/lib/molecules/navbar/_navbar-var.scss +++ b/lib/molecules/navbar/_navbar-var.scss @@ -1,6 +1,6 @@ //! ********** NAVBAR VARIABLES ********** -$padding-x: 10px; +$padding-x: 5px; $padding-y: 2px; $font: 0.7rem; @@ -17,7 +17,7 @@ $padding-sizes: ( $padding-ratios: ( "tn": 2, "xs": 3, - "sm": 4, + "sm": 0, "md": 0, "lg": 0, "xl": 0, diff --git a/lib/molecules/navbar/navbar.scss b/lib/molecules/navbar/navbar.scss index dc6046b..2208362 100644 --- a/lib/molecules/navbar/navbar.scss +++ b/lib/molecules/navbar/navbar.scss @@ -6,7 +6,7 @@ .navbar { display: flex; - place-content: center; + place-content: space-between; place-items: center; position: fixed; z-index: 1000; @@ -33,7 +33,11 @@ } } - @media (min-width: $md) { + @media (min-width: $sm) { place-content: space-around; } + + @media (min-width: $lg) { + place-content: space-evenly; + } } diff --git a/package-lock.json b/package-lock.json index c837f82..8b542a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reactoms", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "reactoms", - "version": "0.4.1", + "version": "0.4.2", "license": "Apache-2.0", "dependencies": { "react": "^18.2.0", diff --git a/package.json b/package.json index 5cf6a7f..839c31d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactoms", - "version": "0.4.1", + "version": "0.4.2", "description": "A React Components Library made with TypeScript, Sass, Vite & Atomic Design : Card, Collapse, Icon, Image, Link, List for Atoms & Button, Footer, Gallery, Navbar, Slider, Title for Molecules", "type": "module", "keywords":[