email-builder-online 4.3.0 → 4.3.1

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.
@@ -25384,7 +25384,7 @@ function R6() {
25384
25384
  return /* @__PURE__ */ (0, d.jsx)("pre", { children: JSON.stringify(t, null, " ") });
25385
25385
  }
25386
25386
  }
25387
- var M6 = (0, x.memo)(R6), k6 = "email-builder-standalone", F6 = "4.3.0", L6 = "module", P6 = "./dist/index.cjs", U6 = "./dist/index.mjs", Q6 = "./dist/index.d.ts", G6 = {
25387
+ var M6 = (0, x.memo)(R6), k6 = "email-builder-standalone", F6 = "4.3.1", L6 = "module", P6 = "./dist/index.cjs", U6 = "./dist/index.mjs", Q6 = "./dist/index.d.ts", G6 = {
25388
25388
  ".": {
25389
25389
  types: "./dist/index.d.ts",
25390
25390
  import: "./dist/index.mjs",
@@ -25481,6 +25481,7 @@ var M6 = (0, x.memo)(R6), k6 = "email-builder-standalone", F6 = "4.3.0", L6 = "m
25481
25481
  "eslint-plugin-react-hooks": "^7.1.1",
25482
25482
  "eslint-plugin-react-refresh": "^0.5.3",
25483
25483
  "eslint-plugin-simple-import-sort": "^14.0.0",
25484
+ rolldown: "1.1.5",
25484
25485
  react: "^19.2.1",
25485
25486
  "react-dom": "^19.2.1",
25486
25487
  typescript: "^6.0.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "email-builder-online",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -108,13 +108,14 @@
108
108
  "eslint-plugin-react-hooks": "^7.1.1",
109
109
  "eslint-plugin-react-refresh": "^0.5.3",
110
110
  "eslint-plugin-simple-import-sort": "^14.0.0",
111
+ "rolldown": "1.1.5",
111
112
  "react": "^19.2.1",
112
113
  "react-dom": "^19.2.1",
113
114
  "typescript": "^6.0.3",
114
115
  "vite": "^8.1.5",
115
- "@eb/block-container": "1.0.0",
116
- "@eb/block-columns-container": "1.0.0",
117
116
  "@eb/block-button": "1.0.0",
117
+ "@eb/block-columns-container": "1.0.0",
118
+ "@eb/block-container": "1.0.0",
118
119
  "@eb/block-divider": "1.0.0",
119
120
  "@eb/block-image": "1.0.0",
120
121
  "@eb/block-social-media": "1.0.0",
@@ -1,38 +0,0 @@
1
- var f = Object.create, a = Object.defineProperty, c = Object.getOwnPropertyDescriptor, v = Object.getOwnPropertyNames, g = Object.getPrototypeOf, l = Object.prototype.hasOwnProperty, O = (e, r, t) => () => {
2
- if (t) throw t[0];
3
- try {
4
- return e && (r = e(e = 0)), r;
5
- } catch (n) {
6
- throw t = [n], n;
7
- }
8
- }, b = (e, r) => () => (r || (e((r = { exports: {} }).exports, r), e = null), r.exports), P = (e, r) => {
9
- let t = {};
10
- for (var n in e)
11
- a(t, n, {
12
- get: e[n],
13
- enumerable: !0
14
- });
15
- return r || a(t, Symbol.toStringTag, { value: "Module" }), t;
16
- }, p = (e, r, t, n) => {
17
- if (r && typeof r == "object" || typeof r == "function")
18
- for (var i = v(r), u = 0, _ = i.length, o; u < _; u++)
19
- o = i[u], !l.call(e, o) && o !== t && a(e, o, {
20
- get: ((s) => r[s]).bind(null, o),
21
- enumerable: !(n = c(r, o)) || n.enumerable
22
- });
23
- return e;
24
- }, d = (e, r, t) => (t = e != null ? f(g(e)) : {}, p(r || !e || !e.__esModule ? a(t, "default", {
25
- value: e,
26
- enumerable: !0
27
- }) : t, e)), h = (e) => l.call(e, "module.exports") ? e["module.exports"] : p(a({}, "__esModule", { value: !0 }), e), y = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (r, t) => (typeof require < "u" ? require : r)[t] }) : e)(function(e) {
28
- if (typeof require < "u") return require.apply(this, arguments);
29
- throw Error('Calling `require` for "' + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
30
- });
31
- export {
32
- h as a,
33
- y as i,
34
- O as n,
35
- d as o,
36
- P as r,
37
- b as t
38
- };