@redsift/design-system 10.2.0-muiv5-alpha.3 → 10.2.0-muiv5-alpha.5

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.
package/index.js CHANGED
@@ -10804,7 +10804,8 @@ const Pill = /*#__PURE__*/forwardRef((props, ref) => {
10804
10804
  color: "grey"
10805
10805
  }, rightButton, {
10806
10806
  onClick: onRightButtonClick,
10807
- className: "right clear"
10807
+ className: "right clear",
10808
+ type: "button"
10808
10809
  }), /*#__PURE__*/React__default.createElement(Icon, {
10809
10810
  icon: mdiClose
10810
10811
  })) : null);