bonree-icons 2.0.48 → 2.0.52
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/Error.js +1 -1
- package/ErrorMessages.js +743 -0
- package/Explain.js +1 -1
- package/ExplainCircle.js +743 -0
- package/Linux.js +743 -0
- package/OtherSystems.js +743 -0
- package/Question.js +1 -1
- package/QuestionCircle.js +743 -0
- package/Success.js +1 -1
- package/Warning.js +1 -1
- package/WindowsLinear.js +743 -0
- package/index.js +1182 -426
- package/package.json +1 -1
- package/types/ErrorMessages.d.ts +13 -0
- package/types/ErrorMessages.d.ts.map +1 -0
- package/types/ExplainCircle.d.ts +13 -0
- package/types/ExplainCircle.d.ts.map +1 -0
- package/types/Linux.d.ts +13 -0
- package/types/Linux.d.ts.map +1 -0
- package/types/OtherSystems.d.ts +13 -0
- package/types/OtherSystems.d.ts.map +1 -0
- package/types/QuestionCircle.d.ts +13 -0
- package/types/QuestionCircle.d.ts.map +1 -0
- package/types/WindowsLinear.d.ts +13 -0
- package/types/WindowsLinear.d.ts.map +1 -0
- package/types/index.d.ts +22 -10
- package/types/index.d.ts.map +1 -1
package/Error.js
CHANGED
|
@@ -730,7 +730,7 @@ var Error_Error = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Error ".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 1ZM5.
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Error ".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 1ZM5.95 5.1a.6.6 0 1 0-.85.85L7.152 8l-2.05 2.05a.6.6 0 1 0 .848.85L8 8.848l2.05 2.05a.6.6 0 1 0 .85-.848L8.848 8l2.05-2.05a.6.6 0 1 0-.848-.85L8 7.152Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_Error_0 = (Error_Error);
|
|
736
736
|
|