@headless-adminapp/fluent 0.0.17-alpha.49 → 0.0.17-alpha.50

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.
@@ -268,6 +268,9 @@ function renderCellContent({ info, column, schema, schemaStore, locale, routeRes
268
268
  dateFormat: dateFormats.short,
269
269
  timeFormat: timeFormats.short,
270
270
  timezone,
271
+ currencyDisplay: currency.currencyDisplay,
272
+ currencySign: currency.currencySign,
273
+ locale: locale.locale,
271
274
  })) !== null && _c !== void 0 ? _c : '';
272
275
  if (column.plainText) {
273
276
  return ((0, jsx_runtime_1.jsx)(TableCell_1.TableCellText, { value: formattedValue, width: info.column.getSize() }, column.id));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@headless-adminapp/fluent",
3
- "version": "0.0.17-alpha.49",
3
+ "version": "0.0.17-alpha.50",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -49,5 +49,5 @@
49
49
  "uuid": "11.0.3",
50
50
  "yup": "^1.4.0"
51
51
  },
52
- "gitHead": "8546e02107f006000bc8855d6a462e3a64f9ae9e"
52
+ "gitHead": "aaa62f2c8f6edb9dad521d9bb254a3c1811b5aff"
53
53
  }