@vpdev2/metakyc-sdk 1.0.10 → 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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3279,15 +3279,15 @@ const Vr = ue.any(), xr = ({
|
|
|
3279
3279
|
s.description && /* @__PURE__ */ n("p", { className: "text-gray-600 dark:text-gray-400 mt-1", children: s.description })
|
|
3280
3280
|
] }),
|
|
3281
3281
|
/* @__PURE__ */ o(T, { className: "space-y-6", children: [
|
|
3282
|
-
s.steps && s.steps.length > 0 ? /* @__PURE__ */ n("div", { className: "space-y-3", children: s.steps.sort((u, y) => u.order - y.order).map((u) => /* @__PURE__ */ o(
|
|
3282
|
+
s.steps && s.steps.length > 0 ? /* @__PURE__ */ n("div", { className: "metakyc-overview-steps space-y-3", children: s.steps.sort((u, y) => u.order - y.order).map((u) => /* @__PURE__ */ o(
|
|
3283
3283
|
"div",
|
|
3284
3284
|
{
|
|
3285
|
-
className: "flex items-start p-4 rounded-lg bg-gray-50 dark:bg-gray-800",
|
|
3285
|
+
className: "metakyc-overview-step-item flex items-start p-4 rounded-lg bg-gray-50 dark:bg-gray-800",
|
|
3286
3286
|
children: [
|
|
3287
|
-
/* @__PURE__ */ n("div", { className: "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: "✓" }) }),
|
|
3288
|
-
/* @__PURE__ */ o("div", { className: "ml-4 flex-1", children: [
|
|
3289
|
-
/* @__PURE__ */ n("h3", { className: "text-lg font-semibold text-gray-900 dark:text-white", children: u.title }),
|
|
3290
|
-
u.description && /* @__PURE__ */ n("p", { className: "text-sm text-gray-600 dark:text-gray-400 mt-1", children: u.description })
|
|
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: "✓" }) }),
|
|
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 }),
|
|
3290
|
+
u.description && /* @__PURE__ */ n("p", { className: "metakyc-step-description text-sm text-gray-600 dark:text-gray-400 mt-1", children: u.description })
|
|
3291
3291
|
] })
|
|
3292
3292
|
]
|
|
3293
3293
|
},
|