pollination-react-io 1.52.1 → 1.52.2

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/build/index.js CHANGED
@@ -15764,7 +15764,10 @@ var SettingsButton = function (_a) {
15764
15764
  ? style && style['highlight']
15765
15765
  ? "inset 0px 0px 9px 4px ".concat(style['highlight'])
15766
15766
  : 'inset 0px 0px 9px 4px #096dd9'
15767
- : undefined }), onClick: function (e) { return o.onSelect && o.onSelect(o); } }, (_a = o.icon) !== null && _a !== void 0 ? _a : o.label);
15767
+ : undefined }), onClick: function (e) {
15768
+ e.stopPropagation();
15769
+ o.onSelect && o.onSelect(o);
15770
+ } }, (_a = o.icon) !== null && _a !== void 0 ? _a : o.label);
15768
15771
  }))
15769
15772
  :
15770
15773
  React__default["default"].createElement(Dropdown, { trigger: (React__default["default"].createElement("button", { type: 'button' }, triggerIcon)), optionGroups: options, contentProps: {