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.
@@ -46961,7 +46961,7 @@ var SendGeometry = function (_a) {
46961
46961
  id: Action$2.add,
46962
46962
  label: 'Add',
46963
46963
  checked: selOpt === Action$2.add,
46964
- icon: React__default.createElement(Building$1, { size: 16, color: style && style['color'] }),
46964
+ icon: React__default.createElement(BuildingAdd$1, { size: 16, color: style && style['color'] }),
46965
46965
  disabled: disabled,
46966
46966
  onSelect: function () {
46967
46967
  setSelOpt(function (state) { return (state === Action$2.add ? undefined : Action$2.add); });
@@ -47064,12 +47064,12 @@ var SendModel = function (_a) {
47064
47064
  };
47065
47065
  }, [disabled, hbjson, key, selOpt, sendHbjson]);
47066
47066
  var helpTextButton = {
47067
- add: "Add model to the ".concat(host, " viewport"),
47068
- preview: "Preview model in the ".concat(host, " viewport"),
47069
- delete: "Delete model from the ".concat(host, " viewport"),
47070
- clear: "Clear model from the ".concat(host, " viewport"),
47071
- replace: "Replace model from the ".concat(host, " viewport"),
47072
- 'subscribe-preview': "Render model in the ".concat(host, " viewport"),
47067
+ add: "Add the model to the ".concat(host, " viewport"),
47068
+ preview: "Preview the model in the ".concat(host, " viewport"),
47069
+ delete: "Delete the model from the ".concat(host, " viewport"),
47070
+ clear: "Clear the model from the ".concat(host, " viewport"),
47071
+ replace: "Replace the model in the ".concat(host, " viewport"),
47072
+ 'subscribe-preview': "Render the model in the ".concat(host, " viewport"),
47073
47073
  };
47074
47074
  return (React__default.createElement(SettingsButton, { style: style, disabled: disabled, onClick: function (e) {
47075
47075
  e.stopPropagation();
@@ -47242,7 +47242,7 @@ var SendResults = function (_a) {
47242
47242
  id: Action.add,
47243
47243
  label: 'Add',
47244
47244
  checked: selOpt === Action.add,
47245
- icon: React__default.createElement(Building$1, { size: 16, color: style && style['color'] }),
47245
+ icon: React__default.createElement(BuildingAdd$1, { size: 16, color: style && style['color'] }),
47246
47246
  disabled: disabled,
47247
47247
  onSelect: function () {
47248
47248
  setSelOpt(function (state) { return (state === Action.add ? undefined : Action.add); });