@ai-table/grid 0.1.46 → 0.2.0

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.
@@ -9326,7 +9326,7 @@ class AITableFieldStat {
9326
9326
  fontWeight: DEFAULT_FONT_WEIGHT
9327
9327
  });
9328
9328
  return {
9329
- texts: text.split(' '),
9329
+ texts: text.split(/\s+/),
9330
9330
  totalWidth: textWidth,
9331
9331
  statValue: statValue || ''
9332
9332
  };