one-north-cla 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -5
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -7110,7 +7110,7 @@ function zd(e) {
|
|
|
7110
7110
|
let n;
|
|
7111
7111
|
return e.count === 1 ? n = "basis-full h-80" : e.count === 2 ? n = t : n = [
|
|
7112
7112
|
t,
|
|
7113
|
-
|
|
7113
|
+
"lg:basis-[calc(33.33%-26.66px)] xl:basis-[calc(25%-30px)] lg:first:basis-[calc(66.66%-13.33px)] xl:first:basis-[calc(50%-15px)]"
|
|
7114
7114
|
].join(" "), /* @__PURE__ */ S(Zs, { className: n, children: /* @__PURE__ */ S(hf, { ...e }) });
|
|
7115
7115
|
}
|
|
7116
7116
|
function $d({
|
|
@@ -7129,14 +7129,13 @@ function $d({
|
|
|
7129
7129
|
{ className: "bg-navy-500", type: "background" }
|
|
7130
7130
|
));
|
|
7131
7131
|
let f, u, d;
|
|
7132
|
-
return l ? i === "digital" ? (f = "reversed-digital", u = "pagination-reversed-digital", d = "pagination-reversed-digital") : (f = "
|
|
7132
|
+
return l && i === "connect" ? (f = "reversed-connect", u = "pagination-reversed-connect", d = "pagination-reversed-connect") : l && i === "digital" ? (f = "reversed-digital", u = "pagination-reversed-digital", d = "pagination-reversed-digital") : i === "connect" ? (f = "secondary", u = "pagination-next-connect", d = "pagination-prev-connect") : (f = "secondary", u = "pagination-next-digital", d = "pagination-prev-digital"), /* @__PURE__ */ S(
|
|
7133
7133
|
"div",
|
|
7134
7134
|
{
|
|
7135
7135
|
className: `py-15 lg:py-20 ${e} ${r} ${o ? "border-b-2 border-smoke" : ""}`,
|
|
7136
7136
|
children: /* @__PURE__ */ S(bn, { children: /* @__PURE__ */ $(Gs, { opts: { align: "start" }, children: [
|
|
7137
|
-
/* @__PURE__ */ S(Ys, { className: "gap-8 md:gap-10", children: Sr.map(n, (m
|
|
7138
|
-
count: a
|
|
7139
|
-
index: p
|
|
7137
|
+
/* @__PURE__ */ S(Ys, { className: "gap-8 md:gap-10", children: Sr.map(n, (m) => fa(m) ? da(m, {
|
|
7138
|
+
count: a
|
|
7140
7139
|
}) : m) }),
|
|
7141
7140
|
/* @__PURE__ */ $(
|
|
7142
7141
|
"div",
|