tg-core-components 6.3.4-3.6 → 6.3.4-3.7

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.
@@ -255,8 +255,10 @@ var DefaultTimespan = function DefaultTimespan(_ref10) {
255
255
 
256
256
  useEffect(function () {
257
257
  if (newLimit) {
258
+ var _console;
259
+
258
260
  setValue(newLimit.Amount);
259
- console.log(getValues(maxAmounts, currency, timespan));
261
+ (_console = console).log.apply(_console, _toConsumableArray(getValues(maxAmounts, currency, timespan)));
260
262
  }
261
263
  }, [newLimit]);
262
264
 
@@ -286,8 +286,10 @@ var DefaultTimespan = function DefaultTimespan(_ref10) {
286
286
 
287
287
  (0, _react.useEffect)(function () {
288
288
  if (newLimit) {
289
+ var _console;
290
+
289
291
  setValue(newLimit.Amount);
290
- console.log((0, _helpers.getValues)(maxAmounts, currency, timespan));
292
+ (_console = console).log.apply(_console, _toConsumableArray((0, _helpers.getValues)(maxAmounts, currency, timespan)));
291
293
  }
292
294
  }, [newLimit]);
293
295
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-core-components",
3
- "version": "6.3.4-3.6",
3
+ "version": "6.3.4-3.7",
4
4
  "description": "tg-core-components",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",