@npm_leadtech/legal-contracts-ui 0.167.0 → 0.168.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,18 +1,18 @@
1
1
  "use client";
2
2
  import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
3
  import "react";
4
- import { Button as n } from "./Button.js";
4
+ import { Button as s } from "./Button.js";
5
5
  const m = ({
6
6
  editFormClicked: a,
7
7
  tagLine: r,
8
- title: s,
9
- buttonLabel: l
10
- }) => /* @__PURE__ */ e("div", { className: "bg-primary-50 px-ds-sm py-0", children: /* @__PURE__ */ t("div", { className: 'gap-ds-sm p-ds-lg flex flex-col items-center rounded-sm bg-neutral-900 bg-[url("../../../src/assets/Black-01-LC.svg?url")] bg-[length:auto_90%] bg-left-bottom bg-no-repeat text-center', children: [
8
+ title: l,
9
+ buttonLabel: n
10
+ }) => /* @__PURE__ */ e("div", { className: "bg-primary-50 px-ds-sm py-0", children: /* @__PURE__ */ t("div", { className: 'gap-ds-sm p-ds-lg flex flex-col items-center rounded-sm bg-neutral-900 bg-[url("../../../src/assets/Black-01-LC.png?url")] bg-[length:auto_90%] bg-left-bottom bg-no-repeat text-center', children: [
11
11
  /* @__PURE__ */ t("div", { className: "gap-ds-2xs flex flex-col", children: [
12
- /* @__PURE__ */ e("span", { className: "font-lora text-large text-primary-100 lg:text-super-large", children: s }),
12
+ /* @__PURE__ */ e("span", { className: "font-lora text-large text-primary-100 lg:text-super-large", children: l }),
13
13
  /* @__PURE__ */ e("span", { className: "text-medium text-neutral-200", children: r })
14
14
  ] }),
15
- /* @__PURE__ */ e(n, { "data-qa": "continue-editing-banner-button", className: "lg:w-auto", onClick: a, children: l })
15
+ /* @__PURE__ */ e(s, { "data-qa": "continue-editing-banner-button", className: "lg:w-auto", onClick: a, children: n })
16
16
  ] }) });
17
17
  export {
18
18
  m as ContinueEditingBanner
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.167.0",
3
+ "version": "0.168.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",