tg-core-components 6.3.4-3.19 → 6.3.4-3.20

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.
@@ -116,6 +116,7 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
116
116
  MaxAmount: maxAmounts ? getValues(maxAmounts[type], currency, timespan)[0] : Infinity,
117
117
  Status: 'NewLimit'
118
118
  };
119
+ console.log(type);
119
120
  var limits = localLimits.filter(function (l) {
120
121
  return !(l.Type === newLimit.Type && l.Product === newLimit.Product && l.Timespan === newLimit.Timespan && l.Status === newLimit.Status);
121
122
  });
@@ -127,6 +128,7 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
127
128
  return React.createElement(
128
129
  'div',
129
130
  { className: cn('ResponsibleGamingWidget', className) },
131
+ console.log(normalizedLimits),
130
132
  React.createElement(
131
133
  AccordionWidget,
132
134
  {
@@ -159,6 +159,7 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
159
159
  MaxAmount: maxAmounts ? (0, _helpers.getValues)(maxAmounts[type], currency, timespan)[0] : Infinity,
160
160
  Status: 'NewLimit'
161
161
  };
162
+ console.log(type);
162
163
  var limits = localLimits.filter(function (l) {
163
164
  return !(l.Type === newLimit.Type && l.Product === newLimit.Product && l.Timespan === newLimit.Timespan && l.Status === newLimit.Status);
164
165
  });
@@ -170,6 +171,7 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
170
171
  return _react2.default.createElement(
171
172
  'div',
172
173
  { className: (0, _classnames2.default)('ResponsibleGamingWidget', className) },
174
+ console.log(normalizedLimits),
173
175
  _react2.default.createElement(
174
176
  _AccordionWidget2.default,
175
177
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-core-components",
3
- "version": "6.3.4-3.19",
3
+ "version": "6.3.4-3.20",
4
4
  "description": "tg-core-components",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",