@rfkit/charts 1.1.8 → 1.1.9

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -12037,7 +12037,7 @@ const FrequencyAllocation_Tooltip_Tooltip = ({ title, description, visible, x, y
12037
12037
  children: `\u{6B65}\u{8FDB}: ${stepFrequency} kHz`
12038
12038
  }),
12039
12039
  bandwidth && /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
12040
- children: `\u{5E26}\u{5BBD}: ${bandwidth} kHz`
12040
+ children: `\u{5E26}\u{5BBD}: ${bandwidth} MHz`
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}`
package/package.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "types": "index.d.ts",
6
6
  "author": "Hxgh",
7
7
  "license": "MIT",
8
- "version": "1.1.8",
8
+ "version": "1.1.9",
9
9
  "private": false
10
10
  }