quirk-ui 0.0.193 → 0.0.195
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Footer/index.js +123 -110
- package/package.json +1 -1
|
@@ -1,168 +1,181 @@
|
|
|
1
1
|
import { jsx as l, jsxs as m } from "react/jsx-runtime";
|
|
2
|
-
import { CallToAction as
|
|
3
|
-
import { ButtonGroup as
|
|
2
|
+
import { CallToAction as V } from "../CallToAction/index.js";
|
|
3
|
+
import { ButtonGroup as E } from "../ButtonGroup/index.js";
|
|
4
4
|
import d from "react";
|
|
5
|
-
import
|
|
5
|
+
import { c as T } from "../../createLucideIcon-C8GTh_Qx.js";
|
|
6
|
+
import '../../assets/index47.css';/**
|
|
7
|
+
* @license lucide-react v0.488.0 - ISC
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the ISC license.
|
|
10
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
const M = [
|
|
13
|
+
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
14
|
+
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
15
|
+
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
16
|
+
], L = T("external-link", M);
|
|
17
|
+
var P = {
|
|
6
18
|
color: void 0,
|
|
7
19
|
size: void 0,
|
|
8
20
|
className: void 0,
|
|
9
21
|
style: void 0,
|
|
10
22
|
attr: void 0
|
|
11
|
-
},
|
|
12
|
-
function F(
|
|
13
|
-
if (
|
|
14
|
-
var r =
|
|
23
|
+
}, j = d.createContext && /* @__PURE__ */ d.createContext(P), $ = ["attr", "size", "title"];
|
|
24
|
+
function F(e, t) {
|
|
25
|
+
if (e == null) return {};
|
|
26
|
+
var r = k(e, t), a, c;
|
|
15
27
|
if (Object.getOwnPropertySymbols) {
|
|
16
|
-
var u = Object.getOwnPropertySymbols(
|
|
28
|
+
var u = Object.getOwnPropertySymbols(e);
|
|
17
29
|
for (c = 0; c < u.length; c++)
|
|
18
|
-
a = u[c], !(
|
|
30
|
+
a = u[c], !(t.indexOf(a) >= 0) && Object.prototype.propertyIsEnumerable.call(e, a) && (r[a] = e[a]);
|
|
19
31
|
}
|
|
20
32
|
return r;
|
|
21
33
|
}
|
|
22
|
-
function
|
|
23
|
-
if (
|
|
34
|
+
function k(e, t) {
|
|
35
|
+
if (e == null) return {};
|
|
24
36
|
var r = {};
|
|
25
|
-
for (var a in
|
|
26
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
27
|
-
if (
|
|
28
|
-
r[a] =
|
|
37
|
+
for (var a in e)
|
|
38
|
+
if (Object.prototype.hasOwnProperty.call(e, a)) {
|
|
39
|
+
if (t.indexOf(a) >= 0) continue;
|
|
40
|
+
r[a] = e[a];
|
|
29
41
|
}
|
|
30
42
|
return r;
|
|
31
43
|
}
|
|
32
|
-
function
|
|
33
|
-
return
|
|
34
|
-
for (var
|
|
35
|
-
var r = arguments[
|
|
44
|
+
function f() {
|
|
45
|
+
return f = Object.assign ? Object.assign.bind() : function(e) {
|
|
46
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
47
|
+
var r = arguments[t];
|
|
36
48
|
for (var a in r)
|
|
37
|
-
Object.prototype.hasOwnProperty.call(r, a) && (
|
|
49
|
+
Object.prototype.hasOwnProperty.call(r, a) && (e[a] = r[a]);
|
|
38
50
|
}
|
|
39
|
-
return
|
|
40
|
-
},
|
|
51
|
+
return e;
|
|
52
|
+
}, f.apply(this, arguments);
|
|
41
53
|
}
|
|
42
|
-
function x(
|
|
43
|
-
var r = Object.keys(
|
|
54
|
+
function x(e, t) {
|
|
55
|
+
var r = Object.keys(e);
|
|
44
56
|
if (Object.getOwnPropertySymbols) {
|
|
45
|
-
var a = Object.getOwnPropertySymbols(
|
|
46
|
-
|
|
47
|
-
return Object.getOwnPropertyDescriptor(
|
|
57
|
+
var a = Object.getOwnPropertySymbols(e);
|
|
58
|
+
t && (a = a.filter(function(c) {
|
|
59
|
+
return Object.getOwnPropertyDescriptor(e, c).enumerable;
|
|
48
60
|
})), r.push.apply(r, a);
|
|
49
61
|
}
|
|
50
62
|
return r;
|
|
51
63
|
}
|
|
52
|
-
function
|
|
53
|
-
for (var
|
|
54
|
-
var r = arguments[
|
|
55
|
-
|
|
56
|
-
B(
|
|
57
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
58
|
-
Object.defineProperty(
|
|
64
|
+
function g(e) {
|
|
65
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
66
|
+
var r = arguments[t] != null ? arguments[t] : {};
|
|
67
|
+
t % 2 ? x(Object(r), !0).forEach(function(a) {
|
|
68
|
+
B(e, a, r[a]);
|
|
69
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : x(Object(r)).forEach(function(a) {
|
|
70
|
+
Object.defineProperty(e, a, Object.getOwnPropertyDescriptor(r, a));
|
|
59
71
|
});
|
|
60
72
|
}
|
|
61
|
-
return
|
|
73
|
+
return e;
|
|
62
74
|
}
|
|
63
|
-
function B(
|
|
64
|
-
return
|
|
75
|
+
function B(e, t, r) {
|
|
76
|
+
return t = H(t), t in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
|
|
65
77
|
}
|
|
66
|
-
function
|
|
67
|
-
var
|
|
68
|
-
return typeof
|
|
78
|
+
function H(e) {
|
|
79
|
+
var t = D(e, "string");
|
|
80
|
+
return typeof t == "symbol" ? t : t + "";
|
|
69
81
|
}
|
|
70
|
-
function D(
|
|
71
|
-
if (typeof
|
|
72
|
-
var r =
|
|
82
|
+
function D(e, t) {
|
|
83
|
+
if (typeof e != "object" || !e) return e;
|
|
84
|
+
var r = e[Symbol.toPrimitive];
|
|
73
85
|
if (r !== void 0) {
|
|
74
|
-
var a = r.call(
|
|
86
|
+
var a = r.call(e, t);
|
|
75
87
|
if (typeof a != "object") return a;
|
|
76
88
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
77
89
|
}
|
|
78
|
-
return (
|
|
90
|
+
return (t === "string" ? String : Number)(e);
|
|
79
91
|
}
|
|
80
|
-
function
|
|
81
|
-
return
|
|
92
|
+
function z(e) {
|
|
93
|
+
return e && e.map((t, r) => /* @__PURE__ */ d.createElement(t.tag, g({
|
|
82
94
|
key: r
|
|
83
|
-
},
|
|
95
|
+
}, t.attr), z(t.child)));
|
|
84
96
|
}
|
|
85
|
-
function h(
|
|
86
|
-
return (
|
|
87
|
-
attr:
|
|
88
|
-
},
|
|
97
|
+
function h(e) {
|
|
98
|
+
return (t) => /* @__PURE__ */ d.createElement(A, f({
|
|
99
|
+
attr: g({}, e.attr)
|
|
100
|
+
}, t), z(e.child));
|
|
89
101
|
}
|
|
90
|
-
function
|
|
91
|
-
var
|
|
102
|
+
function A(e) {
|
|
103
|
+
var t = (r) => {
|
|
92
104
|
var {
|
|
93
105
|
attr: a,
|
|
94
106
|
size: c,
|
|
95
107
|
title: u
|
|
96
|
-
} =
|
|
97
|
-
return r.className && (s = r.className),
|
|
108
|
+
} = e, v = F(e, $), p = c || r.size || "1em", s;
|
|
109
|
+
return r.className && (s = r.className), e.className && (s = (s ? s + " " : "") + e.className), /* @__PURE__ */ d.createElement("svg", f({
|
|
98
110
|
stroke: "currentColor",
|
|
99
111
|
fill: "currentColor",
|
|
100
112
|
strokeWidth: "0"
|
|
101
113
|
}, r.attr, a, v, {
|
|
102
114
|
className: s,
|
|
103
|
-
style:
|
|
104
|
-
color:
|
|
105
|
-
}, r.style),
|
|
106
|
-
height:
|
|
107
|
-
width:
|
|
115
|
+
style: g(g({
|
|
116
|
+
color: e.color || r.color
|
|
117
|
+
}, r.style), e.style),
|
|
118
|
+
height: p,
|
|
119
|
+
width: p,
|
|
108
120
|
xmlns: "http://www.w3.org/2000/svg"
|
|
109
|
-
}), u && /* @__PURE__ */ d.createElement("title", null, u),
|
|
121
|
+
}), u && /* @__PURE__ */ d.createElement("title", null, u), e.children);
|
|
110
122
|
};
|
|
111
|
-
return
|
|
123
|
+
return j !== void 0 ? /* @__PURE__ */ d.createElement(j.Consumer, null, (r) => t(r)) : t(P);
|
|
112
124
|
}
|
|
113
|
-
function
|
|
114
|
-
return h({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z" }, child: [] }] })(
|
|
125
|
+
function W(e) {
|
|
126
|
+
return h({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z" }, child: [] }] })(e);
|
|
115
127
|
}
|
|
116
|
-
function
|
|
117
|
-
return h({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" }, child: [] }] })(
|
|
128
|
+
function q(e) {
|
|
129
|
+
return h({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" }, child: [] }] })(e);
|
|
118
130
|
}
|
|
119
|
-
function
|
|
120
|
-
return h({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" }, child: [] }] })(
|
|
131
|
+
function G(e) {
|
|
132
|
+
return h({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" }, child: [] }] })(e);
|
|
121
133
|
}
|
|
122
|
-
function
|
|
123
|
-
return h({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" }, child: [] }] })(
|
|
134
|
+
function K(e) {
|
|
135
|
+
return h({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" }, child: [] }] })(e);
|
|
124
136
|
}
|
|
125
|
-
function Y(
|
|
126
|
-
return h({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" }, child: [] }] })(
|
|
137
|
+
function Y(e) {
|
|
138
|
+
return h({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" }, child: [] }] })(e);
|
|
127
139
|
}
|
|
128
|
-
const
|
|
129
|
-
footer:
|
|
140
|
+
const Q = "_footer_hvt6l_1", R = "_container_hvt6l_8", U = "_utilityImage_hvt6l_17", J = "_primaryNav_hvt6l_21", X = "_secondaryNav_hvt6l_30", Z = "_details_hvt6l_62", ee = "_nav_hvt6l_69", te = "_logo_hvt6l_77", re = "_socialItems_hvt6l_83", ae = "_group_hvt6l_90", ne = "_groups_hvt6l_99", ie = "_groupTitle_hvt6l_109", le = "_sublinks_hvt6l_114", oe = "_link_hvt6l_122", ce = "_bottom_hvt6l_142", n = {
|
|
141
|
+
footer: Q,
|
|
130
142
|
container: R,
|
|
131
|
-
utilityImage:
|
|
143
|
+
utilityImage: U,
|
|
132
144
|
primaryNav: J,
|
|
133
|
-
secondaryNav:
|
|
134
|
-
details:
|
|
135
|
-
nav:
|
|
136
|
-
logo:
|
|
137
|
-
socialItems:
|
|
138
|
-
group:
|
|
139
|
-
groups:
|
|
140
|
-
groupTitle:
|
|
141
|
-
sublinks:
|
|
142
|
-
link:
|
|
143
|
-
bottom:
|
|
144
|
-
},
|
|
145
|
-
Facebook:
|
|
146
|
-
Twitter:
|
|
147
|
-
LinkedIn:
|
|
148
|
-
Instagram:
|
|
145
|
+
secondaryNav: X,
|
|
146
|
+
details: Z,
|
|
147
|
+
nav: ee,
|
|
148
|
+
logo: te,
|
|
149
|
+
socialItems: re,
|
|
150
|
+
group: ae,
|
|
151
|
+
groups: ne,
|
|
152
|
+
groupTitle: ie,
|
|
153
|
+
sublinks: le,
|
|
154
|
+
link: oe,
|
|
155
|
+
bottom: ce
|
|
156
|
+
}, se = {
|
|
157
|
+
Facebook: W,
|
|
158
|
+
Twitter: K,
|
|
159
|
+
LinkedIn: G,
|
|
160
|
+
Instagram: q,
|
|
149
161
|
YouTube: Y
|
|
150
162
|
};
|
|
151
|
-
function
|
|
163
|
+
function pe({
|
|
152
164
|
// title,
|
|
153
|
-
logo:
|
|
154
|
-
items:
|
|
165
|
+
logo: e,
|
|
166
|
+
items: t,
|
|
155
167
|
primaryInfo: r,
|
|
156
168
|
secondaryInfo: a,
|
|
157
169
|
utilityItems: c,
|
|
158
170
|
socialItems: u,
|
|
159
171
|
// alignment = "right",
|
|
160
172
|
copyright: v,
|
|
161
|
-
className:
|
|
173
|
+
className: p
|
|
162
174
|
}) {
|
|
163
|
-
const s = (i,
|
|
164
|
-
var
|
|
165
|
-
|
|
175
|
+
const s = (i, b = "", I = !1) => i.map((o) => {
|
|
176
|
+
var w;
|
|
177
|
+
console.log("QUI LINK", o);
|
|
178
|
+
const y = `${b}/${o.label}`, N = (w = o.sublinks) == null ? void 0 : w.length, _ = !!o.href, O = se[o.icon], S = _ ? "a" : "div", C = _ ? {
|
|
166
179
|
href: o.href,
|
|
167
180
|
target: o.isExternal ? "_blank" : "_self",
|
|
168
181
|
rel: o.isExternal ? "noopener noreferrer" : void 0,
|
|
@@ -174,14 +187,14 @@ function dt({
|
|
|
174
187
|
};
|
|
175
188
|
return /* @__PURE__ */ m("div", { className: `${n.group}`, children: [
|
|
176
189
|
/* @__PURE__ */ m(
|
|
177
|
-
|
|
190
|
+
S,
|
|
178
191
|
{
|
|
179
192
|
className: `${_ ? n.link : ""} ${N ? n.groupTitle : ""}`,
|
|
180
|
-
...
|
|
193
|
+
...C,
|
|
181
194
|
children: [
|
|
182
195
|
!I && o.label,
|
|
183
196
|
O && /* @__PURE__ */ l(O, {}),
|
|
184
|
-
|
|
197
|
+
o.isExternal && /* @__PURE__ */ l(L, { size: 18 })
|
|
185
198
|
]
|
|
186
199
|
}
|
|
187
200
|
),
|
|
@@ -196,23 +209,23 @@ function dt({
|
|
|
196
209
|
)
|
|
197
210
|
] }, y);
|
|
198
211
|
});
|
|
199
|
-
return /* @__PURE__ */ l("footer", { className: `${
|
|
212
|
+
return /* @__PURE__ */ l("footer", { className: `${p ?? ""} ${n.footer}`, children: /* @__PURE__ */ m("div", { className: n.container, children: [
|
|
200
213
|
/* @__PURE__ */ m("div", { className: n.primaryNav, children: [
|
|
201
214
|
/* @__PURE__ */ m("div", { className: n.details, children: [
|
|
202
|
-
|
|
215
|
+
e && /* @__PURE__ */ m("div", { className: n.logo, children: [
|
|
203
216
|
" ",
|
|
204
|
-
|
|
217
|
+
e
|
|
205
218
|
] }),
|
|
206
219
|
u && /* @__PURE__ */ l("div", { className: n.socialItems, children: s(u, "", !0) }),
|
|
207
220
|
r && /* @__PURE__ */ l("div", { className: n.primaryInfo, children: r }),
|
|
208
221
|
a && /* @__PURE__ */ l("div", { className: n.secondaryInfo, children: a })
|
|
209
222
|
] }),
|
|
210
|
-
/* @__PURE__ */ l("nav", { className: n.nav, id: "footer-menu", role: "menubar", children: /* @__PURE__ */ l("div", { className: n.groups, children: s(
|
|
223
|
+
/* @__PURE__ */ l("nav", { className: n.nav, id: "footer-menu", role: "menubar", children: /* @__PURE__ */ l("div", { className: n.groups, children: s(t, "", !1) }) })
|
|
211
224
|
] }),
|
|
212
225
|
/* @__PURE__ */ m("div", { className: n.secondaryNav, children: [
|
|
213
226
|
v && /* @__PURE__ */ l("div", { className: n.bottom, children: /* @__PURE__ */ l("span", { children: v }) }),
|
|
214
|
-
c && /* @__PURE__ */ l("nav", { className: n.utility, children: /* @__PURE__ */ l(
|
|
215
|
-
|
|
227
|
+
c && /* @__PURE__ */ l("nav", { className: n.utility, children: /* @__PURE__ */ l(E, { orientation: "horizontal", children: c.map((i, b) => /* @__PURE__ */ l(
|
|
228
|
+
V,
|
|
216
229
|
{
|
|
217
230
|
as: "a",
|
|
218
231
|
href: i.href ?? "/",
|
|
@@ -230,11 +243,11 @@ function dt({
|
|
|
230
243
|
}
|
|
231
244
|
) : i.label
|
|
232
245
|
},
|
|
233
|
-
i._key ||
|
|
246
|
+
i._key || b
|
|
234
247
|
)) }) })
|
|
235
248
|
] })
|
|
236
249
|
] }) });
|
|
237
250
|
}
|
|
238
251
|
export {
|
|
239
|
-
|
|
252
|
+
pe as Footer
|
|
240
253
|
};
|