sprint-asia-custom-component 0.1.170 → 0.1.171
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.js
CHANGED
|
@@ -52935,7 +52935,7 @@
|
|
|
52935
52935
|
`
|
|
52936
52936
|
})), /*#__PURE__*/React__default["default"].createElement("textarea", {
|
|
52937
52937
|
type: type === "password" ? showPassword ? "text" : "password" : type,
|
|
52938
|
-
className: `py-2.5 px-4 w-full font-normal text-sm text-
|
|
52938
|
+
className: `py-2.5 px-4 w-full font-normal text-sm text-black rounded-md border
|
|
52939
52939
|
${!value && mode === "default" && "bg-neutral20 border-neutral50 focus:outline-2 outline-primary500"}
|
|
52940
52940
|
${value && mode === "default" && "bg-neutral20 border-black focus:outline-2 outline-primary500"}
|
|
52941
52941
|
${isFocused && mode === "default" && "bg-neutral20 border-primary500"}
|
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@ const TextArea = ({
|
|
|
54
54
|
|
|
55
55
|
<textarea
|
|
56
56
|
type={type === "password" ? (showPassword ? "text" : "password") : type}
|
|
57
|
-
className={`py-2.5 px-4 w-full font-normal text-sm text-
|
|
57
|
+
className={`py-2.5 px-4 w-full font-normal text-sm text-black rounded-md border
|
|
58
58
|
${
|
|
59
59
|
!value &&
|
|
60
60
|
mode === "default" &&
|