@vpdev2/metakyc-sdk 1.0.56 → 1.0.57
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/components/CreateApplicantForm.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +15 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5176,8 +5176,8 @@ const _e = {
|
|
|
5176
5176
|
)
|
|
5177
5177
|
}
|
|
5178
5178
|
) : null;
|
|
5179
|
-
return /* @__PURE__ */ s("div", { style: {
|
|
5180
|
-
|
|
5179
|
+
return /* @__PURE__ */ s("div", { style: { position: "relative", paddingRight: "26px" }, children: [
|
|
5180
|
+
t,
|
|
5181
5181
|
/* @__PURE__ */ r(
|
|
5182
5182
|
"button",
|
|
5183
5183
|
{
|
|
@@ -5185,28 +5185,31 @@ const _e = {
|
|
|
5185
5185
|
onClick: () => a(!0),
|
|
5186
5186
|
"aria-label": "Help",
|
|
5187
5187
|
style: {
|
|
5188
|
-
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
|
|
5188
|
+
position: "absolute",
|
|
5189
|
+
right: 0,
|
|
5190
|
+
top: "50%",
|
|
5191
|
+
transform: "translateY(-50%)",
|
|
5192
|
+
width: "18px",
|
|
5193
|
+
height: "18px",
|
|
5192
5194
|
borderRadius: "50%",
|
|
5193
|
-
border: "1.5px solid var(--metakyc-primary, #
|
|
5195
|
+
border: "1.5px solid var(--metakyc-primary, #2563eb)",
|
|
5194
5196
|
background: "transparent",
|
|
5195
|
-
color: "var(--metakyc-primary, #
|
|
5196
|
-
fontSize: "
|
|
5197
|
-
fontWeight: "
|
|
5197
|
+
color: "var(--metakyc-primary, #2563eb)",
|
|
5198
|
+
fontSize: "10px",
|
|
5199
|
+
fontWeight: "700",
|
|
5198
5200
|
cursor: "pointer",
|
|
5199
5201
|
display: "flex",
|
|
5200
5202
|
alignItems: "center",
|
|
5201
5203
|
justifyContent: "center",
|
|
5202
5204
|
lineHeight: 1,
|
|
5205
|
+
padding: 0,
|
|
5203
5206
|
transition: "background 0.15s, color 0.15s"
|
|
5204
5207
|
},
|
|
5205
5208
|
onMouseEnter: (o) => {
|
|
5206
|
-
o.currentTarget.style.background = "var(--metakyc-primary, #
|
|
5209
|
+
o.currentTarget.style.background = "var(--metakyc-primary, #2563eb)", o.currentTarget.style.color = "#fff";
|
|
5207
5210
|
},
|
|
5208
5211
|
onMouseLeave: (o) => {
|
|
5209
|
-
o.currentTarget.style.background = "transparent", o.currentTarget.style.color = "var(--metakyc-primary, #
|
|
5212
|
+
o.currentTarget.style.background = "transparent", o.currentTarget.style.color = "var(--metakyc-primary, #2563eb)";
|
|
5210
5213
|
},
|
|
5211
5214
|
children: "?"
|
|
5212
5215
|
}
|