@invana/forms 0.0.29 → 0.0.30
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -1438,8 +1438,8 @@ var ParamRow = React2__namespace.forwardRef(
|
|
|
1438
1438
|
...props,
|
|
1439
1439
|
children: [
|
|
1440
1440
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "w-[118px] shrink-0 pt-1", children: [
|
|
1441
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "truncate font-mono text-
|
|
1442
|
-
type != null ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "truncate text-
|
|
1441
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "truncate font-mono text-sm", children: name }),
|
|
1442
|
+
type != null ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "truncate text-sm text-muted-foreground", children: type }) : null
|
|
1443
1443
|
] }),
|
|
1444
1444
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-w-0 flex-1 flex-col gap-1", children: [
|
|
1445
1445
|
children ?? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-w-0", children: [
|
|
@@ -1455,7 +1455,7 @@ var ParamRow = React2__namespace.forwardRef(
|
|
|
1455
1455
|
{
|
|
1456
1456
|
triggerSize: "sm",
|
|
1457
1457
|
"aria-label": `${name} source`,
|
|
1458
|
-
className: "w-auto shrink-0 rounded-r-none border-r-0 text-
|
|
1458
|
+
className: "w-auto shrink-0 rounded-r-none border-r-0 text-sm text-muted-foreground",
|
|
1459
1459
|
children: /* @__PURE__ */ jsxRuntime.jsx(SelectValue, {})
|
|
1460
1460
|
}
|
|
1461
1461
|
),
|
|
@@ -1481,7 +1481,7 @@ var ParamRow = React2__namespace.forwardRef(
|
|
|
1481
1481
|
"div",
|
|
1482
1482
|
{
|
|
1483
1483
|
className: ui.cn(
|
|
1484
|
-
"text-
|
|
1484
|
+
"text-sm",
|
|
1485
1485
|
invalid ? "text-destructive" : "text-muted-foreground"
|
|
1486
1486
|
),
|
|
1487
1487
|
children: note
|