@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.js
CHANGED
|
@@ -2638,7 +2638,7 @@ var SVGIconNode = ({ node }) => {
|
|
|
2638
2638
|
"span",
|
|
2639
2639
|
{
|
|
2640
2640
|
style: {
|
|
2641
|
-
display: "flex",
|
|
2641
|
+
display: "inline-flex",
|
|
2642
2642
|
width: node.width,
|
|
2643
2643
|
height: node.height,
|
|
2644
2644
|
color: node.color
|
|
@@ -2847,6 +2847,7 @@ var HeadingNode = (props) => {
|
|
|
2847
2847
|
const NodeTypes2 = {
|
|
2848
2848
|
["text"]: TextNode_default,
|
|
2849
2849
|
["link"]: LinkNode_default,
|
|
2850
|
+
["svg-icon"]: SVGIconNode_default,
|
|
2850
2851
|
// ["linebreak"]: LineBreakNodeNew,
|
|
2851
2852
|
["datafield"]: DatafieldNode_default
|
|
2852
2853
|
};
|