@designbasekorea/ui 0.2.39 → 0.2.40
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.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -4032,7 +4032,7 @@
|
|
|
4032
4032
|
const errorMessageId = React.useId();
|
|
4033
4033
|
const [showPassword, setShowPassword] = React.useState(false);
|
|
4034
4034
|
const handleChange = (e) => {
|
|
4035
|
-
onChange?.(e
|
|
4035
|
+
onChange?.(e);
|
|
4036
4036
|
};
|
|
4037
4037
|
const handlePasswordToggle = () => {
|
|
4038
4038
|
setShowPassword(!showPassword);
|