@fuentis/phoenix-ui 0.0.9-alpha.613 → 0.0.9-alpha.615

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.
@@ -2661,8 +2661,6 @@ async function exportRowsToPdf(columns, rows, columnTypeMap, columnTypeEnum, t,
2661
2661
  else {
2662
2662
  pdfMake.vfs = pdfFonts || {};
2663
2663
  }
2664
- // vfs was just reset to Roboto-only; remove any stale font reference so vfs and fonts stay in sync
2665
- delete pdfMake.fonts?.DejaVuSans;
2666
2664
  try {
2667
2665
  const dejaVuFont = await loadDejaVuSansFont();
2668
2666
  if (dejaVuFont) {