@pixui-dev/pixui-richtext-helper 0.2.16 → 0.2.17

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.
@@ -132,6 +132,7 @@ var mergeStyles = function () {
132
132
  var CLASS_STYLE_MAP = {
133
133
  "ql-direction-rtl": function (old) { return mergeStyles(old, "direction: rtl;"); },
134
134
  "ql-align-right": function (old) { return mergeStyles(old, "text-align: right;"); },
135
+ "ql-align-center": function (old) { return mergeStyles(old, "text-align: center;"); },
135
136
  };
136
137
  // data-list value → 需追加的 class 名
137
138
  var DATA_LIST_CLASS_MAP = {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "0.2.15";
1
+ export declare const LIB_VERSION = "0.2.17";
package/dist/version.js CHANGED
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LIB_VERSION = void 0;
4
4
  /* Auto-generated by scripts/generate-version.js */
5
- exports.LIB_VERSION = "0.2.15";
5
+ exports.LIB_VERSION = "0.2.17";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixui-dev/pixui-richtext-helper",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "pixui richtext helper",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,4 +24,4 @@
24
24
  "dependencies": {
25
25
  "cheerio": "1.0.0-rc.10"
26
26
  }
27
- }
27
+ }