pollination-react-io 1.73.1 → 1.73.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 +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -46987,7 +46987,7 @@ var SendGeometry = function (_a) {
|
|
46987
46987
|
id: Action$2.add,
|
46988
46988
|
label: 'Add',
|
46989
46989
|
checked: selOpt === Action$2.add,
|
46990
|
-
icon: React__default["default"].createElement(
|
46990
|
+
icon: React__default["default"].createElement(BuildingAdd$1, { size: 16, color: style && style['color'] }),
|
46991
46991
|
disabled: disabled,
|
46992
46992
|
onSelect: function () {
|
46993
46993
|
setSelOpt(function (state) { return (state === Action$2.add ? undefined : Action$2.add); });
|
@@ -47268,7 +47268,7 @@ var SendResults = function (_a) {
|
|
47268
47268
|
id: Action.add,
|
47269
47269
|
label: 'Add',
|
47270
47270
|
checked: selOpt === Action.add,
|
47271
|
-
icon: React__default["default"].createElement(
|
47271
|
+
icon: React__default["default"].createElement(BuildingAdd$1, { size: 16, color: style && style['color'] }),
|
47272
47272
|
disabled: disabled,
|
47273
47273
|
onSelect: function () {
|
47274
47274
|
setSelOpt(function (state) { return (state === Action.add ? undefined : Action.add); });
|