mino-daisy-react 1.1.17 → 1.1.18
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6258,7 +6258,7 @@ import { jsx as jsx46, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
|
6258
6258
|
function PwdInput({ className, ref, ...props }) {
|
|
6259
6259
|
const [showPassword, setShowPassword] = useState3(false);
|
|
6260
6260
|
return /* @__PURE__ */ jsxs2("label", {
|
|
6261
|
-
className: clsx("input", className),
|
|
6261
|
+
className: clsx("input w-full", className),
|
|
6262
6262
|
children: [
|
|
6263
6263
|
/* @__PURE__ */ jsx46("input", {
|
|
6264
6264
|
ref,
|
package/package.json
CHANGED