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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/giacomorebonato/mino-daisy-react.git"
6
6
  },
7
- "version": "1.1.17",
7
+ "version": "1.1.18",
8
8
  "description": "React component library wrapping DaisyUI components",
9
9
  "type": "module",
10
10
  "main": "./dist/index.js",