@happeouikit/content-renderer 3.5.4 → 3.5.5
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -5401,6 +5401,8 @@ const vi = bi(), wi = new RegExp(tt, "gi"), yi = new RegExp(
|
|
|
5401
5401
|
}
|
|
5402
5402
|
),
|
|
5403
5403
|
j.map((a) => {
|
|
5404
|
+
if ((a.textContent ?? "").trim().length === 0)
|
|
5405
|
+
return null;
|
|
5404
5406
|
let d = a.textContent ? Ct(a.textContent) : "", o = !1;
|
|
5405
5407
|
if (a.tagName !== ct) {
|
|
5406
5408
|
o = !0;
|