@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.js
CHANGED
|
@@ -5400,7 +5400,7 @@ function EditableText({
|
|
|
5400
5400
|
disabled,
|
|
5401
5401
|
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`,
|
|
5402
5402
|
children: [
|
|
5403
|
-
/* @__PURE__ */ jsx("span", { className: "flex-1
|
|
5403
|
+
/* @__PURE__ */ jsx("span", { className: "flex-1", children: displayText }),
|
|
5404
5404
|
/* @__PURE__ */ jsx(
|
|
5405
5405
|
Icon,
|
|
5406
5406
|
{
|