bonree-icons 2.0.52 → 2.0.56
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/Explain.js +2 -2
- package/ExplainCircle.js +2 -2
- package/OtherUser.js +1 -1
- package/Question.js +2 -2
- package/QuestionCircle.js +2 -2
- package/Shuttle.js +743 -0
- package/Transfer.js +743 -0
- package/index.js +656 -404
- package/package.json +1 -1
- package/types/Shuttle.d.ts +13 -0
- package/types/Shuttle.d.ts.map +1 -0
- package/types/Transfer.d.ts +13 -0
- package/types/Transfer.d.ts.map +1 -0
- package/types/index.d.ts +10 -6
- package/types/index.d.ts.map +1 -1
package/Explain.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-Explain {\r\n font-size: 16px;\r\n color: #
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-Explain {\r\n font-size: 16px;\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-Explain: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-Explain {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-Explain:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-Explain: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-Explain {\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-Explain: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-Explain:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-Explain {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-Explain:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-Explain: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 Explain_Explain = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Explain ".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 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Explain ".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 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2Zm0 4.4a.6.6 0 0 1 .6.6v4.4a.6.6 0 0 1-1.2 0V7a.6.6 0 0 1 .6-.6ZM8 4a.7.7 0 1 1 0 1.4A.7.7 0 0 1 8 4Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_Explain_0 = (Explain_Explain);
|
|
736
736
|
|
package/ExplainCircle.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-ExplainCircle {\r\n font-size: 16px;\r\n color: #
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-ExplainCircle {\r\n font-size: 16px;\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-ExplainCircle: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-ExplainCircle {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-ExplainCircle:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-ExplainCircle: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-ExplainCircle {\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-ExplainCircle: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-ExplainCircle:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-ExplainCircle {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-ExplainCircle:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-ExplainCircle: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 ExplainCircle_ExplainCircle = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-ExplainCircle ".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 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-ExplainCircle ".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 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 5.4a.6.6 0 0 0-.6.6v4.4a.6.6 0 0 0 1.2 0V7a.6.6 0 0 0-.6-.6ZM8 4a.7.7 0 1 0 0 1.4A.7.7 0 0 0 8 4Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_ExplainCircle_0 = (ExplainCircle_ExplainCircle);
|
|
736
736
|
|
package/OtherUser.js
CHANGED
|
@@ -730,7 +730,7 @@ var OtherUser_OtherUser = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-OtherUser ".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: "M13.
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-OtherUser ".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: "M13.82 3.245a11.605 11.605 0 0 1-5.555-2.3.46.46 0 0 0-.54 0 11.734 11.734 0 0 1-5.55 2.292.458.458 0 0 0-.424.458v3.778a7.655 7.655 0 0 0 6.25 7.67 7.664 7.664 0 0 0 6.248-7.663V3.702a.457.457 0 0 0-.428-.457Zm-5.823 8.164c-1.25 0-2.595-.339-2.595-1.08a2.605 2.605 0 0 1 2.595-2.615h-.006a1.565 1.565 0 0 1 .01-3.124l.007-.009a1.569 1.569 0 0 1 0 3.136 2.61 2.61 0 0 1 2.59 2.615c-.007.738-1.352 1.077-2.6 1.077Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_OtherUser_0 = (OtherUser_OtherUser);
|
|
736
736
|
|
package/Question.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-Question {\r\n font-size: 16px;\r\n color: #
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-Question {\r\n font-size: 16px;\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-Question: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-Question {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-Question:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-Question: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-Question {\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-Question: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-Question:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-Question {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-Question:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-Question: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 Question_Question = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Question ".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 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Question ".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 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2Zm.004 8.6a.7.7 0 1 1 0 1.4.7.7 0 0 1 0-1.4ZM7.984 4C9.317 4 10.4 5.062 10.4 6.368c0 1.042-.816 1.856-1.64 2.185a.443.443 0 0 0-.271.334l-.007.079v.482a.508.508 0 0 1-.97.09l-.026-.088v-.484c0-.594.367-1.102.897-1.317.578-.23 1.02-.756 1.02-1.281 0-.767-.637-1.392-1.42-1.392a1.416 1.416 0 0 0-1.391 1.11l-.047.12A.49.49 0 0 1 5.6 6.02l.008-.088.037-.163A2.412 2.412 0 0 1 7.984 4Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_Question_0 = (Question_Question);
|
|
736
736
|
|
package/QuestionCircle.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-QuestionCircle {\r\n font-size: 16px;\r\n color: #
|
|
30
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".bonree-icons-wrapper-QuestionCircle {\r\n font-size: 16px;\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-QuestionCircle: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-QuestionCircle {\r\n border-radius: 3px;\r\n border: 1px solid #d9d9d9;\r\n}\r\n\r\n.bonree-icons-border-QuestionCircle:hover {\r\n border: 1px solid #00ccd9;\r\n}\r\n\r\n.bonree-icons-border-QuestionCircle: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-QuestionCircle {\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-QuestionCircle: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-QuestionCircle:active {\r\n border: 1px solid #d9d9d9;\r\n box-shadow: none;\r\n}\r\n\r\n.bonree-icons-disabled-QuestionCircle {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-QuestionCircle:hover {\r\n cursor: not-allowed;\r\n color: #B5B5B5;\r\n background-color: #f5f5f5;\r\n}\r\n\r\n.bonree-icons-disabled-QuestionCircle: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 QuestionCircle_QuestionCircle = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-QuestionCircle ".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 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-QuestionCircle ".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 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 9.6A.7.7 0 1 0 8 12a.7.7 0 0 0 0-1.4ZM7.984 4a2.412 2.412 0 0 0-2.339 1.77l-.037.163-.008.088a.49.49 0 0 0 .945.185l.047-.12a1.416 1.416 0 0 1 1.392-1.11c.782 0 1.42.625 1.42 1.392 0 .525-.443 1.051-1.021 1.281a1.42 1.42 0 0 0-.897 1.317v.484l.025.088a.508.508 0 0 0 .971-.09v-.482l.007-.08a.443.443 0 0 1 .27-.333C9.584 8.224 10.4 7.41 10.4 6.368 10.4 5.062 9.317 4 7.984 4Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_QuestionCircle_0 = (QuestionCircle_QuestionCircle);
|
|
736
736
|
|