@carbon/ibm-products 2.54.0-canary.75 → 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.
@@ -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",
@@ -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.75+1174a168a",
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",
@@ -103,7 +103,7 @@
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": "1174a168ab90cbb8c76048e88b77a54093a34ffb"
123
+ "gitHead": "747dca068bf010bb389609f41a0ffdf5b470b7e1"
124
124
  }