pixuireactcomponents 1.3.74 → 1.3.75

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixuireactcomponents",
3
- "version": "1.3.74",
3
+ "version": "1.3.75",
4
4
  "description": "pixui react components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,5 +16,5 @@ export declare namespace tools {
16
16
  * @param str
17
17
  * @returns
18
18
  */
19
- const ConvertRichTextToPixuiStyle: (str: string) => string;
19
+ const convertRichTextToPixuiStyle: (str: string) => string;
20
20
  }
@@ -106,7 +106,7 @@ export var tools;
106
106
  * @param str
107
107
  * @returns
108
108
  */
109
- tools.ConvertRichTextToPixuiStyle = function (str) {
109
+ tools.convertRichTextToPixuiStyle = function (str) {
110
110
  var $ = cheerio.load(str, null, false);
111
111
  var _loop_1 = function (i) {
112
112
  var indent = "ql-indent-".concat(i);