carbon-react 102.7.3 → 102.7.4

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.
@@ -183,7 +183,8 @@ const SplitButton = ({
183
183
  "aria-expanded": showAdditionalButtons,
184
184
  "aria-label": "Show more",
185
185
  "data-element": "toggle-button",
186
- key: "toggle-button"
186
+ key: "toggle-button",
187
+ type: "button"
187
188
  }, toggleButtonProps()), /*#__PURE__*/_react.default.createElement(_icon.default, {
188
189
  type: "dropdown",
189
190
  bgSize: "extra-small",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "102.7.3",
3
+ "version": "102.7.4",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {