@schema-forms-data/builder 0.3.15 → 0.3.17
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +18 -4
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13523,8 +13523,8 @@ const pg = ({ value: e, onChange: t }) => {
|
|
|
13523
13523
|
/* @__PURE__ */ a(
|
|
13524
13524
|
"div",
|
|
13525
13525
|
{
|
|
13526
|
-
className: "absolute
|
|
13527
|
-
style: { fontSize: "8px", opacity: 0.3 },
|
|
13526
|
+
className: "absolute left-2 font-mono truncate max-w-[90%] pointer-events-none text-muted-foreground",
|
|
13527
|
+
style: { fontSize: "8px", opacity: 0.3, bottom: "-2px" },
|
|
13528
13528
|
children: e
|
|
13529
13529
|
}
|
|
13530
13530
|
),
|
|
@@ -13649,7 +13649,14 @@ const pg = ({ value: e, onChange: t }) => {
|
|
|
13649
13649
|
]
|
|
13650
13650
|
}
|
|
13651
13651
|
),
|
|
13652
|
-
/* @__PURE__ */ a("div", { className: "px-2 -mt-0.5 mb-0.5", children: /* @__PURE__ */ a(
|
|
13652
|
+
/* @__PURE__ */ a("div", { className: "px-2 -mt-0.5 mb-0.5", children: /* @__PURE__ */ a(
|
|
13653
|
+
"span",
|
|
13654
|
+
{
|
|
13655
|
+
className: "text-muted-foreground font-mono",
|
|
13656
|
+
style: { fontSize: "8px", opacity: 0.3 },
|
|
13657
|
+
children: e
|
|
13658
|
+
}
|
|
13659
|
+
) }),
|
|
13653
13660
|
/* @__PURE__ */ g(
|
|
13654
13661
|
"div",
|
|
13655
13662
|
{
|
|
@@ -13960,7 +13967,14 @@ const pg = ({ value: e, onChange: t }) => {
|
|
|
13960
13967
|
]
|
|
13961
13968
|
}
|
|
13962
13969
|
),
|
|
13963
|
-
/* @__PURE__ */ a("div", { className: "px-2 -mt-0.5 mb-0.5", children: /* @__PURE__ */ a(
|
|
13970
|
+
/* @__PURE__ */ a("div", { className: "px-2 -mt-0.5 mb-0.5", children: /* @__PURE__ */ a(
|
|
13971
|
+
"span",
|
|
13972
|
+
{
|
|
13973
|
+
className: "text-muted-foreground font-mono",
|
|
13974
|
+
style: { fontSize: "8px", opacity: 0.3 },
|
|
13975
|
+
children: e
|
|
13976
|
+
}
|
|
13977
|
+
) }),
|
|
13964
13978
|
/* @__PURE__ */ g(
|
|
13965
13979
|
"div",
|
|
13966
13980
|
{
|