@bigbinary/neeto-site-blocks 1.10.30 → 1.10.31
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.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5929,7 +5929,7 @@ var Button = function Button(_ref) {
|
|
|
5929
5929
|
id = _ref.id,
|
|
5930
5930
|
index = _ref.index;
|
|
5931
5931
|
var anchorBaseClass = classnames__default["default"]("inline-flex items-center justify-center transition-all duration-300 ease-in-out", {
|
|
5932
|
-
"neeto-site-highlight__element after:z-10": disableButtonAndLinks && !isAddNewPane,
|
|
5932
|
+
"neeto-site-highlight__element button_element after:z-10": disableButtonAndLinks && !isAddNewPane,
|
|
5933
5933
|
"pointer-events-none": isAddNewPane || !disableButtonAndLinks && action === ""
|
|
5934
5934
|
});
|
|
5935
5935
|
var _useElementClick = useElementClick({
|