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 CHANGED
@@ -980,8 +980,6 @@ var checkConfigFilterLimits = function checkConfigFilterLimits(content) {
980
980
  count11Bit++;
981
981
  }
982
982
  }
983
- console.log("count11Bit", count11Bit);
984
- console.log("count29Bit", count29Bit);
985
983
  if (count11Bit > MAX_11BIT_FILTERS) {
986
984
  dispatch(set({
987
985
  type: "warning",
@@ -19595,7 +19593,7 @@ var EditorSection = /*#__PURE__*/function (_React$Component) {
19595
19593
  transition: 'opacity 1s ease-out',
19596
19594
  opacity: this.state.showNewToolsHighlight ? 1 : 0
19597
19595
  }
19598
- }, "New: OBD & filter builder tools"))))))), /*#__PURE__*/React.createElement("div", {
19596
+ }, "Tip: New editor tools added"))))))), /*#__PURE__*/React.createElement("div", {
19599
19597
  className: "config-bar-background"
19600
19598
  }));
19601
19599
  };