@pelcro/react-pelcro-js 3.45.0 → 3.46.0
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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -13108,7 +13108,7 @@ function Password(_ref) {
|
|
|
13108
13108
|
onFocus: () => setFinishedTyping(false)
|
|
13109
13109
|
}, otherProps)), ((_window = window) === null || _window === void 0 ? void 0 : (_window$Pelcro = _window.Pelcro) === null || _window$Pelcro === void 0 ? void 0 : (_window$Pelcro$uiSett = _window$Pelcro.uiSettings) === null || _window$Pelcro$uiSett === void 0 ? void 0 : _window$Pelcro$uiSett.showPassword) && /*#__PURE__*/React__default['default'].createElement("span", {
|
|
13110
13110
|
onClick: () => setShowPassword(!showPassword),
|
|
13111
|
-
className: "plc-absolute plc-right-2 plc-transform plc--translate-y-1/2 plc-cursor-pointer plc-opacity-50 plc-w-
|
|
13111
|
+
className: "plc-absolute plc-right-2 plc-transform plc--translate-y-1/2 plc-cursor-pointer plc-opacity-50 plc-w-9 plc-h-9",
|
|
13112
13112
|
style: {
|
|
13113
13113
|
top: "70%"
|
|
13114
13114
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -13078,7 +13078,7 @@ function Password(_ref) {
|
|
|
13078
13078
|
onFocus: () => setFinishedTyping(false)
|
|
13079
13079
|
}, otherProps)), ((_window = window) === null || _window === void 0 ? void 0 : (_window$Pelcro = _window.Pelcro) === null || _window$Pelcro === void 0 ? void 0 : (_window$Pelcro$uiSett = _window$Pelcro.uiSettings) === null || _window$Pelcro$uiSett === void 0 ? void 0 : _window$Pelcro$uiSett.showPassword) && /*#__PURE__*/React__default.createElement("span", {
|
|
13080
13080
|
onClick: () => setShowPassword(!showPassword),
|
|
13081
|
-
className: "plc-absolute plc-right-2 plc-transform plc--translate-y-1/2 plc-cursor-pointer plc-opacity-50 plc-w-
|
|
13081
|
+
className: "plc-absolute plc-right-2 plc-transform plc--translate-y-1/2 plc-cursor-pointer plc-opacity-50 plc-w-9 plc-h-9",
|
|
13082
13082
|
style: {
|
|
13083
13083
|
top: "70%"
|
|
13084
13084
|
}
|