@npm_leadtech/legal-contracts-ui 0.67.3 → 0.67.4

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,7 +1,7 @@
1
1
  import { jsxs as o, jsx as m } from "react/jsx-runtime";
2
2
  import { Jumbotron as g } from "./Jumbotron.js";
3
- import { JumboDocs as h } from "./JumboDocs.js";
4
- import { Preform as w } from "./Preform.js";
3
+ import { JumboDocs as w } from "./JumboDocs.js";
4
+ import { Preform as h } from "./Preform.js";
5
5
  import { ProductInfo as N } from "./ProductInfo.js";
6
6
  import { BenefitsBar as b } from "./BenefitsBar.js";
7
7
  import { Breadcrumb as P } from "./Breadcrumb.js";
@@ -24,18 +24,18 @@ const M = ({
24
24
  faqSection: d,
25
25
  previewDownload: u,
26
26
  previewSection: e,
27
- tryNowSection: a,
28
- freeDocModal: l
27
+ tryNowSection: l,
28
+ freeDocModal: a
29
29
  }) => /* @__PURE__ */ o("main", { className: "flex-1", children: [
30
30
  /* @__PURE__ */ m(g, { ...p }),
31
- r && /* @__PURE__ */ m(h, { ...r }),
32
- t && /* @__PURE__ */ m(w, { ...t }),
31
+ r && /* @__PURE__ */ m(w, { ...r }),
32
+ t && /* @__PURE__ */ m(h, { ...t }),
33
33
  /* @__PURE__ */ m(N, { ...f }),
34
34
  /* @__PURE__ */ m(b, { ...s }),
35
35
  /* @__PURE__ */ m("section", { className: "px-4 pt-6 pb-10 text-neutral-800 md:px-6 lg:px-8 xl:px-30", children: /* @__PURE__ */ o("div", { className: "mx-auto flex w-full max-w-300 flex-col gap-6", children: [
36
36
  /* @__PURE__ */ m(P, { ...c }),
37
37
  /* @__PURE__ */ o("div", { className: "flex items-start md:gap-4 lg:gap-26.5 xl:gap-31", children: [
38
- /* @__PURE__ */ o("div", { className: "flex max-w-100 flex-col gap-8 lg:max-w-137.5 xl:max-w-172.5", children: [
38
+ /* @__PURE__ */ o("div", { className: "flex w-full max-w-100 flex-col gap-8 lg:max-w-137.5 xl:max-w-172.5", children: [
39
39
  /* @__PURE__ */ m(v, { ...n }),
40
40
  x.map((i) => /* @__PURE__ */ m(B, { ...i }, i.id)),
41
41
  /* @__PURE__ */ m(T, { ...d })
@@ -44,8 +44,8 @@ const M = ({
44
44
  ] })
45
45
  ] }) }),
46
46
  e && /* @__PURE__ */ m(C, { ...e }),
47
- a && /* @__PURE__ */ m(F, { ...a }),
48
- l && /* @__PURE__ */ m(I, { ...l })
47
+ l && /* @__PURE__ */ m(F, { ...l }),
48
+ a && /* @__PURE__ */ m(I, { ...a })
49
49
  ] });
50
50
  export {
51
51
  M as ProductTemplate
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- const t = ({ children: r }) => /* @__PURE__ */ e("div", { className: "my-4 overflow-x-auto", children: /* @__PURE__ */ e("table", { className: "my-10 border-collapse rounded border-gray-500 text-center text-gray-900", children: r }) }), o = ({ children: r }) => /* @__PURE__ */ e("th", { className: "bg-primary-100 static h-10 border-r border-r-neutral-200 p-2 font-bold first:rounded-tl last:rounded-tr last:border-0", children: r }), l = ({ children: r }) => /* @__PURE__ */ e("tr", { className: "even:bg-neutral-25 h-10 odd:bg-white", children: r }), d = ({ children: r }) => /* @__PURE__ */ e("td", { className: "border-r border-r-neutral-200 p-2 last:border-0", children: r });
2
+ const a = ({ children: r }) => /* @__PURE__ */ e("div", { className: "my-4 overflow-x-auto", children: /* @__PURE__ */ e("table", { className: "my-10 border-collapse rounded border-gray-500 text-center text-neutral-900", children: r }) }), o = ({ children: r }) => /* @__PURE__ */ e("th", { className: "bg-primary-100 static h-10 border-r border-r-neutral-200 p-2 font-bold first:rounded-tl last:rounded-tr last:border-0", children: r }), l = ({ children: r }) => /* @__PURE__ */ e("tr", { className: "even:bg-neutral-25 h-10 odd:bg-white", children: r }), d = ({ children: r }) => /* @__PURE__ */ e("td", { className: "border-r border-r-neutral-200 p-2 last:border-0", children: r });
3
3
  export {
4
- t as Table,
4
+ a as Table,
5
5
  d as TableData,
6
6
  o as TableHeader,
7
7
  l as TableRow
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.67.3",
3
+ "version": "0.67.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",