@vpdev2/metakyc-sdk 1.0.13 → 1.0.14
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/steps/OverviewStep.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3317,7 +3317,10 @@ const Vr = ue.any(), xr = ({
|
|
|
3317
3317
|
borderLeft: "0",
|
|
3318
3318
|
borderRight: "0",
|
|
3319
3319
|
paddingTop: "0",
|
|
3320
|
-
marginTop: "0"
|
|
3320
|
+
marginTop: "0",
|
|
3321
|
+
boxShadow: "none",
|
|
3322
|
+
outline: "none",
|
|
3323
|
+
textDecoration: "none"
|
|
3321
3324
|
},
|
|
3322
3325
|
children: [
|
|
3323
3326
|
/* @__PURE__ */ n(
|
|
@@ -3333,7 +3336,10 @@ const Vr = ue.any(), xr = ({
|
|
|
3333
3336
|
borderLeft: "0",
|
|
3334
3337
|
borderRight: "0",
|
|
3335
3338
|
paddingTop: "0",
|
|
3336
|
-
marginTop: "0"
|
|
3339
|
+
marginTop: "0",
|
|
3340
|
+
boxShadow: "none",
|
|
3341
|
+
outline: "none",
|
|
3342
|
+
textDecoration: "none"
|
|
3337
3343
|
},
|
|
3338
3344
|
children: u.title
|
|
3339
3345
|
}
|