@schema-forms-data/builder 0.3.16 → 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.
Potentially problematic release.
This version of @schema-forms-data/builder might be problematic. Click here for more details.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- 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
|
),
|