@carbon/ibm-products 2.54.0-canary.76 → 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.
@@ -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, {
@@ -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.76+747dca068",
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",
@@ -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": "747dca068bf010bb389609f41a0ffdf5b470b7e1"
123
+ "gitHead": "83619075773be394ffb9b46fe06dde16defba498"
124
124
  }