@vpdev2/metakyc-sdk 1.0.18 → 1.0.20

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
@@ -3282,27 +3282,9 @@ const Vr = ue.any(), xr = ({
3282
3282
  "div",
3283
3283
  {
3284
3284
  className: "metakyc-overview-step-item flex items-start p-4 rounded-lg bg-gray-50 dark:bg-gray-800",
3285
- style: {
3286
- border: "0",
3287
- borderWidth: "0",
3288
- borderStyle: "none",
3289
- borderTop: "0",
3290
- borderBottom: "0",
3291
- borderLeft: "0",
3292
- borderRight: "0"
3293
- },
3285
+ style: { border: "0" },
3294
3286
  children: [
3295
- /* @__PURE__ */ n(
3296
- "div",
3297
- {
3298
- className: "metakyc-step-icon flex-shrink-0",
3299
- style: {
3300
- border: "0",
3301
- borderTop: "0"
3302
- },
3303
- children: /* @__PURE__ */ n("div", { className: "w-8 h-8 rounded-full bg-primary-500 text-white flex items-center justify-center font-medium text-sm", children: u.order + 1 })
3304
- }
3305
- ),
3287
+ /* @__PURE__ */ n("div", { className: "metakyc-step-icon flex-shrink-0", children: /* @__PURE__ */ n("div", { className: "w-8 h-8 rounded-full bg-primary-500 text-white flex items-center justify-center font-medium text-sm", children: u.order + 1 }) }),
3306
3288
  /* @__PURE__ */ o(
3307
3289
  "div",
3308
3290
  {
@@ -3316,27 +3298,7 @@ const Vr = ue.any(), xr = ({
3316
3298
  margin: "0 0 0 1rem"
3317
3299
  },
3318
3300
  children: [
3319
- /* @__PURE__ */ n(
3320
- "h3",
3321
- {
3322
- className: "metakyc-step-title text-lg font-semibold text-gray-900 dark:text-white",
3323
- style: {
3324
- border: "0",
3325
- borderWidth: "0",
3326
- borderStyle: "none",
3327
- borderTop: "0",
3328
- borderBottom: "0",
3329
- borderLeft: "0",
3330
- borderRight: "0",
3331
- paddingTop: "0",
3332
- marginTop: "0",
3333
- boxShadow: "none",
3334
- outline: "none",
3335
- textDecoration: "none"
3336
- },
3337
- children: u.title
3338
- }
3339
- ),
3301
+ /* @__PURE__ */ n("h3", { className: "metakyc-step-title text-sm font-semibold text-gray-900 dark:text-white", children: u.title }),
3340
3302
  u.description && /* @__PURE__ */ n("p", { className: "metakyc-step-description text-sm text-gray-600 dark:text-gray-400 mt-1", children: u.description })
3341
3303
  ]
3342
3304
  }