tg-core-components 6.3.4-3.7 → 6.3.4-3.8

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