tg-core-components 6.3.3-alpha.0 → 6.3.4-2.3

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.
@@ -125,6 +125,7 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
125
125
  return React.createElement(
126
126
  'div',
127
127
  { className: cn('ResponsibleGamingWidget', className) },
128
+ console.log('currentlimit', currentLimit),
128
129
  React.createElement(
129
130
  AccordionWidget,
130
131
  {
@@ -167,6 +167,7 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
167
167
  return _react2.default.createElement(
168
168
  'div',
169
169
  { className: (0, _classnames2.default)('ResponsibleGamingWidget', className) },
170
+ console.log('currentlimit', currentLimit),
170
171
  _react2.default.createElement(
171
172
  _AccordionWidget2.default,
172
173
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-core-components",
3
- "version": "6.3.3-alpha.0",
3
+ "version": "6.3.4-2.3",
4
4
  "description": "tg-core-components",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -76,5 +76,5 @@
76
76
  "webpack": "^3.0.0",
77
77
  "webpack-blocks": "^1.0.0"
78
78
  },
79
- "gitHead": "878a6f7aa286af9936269fbabdd292b34401475a"
79
+ "gitHead": "655fb1956cc5f772c25bcb3a193836eb387d5122"
80
80
  }