config-editor-base 3.0.2 → 3.0.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.
@@ -22577,7 +22577,12 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
22577
22577
  fontSize: "12px",
22578
22578
  marginBottom: "10px"
22579
22579
  }
22580
- }, "Period: ", selectedPids.length > 0 ? period : 0, " ms \xA0|\xA0 PIDs selected: ", selectedPids.length), toolMode !== "test" && /*#__PURE__*/React.createElement("div", {
22580
+ }, "Period: ", selectedPids.length > 0 ? period : 0, " ms \xA0|\xA0 PIDs selected: ", selectedPids.length, period > 10000 && /*#__PURE__*/React.createElement("div", {
22581
+ style: {
22582
+ color: "orange",
22583
+ marginTop: "4px"
22584
+ }
22585
+ }, "Warning: This PID selection will result in an infrequent update frequency of each PID of ", /*#__PURE__*/React.createElement("strong", null, (period / 1000).toFixed(1)), " seconds")), toolMode !== "test" && /*#__PURE__*/React.createElement("div", {
22581
22586
  className: "form-group pl0 field-string"
22582
22587
  }, /*#__PURE__*/React.createElement("label", {
22583
22588
  style: {