@vpdev2/metakyc-sdk 1.0.11 → 1.0.12

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.
package/dist/index.js CHANGED
@@ -3283,11 +3283,10 @@ const Vr = ue.any(), xr = ({
3283
3283
  "div",
3284
3284
  {
3285
3285
  className: "metakyc-overview-step-item flex items-start p-4 rounded-lg bg-gray-50 dark:bg-gray-800",
3286
- style: { border: "none" },
3287
3286
  children: [
3288
3287
  /* @__PURE__ */ n("div", { className: "metakyc-step-icon flex-shrink-0", children: /* @__PURE__ */ n("div", { className: "w-8 h-8 rounded-full bg-green-500 text-white flex items-center justify-center font-medium text-sm", children: "✓" }) }),
3289
- /* @__PURE__ */ o("div", { className: "metakyc-step-content ml-4 flex-1", style: { borderTop: "none", borderBottom: "none" }, children: [
3290
- /* @__PURE__ */ n("h3", { className: "metakyc-step-title text-lg font-semibold text-gray-900 dark:text-white", style: { borderTop: "none" }, children: u.title }),
3288
+ /* @__PURE__ */ o("div", { className: "metakyc-step-content ml-4 flex-1", children: [
3289
+ /* @__PURE__ */ n("h3", { className: "metakyc-step-title text-lg font-semibold text-gray-900 dark:text-white", children: u.title }),
3291
3290
  u.description && /* @__PURE__ */ n("p", { className: "metakyc-step-description text-sm text-gray-600 dark:text-gray-400 mt-1", children: u.description })
3292
3291
  ] })
3293
3292
  ]