react-semaphor 0.0.97 → 0.0.98
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/react-semaphor.js
CHANGED
|
@@ -6111,7 +6111,7 @@ const we = NP()(
|
|
|
6111
6111
|
card: {
|
|
6112
6112
|
id: Ms(),
|
|
6113
6113
|
title: "Editor Card",
|
|
6114
|
-
description: "
|
|
6114
|
+
description: "Description",
|
|
6115
6115
|
type: "bar",
|
|
6116
6116
|
data: []
|
|
6117
6117
|
},
|
|
@@ -16156,6 +16156,7 @@ function Ts({
|
|
|
16156
16156
|
) : /* @__PURE__ */ w.jsx(
|
|
16157
16157
|
"input",
|
|
16158
16158
|
{
|
|
16159
|
+
onMouseDown: (g) => g.stopPropagation(),
|
|
16159
16160
|
type: "text",
|
|
16160
16161
|
className: Te(
|
|
16161
16162
|
"px-2 py-1 text-sm bg-background outline-[0.5px] outline-dashed outline-primary/50 rounded-sm",
|
|
@@ -34769,6 +34770,7 @@ const Qg = [
|
|
|
34769
34770
|
"nvarchar2",
|
|
34770
34771
|
"char",
|
|
34771
34772
|
"character",
|
|
34773
|
+
"longtext",
|
|
34772
34774
|
"nchar",
|
|
34773
34775
|
"char varying",
|
|
34774
34776
|
"nchar varying",
|
|
@@ -50627,7 +50629,7 @@ function iA({
|
|
|
50627
50629
|
cardType: o.type,
|
|
50628
50630
|
cfg: o.cfg,
|
|
50629
50631
|
customCfg: o.customCfg
|
|
50630
|
-
})), /* @__PURE__ */ w.jsxs(
|
|
50632
|
+
})), console.log("EditorCard", o), /* @__PURE__ */ w.jsxs(
|
|
50631
50633
|
Cx,
|
|
50632
50634
|
{
|
|
50633
50635
|
role: "editor-visual-card",
|
|
@@ -50641,7 +50643,8 @@ function iA({
|
|
|
50641
50643
|
text: o.title,
|
|
50642
50644
|
onSave: (l) => s({ ...o, title: l }),
|
|
50643
50645
|
children: /* @__PURE__ */ w.jsx(Og, { className: "text-base", children: o.title })
|
|
50644
|
-
}
|
|
50646
|
+
},
|
|
50647
|
+
o.title
|
|
50645
50648
|
),
|
|
50646
50649
|
/* @__PURE__ */ w.jsx(
|
|
50647
50650
|
Ts,
|
|
@@ -50652,7 +50655,8 @@ function iA({
|
|
|
50652
50655
|
" ",
|
|
50653
50656
|
o.description
|
|
50654
50657
|
] })
|
|
50655
|
-
}
|
|
50658
|
+
},
|
|
50659
|
+
o.description
|
|
50656
50660
|
)
|
|
50657
50661
|
] }),
|
|
50658
50662
|
/* @__PURE__ */ w.jsxs(Pg, { className: "flex flex-col pb-3 grow", children: [
|