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.esm.js +4 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +4 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
@@ -15738,7 +15738,10 @@ var SettingsButton = function (_a) {
|
|
15738
15738
|
? style && style['highlight']
|
15739
15739
|
? "inset 0px 0px 9px 4px ".concat(style['highlight'])
|
15740
15740
|
: 'inset 0px 0px 9px 4px #096dd9'
|
15741
|
-
: undefined }), onClick: function (e) {
|
15741
|
+
: undefined }), onClick: function (e) {
|
15742
|
+
e.stopPropagation();
|
15743
|
+
o.onSelect && o.onSelect(o);
|
15744
|
+
} }, (_a = o.icon) !== null && _a !== void 0 ? _a : o.label);
|
15742
15745
|
}))
|
15743
15746
|
:
|
15744
15747
|
React__default.createElement(Dropdown, { trigger: (React__default.createElement("button", { type: 'button' }, triggerIcon)), optionGroups: options, contentProps: {
|