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

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",
@@ -184,14 +184,13 @@ var InterstitialScreen = /*#__PURE__*/React__default.forwardRef(function (_ref,
184
184
  className // Apply any supplied class names to the main HTML element.
185
185
  ),
186
186
  size: "lg",
187
- onClose: onClose,
187
+ onClose: handleClose,
188
188
  open: isOpen,
189
189
  ref: _forwardedRef,
190
190
  "aria-label": interstitialAriaLabel
191
191
  }, getDevtoolsProps(componentName)), /*#__PURE__*/React__default.createElement(ModalHeader, {
192
192
  className: cx(headerBlockClass, headerTitle && "".concat(headerBlockClass, "--has-title"), headerClassName),
193
- iconDescription: closeIconDescription,
194
- buttonOnClick: handleClose
193
+ iconDescription: closeIconDescription
195
194
  }, headerTitle && (_h || (_h = /*#__PURE__*/React__default.createElement("h2", null, headerTitle))), !hideProgressIndicator && /*#__PURE__*/React__default.createElement("div", {
196
195
  className: "".concat(blockClass, "--progress")
197
196
  }, /*#__PURE__*/React__default.createElement(ProgressIndicator, {
@@ -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",
@@ -186,14 +186,13 @@ exports.InterstitialScreen = /*#__PURE__*/React.forwardRef(function (_ref, ref)
186
186
  className // Apply any supplied class names to the main HTML element.
187
187
  ),
188
188
  size: "lg",
189
- onClose: onClose,
189
+ onClose: handleClose,
190
190
  open: isOpen,
191
191
  ref: _forwardedRef,
192
192
  "aria-label": interstitialAriaLabel
193
193
  }, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(react.ModalHeader, {
194
194
  className: cx(headerBlockClass, headerTitle && "".concat(headerBlockClass, "--has-title"), headerClassName),
195
- iconDescription: closeIconDescription,
196
- buttonOnClick: handleClose
195
+ iconDescription: closeIconDescription
197
196
  }, headerTitle && (_h || (_h = /*#__PURE__*/React.createElement("h2", null, headerTitle))), !hideProgressIndicator && /*#__PURE__*/React.createElement("div", {
198
197
  className: "".concat(blockClass, "--progress")
199
198
  }, /*#__PURE__*/React.createElement(react.ProgressIndicator, {
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.77+836190757",
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": "83619075773be394ffb9b46fe06dde16defba498"
124
124
  }