pollination-react-io 0.0.29 → 0.0.30
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
|
@@ -5188,7 +5188,7 @@ var getAction$1 = function (key) {
|
|
|
5188
5188
|
}
|
|
5189
5189
|
};
|
|
5190
5190
|
var SendGeometry = function (_a) {
|
|
5191
|
-
var geometry = _a.geometry, defaultAction = _a.defaultAction, defaultKey = _a.
|
|
5191
|
+
var geometry = _a.geometry, defaultAction = _a.defaultAction, defaultKey = _a.defaultKey;
|
|
5192
5192
|
var _b = React.useState(defaultAction !== null && defaultAction !== void 0 ? defaultAction : 'preview'), selOpt = _b[0], setSelOpt = _b[1];
|
|
5193
5193
|
var _c = React.useState(defaultKey !== null && defaultKey !== void 0 ? defaultKey : performance.now().toString()), key = _c[0], setKey = _c[1];
|
|
5194
5194
|
var sendGeometry = useSendGeometry().sendGeometry;
|
|
@@ -5297,7 +5297,7 @@ var getAction = function (key) {
|
|
|
5297
5297
|
}
|
|
5298
5298
|
};
|
|
5299
5299
|
var SendModel = function (_a) {
|
|
5300
|
-
var hbjson = _a.hbjson, defaultAction = _a.defaultAction, defaultKey = _a.
|
|
5300
|
+
var hbjson = _a.hbjson, defaultAction = _a.defaultAction, defaultKey = _a.defaultKey;
|
|
5301
5301
|
var _b = React.useState(defaultAction !== null && defaultAction !== void 0 ? defaultAction : 'preview'), selOpt = _b[0], setSelOpt = _b[1];
|
|
5302
5302
|
var _c = React.useState(defaultKey !== null && defaultKey !== void 0 ? defaultKey : performance.now().toString()), key = _c[0], setKey = _c[1];
|
|
5303
5303
|
var _d = useSendHbjson(); _d.host; _d.state; var sendHbjson = _d.sendHbjson;
|