@carbon/ibm-products 2.54.0-canary.69 → 2.54.0-canary.70

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.
@@ -48,7 +48,7 @@ var HTTPError403 = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
48
48
  /**@ts-ignore*/
49
49
  HTTPError403.deprecated = {
50
50
  level: 'warn',
51
- details: "Please replace ".concat(componentName, " with FullPageError")
51
+ details: "".concat(componentName, " is deprecated. Please migrate to FullPageError by running npx @carbon/upgrade migrate ibm-products-update-http-errors --write")
52
52
  };
53
53
 
54
54
  // Return a placeholder if not released and not enabled by feature flag
@@ -48,7 +48,7 @@ var HTTPError404 = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
48
48
  /**@ts-ignore*/
49
49
  HTTPError404.deprecated = {
50
50
  level: 'warn',
51
- details: "Please replace ".concat(componentName, " with FullPageError")
51
+ details: "".concat(componentName, " is deprecated. Please migrate to FullPageError by running npx @carbon/upgrade migrate ibm-products-update-http-errors --write")
52
52
  };
53
53
 
54
54
  // Return a placeholder if not released and not enabled by feature flag
@@ -48,7 +48,7 @@ var HTTPErrorOther = /*#__PURE__*/React__default.forwardRef(function (_ref, ref)
48
48
  /**@ts-ignore*/
49
49
  HTTPErrorOther.deprecated = {
50
50
  level: 'warn',
51
- details: "Please replace ".concat(componentName, " with FullPageError")
51
+ details: "".concat(componentName, " is deprecated. Please migrate to FullPageError by running npx @carbon/upgrade migrate ibm-products-update-http-errors --write")
52
52
  };
53
53
 
54
54
  // Return a placeholder if not released and not enabled by feature flag
@@ -50,7 +50,7 @@ exports.HTTPError403 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
50
50
  /**@ts-ignore*/
51
51
  exports.HTTPError403.deprecated = {
52
52
  level: 'warn',
53
- details: "Please replace ".concat(componentName, " with FullPageError")
53
+ details: "".concat(componentName, " is deprecated. Please migrate to FullPageError by running npx @carbon/upgrade migrate ibm-products-update-http-errors --write")
54
54
  };
55
55
 
56
56
  // Return a placeholder if not released and not enabled by feature flag
@@ -50,7 +50,7 @@ exports.HTTPError404 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
50
50
  /**@ts-ignore*/
51
51
  exports.HTTPError404.deprecated = {
52
52
  level: 'warn',
53
- details: "Please replace ".concat(componentName, " with FullPageError")
53
+ details: "".concat(componentName, " is deprecated. Please migrate to FullPageError by running npx @carbon/upgrade migrate ibm-products-update-http-errors --write")
54
54
  };
55
55
 
56
56
  // Return a placeholder if not released and not enabled by feature flag
@@ -50,7 +50,7 @@ exports.HTTPErrorOther = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
50
50
  /**@ts-ignore*/
51
51
  exports.HTTPErrorOther.deprecated = {
52
52
  level: 'warn',
53
- details: "Please replace ".concat(componentName, " with FullPageError")
53
+ details: "".concat(componentName, " is deprecated. Please migrate to FullPageError by running npx @carbon/upgrade migrate ibm-products-update-http-errors --write")
54
54
  };
55
55
 
56
56
  // Return a placeholder if not released and not enabled by feature flag
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.69+dd60a2e0e",
4
+ "version": "2.54.0-canary.70+13e845c84",
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": "dd60a2e0e8551c8c1a4992fec7dc7c7f26ff6d53"
123
+ "gitHead": "13e845c84e1583e4cdc5d037f31a8c3b826fabfc"
124
124
  }