@fileverse-dev/fortune-core 1.0.52 → 1.0.53

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.
@@ -1523,6 +1523,8 @@ export function deleteSelectedCellText(ctx) {
1523
1523
  }
1524
1524
  if (cell.ct != null && (cell.ct.t === "inlineStr" || ((_a = cell.ct.fa) === null || _a === void 0 ? void 0 : _a.includes("BTC")) || ((_b = cell.ct.fa) === null || _b === void 0 ? void 0 : _b.includes("ETH")) || ((_c = cell.ct.fa) === null || _c === void 0 ? void 0 : _c.includes("SOL")))) {
1525
1525
  delete cell.ct;
1526
+ cell === null || cell === void 0 ? true : delete cell.baseValue;
1527
+ cell === null || cell === void 0 ? true : delete cell.baseCurrency;
1526
1528
  }
1527
1529
  } else {
1528
1530
  d[r][c] = null;
@@ -159,6 +159,7 @@ declare const _default: {
159
159
  name: string;
160
160
  pos: string;
161
161
  value: string;
162
+ geckoId: string;
162
163
  }[];
163
164
  defaultFmt: (currency: string) => ({
164
165
  text: string;