@carbon/ibm-products 2.54.0-canary.74 → 2.54.0-canary.75

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.
@@ -60,6 +60,7 @@ var CoachmarkOverlay = /*#__PURE__*/forwardRef(function (_ref, ref) {
60
60
  var handleKeyPress = function handleKeyPress(event) {
61
61
  var shiftKey = event.shiftKey,
62
62
  key = event.key;
63
+ /* istanbul ignore next */
63
64
  if (key === 'Enter' || key === ' ') {
64
65
  setA11yDragMode(function (prevVal) {
65
66
  return !prevVal;
@@ -103,6 +104,8 @@ var CoachmarkOverlay = /*#__PURE__*/forwardRef(function (_ref, ref) {
103
104
  }
104
105
  return style;
105
106
  }, [isBeacon, isDraggable, coachmark, kind]);
107
+
108
+ /* istanbul ignore next */
106
109
  function handleDragBounds(x, y) {
107
110
  var xRes = x;
108
111
  var yRes = y;
@@ -191,6 +194,7 @@ var useWindowDimensions = function useWindowDimensions() {
191
194
  windowDimensions = _useState4[0],
192
195
  setWindowDimensions = _useState4[1];
193
196
  useEffect(function () {
197
+ /* istanbul ignore next */
194
198
  function handleResize() {
195
199
  setWindowDimensions(getWindowDimensions());
196
200
  }
@@ -62,6 +62,7 @@ exports.CoachmarkOverlay = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
62
62
  var handleKeyPress = function handleKeyPress(event) {
63
63
  var shiftKey = event.shiftKey,
64
64
  key = event.key;
65
+ /* istanbul ignore next */
65
66
  if (key === 'Enter' || key === ' ') {
66
67
  setA11yDragMode(function (prevVal) {
67
68
  return !prevVal;
@@ -105,6 +106,8 @@ exports.CoachmarkOverlay = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
105
106
  }
106
107
  return style;
107
108
  }, [isBeacon, isDraggable, coachmark, kind]);
109
+
110
+ /* istanbul ignore next */
108
111
  function handleDragBounds(x, y) {
109
112
  var xRes = x;
110
113
  var yRes = y;
@@ -193,6 +196,7 @@ var useWindowDimensions = function useWindowDimensions() {
193
196
  windowDimensions = _useState4[0],
194
197
  setWindowDimensions = _useState4[1];
195
198
  React.useEffect(function () {
199
+ /* istanbul ignore next */
196
200
  function handleResize() {
197
201
  setWindowDimensions(getWindowDimensions());
198
202
  }
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.54.0-canary.74+26394dd2b",
4
+ "version": "2.54.0-canary.75+1174a168a",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -96,7 +96,7 @@
96
96
  "dependencies": {
97
97
  "@babel/runtime": "^7.23.9",
98
98
  "@carbon/feature-flags": "^0.24.0",
99
- "@carbon/ibm-products-styles": "^2.50.0-canary.74+26394dd2b",
99
+ "@carbon/ibm-products-styles": "^2.52.0-rc.0",
100
100
  "@carbon/telemetry": "^0.1.0",
101
101
  "@dnd-kit/core": "^6.0.8",
102
102
  "@dnd-kit/modifiers": "^7.0.0",
@@ -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": "26394dd2b740f19306e8fbbbd6c2195fc5a3bbed"
123
+ "gitHead": "1174a168ab90cbb8c76048e88b77a54093a34ffb"
124
124
  }