bonree-icons 2.0.38 → 2.0.42
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/LeftColumn.js +1 -1
- package/LeftColumnManage.js +743 -0
- package/LeftDocument.js +1 -1
- package/LeftDocumentManage.js +743 -0
- package/TipsClose.js +743 -0
- package/index.js +702 -324
- package/package.json +1 -1
- package/types/LeftColumnManage.d.ts +13 -0
- package/types/LeftColumnManage.d.ts.map +1 -0
- package/types/LeftDocumentManage.d.ts +13 -0
- package/types/LeftDocumentManage.d.ts.map +1 -0
- package/types/TipsClose.d.ts +13 -0
- package/types/TipsClose.d.ts.map +1 -0
- package/types/index.d.ts +10 -4
- package/types/index.d.ts.map +1 -1
package/LeftColumn.js
CHANGED
|
@@ -730,7 +730,7 @@ var LeftColumn_LeftColumn = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-LeftColumn ".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-LeftColumn ".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: "M5.763 1a.5.5 0 0 1 .39.187L7.97 3.452a.1.1 0 0 0 .078.038H13a2 2 0 0 1 2 2V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h2.763Zm-.239 1H3a1 1 0 0 0-.993.883L2 3v10a1 1 0 0 0 .883.993L3 14h10a1 1 0 0 0 .993-.883L14 13V5.49a1 1 0 0 0-.883-.994L13 4.49H8.048a1.1 1.1 0 0 1-.775-.32l-.083-.092L5.524 2Z" }, void 0), (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)] }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_LeftColumn_0 = (LeftColumn_LeftColumn);
|
|
736
736
|
|