@next-core/brick-utils 2.51.6 → 2.51.8
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.bundle.js +2 -0
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +5 -5
package/dist/index.bundle.js
CHANGED
|
@@ -20373,6 +20373,8 @@
|
|
|
20373
20373
|
brick: "div",
|
|
20374
20374
|
if: false
|
|
20375
20375
|
};
|
|
20376
|
+
} else if (isUseBrickEntry && conditionalNodes.length === 1) {
|
|
20377
|
+
rawContainer[rawKey] = conditionalNodes[0].raw;
|
|
20376
20378
|
} else if (deleteEmptyArray && conditionalNodes.length === 0) {
|
|
20377
20379
|
delete rawContainer[rawKey];
|
|
20378
20380
|
} else {
|