bonree-icons 2.0.65 → 2.0.69
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/FormArrow.js +2 -2
- package/LeftApplication.js +1 -1
- package/LeftBusinessExperience.js +2 -2
- package/LeftColumnManage.js +1 -1
- package/LeftDocumentManage.js +1 -1
- package/LeftExperience.js +2 -2
- package/LeftReceiver.js +2 -2
- package/Share.js +2 -2
- package/ShareBig.js +2 -2
- package/TopoWholeOpen.js +2 -2
- package/TopoWholePutaway.js +2 -2
- package/index.js +489 -489
- package/package.json +1 -1
- package/types/index.d.ts +22 -22
- package/types/index.d.ts.map +1 -1
package/FormArrow.js
CHANGED
|
@@ -27,7 +27,7 @@ return /******/ (() => { // webpackBootstrap
|
|
|
27
27
|
|
|
28
28
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
29
29
|
// Module
|
|
30
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-FormArrow {\r\n font-size:
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-FormArrow {\r\n font-size: 24px;\r\n color: #888888;\r\n font-style: normal;\r\n line-height: 0;\r\n display: inline-block;\r\n text-align: center;\r\n text-transform: none;\r\n vertical-align: middle;\r\n text-rendering: optimizeLegibility;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n}\r\n\r\n.bonree-icons-button-FormArrow:hover {\r\n cursor: pointer;\r\n background-color: rgba(0, 204, 217, 0.1);\r\n color: #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-FormArrow {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-FormArrow:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-FormArrow:active {\r\n border: 1px solid #00ccd9;\r\n box-shadow: 0 0 0 3px rgba(0, 204, 217, 0.1);\r\n}\r\n\r\n.bonree-icons-border-disabled-FormArrow {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-disabled-FormArrow:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-disabled-FormArrow:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-FormArrow {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-FormArrow:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-FormArrow:active {\r\n box-shadow: none;\r\n}", ""]);
|
|
31
31
|
// Exports
|
|
32
32
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
33
33
|
|
|
@@ -730,7 +730,7 @@ var FormArrow_FormArrow = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-FormArrow ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-FormArrow ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, { children: (0,jsx_runtime.jsx)("path", { d: "m7.941.106.083.07 3.5 3.5a.6.6 0 0 1 .07.765l-.07.083-3.5 3.5a.6.6 0 0 1-.918-.765l.07-.083 2.476-2.477L.6 4.7a.6.6 0 0 1-.097-1.192L.6 3.5l9.05-.001-2.474-2.475a.6.6 0 0 1-.07-.765l.07-.083a.6.6 0 0 1 .765-.07Z", transform: "translate(6.3 7.9)" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_FormArrow_0 = (FormArrow_FormArrow);
|
|
736
736
|
|
package/LeftApplication.js
CHANGED
|
@@ -730,7 +730,7 @@ var LeftApplication_LeftApplication = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftApplication ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsx)("path", { d: "
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftApplication ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsx)("path", { d: "M8 .5a1.75 1.75 0 0 1 1.741 1.928l3.638 2.1a1.5 1.5 0 0 1 .743 1.154l.007.145v4.29a1.75 1.75 0 1 1-1.781 2.95L8.75 15.144a1.5 1.5 0 0 1-1.358.073l-.142-.073-3.598-2.077a1.75 1.75 0 1 1-1.782-2.95v-4.29c0-.487.237-.94.629-1.22l.122-.079 3.638-2.1A1.75 1.75 0 0 1 8 .5Zm2.144 9.839-1.644.95a1 1 0 0 1-1 0l-1.624-.938-1.651 1.101c.008.05.015.102.02.154l.005.144c0 .163-.022.32-.064.47l3.564 2.058a.5.5 0 0 0 .42.038l.08-.038 3.564-2.058a1.752 1.752 0 0 1-.037-.78l-1.633-1.101ZM2.5 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm11 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM6.647 3.36 3.12 5.393a.5.5 0 0 0-.242.345l-.008.088v4.212c.352.076.665.259.903.512l1.563-1.042-.002-.048V7.54a1 1 0 0 1 .5-.866L7.5 5.71h.001V3.928a1.752 1.752 0 0 1-.854-.569Zm2.706 0a1.752 1.752 0 0 1-.852.567L8.5 5.712l1.665.96a1 1 0 0 1 .493.749l.007.118v1.944l1.568 1.06c.237-.25.547-.428.896-.504V5.827a.5.5 0 0 0-.178-.382l-.072-.05ZM8 6.576l-1.665.962V9.46L8 10.423l1.665-.962V7.54L8 6.577ZM8 1.5A.75.75 0 1 0 8 3a.75.75 0 0 0 0-1.5Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_LeftApplication_0 = (LeftApplication_LeftApplication);
|
|
736
736
|
|
|
@@ -263,7 +263,7 @@ var __webpack_unused_export__;
|
|
|
263
263
|
* LICENSE file in the root directory of this source tree.
|
|
264
264
|
*/
|
|
265
265
|
__webpack_require__(27418);var f=__webpack_require__(8156),g=60103;__webpack_unused_export__=60107;if("function"===typeof Symbol&&Symbol.for){var h=Symbol.for;g=h("react.element");__webpack_unused_export__=h("react.fragment")}var m=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,n=Object.prototype.hasOwnProperty,p={key:!0,ref:!0,__self:!0,__source:!0};
|
|
266
|
-
function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;
|
|
266
|
+
function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;exports.jsxs=q;
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
/***/ }),
|
|
@@ -730,7 +730,7 @@ var LeftBusinessExperience_LeftBusinessExperience = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftBusinessExperience ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsx)("path", { d: "
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftBusinessExperience ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "M.558 8.195a.567.567 0 0 0 .56-.573V5.329a.568.568 0 0 0-.56-.572.567.567 0 0 0-.558.572v2.293c0 .344.223.573.558.573Zm3.296 0a.567.567 0 0 0 .559-.573V3.667a.568.568 0 0 0-.56-.572.567.567 0 0 0-.557.572v3.955c.055.344.279.573.558.573Zm3.798 0a.567.567 0 0 0 .559-.573V2.406a.568.568 0 0 0-.559-.573.567.567 0 0 0-.559.573v5.216c0 .344.224.573.56.573Zm3.463 0a.508.508 0 0 0 .503-.516V.516A.507.507 0 0 0 11.115 0a.508.508 0 0 0-.502.516V7.68c0 .287.223.516.502.516Z", transform: "translate(2.583 6.397)" }, void 0), (0,jsx_runtime.jsx)("path", { d: "M14.29 1.64a.3.3 0 0 1 0 .117l-.597 2.987a.3.3 0 0 1-.506.153l-.879-.879-3.593 3.04a.5.5 0 0 1-.598.035l-.074-.06-1.42-1.385L2.24 9.262a.5.5 0 0 1-.64-.004l-.064-.064a.5.5 0 0 1 .004-.64l.064-.064 4.73-3.898a.5.5 0 0 1 .593-.031L7 4.62 8.416 6l3.182-2.692-.8-.8a.3.3 0 0 1 .153-.506l2.986-.598a.3.3 0 0 1 .353.236Z" }, void 0)] }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_LeftBusinessExperience_0 = (LeftBusinessExperience_LeftBusinessExperience);
|
|
736
736
|
|
package/LeftColumnManage.js
CHANGED
|
@@ -730,7 +730,7 @@ var LeftColumnManage_LeftColumnManage = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftColumnManage ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftColumnManage ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "M11.996 10.5a.5.5 0 0 1 .09.992l-.09.008H4a.5.5 0 0 1-.09-.992L4 10.5h7.996Z" }, void 0), (0,jsx_runtime.jsx)("path", { d: "M5.76 1H2.5A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5V5a1.5 1.5 0 0 0-1.5-1.5H8.24l-1.7-2.125A1 1 0 0 0 5.76 1ZM2.5 2h3.26l1.7 2.125a1 1 0 0 0 .78.375h5.26a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5Z" }, void 0)] }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_LeftColumnManage_0 = (LeftColumnManage_LeftColumnManage);
|
|
736
736
|
|
package/LeftDocumentManage.js
CHANGED
|
@@ -730,7 +730,7 @@ var LeftDocumentManage_LeftDocumentManage = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftDocumentManage ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "M13.315 3.334 8.
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftDocumentManage ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "M13.315 3.334 8.663.321A2 2 0 0 0 7.576 0H1.5A1.5 1.5 0 0 0 0 1.5v11A1.5 1.5 0 0 0 1.5 14h11a1.5 1.5 0 0 0 1.5-1.5V4.593a1.5 1.5 0 0 0-.685-1.259ZM1.5 1h6.372l4.9 3.174a.5.5 0 0 1 .228.42V12.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5Z", transform: "translate(1 1)" }, void 0), (0,jsx_runtime.jsx)("path", { d: "M6 6.5a.5.5 0 0 1 .09.992L6 7.5H3a.5.5 0 0 1-.09-.992L3 6.5h3Zm5 3a.5.5 0 0 1 .09.992L11 10.5H3a.5.5 0 0 1-.09-.992L3 9.5h8ZM8 .32a.5.5 0 0 1 .492.41L8.5.82v3.202a.5.5 0 0 0 .41.492l.09.008h4.5a.5.5 0 0 1 .09.992l-.09.008H9a1.5 1.5 0 0 1-1.493-1.356L7.5 4.022V.82a.5.5 0 0 1 .5-.5Z", transform: "translate(1 1)" }, void 0)] }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_LeftDocumentManage_0 = (LeftDocumentManage_LeftDocumentManage);
|
|
736
736
|
|
package/LeftExperience.js
CHANGED
|
@@ -263,7 +263,7 @@ var __webpack_unused_export__;
|
|
|
263
263
|
* LICENSE file in the root directory of this source tree.
|
|
264
264
|
*/
|
|
265
265
|
__webpack_require__(27418);var f=__webpack_require__(8156),g=60103;__webpack_unused_export__=60107;if("function"===typeof Symbol&&Symbol.for){var h=Symbol.for;g=h("react.element");__webpack_unused_export__=h("react.fragment")}var m=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,n=Object.prototype.hasOwnProperty,p={key:!0,ref:!0,__self:!0,__source:!0};
|
|
266
|
-
function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;
|
|
266
|
+
function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;exports.jsxs=q;
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
/***/ }),
|
|
@@ -730,7 +730,7 @@ var LeftExperience_LeftExperience = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftExperience ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsx)("path", { d: "M10.
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftExperience ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "M7 1.5a3.5 3.5 0 0 1 0 7l.131-.004-.04.004h-.182A4.41 4.41 0 0 0 2.5 12.91c0 .301.19.538.421.583L3 13.5h5a.5.5 0 0 1 .09.992L8 14.5H3c-.839 0-1.5-.722-1.5-1.59a5.411 5.411 0 0 1 3.477-5.055A3.5 3.5 0 0 1 7 1.5Zm0 1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Z" }, void 0), (0,jsx_runtime.jsx)("path", { d: "M10.103 8.78c.368 0 .726.095 1.045.275l.064.037.01.006.006-.004a2.13 2.13 0 0 1 .956-.3l.074-.003h.073c.559 0 1.088.213 1.484.6a2.044 2.044 0 0 1 .033 2.9l-1.951 1.928a.961.961 0 0 1-.687.281.97.97 0 0 1-.652-.248l-.09-.087-1.848-1.827a2.033 2.033 0 0 1-.62-1.46 2.082 2.082 0 0 1 .618-1.486 2.096 2.096 0 0 1 1.485-.612Zm-.001 1.072a1.023 1.023 0 0 0-1.028 1.026c0 .124.025.248.075.368a.947.947 0 0 0 .189.293l.036.037 1.836 1.814 1.878-1.856a.924.924 0 0 0 .176-.247l.022-.047a.968.968 0 0 0-.22-1.081 1.04 1.04 0 0 0-.683-.295l-.049-.002-.041.001-.04.002-.054.005a1.05 1.05 0 0 0-.362.11l-.044.025-.579.359-.56-.356-.034-.02-.047-.025a1.052 1.052 0 0 0-.416-.11h-.054l-.001-.001Z" }, void 0)] }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_LeftExperience_0 = (LeftExperience_LeftExperience);
|
|
736
736
|
|
package/LeftReceiver.js
CHANGED
|
@@ -263,7 +263,7 @@ var __webpack_unused_export__;
|
|
|
263
263
|
* LICENSE file in the root directory of this source tree.
|
|
264
264
|
*/
|
|
265
265
|
__webpack_require__(27418);var f=__webpack_require__(8156),g=60103;__webpack_unused_export__=60107;if("function"===typeof Symbol&&Symbol.for){var h=Symbol.for;g=h("react.element");__webpack_unused_export__=h("react.fragment")}var m=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,n=Object.prototype.hasOwnProperty,p={key:!0,ref:!0,__self:!0,__source:!0};
|
|
266
|
-
function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;
|
|
266
|
+
function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;__webpack_unused_export__=q;
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
/***/ }),
|
|
@@ -730,7 +730,7 @@ var LeftReceiver_LeftReceiver = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftReceiver ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftReceiver ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsx)("path", { d: "M14.498 11.934a.5.5 0 1 1 0 1h-3.285l1.268 1.267a.5.5 0 1 1-.707.707l-2.08-2.08a.5.5 0 0 1 .254-.892l.028-.002h4.522ZM7 1.5a3.5 3.5 0 0 1 0 7l.131-.004-.04.004h-.182A4.41 4.41 0 0 0 2.5 12.91c0 .301.19.538.421.583L3 13.5h5a.5.5 0 0 1 .09.992L8 14.5H3c-.839 0-1.5-.722-1.5-1.59a5.411 5.411 0 0 1 3.477-5.055A3.5 3.5 0 0 1 7 1.5Zm5.725 6.601h.001l2.08 2.08a.5.5 0 0 1-.254.893l-.029.001-.01.001H10a.5.5 0 0 1 0-1h3.286L12.018 8.81a.5.5 0 0 1 .707-.708ZM7 2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_LeftReceiver_0 = (LeftReceiver_LeftReceiver);
|
|
736
736
|
|
package/Share.js
CHANGED
|
@@ -27,7 +27,7 @@ return /******/ (() => { // webpackBootstrap
|
|
|
27
27
|
|
|
28
28
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
29
29
|
// Module
|
|
30
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-Share {\r\n font-size: 24px;\r\n color: #
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-Share {\r\n font-size: 24px;\r\n color: #979797;\r\n font-style: normal;\r\n line-height: 0;\r\n display: inline-block;\r\n text-align: center;\r\n text-transform: none;\r\n vertical-align: middle;\r\n text-rendering: optimizeLegibility;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n}\r\n\r\n.bonree-icons-button-Share:hover {\r\n cursor: pointer;\r\n background-color: rgba(0, 204, 217, 0.1);\r\n color: #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-Share {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-Share:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-Share:active {\r\n border: 1px solid #00ccd9;\r\n box-shadow: 0 0 0 3px rgba(0, 204, 217, 0.1);\r\n}\r\n\r\n.bonree-icons-border-disabled-Share {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-disabled-Share:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-disabled-Share:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-Share {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-Share:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-Share:active {\r\n box-shadow: none;\r\n}", ""]);
|
|
31
31
|
// Exports
|
|
32
32
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
33
33
|
|
|
@@ -730,7 +730,7 @@ var Share_Share = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Share ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, { children: (0,jsx_runtime.jsx)("path", { d: "M15.5
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Share ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, { children: (0,jsx_runtime.jsx)("path", { d: "M15.5 4.5a2.5 2.5 0 1 1-1.745 4.29l-3.99 2.542a2.99 2.99 0 0 1 .148 1.888l5.507 2.393a2.5 2.5 0 1 1-.377.926l-5.529-2.401a3 3 0 1 1-.288-3.649l3.966-2.527A2.5 2.5 0 0 1 15.5 4.5Zm2 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM7 10.5a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm8.5-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_Share_0 = (Share_Share);
|
|
736
736
|
|
package/ShareBig.js
CHANGED
|
@@ -27,7 +27,7 @@ return /******/ (() => { // webpackBootstrap
|
|
|
27
27
|
|
|
28
28
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
29
29
|
// Module
|
|
30
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-ShareBig {\r\n font-size: 32px;\r\n color: #
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-ShareBig {\r\n font-size: 32px;\r\n color: #979797;\r\n font-style: normal;\r\n line-height: 0;\r\n display: inline-block;\r\n text-align: center;\r\n text-transform: none;\r\n vertical-align: middle;\r\n text-rendering: optimizeLegibility;\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n}\r\n\r\n.bonree-icons-button-ShareBig:hover {\r\n cursor: pointer;\r\n background-color: rgba(0, 204, 217, 0.1);\r\n color: #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-ShareBig {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-ShareBig:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-ShareBig:active {\r\n border: 1px solid #00ccd9;\r\n box-shadow: 0 0 0 3px rgba(0, 204, 217, 0.1);\r\n}\r\n\r\n.bonree-icons-border-disabled-ShareBig {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-disabled-ShareBig:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-disabled-ShareBig:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-ShareBig {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-ShareBig:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-ShareBig:active {\r\n box-shadow: none;\r\n}", ""]);
|
|
31
31
|
// Exports
|
|
32
32
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
33
33
|
|
|
@@ -730,7 +730,7 @@ var ShareBig_ShareBig = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-ShareBig ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 32 32" }, { children: (0,jsx_runtime.jsx)("path", { d: "M19.5 8.5a2.5 2.5 0 1 1-1.
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-ShareBig ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 32 32" }, { children: (0,jsx_runtime.jsx)("path", { d: "M19.5 8.5a2.5 2.5 0 1 1-1.745 4.29l-3.99 2.542a2.99 2.99 0 0 1 .148 1.888l5.507 2.393a2.5 2.5 0 1 1-.377.926l-5.529-2.401a3 3 0 1 1-.288-3.649l3.966-2.527A2.5 2.5 0 0 1 19.5 8.5Zm2 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm-10.5-5a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm8.5-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_ShareBig_0 = (ShareBig_ShareBig);
|
|
736
736
|
|
package/TopoWholeOpen.js
CHANGED
|
@@ -263,7 +263,7 @@ var __webpack_unused_export__;
|
|
|
263
263
|
* LICENSE file in the root directory of this source tree.
|
|
264
264
|
*/
|
|
265
265
|
__webpack_require__(27418);var f=__webpack_require__(8156),g=60103;__webpack_unused_export__=60107;if("function"===typeof Symbol&&Symbol.for){var h=Symbol.for;g=h("react.element");__webpack_unused_export__=h("react.fragment")}var m=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,n=Object.prototype.hasOwnProperty,p={key:!0,ref:!0,__self:!0,__source:!0};
|
|
266
|
-
function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;
|
|
266
|
+
function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;exports.jsxs=q;
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
/***/ }),
|
|
@@ -730,7 +730,7 @@ var TopoWholeOpen_TopoWholeOpen = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-TopoWholeOpen ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, { children: (0,jsx_runtime.jsx)("path", { d: "
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-TopoWholeOpen ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, { children: (0,jsx_runtime.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "M14.52 4.255a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h9Zm0 1h-9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1Zm-4.17 7.472a.5.5 0 0 0 .047-.047l2.398-2.74a.5.5 0 0 0-.376-.83H7.623a.5.5 0 0 0-.376.83l2.398 2.74a.5.5 0 0 0 .705.047Z", transform: "translate(3.74 3.5)" }, void 0), (0,jsx_runtime.jsx)("path", { d: "M11 0a2 2 0 0 1 1.995 1.85L13 2v.995a.5.5 0 0 1-.992.09L12 2.995V2a1 1 0 0 0-.883-.993L11 1H2a1 1 0 0 0-.993.883L1 2v9a1 1 0 0 0 1 1 .5.5 0 1 1 0 1 2 2 0 0 1-1.995-1.85L0 11V2A2 2 0 0 1 1.85.005L2 0h9Z", transform: "translate(3.74 3.5)" }, void 0)] }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_TopoWholeOpen_0 = (TopoWholeOpen_TopoWholeOpen);
|
|
736
736
|
|
package/TopoWholePutaway.js
CHANGED
|
@@ -263,7 +263,7 @@ var __webpack_unused_export__;
|
|
|
263
263
|
* LICENSE file in the root directory of this source tree.
|
|
264
264
|
*/
|
|
265
265
|
__webpack_require__(27418);var f=__webpack_require__(8156),g=60103;__webpack_unused_export__=60107;if("function"===typeof Symbol&&Symbol.for){var h=Symbol.for;g=h("react.element");__webpack_unused_export__=h("react.fragment")}var m=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,n=Object.prototype.hasOwnProperty,p={key:!0,ref:!0,__self:!0,__source:!0};
|
|
266
|
-
function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;
|
|
266
|
+
function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;exports.jsxs=q;
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
/***/ }),
|
|
@@ -730,7 +730,7 @@ var TopoWholePutaway_TopoWholePutaway = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-TopoWholePutaway ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, { children: (0,jsx_runtime.jsx)("path", { d: "
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-TopoWholePutaway ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, { children: (0,jsx_runtime.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "M14.52 4.255a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h9Zm0 1h-9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1Zm-4.17 3.528a.5.5 0 0 1 .047.047l2.398 2.74a.5.5 0 0 1-.376.83H7.623a.5.5 0 0 1-.376-.83l2.398-2.74a.5.5 0 0 1 .705-.047Z", transform: "translate(3.74 3.5)" }, void 0), (0,jsx_runtime.jsx)("path", { d: "M11 0a2 2 0 0 1 1.995 1.85L13 2v.995a.5.5 0 0 1-.992.09L12 2.995V2a1 1 0 0 0-.883-.993L11 1H2a1 1 0 0 0-.993.883L1 2v9a1 1 0 0 0 1 1 .5.5 0 1 1 0 1 2 2 0 0 1-1.995-1.85L0 11V2A2 2 0 0 1 1.85.005L2 0h9Z", transform: "translate(3.74 3.5)" }, void 0)] }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_TopoWholePutaway_0 = (TopoWholePutaway_TopoWholePutaway);
|
|
736
736
|
|