config-editor-base 2.9.2 → 2.9.3
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.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -977,8 +977,6 @@ var checkConfigFilterLimits = function checkConfigFilterLimits(content) {
|
|
|
977
977
|
count11Bit++;
|
|
978
978
|
}
|
|
979
979
|
}
|
|
980
|
-
console.log("count11Bit", count11Bit);
|
|
981
|
-
console.log("count29Bit", count29Bit);
|
|
982
980
|
if (count11Bit > MAX_11BIT_FILTERS) {
|
|
983
981
|
dispatch(set({
|
|
984
982
|
type: "warning",
|
|
@@ -19592,7 +19590,7 @@ var EditorSection = /*#__PURE__*/function (_React$Component) {
|
|
|
19592
19590
|
transition: 'opacity 1s ease-out',
|
|
19593
19591
|
opacity: this.state.showNewToolsHighlight ? 1 : 0
|
|
19594
19592
|
}
|
|
19595
|
-
}, "
|
|
19593
|
+
}, "Tip: New editor tools added"))))))), /*#__PURE__*/React.createElement("div", {
|
|
19596
19594
|
className: "config-bar-background"
|
|
19597
19595
|
}));
|
|
19598
19596
|
};
|