@reevit/react 0.2.0 → 0.2.2
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 +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +76 -15
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -920,7 +920,14 @@ function ReevitCheckout({
|
|
|
920
920
|
"aria-modal": "true",
|
|
921
921
|
children: [
|
|
922
922
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "reevit-modal__header", children: [
|
|
923
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "reevit-modal__branding", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
923
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "reevit-modal__branding", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
924
|
+
"img",
|
|
925
|
+
{
|
|
926
|
+
src: "https://i.imgur.com/bzUR5Lm.png",
|
|
927
|
+
alt: "Reevit",
|
|
928
|
+
className: "reevit-modal__logo"
|
|
929
|
+
}
|
|
930
|
+
) }),
|
|
924
931
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
925
932
|
"button",
|
|
926
933
|
{
|