tg-core-components 6.3.8-0 → 6.3.8-1

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.
@@ -42,8 +42,6 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
42
42
 
43
43
  var normalizedLimits = normalize(localLimits, content);
44
44
 
45
- console.log(localLimits);
46
-
47
45
  useEffect(function () {
48
46
  onChangeLimits && onChangeLimits(localLimits);
49
47
  }, [localLimits]);
@@ -163,7 +161,7 @@ var LimitHeader = function LimitHeader(_ref2) {
163
161
  'div',
164
162
  { className: 'ResponsibleGamingWidget__limit-header' },
165
163
  title && React.createElement(
166
- 'div',
164
+ 'h1',
167
165
  { className: 'ResponsibleGamingWidget__limit-header-title' },
168
166
  title
169
167
  )
@@ -84,8 +84,6 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
84
84
 
85
85
  var normalizedLimits = (0, _normalize2.default)(localLimits, content);
86
86
 
87
- console.log(localLimits);
88
-
89
87
  (0, _react.useEffect)(function () {
90
88
  onChangeLimits && onChangeLimits(localLimits);
91
89
  }, [localLimits]);
@@ -205,7 +203,7 @@ var LimitHeader = function LimitHeader(_ref2) {
205
203
  'div',
206
204
  { className: 'ResponsibleGamingWidget__limit-header' },
207
205
  title && _react2.default.createElement(
208
- 'div',
206
+ 'h1',
209
207
  { className: 'ResponsibleGamingWidget__limit-header-title' },
210
208
  title
211
209
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-core-components",
3
- "version": "6.3.8-0",
3
+ "version": "6.3.8-1",
4
4
  "description": "tg-core-components",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",