@liner-fe/prism 1.12.1 → 1.12.2
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/lib/index.mjs +1 -1
- package/lib/index.mjs.map +2 -2
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -7044,7 +7044,7 @@ var Textfield = forwardRef8((props, ref) => {
|
|
|
7044
7044
|
} = props;
|
|
7045
7045
|
const inputRef = useRef2(null);
|
|
7046
7046
|
const [value, setValue] = useState2("");
|
|
7047
|
-
const [deidentifiy, setDeidentifiy] = useState2(
|
|
7047
|
+
const [deidentifiy, setDeidentifiy] = useState2(true);
|
|
7048
7048
|
const isControlled = controlledValue !== void 0;
|
|
7049
7049
|
const isPassword = type === "password";
|
|
7050
7050
|
const isDeidentified = isPassword && deidentifiy;
|