@rfkit/charts 1.1.7 → 1.1.8
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 +1 -7
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -11988,7 +11988,7 @@ FrequencyAllocation_Tooltip_styles_module_options.domAPI = styleDomAPI_default()
|
|
|
11988
11988
|
FrequencyAllocation_Tooltip_styles_module_options.insertStyleElement = insertStyleElement_default();
|
|
11989
11989
|
injectStylesIntoStyleTag_default()(FrequencyAllocation_Tooltip_styles_module.Z, FrequencyAllocation_Tooltip_styles_module_options);
|
|
11990
11990
|
const components_FrequencyAllocation_Tooltip_styles_module = FrequencyAllocation_Tooltip_styles_module.Z && FrequencyAllocation_Tooltip_styles_module.Z.locals ? FrequencyAllocation_Tooltip_styles_module.Z.locals : void 0;
|
|
11991
|
-
const FrequencyAllocation_Tooltip_Tooltip = ({ title, description, visible, x, y, startFrequency, stopFrequency, centerFrequency, stepFrequency, bandwidth, modulation
|
|
11991
|
+
const FrequencyAllocation_Tooltip_Tooltip = ({ title, description, visible, x, y, startFrequency, stopFrequency, centerFrequency, stepFrequency, bandwidth, modulation })=>{
|
|
11992
11992
|
const tooltipRef = (0, __WEBPACK_EXTERNAL_MODULE_react__.useRef)(null);
|
|
11993
11993
|
const [position, setPosition] = (0, __WEBPACK_EXTERNAL_MODULE_react__.useState)({
|
|
11994
11994
|
x,
|
|
@@ -12041,12 +12041,6 @@ const FrequencyAllocation_Tooltip_Tooltip = ({ title, description, visible, x, y
|
|
|
12041
12041
|
}),
|
|
12042
12042
|
modulation && /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
|
|
12043
12043
|
children: `\u{8C03}\u{5236}\u{65B9}\u{5F0F}: ${modulation}`
|
|
12044
|
-
}),
|
|
12045
|
-
demodulation && /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
|
|
12046
|
-
children: `\u{89E3}\u{8C03}\u{65B9}\u{5F0F}: ${demodulation}`
|
|
12047
|
-
}),
|
|
12048
|
-
status && /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
|
|
12049
|
-
children: `\u{72B6}\u{6001}: ${status}`
|
|
12050
12044
|
})
|
|
12051
12045
|
]
|
|
12052
12046
|
}),
|