coinley-test 0.0.32 → 0.0.33
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.esm.js +2 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/vanilla/coinley-vanilla.umd.js +1 -1
- package/dist/vanilla/coinley-vanilla.umd.js.map +1 -1
- package/dist/vanilla/style.css +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2725,9 +2725,8 @@ const EnhancedSimpleCoinleyPayment = ({
|
|
|
2725
2725
|
] })
|
|
2726
2726
|
] }) }),
|
|
2727
2727
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "relative", children: [
|
|
2728
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(ScreenTransition, { currentStep, targetStep: "method", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "
|
|
2729
|
-
/* @__PURE__ */ jsxRuntimeExports.
|
|
2730
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "space-y-4 mb-6", children: [
|
|
2728
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(ScreenTransition, { currentStep, targetStep: "method", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "pt-2 px-6 bg-white rounded-t-2xl", children: [
|
|
2729
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "space-y-2 mb-6", children: [
|
|
2731
2730
|
/* @__PURE__ */ jsxRuntimeExports.jsx("label", { className: "block text-sm font-medium text-gray-700", style: { fontFamily: "Bricolage Grotesque, sans-serif" }, children: "Select Network" }),
|
|
2732
2731
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
2733
2732
|
ModernDropdown,
|