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.
@@ -1,168 +1,181 @@
1
1
  import { jsx as l, jsxs as m } from "react/jsx-runtime";
2
- import { CallToAction as E } from "../CallToAction/index.js";
3
- import { ButtonGroup as T } from "../ButtonGroup/index.js";
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 '../../assets/index47.css';var z = {
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
- }, P = d.createContext && /* @__PURE__ */ d.createContext(z), $ = ["attr", "size", "title"];
12
- function F(t, e) {
13
- if (t == null) return {};
14
- var r = M(t, e), a, c;
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(t);
28
+ var u = Object.getOwnPropertySymbols(e);
17
29
  for (c = 0; c < u.length; c++)
18
- a = u[c], !(e.indexOf(a) >= 0) && Object.prototype.propertyIsEnumerable.call(t, a) && (r[a] = t[a]);
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 M(t, e) {
23
- if (t == null) return {};
34
+ function k(e, t) {
35
+ if (e == null) return {};
24
36
  var r = {};
25
- for (var a in t)
26
- if (Object.prototype.hasOwnProperty.call(t, a)) {
27
- if (e.indexOf(a) >= 0) continue;
28
- r[a] = t[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 p() {
33
- return p = Object.assign ? Object.assign.bind() : function(t) {
34
- for (var e = 1; e < arguments.length; e++) {
35
- var r = arguments[e];
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) && (t[a] = r[a]);
49
+ Object.prototype.hasOwnProperty.call(r, a) && (e[a] = r[a]);
38
50
  }
39
- return t;
40
- }, p.apply(this, arguments);
51
+ return e;
52
+ }, f.apply(this, arguments);
41
53
  }
42
- function x(t, e) {
43
- var r = Object.keys(t);
54
+ function x(e, t) {
55
+ var r = Object.keys(e);
44
56
  if (Object.getOwnPropertySymbols) {
45
- var a = Object.getOwnPropertySymbols(t);
46
- e && (a = a.filter(function(c) {
47
- return Object.getOwnPropertyDescriptor(t, c).enumerable;
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 b(t) {
53
- for (var e = 1; e < arguments.length; e++) {
54
- var r = arguments[e] != null ? arguments[e] : {};
55
- e % 2 ? x(Object(r), !0).forEach(function(a) {
56
- B(t, a, r[a]);
57
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : x(Object(r)).forEach(function(a) {
58
- Object.defineProperty(t, a, Object.getOwnPropertyDescriptor(r, a));
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 t;
73
+ return e;
62
74
  }
63
- function B(t, e, r) {
64
- return e = L(e), e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
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 L(t) {
67
- var e = D(t, "string");
68
- return typeof e == "symbol" ? e : e + "";
78
+ function H(e) {
79
+ var t = D(e, "string");
80
+ return typeof t == "symbol" ? t : t + "";
69
81
  }
70
- function D(t, e) {
71
- if (typeof t != "object" || !t) return t;
72
- var r = t[Symbol.toPrimitive];
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(t, e);
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 (e === "string" ? String : Number)(t);
90
+ return (t === "string" ? String : Number)(e);
79
91
  }
80
- function S(t) {
81
- return t && t.map((e, r) => /* @__PURE__ */ d.createElement(e.tag, b({
92
+ function z(e) {
93
+ return e && e.map((t, r) => /* @__PURE__ */ d.createElement(t.tag, g({
82
94
  key: r
83
- }, e.attr), S(e.child)));
95
+ }, t.attr), z(t.child)));
84
96
  }
85
- function h(t) {
86
- return (e) => /* @__PURE__ */ d.createElement(H, p({
87
- attr: b({}, t.attr)
88
- }, e), S(t.child));
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 H(t) {
91
- var e = (r) => {
102
+ function A(e) {
103
+ var t = (r) => {
92
104
  var {
93
105
  attr: a,
94
106
  size: c,
95
107
  title: u
96
- } = t, v = F(t, $), f = c || r.size || "1em", s;
97
- return r.className && (s = r.className), t.className && (s = (s ? s + " " : "") + t.className), /* @__PURE__ */ d.createElement("svg", p({
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: b(b({
104
- color: t.color || r.color
105
- }, r.style), t.style),
106
- height: f,
107
- width: f,
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), t.children);
121
+ }), u && /* @__PURE__ */ d.createElement("title", null, u), e.children);
110
122
  };
111
- return P !== void 0 ? /* @__PURE__ */ d.createElement(P.Consumer, null, (r) => e(r)) : e(z);
123
+ return j !== void 0 ? /* @__PURE__ */ d.createElement(j.Consumer, null, (r) => t(r)) : t(P);
112
124
  }
113
- function A(t) {
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: [] }] })(t);
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 W(t) {
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: [] }] })(t);
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 k(t) {
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: [] }] })(t);
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 G(t) {
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: [] }] })(t);
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(t) {
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: [] }] })(t);
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 K = "_footer_hvt6l_1", R = "_container_hvt6l_8", q = "_utilityImage_hvt6l_17", J = "_primaryNav_hvt6l_21", Q = "_secondaryNav_hvt6l_30", U = "_details_hvt6l_62", X = "_nav_hvt6l_69", Z = "_logo_hvt6l_77", tt = "_socialItems_hvt6l_83", et = "_group_hvt6l_90", rt = "_groups_hvt6l_99", at = "_groupTitle_hvt6l_109", nt = "_sublinks_hvt6l_114", it = "_link_hvt6l_122", lt = "_bottom_hvt6l_142", n = {
129
- footer: K,
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: q,
143
+ utilityImage: U,
132
144
  primaryNav: J,
133
- secondaryNav: Q,
134
- details: U,
135
- nav: X,
136
- logo: Z,
137
- socialItems: tt,
138
- group: et,
139
- groups: rt,
140
- groupTitle: at,
141
- sublinks: nt,
142
- link: it,
143
- bottom: lt
144
- }, ot = {
145
- Facebook: A,
146
- Twitter: G,
147
- LinkedIn: k,
148
- Instagram: W,
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 dt({
163
+ function pe({
152
164
  // title,
153
- logo: t,
154
- items: e,
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: f
173
+ className: p
162
174
  }) {
163
- const s = (i, g = "", I = !1) => i.map((o) => {
164
- var j;
165
- const y = `${g}/${o.label}`, N = (j = o.sublinks) == null ? void 0 : j.length, _ = !!o.href, O = ot[o.icon], w = o.icon, C = _ ? "a" : "div", V = _ ? {
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
- C,
190
+ S,
178
191
  {
179
192
  className: `${_ ? n.link : ""} ${N ? n.groupTitle : ""}`,
180
- ...V,
193
+ ...C,
181
194
  children: [
182
195
  !I && o.label,
183
196
  O && /* @__PURE__ */ l(O, {}),
184
- w && /* @__PURE__ */ l(w, {})
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: `${f ?? ""} ${n.footer}`, children: /* @__PURE__ */ m("div", { className: n.container, children: [
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
- t && /* @__PURE__ */ m("div", { className: n.logo, children: [
215
+ e && /* @__PURE__ */ m("div", { className: n.logo, children: [
203
216
  " ",
204
- t
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(e, "", !1) }) })
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(T, { orientation: "horizontal", children: c.map((i, g) => /* @__PURE__ */ l(
215
- E,
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 || g
246
+ i._key || b
234
247
  )) }) })
235
248
  ] })
236
249
  ] }) });
237
250
  }
238
251
  export {
239
- dt as Footer
252
+ pe as Footer
240
253
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quirk-ui",
3
3
  "private": false,
4
- "version": "0.0.193",
4
+ "version": "0.0.195",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {