@vpdev2/metakyc 1.0.6 → 1.0.7
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1955,7 +1955,7 @@ class jr {
|
|
|
1955
1955
|
return t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
1956
1956
|
}
|
|
1957
1957
|
}
|
|
1958
|
-
const $t = Qt(null), Hr = "1.0.
|
|
1958
|
+
const $t = Qt(null), Hr = "1.0.7", Ft = "metakyc-critical-css", Wr = `
|
|
1959
1959
|
.metakyc-sdk{background-color:var(--metakyc-background,#fff)!important;color:var(--metakyc-text-primary,#111827)!important;color-scheme:light!important;line-height:1.5;-webkit-text-size-adjust:100%}
|
|
1960
1960
|
.metakyc-sdk *,.metakyc-sdk *::before,.metakyc-sdk *::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--metakyc-border,#e5e7eb)}
|
|
1961
1961
|
.metakyc-sdk .metakyc-card{background-color:var(--metakyc-surface,#fff)!important}
|
|
@@ -8028,6 +8028,7 @@ const oa = ({
|
|
|
8028
8028
|
style: {
|
|
8029
8029
|
display: "flex",
|
|
8030
8030
|
alignItems: "center",
|
|
8031
|
+
width: "100%",
|
|
8031
8032
|
overflowX: "auto",
|
|
8032
8033
|
overflowY: "hidden",
|
|
8033
8034
|
scrollbarWidth: "none",
|
|
@@ -8082,11 +8083,10 @@ const oa = ({
|
|
|
8082
8083
|
}
|
|
8083
8084
|
),
|
|
8084
8085
|
d < e.length - 1 && /* @__PURE__ */ r("div", { style: {
|
|
8085
|
-
|
|
8086
|
+
flex: "1 1 0%",
|
|
8086
8087
|
minWidth: "16px",
|
|
8087
8088
|
height: "2px",
|
|
8088
8089
|
margin: "0 8px",
|
|
8089
|
-
flexShrink: 0,
|
|
8090
8090
|
borderRadius: "999px",
|
|
8091
8091
|
backgroundColor: y ? "var(--metakyc-primary, #2563eb)" : "var(--metakyc-border, #e5e7eb)",
|
|
8092
8092
|
transition: "background-color 0.2s ease"
|