@carbon/ibm-products 2.43.2-canary.319 → 2.43.2-canary.321

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.
@@ -144,7 +144,7 @@ var Guidebanner = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
144
144
  })))))), onClose && /*#__PURE__*/React__default.createElement("span", {
145
145
  className: "".concat(blockClass, "__close-button")
146
146
  }, /*#__PURE__*/React__default.createElement(IconButton, {
147
- align: "bottom-right",
147
+ align: "bottom-end",
148
148
  kind: "ghost",
149
149
  label: closeIconDescription,
150
150
  onClick: onClose,
@@ -146,7 +146,7 @@ exports.Guidebanner = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
146
146
  })))))), onClose && /*#__PURE__*/React.createElement("span", {
147
147
  className: "".concat(blockClass, "__close-button")
148
148
  }, /*#__PURE__*/React.createElement(react.IconButton, {
149
- align: "bottom-right",
149
+ align: "bottom-end",
150
150
  kind: "ghost",
151
151
  label: closeIconDescription,
152
152
  onClick: onClose,
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.43.2-canary.319+bc3fa6688",
4
+ "version": "2.43.2-canary.321+5b13b372e",
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": "bc3fa6688aba9d9822c8a5e85e924e94aab7b847"
123
+ "gitHead": "5b13b372e434ac20fb3dff16b40f60905ef7e961"
124
124
  }