@fonixtree/magic-design 0.0.47 → 0.0.48

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.
@@ -240,9 +240,7 @@ function ProductSource(_a) {
240
240
  type: "primary"
241
241
  }, (0, _locale.i18n)('SELECT_PRODUCT')), /*#__PURE__*/_react["default"].createElement("div", {
242
242
  className: "total"
243
- }, (0, _locale.i18n)('TOTAL_PRODUCTS', {
244
- count: getLength()
245
- })), visible && /*#__PURE__*/_react["default"].createElement(_ProductModal["default"], {
243
+ }, "Total ", getLength(), " products"), visible && /*#__PURE__*/_react["default"].createElement(_ProductModal["default"], {
246
244
  closeModal: function closeModal() {
247
245
  return setVisbile(false);
248
246
  },
@@ -240,9 +240,7 @@ function ProductSource(_a) {
240
240
  type: "primary"
241
241
  }, (0, _locale.i18n)('SELECT_PRODUCT')), /*#__PURE__*/_react["default"].createElement("div", {
242
242
  className: "total"
243
- }, (0, _locale.i18n)('TOTAL_PRODUCTS', {
244
- count: getLength()
245
- })), visible && /*#__PURE__*/_react["default"].createElement(_ProductModal["default"], {
243
+ }, "Total ", getLength(), " products"), visible && /*#__PURE__*/_react["default"].createElement(_ProductModal["default"], {
246
244
  closeModal: function closeModal() {
247
245
  return setVisbile(false);
248
246
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.47",
4
+ "version": "0.0.48",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",