@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260320053940 → 0.8.1-dev.20260320070922
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2605,7 +2605,7 @@ var SVGIconNode = ({ node }) => {
|
|
|
2605
2605
|
"span",
|
|
2606
2606
|
{
|
|
2607
2607
|
style: {
|
|
2608
|
-
display: "flex",
|
|
2608
|
+
display: "inline-flex",
|
|
2609
2609
|
width: node.width,
|
|
2610
2610
|
height: node.height,
|
|
2611
2611
|
color: node.color
|
|
@@ -2814,6 +2814,7 @@ var HeadingNode = (props) => {
|
|
|
2814
2814
|
const NodeTypes2 = {
|
|
2815
2815
|
["text"]: TextNode_default,
|
|
2816
2816
|
["link"]: LinkNode_default,
|
|
2817
|
+
["svg-icon"]: SVGIconNode_default,
|
|
2817
2818
|
// ["linebreak"]: LineBreakNodeNew,
|
|
2818
2819
|
["datafield"]: DatafieldNode_default
|
|
2819
2820
|
};
|