taxtank-core 3.0.17 → 3.0.18

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.
@@ -24151,8 +24151,8 @@ const FILE_SETTINGS = {
24151
24151
  * are taken from its classes. To support one more style just add an entry here.
24152
24152
  */
24153
24153
  const PDF_CELL_STYLES = {
24154
- 'col-right': { halign: 'left' },
24155
- 'text-right': { halign: 'left' },
24154
+ 'col-right': { halign: 'right' },
24155
+ 'text-right': { halign: 'right' },
24156
24156
  };
24157
24157
 
24158
24158
  /**