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

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
  }
@@ -126,7 +126,7 @@ var FilterSummary = /*#__PURE__*/React__default.forwardRef(function (_ref, ref)
126
126
  ref: localRef,
127
127
  className: cx([blockClass, className], _defineProperty({}, "".concat(blockClass, "__expanded"), multiline))
128
128
  }), /*#__PURE__*/React__default.createElement(AnimatePresence, {
129
- exitBeforeEnter: true
129
+ mode: "wait"
130
130
  }, !multiline && renderTagSet('single'), multiline && renderTagSet('multiline')), /*#__PURE__*/React__default.createElement(Button, {
131
131
  kind: "ghost",
132
132
  size: "sm",
@@ -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
  }
@@ -130,7 +130,7 @@ var FilterSummary = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
130
130
  ref: localRef,
131
131
  className: cx([blockClass, className], _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__expanded"), multiline))
132
132
  }), /*#__PURE__*/React.createElement(framerMotion.AnimatePresence, {
133
- exitBeforeEnter: true
133
+ mode: "wait"
134
134
  }, !multiline && renderTagSet('single'), multiline && renderTagSet('multiline')), /*#__PURE__*/React.createElement(react.Button, {
135
135
  kind: "ghost",
136
136
  size: "sm",
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.76+747dca068",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -96,14 +96,14 @@
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",
103
103
  "@dnd-kit/sortable": "^8.0.0",
104
104
  "@dnd-kit/utilities": "^3.2.2",
105
105
  "@ibm/telemetry-js": "^1.5.0",
106
- "framer-motion": "^6.5.1 < 7",
106
+ "framer-motion": "^11.11.17",
107
107
  "immutability-helper": "^3.1.1",
108
108
  "lodash": "^4.17.21",
109
109
  "lottie-web": "^5.12.2",
@@ -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": "747dca068bf010bb389609f41a0ffdf5b470b7e1"
124
124
  }