@npm_leadtech/legal-contracts-ui 0.158.0 → 0.158.1

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,12 +1,12 @@
1
- import { jsx as e, jsxs as m } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as a } from "react/jsx-runtime";
2
2
  import { AsideNavMenu as x } from "./AsideNavMenu.js";
3
3
  import { Jumbotron2 as i } from "./Jumbotron2.js";
4
- import { FaqSection as p } from "./FaqSection.js";
5
- const d = ({ jumbotron: a, asideNavMenu: r, faqSections: o }) => /* @__PURE__ */ e("main", { className: "bg-primary-50 flex-1 px-4 py-10 text-neutral-800 md:px-8", children: /* @__PURE__ */ m("div", { className: "mx-auto flex w-full max-w-300 flex-col gap-10", children: [
6
- /* @__PURE__ */ e(i, { ...a }),
7
- /* @__PURE__ */ m("div", { className: "flex flex-col gap-10 md:flex-row md:gap-24", children: [
4
+ import { FaqSection as t } from "./FaqSection.js";
5
+ const d = ({ jumbotron: m, asideNavMenu: r, faqSections: o }) => /* @__PURE__ */ e("main", { className: "bg-primary-50 flex-1 px-4 py-10 text-neutral-800 md:px-8", children: /* @__PURE__ */ a("div", { className: "mx-auto flex w-full max-w-300 flex-col gap-10", children: [
6
+ /* @__PURE__ */ e(i, { ...m }),
7
+ /* @__PURE__ */ a("div", { className: "flex flex-col gap-10 md:flex-row md:gap-24", children: [
8
8
  /* @__PURE__ */ e(x, { ...r }),
9
- /* @__PURE__ */ e("div", { className: "flex flex-1 flex-col gap-10", children: o.map((l) => /* @__PURE__ */ e(p, { ...l }, l.title)) })
9
+ /* @__PURE__ */ e("div", { className: "flex flex-1 flex-col gap-10", children: o.map((l) => /* @__PURE__ */ e(t, { ...l, variant: "legal" }, l.title)) })
10
10
  ] })
11
11
  ] }) });
12
12
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.158.0",
3
+ "version": "0.158.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",