@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260320053940 → 0.8.1-dev.20260320071939

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 CHANGED
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ "use client";
2
3
  var __create = Object.create;
3
4
  var __defProp = Object.defineProperty;
4
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -2638,7 +2639,7 @@ var SVGIconNode = ({ node }) => {
2638
2639
  "span",
2639
2640
  {
2640
2641
  style: {
2641
- display: "flex",
2642
+ display: "inline-flex",
2642
2643
  width: node.width,
2643
2644
  height: node.height,
2644
2645
  color: node.color
@@ -2847,6 +2848,7 @@ var HeadingNode = (props) => {
2847
2848
  const NodeTypes2 = {
2848
2849
  ["text"]: TextNode_default,
2849
2850
  ["link"]: LinkNode_default,
2851
+ ["svg-icon"]: SVGIconNode_default,
2850
2852
  // ["linebreak"]: LineBreakNodeNew,
2851
2853
  ["datafield"]: DatafieldNode_default
2852
2854
  };