@npm_leadtech/legal-contracts-ui 0.26.3 → 0.27.0

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,16 +1,16 @@
1
- import { jsx as e, jsxs as s } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as a } from "react/jsx-runtime";
2
2
  import "react";
3
- import { TimeIcon as m } from "./TimeIcon.js";
4
- import { PrintIcon as a } from "./PrintIcon.js";
5
- import { FillFormsIcon as t } from "./FillFormsIcon.js";
6
- const l = {
7
- fillForms: /* @__PURE__ */ e(t, { className: "size-6 md:size-10", "aria-hidden": !0 }),
8
- print: /* @__PURE__ */ e(a, { className: "size-6 md:size-10", "aria-hidden": !0 }),
9
- time: /* @__PURE__ */ e(m, { className: "size-6 md:size-10", "aria-hidden": !0 })
10
- }, x = ({ benefits: i }) => /* @__PURE__ */ e("div", { className: "flex bg-neutral-200 px-6 py-4 md:justify-center md:py-6 lg:py-4", children: /* @__PURE__ */ e("div", { className: "flex flex-col gap-2 text-neutral-800 md:flex-row md:gap-12 lg:gap-20", children: i.map((r) => /* @__PURE__ */ s("div", { className: "flex items-center gap-4 md:gap-2", children: [
11
- l[r.src],
12
- /* @__PURE__ */ e("p", { className: "text-medium whitespace-nowrap", children: r.text })
13
- ] }, r.text)) }) });
3
+ import { TimeIcon as s } from "./TimeIcon.js";
4
+ import { PrintIcon as r } from "./PrintIcon.js";
5
+ import { FillFormsIcon as m } from "./FillFormsIcon.js";
6
+ const d = {
7
+ fillForms: /* @__PURE__ */ e(m, { "data-testid": "icon-1", className: "size-6 md:size-10", "aria-hidden": !0 }),
8
+ print: /* @__PURE__ */ e(r, { "data-testid": "icon-2", className: "size-6 md:size-10", "aria-hidden": !0 }),
9
+ time: /* @__PURE__ */ e(s, { "data-testid": "icon-3", className: "size-6 md:size-10", "aria-hidden": !0 })
10
+ }, x = ({ benefits: t }) => /* @__PURE__ */ e("div", { className: "flex bg-neutral-200 px-6 py-4 md:justify-center md:py-6 lg:py-4", children: /* @__PURE__ */ e("div", { className: "flex flex-col gap-2 text-neutral-800 md:flex-row md:gap-12 lg:gap-20", children: t.map((i) => /* @__PURE__ */ a("div", { className: "flex items-center gap-4 md:gap-2", children: [
11
+ d[i.src],
12
+ /* @__PURE__ */ e("p", { className: "text-medium whitespace-nowrap", children: i.text })
13
+ ] }, i.text)) }) });
14
14
  export {
15
15
  x as BenefitsBar
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.26.3",
3
+ "version": "0.27.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",