@rfkit/charts 1.1.5 → 1.1.6
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -12022,8 +12022,8 @@ const FrequencyAllocation_Tooltip_Tooltip = ({ title, description, visible, x, y
|
|
|
12022
12022
|
startFrequency && stopFrequency && /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
|
|
12023
12023
|
children: `\u{9891}\u{7387}\u{8303}\u{56F4}: ${startFrequency} - ${stopFrequency}`
|
|
12024
12024
|
}),
|
|
12025
|
-
centerFrequency &&
|
|
12026
|
-
children: `\u{4E2D}\u{5FC3}\u{9891}\u{7387}: ${centerFrequency} MHz
|
|
12025
|
+
centerFrequency && /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
|
|
12026
|
+
children: `\u{4E2D}\u{5FC3}\u{9891}\u{7387}: ${centerFrequency} MHz`
|
|
12027
12027
|
}),
|
|
12028
12028
|
stepFrequency && /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
|
|
12029
12029
|
children: `\u{6B65}\u{8FDB}: ${stepFrequency} kHz`
|