@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.
Files changed (2) hide show
  1. package/dist/index.js +12 -12
  2. 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(Html, {
67480
- children: [
67481
- /* @__PURE__ */ jsxDEV(Head, {}, undefined, false, undefined, this),
67482
- preview && /* @__PURE__ */ jsxDEV(Preview, {
67483
- children: preview
67484
- }, undefined, false, undefined, this),
67485
- /* @__PURE__ */ jsxDEV(Tailwind, {
67486
- config: tailwindConfig,
67487
- children: /* @__PURE__ */ jsxDEV(Body, {
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
- }, undefined, false, undefined, this)
67498
- ]
67499
- }, undefined, true, undefined, this);
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");
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "types": "./dist/*.d.ts"
14
14
  }
15
15
  },
16
- "version": "0.2.2",
16
+ "version": "0.2.3",
17
17
  "homepage": "https://bunstone.diario.one/",
18
18
  "type": "module",
19
19
  "bin": {