@cellaware/utils 8.3.2 → 8.3.3

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.
@@ -930,8 +930,8 @@ export function datagridToString(datagridState, rowCnt) {
930
930
  htmlBuf += '\n\t</tbody>\n</table>';
931
931
  if (rowCnt < totalRowCnt) {
932
932
  const message = `Displaying the first ${rowCnt} rows.`;
933
- htmlBuf += `<b style="position: relative; top: -8px; left: 8px; font-style: italic;">${message}</b>`;
934
- markdownBuf += `\n**${message}**\n\n`;
933
+ htmlBuf += `<blockquote>${message}</blockquote>`;
934
+ markdownBuf += `\n> ${message}\n\n`;
935
935
  }
936
936
  return {
937
937
  html: htmlBuf,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.3.2",
3
+ "version": "8.3.3",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",