@carbon/ibm-products 2.43.2-canary.318 → 2.43.2-canary.319
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.
@@ -127,8 +127,8 @@ var InterstitialScreen = /*#__PURE__*/React__default.forwardRef(function (_ref,
|
|
127
127
|
onClose();
|
128
128
|
}, [onClose]);
|
129
129
|
var scrollBodyToTop = function scrollBodyToTop() {
|
130
|
-
var _bodyScrollRef$curren;
|
131
|
-
(_bodyScrollRef$curren = bodyScrollRef.current) === null || _bodyScrollRef$curren === void 0 || _bodyScrollRef$curren.scroll({
|
130
|
+
var _bodyScrollRef$curren, _bodyScrollRef$curren2;
|
131
|
+
(_bodyScrollRef$curren = bodyScrollRef.current) === null || _bodyScrollRef$curren === void 0 || (_bodyScrollRef$curren2 = _bodyScrollRef$curren.scroll) === null || _bodyScrollRef$curren2 === void 0 || _bodyScrollRef$curren2.call(_bodyScrollRef$curren, {
|
132
132
|
top: 0,
|
133
133
|
behavior: 'smooth'
|
134
134
|
});
|
@@ -129,8 +129,8 @@ exports.InterstitialScreen = /*#__PURE__*/React.forwardRef(function (_ref, ref)
|
|
129
129
|
onClose();
|
130
130
|
}, [onClose]);
|
131
131
|
var scrollBodyToTop = function scrollBodyToTop() {
|
132
|
-
var _bodyScrollRef$curren;
|
133
|
-
(_bodyScrollRef$curren = bodyScrollRef.current) === null || _bodyScrollRef$curren === void 0 || _bodyScrollRef$curren.scroll({
|
132
|
+
var _bodyScrollRef$curren, _bodyScrollRef$curren2;
|
133
|
+
(_bodyScrollRef$curren = bodyScrollRef.current) === null || _bodyScrollRef$curren === void 0 || (_bodyScrollRef$curren2 = _bodyScrollRef$curren.scroll) === null || _bodyScrollRef$curren2 === void 0 || _bodyScrollRef$curren2.call(_bodyScrollRef$curren, {
|
134
134
|
top: 0,
|
135
135
|
behavior: 'smooth'
|
136
136
|
});
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@carbon/ibm-products",
|
3
3
|
"description": "Carbon for IBM Products",
|
4
|
-
"version": "2.43.2-canary.
|
4
|
+
"version": "2.43.2-canary.319+bc3fa6688",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -120,5 +120,5 @@
|
|
120
120
|
"react": "^16.8.6 || ^17.0.1 || ^18.2.0",
|
121
121
|
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
|
122
122
|
},
|
123
|
-
"gitHead": "
|
123
|
+
"gitHead": "bc3fa6688aba9d9822c8a5e85e924e94aab7b847"
|
124
124
|
}
|