@factorialco/f0-react 4.0.3 → 4.0.4
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/f0.js +3 -3
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/f0.js
CHANGED
|
@@ -62460,7 +62460,7 @@ const bI = {
|
|
|
62460
62460
|
onChange: D,
|
|
62461
62461
|
disabled: z,
|
|
62462
62462
|
className: J(
|
|
62463
|
-
"w-full resize-none px-2 py-1 text-lg font-semibold
|
|
62463
|
+
"w-full resize-none px-2 py-1 text-lg font-semibold text-f1-foreground placeholder:text-f1-foreground-tertiary [&::-webkit-search-cancel-button]:hidden",
|
|
62464
62464
|
V && "cursor-not-allowed"
|
|
62465
62465
|
),
|
|
62466
62466
|
style: bI
|
|
@@ -63150,7 +63150,7 @@ const Rde = {
|
|
|
63150
63150
|
),
|
|
63151
63151
|
value: d,
|
|
63152
63152
|
onChange: C,
|
|
63153
|
-
className: "flex-1 resize-none font-medium",
|
|
63153
|
+
className: "flex-1 resize-none font-medium text-f1-foreground placeholder:text-f1-foreground-tertiary",
|
|
63154
63154
|
style: Rde
|
|
63155
63155
|
}
|
|
63156
63156
|
) : /* @__PURE__ */ S("p", { className: "flex-1 font-medium", children: d }),
|
|
@@ -63594,7 +63594,7 @@ const Rde = {
|
|
|
63594
63594
|
onChange: g,
|
|
63595
63595
|
disabled: _,
|
|
63596
63596
|
className: J(
|
|
63597
|
-
"w-full text-lg font-semibold
|
|
63597
|
+
"w-full text-lg font-semibold text-f1-foreground placeholder:text-f1-foreground-tertiary [&::-webkit-search-cancel-button]:hidden",
|
|
63598
63598
|
_ && "cursor-not-allowed"
|
|
63599
63599
|
)
|
|
63600
63600
|
}
|