@pelcro/react-pelcro-js 3.2.0-beta.21 → 3.2.0-beta.22
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/dist/pelcro.css +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16765,7 +16765,7 @@ const UserUpdateEmail = props => {
|
|
|
16765
16765
|
enableEmailEdit: enableEmailEdit
|
|
16766
16766
|
}, props)), /*#__PURE__*/React__default['default'].createElement(Button, {
|
|
16767
16767
|
variant: "icon",
|
|
16768
|
-
className: "plc-absolute plc-rounded-none plc-text-gray-500 plc-w-10 plc-h-10 plc-top-
|
|
16768
|
+
className: "plc-absolute plc-rounded-none plc-text-gray-500 plc-w-10 plc-h-10 plc-top-7 plc-right-0 hover:plc-text-gray-900 hover:plc-bg-transparent focus:plc-ring-0 focus:plc-shadow-none",
|
|
16769
16769
|
icon: enableEmailEdit ? /*#__PURE__*/React__default['default'].createElement(SvgXIcon, {
|
|
16770
16770
|
className: "plc-w-6"
|
|
16771
16771
|
}) : /*#__PURE__*/React__default['default'].createElement(SvgEdit, null),
|
package/dist/index.esm.js
CHANGED
|
@@ -16735,7 +16735,7 @@ const UserUpdateEmail = props => {
|
|
|
16735
16735
|
enableEmailEdit: enableEmailEdit
|
|
16736
16736
|
}, props)), /*#__PURE__*/React__default.createElement(Button, {
|
|
16737
16737
|
variant: "icon",
|
|
16738
|
-
className: "plc-absolute plc-rounded-none plc-text-gray-500 plc-w-10 plc-h-10 plc-top-
|
|
16738
|
+
className: "plc-absolute plc-rounded-none plc-text-gray-500 plc-w-10 plc-h-10 plc-top-7 plc-right-0 hover:plc-text-gray-900 hover:plc-bg-transparent focus:plc-ring-0 focus:plc-shadow-none",
|
|
16739
16739
|
icon: enableEmailEdit ? /*#__PURE__*/React__default.createElement(SvgXIcon, {
|
|
16740
16740
|
className: "plc-w-6"
|
|
16741
16741
|
}) : /*#__PURE__*/React__default.createElement(SvgEdit, null),
|
package/dist/pelcro.css
CHANGED