pollination-react-io 1.73.1 → 1.73.3
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 +8 -8
- package/build/index.esm.js.map +1 -1
- package/build/index.js +8 -8
- 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); });
|
@@ -47090,12 +47090,12 @@ var SendModel = function (_a) {
|
|
47090
47090
|
};
|
47091
47091
|
}, [disabled, hbjson, key, selOpt, sendHbjson]);
|
47092
47092
|
var helpTextButton = {
|
47093
|
-
add: "Add model to the ".concat(host, " viewport"),
|
47094
|
-
preview: "Preview model in the ".concat(host, " viewport"),
|
47095
|
-
delete: "Delete model from the ".concat(host, " viewport"),
|
47096
|
-
clear: "Clear model from the ".concat(host, " viewport"),
|
47097
|
-
replace: "Replace model
|
47098
|
-
'subscribe-preview': "Render model in the ".concat(host, " viewport"),
|
47093
|
+
add: "Add the model to the ".concat(host, " viewport"),
|
47094
|
+
preview: "Preview the model in the ".concat(host, " viewport"),
|
47095
|
+
delete: "Delete the model from the ".concat(host, " viewport"),
|
47096
|
+
clear: "Clear the model from the ".concat(host, " viewport"),
|
47097
|
+
replace: "Replace the model in the ".concat(host, " viewport"),
|
47098
|
+
'subscribe-preview': "Render the model in the ".concat(host, " viewport"),
|
47099
47099
|
};
|
47100
47100
|
return (React__default["default"].createElement(SettingsButton, { style: style, disabled: disabled, onClick: function (e) {
|
47101
47101
|
e.stopPropagation();
|
@@ -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); });
|