@hyddenlabs/hydn-ui 0.3.0-alpha.185 → 0.3.0-alpha.186
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5425,7 +5425,7 @@ function EditableText({
|
|
|
5425
5425
|
disabled,
|
|
5426
5426
|
className: `group ${sizeConfig} ${className} relative inline-flex items-center gap-2 cursor-text border-b border-transparent py-1 text-left transition-all hover:border-b-foreground/30 focus:outline-none focus:ring-2 focus:ring-ring/20 focus:rounded disabled:cursor-not-allowed disabled:opacity-50 ${isPlaceholder ? "text-muted-foreground" : "text-foreground"} w-fit max-w-full`,
|
|
5427
5427
|
children: [
|
|
5428
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "flex-1
|
|
5428
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "flex-1", children: displayText }),
|
|
5429
5429
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5430
5430
|
Icon,
|
|
5431
5431
|
{
|