@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 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-6 plc-h-6",
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-6 plc-h-6",
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
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.45.0",
4
+ "version": "3.46.0",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",