@npm_leadtech/legal-contracts-ui 0.34.0 → 0.34.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.
@@ -61,7 +61,7 @@ export interface JumboCardProps {
61
61
  title: string;
62
62
  description: string;
63
63
  subtitle: string;
64
- image: ReactNode;
64
+ bgImage: ReactNode | null;
65
65
  }
66
66
 
67
67
  export interface MarkdownProps {
@@ -87,7 +87,7 @@ export interface JumboCardProps {
87
87
  title: string;
88
88
  description: string;
89
89
  subtitle: string;
90
- image: ReactNode;
90
+ bgImage: ReactNode | null;
91
91
  }
92
92
 
93
93
  export interface MarkdownProps {
@@ -7,6 +7,6 @@ export declare interface JumboCardProps {
7
7
  title: string;
8
8
  description: string;
9
9
  subtitle: string;
10
- image: ReactNode;
10
+ bgImage: ReactNode | null;
11
11
  }
12
12
 
@@ -1,5 +1,5 @@
1
1
  import { jsx as e, jsxs as a } from "react/jsx-runtime";
2
- const d = ({ title: r, subtitle: t, description: l, image: s }) => /* @__PURE__ */ e("section", { className: "px-4 py-6", children: /* @__PURE__ */ e("div", { className: "mx-auto max-w-6xl", children: /* @__PURE__ */ a("div", { className: "bg-primary-900 relative overflow-hidden rounded px-6 py-10 text-white shadow-lg md:px-12", children: [
2
+ const d = ({ title: r, subtitle: t, description: l, bgImage: s }) => /* @__PURE__ */ e("section", { className: "px-4 py-6", children: /* @__PURE__ */ e("div", { className: "mx-auto max-w-6xl", children: /* @__PURE__ */ a("div", { className: "bg-primary-900 relative overflow-hidden rounded px-6 py-10 text-white shadow-lg md:px-12", children: [
3
3
  /* @__PURE__ */ a("div", { className: "max-w-2xl space-y-4", children: [
4
4
  /* @__PURE__ */ e("p", { className: "text-extra-small text-primary-200 font-bold uppercase", children: t }),
5
5
  /* @__PURE__ */ e("h1", { className: "font-lora text-hero text-neutral-25", children: r }),
@@ -397,7 +397,7 @@ export declare interface JumboCardProps {
397
397
  title: string;
398
398
  description: string;
399
399
  subtitle: string;
400
- image: ReactNode;
400
+ bgImage: ReactNode | null;
401
401
  }
402
402
 
403
403
  export declare const Jumbotron: FC<JumbotronProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",