@ikonai/sdk-react-ui 1.0.38 → 1.0.40
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/index.js +9 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -607,6 +607,7 @@ function lr() {
|
|
|
607
607
|
ref: s,
|
|
608
608
|
"aria-hidden": "true",
|
|
609
609
|
"data-ikon-node-id": o.id,
|
|
610
|
+
"data-ikon-source": o.sourceMarker,
|
|
610
611
|
"data-ikon-focus-hint": "true",
|
|
611
612
|
tabIndex: -1,
|
|
612
613
|
style: { display: "block", width: 0, height: 0, overflow: "hidden" }
|
|
@@ -633,6 +634,7 @@ function dr() {
|
|
|
633
634
|
{
|
|
634
635
|
...c,
|
|
635
636
|
"data-ikon-node-id": s.id,
|
|
637
|
+
"data-ikon-source": s.sourceMarker,
|
|
636
638
|
className: f,
|
|
637
639
|
onClick: i ? a : void 0,
|
|
638
640
|
style: i ? { cursor: "pointer" } : void 0,
|
|
@@ -651,7 +653,7 @@ function fr() {
|
|
|
651
653
|
if (!s)
|
|
652
654
|
return null;
|
|
653
655
|
const i = Ye(s.props), a = Ke("relative", fe(s.props?.className), o), c = s.children?.length ? n.renderChildren(s.children) : void 0;
|
|
654
|
-
return /* @__PURE__ */ E.jsx("div", { ...i, "data-ikon-node-id": s.id, className: a, children: c });
|
|
656
|
+
return /* @__PURE__ */ E.jsx("div", { ...i, "data-ikon-node-id": s.id, "data-ikon-source": s.sourceMarker, className: a, children: c });
|
|
655
657
|
});
|
|
656
658
|
return ({ type: e }) => {
|
|
657
659
|
if (e === "std.stack")
|
|
@@ -664,7 +666,7 @@ function hr() {
|
|
|
664
666
|
if (!s)
|
|
665
667
|
return null;
|
|
666
668
|
const i = Ye(s.props), a = Ke("absolute", fe(s.props?.className), o), c = s.children?.length ? n.renderChildren(s.children) : void 0;
|
|
667
|
-
return /* @__PURE__ */ E.jsx("div", { ...i, "data-ikon-node-id": s.id, className: a, children: c });
|
|
669
|
+
return /* @__PURE__ */ E.jsx("div", { ...i, "data-ikon-node-id": s.id, "data-ikon-source": s.sourceMarker, className: a, children: c });
|
|
668
670
|
});
|
|
669
671
|
return ({ type: e }) => {
|
|
670
672
|
if (e === "std.layer")
|
|
@@ -735,6 +737,7 @@ function vr() {
|
|
|
735
737
|
...u !== void 0 ? { loop: u } : {},
|
|
736
738
|
...h !== void 0 ? { muted: h } : {},
|
|
737
739
|
"data-ikon-node-id": s.id,
|
|
740
|
+
"data-ikon-source": s.sourceMarker,
|
|
738
741
|
className: i
|
|
739
742
|
}
|
|
740
743
|
);
|
|
@@ -799,6 +802,7 @@ function Ar() {
|
|
|
799
802
|
playsInline: !0,
|
|
800
803
|
muted: !0,
|
|
801
804
|
"data-ikon-node-id": s.id,
|
|
805
|
+
"data-ikon-source": s.sourceMarker,
|
|
802
806
|
"data-ikon-video-stream-id": l,
|
|
803
807
|
className: y,
|
|
804
808
|
...u ? { width: u } : {},
|
|
@@ -810,6 +814,7 @@ function Ar() {
|
|
|
810
814
|
{
|
|
811
815
|
ref: i,
|
|
812
816
|
"data-ikon-node-id": s.id,
|
|
817
|
+
"data-ikon-source": s.sourceMarker,
|
|
813
818
|
"data-ikon-video-stream-id": l,
|
|
814
819
|
className: y,
|
|
815
820
|
...u ? { width: u } : {},
|
|
@@ -858,6 +863,7 @@ function Tr() {
|
|
|
858
863
|
...p ? { width: p } : {},
|
|
859
864
|
...b ? { height: b } : {},
|
|
860
865
|
"data-ikon-node-id": s.id,
|
|
866
|
+
"data-ikon-source": s.sourceMarker,
|
|
861
867
|
className: i,
|
|
862
868
|
children: m
|
|
863
869
|
}
|
|
@@ -1212,6 +1218,7 @@ function $r() {
|
|
|
1212
1218
|
{
|
|
1213
1219
|
ref: i,
|
|
1214
1220
|
"data-ikon-node-id": s.id,
|
|
1221
|
+
"data-ikon-source": s.sourceMarker,
|
|
1215
1222
|
className: I,
|
|
1216
1223
|
...v ? { width: v } : {},
|
|
1217
1224
|
...A ? { height: A } : {},
|