@grupodiariodaregiao/bunstone 0.2.2 → 0.2.3
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 +12 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -67476,15 +67476,15 @@ var EmailLayout = ({
|
|
|
67476
67476
|
children,
|
|
67477
67477
|
tailwindConfig
|
|
67478
67478
|
}) => {
|
|
67479
|
-
return /* @__PURE__ */ jsxDEV(
|
|
67480
|
-
|
|
67481
|
-
|
|
67482
|
-
|
|
67483
|
-
|
|
67484
|
-
|
|
67485
|
-
|
|
67486
|
-
|
|
67487
|
-
|
|
67479
|
+
return /* @__PURE__ */ jsxDEV(Tailwind, {
|
|
67480
|
+
config: tailwindConfig,
|
|
67481
|
+
children: /* @__PURE__ */ jsxDEV(Html, {
|
|
67482
|
+
children: [
|
|
67483
|
+
/* @__PURE__ */ jsxDEV(Head, {}, undefined, false, undefined, this),
|
|
67484
|
+
preview && /* @__PURE__ */ jsxDEV(Preview, {
|
|
67485
|
+
children: preview
|
|
67486
|
+
}, undefined, false, undefined, this),
|
|
67487
|
+
/* @__PURE__ */ jsxDEV(Body, {
|
|
67488
67488
|
className: "bg-white my-auto mx-auto font-sans",
|
|
67489
67489
|
children: /* @__PURE__ */ jsxDEV(Container, {
|
|
67490
67490
|
className: "border border-solid border-[#eaeaea] rounded my-[40px] mx-auto p-[20px] w-[465px]",
|
|
@@ -67494,9 +67494,9 @@ var EmailLayout = ({
|
|
|
67494
67494
|
}, undefined, false, undefined, this)
|
|
67495
67495
|
}, undefined, false, undefined, this)
|
|
67496
67496
|
}, undefined, false, undefined, this)
|
|
67497
|
-
|
|
67498
|
-
|
|
67499
|
-
}, undefined,
|
|
67497
|
+
]
|
|
67498
|
+
}, undefined, true, undefined, this)
|
|
67499
|
+
}, undefined, false, undefined, this);
|
|
67500
67500
|
};
|
|
67501
67501
|
// lib/constants/index.ts
|
|
67502
67502
|
var PARAM_METADATA_KEY = Symbol("paramMetadata");
|