@vpdev2/metakyc-sdk 1.0.57 → 1.0.59

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
@@ -5176,7 +5176,7 @@ const _e = {
5176
5176
  )
5177
5177
  }
5178
5178
  ) : null;
5179
- return /* @__PURE__ */ s("div", { style: { position: "relative", paddingRight: "26px" }, children: [
5179
+ return /* @__PURE__ */ s("div", { style: { display: "flex", alignItems: "flex-start", gap: "5px", flexWrap: "nowrap" }, children: [
5180
5180
  t,
5181
5181
  /* @__PURE__ */ r(
5182
5182
  "button",
@@ -5185,10 +5185,8 @@ const _e = {
5185
5185
  onClick: () => a(!0),
5186
5186
  "aria-label": "Help",
5187
5187
  style: {
5188
- position: "absolute",
5189
- right: 0,
5190
- top: "50%",
5191
- transform: "translateY(-50%)",
5188
+ flexShrink: 0,
5189
+ marginTop: "2px",
5192
5190
  width: "18px",
5193
5191
  height: "18px",
5194
5192
  borderRadius: "50%",