bonree-icons 2.0.66 → 2.0.70
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/FormTopoCluster.js +2 -2
- package/FormTopoDB.js +2 -2
- package/FormTopoHttp.js +2 -2
- package/FormTopoNosql.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/index.js +493 -493
- package/package.json +1 -1
- package/types/index.d.ts +26 -26
- 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/FormTopoCluster.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-FormTopoCluster {\r\n font-size:
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-FormTopoCluster {\r\n font-size: 24px;\r\n color: #1CC07C;\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-FormTopoCluster: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-FormTopoCluster {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-FormTopoCluster:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-FormTopoCluster: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-FormTopoCluster {\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-FormTopoCluster: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-FormTopoCluster:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoCluster {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoCluster:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoCluster: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 FormTopoCluster_FormTopoCluster = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-FormTopoCluster ".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-FormTopoCluster ".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: "M8.01 6a2.941 2.941 0 0 1 2.925 2.63l3.646.297a2.234 2.234 0 1 1 1.09 2.708l-3.14 3.554a1.85 1.85 0 1 1-2.754-.469l-1.182-2.897A2.94 2.94 0 1 1 8.01 6Zm2.836 3.72c-.193.704-.64 1.302-1.237 1.689l1.181 2.899a1.874 1.874 0 0 1 .92.156l3.14-3.555a2.22 2.22 0 0 1-.358-.89Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_FormTopoCluster_0 = (FormTopoCluster_FormTopoCluster);
|
|
736
736
|
|
package/FormTopoDB.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-FormTopoDB {\r\n font-size:
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-FormTopoDB {\r\n font-size: 24px;\r\n color: #B5B5B5;\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-FormTopoDB: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-FormTopoDB {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-FormTopoDB:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-FormTopoDB: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-FormTopoDB {\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-FormTopoDB: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-FormTopoDB:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoDB {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoDB:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoDB: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 FormTopoDB_FormTopoDB = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-FormTopoDB ".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-FormTopoDB ".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: "M12.003 5C8.747 5 6.09 5.985 6.09 7.188v1.75c0 1.203 2.657 2.187 5.913 2.187 3.255 0 5.912-.984 5.912-2.188v-1.75C17.915 5.986 15.258 5 12.003 5Zm0 7.438c-3.256 0-5.913-.985-5.913-2.188v2.625c0 1.204 2.657 2.188 5.913 2.188 3.255 0 5.912-.984 5.912-2.188V10.25c0 1.203-2.657 2.188-5.912 2.188Zm0 3.937c-3.256 0-5.913-.985-5.913-2.188v2.626C6.09 18.014 8.747 19 12.003 19c3.255 0 5.912-.985 5.912-2.188v-2.625c0 1.203-2.657 2.188-5.912 2.188Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_FormTopoDB_0 = (FormTopoDB_FormTopoDB);
|
|
736
736
|
|
package/FormTopoHttp.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-FormTopoHttp {\r\n font-size:
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-FormTopoHttp {\r\n font-size: 24px;\r\n color: #B5B5B5;\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-FormTopoHttp: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-FormTopoHttp {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-FormTopoHttp:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-FormTopoHttp: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-FormTopoHttp {\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-FormTopoHttp: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-FormTopoHttp:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoHttp {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoHttp:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoHttp: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 FormTopoHttp_FormTopoHttp = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-FormTopoHttp ".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-FormTopoHttp ".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: "M16.594 10.782C16.155 8.625 14.281 7 12.001 7a4.68 4.68 0 0 0-4.157 2.533A3.73 3.73 0 0 0 4.5 13.252 3.76 3.76 0 0 0 8.25 17h8.126a3.134 3.134 0 0 0 3.125-3.126c0-1.656-1.282-3-2.907-3.092Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_FormTopoHttp_0 = (FormTopoHttp_FormTopoHttp);
|
|
736
736
|
|
package/FormTopoNosql.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-FormTopoNosql {\r\n font-size:
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-FormTopoNosql {\r\n font-size: 24px;\r\n color: #B5B5B5;\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-FormTopoNosql: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-FormTopoNosql {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-FormTopoNosql:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-FormTopoNosql: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-FormTopoNosql {\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-FormTopoNosql: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-FormTopoNosql:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoNosql {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoNosql:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-FormTopoNosql: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 FormTopoNosql_FormTopoNosql = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-FormTopoNosql ".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-FormTopoNosql ".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: "M18.44 14.965c.125.346.017.744-.242.94l-.082.051-5.505 2.89c-.39.205-.832.205-1.222 0l-5.505-2.89c-.317-.166-.462-.61-.323-.991s.509-.555.826-.388l5.505 2.89a.228.228 0 0 0 .216 0l5.505-2.89c.317-.167.687.007.826.388Zm0-3.227c.125.347.017.745-.242.94l-.082.052-5.505 2.89c-.39.205-.832.205-1.222 0l-5.505-2.89c-.317-.167-.462-.61-.323-.992.139-.38.509-.554.826-.388l5.505 2.89a.228.228 0 0 0 .216 0l5.505-2.89c.317-.166.687.007.826.388Zm-5.975-6.592 5.693 2.989a.6.6 0 0 1 0 1.062l-5.693 2.99a1 1 0 0 1-.93 0l-5.693-2.99a.6.6 0 0 1 0-1.062l5.693-2.99a1 1 0 0 1 .93 0Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_FormTopoNosql_0 = (FormTopoNosql_FormTopoNosql);
|
|
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
|
|