@vpdev2/metakyc-sdk 1.0.87 → 1.0.89

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
@@ -6587,9 +6587,14 @@ const tt = {
6587
6587
  "div",
6588
6588
  {
6589
6589
  className: "w-8 h-8 rounded-full flex items-center justify-center text-sm font-medium flex-shrink-0",
6590
- style: {
6591
- backgroundColor: O ? "var(--metakyc-primary, #2563eb)" : "var(--metakyc-border, #e5e7eb)",
6592
- color: O ? "#ffffff" : "var(--metakyc-text-muted, #9ca3af)"
6590
+ style: O ? {
6591
+ backgroundColor: "var(--metakyc-primary, #2563eb)",
6592
+ color: "#ffffff",
6593
+ border: "none"
6594
+ } : {
6595
+ backgroundColor: "transparent",
6596
+ color: "var(--metakyc-text-muted, #9ca3af)",
6597
+ border: "2px solid var(--metakyc-border, #e5e7eb)"
6593
6598
  },
6594
6599
  children: Z ? /* @__PURE__ */ r("svg", { className: "w-4 h-4", fill: "none", stroke: "currentColor", strokeWidth: 2.5, viewBox: "0 0 24 24", children: /* @__PURE__ */ r("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M5 13l4 4L19 7" }) }) : j + 1
6595
6600
  }