bonree-icons 2.0.29 → 2.0.33
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/Abbreviation.js +1 -1
- package/BackgroundTask.js +743 -0
- package/ControlRight.js +2 -2
- package/PyssdbFrame.js +743 -0
- package/Warning.js +1 -1
- package/index.js +575 -323
- package/package.json +1 -1
- package/types/BackgroundTask.d.ts +13 -0
- package/types/BackgroundTask.d.ts.map +1 -0
- package/types/PyssdbFrame.d.ts +13 -0
- package/types/PyssdbFrame.d.ts.map +1 -0
- package/types/index.d.ts +12 -8
- package/types/index.d.ts.map +1 -1
package/Abbreviation.js
CHANGED
|
@@ -730,7 +730,7 @@ var Abbreviation_Abbreviation = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Abbreviation ".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-Abbreviation ".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: "M1.25 12a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm0-6a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm0-6a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z", transform: "translate(10.75 4.75)" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_Abbreviation_0 = (Abbreviation_Abbreviation);
|
|
736
736
|
|