@jx3box/jx3box-vue3-ui 1.0.9 → 1.1.0

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.
@@ -275,7 +275,7 @@
275
275
 
276
276
  i{
277
277
  color:#fff;
278
- .fz(12px);
278
+ .fz(12px, 1);
279
279
  .db;
280
280
  }
281
281
  }
@@ -44,7 +44,7 @@
44
44
 
45
45
  i {
46
46
  color: #fff;
47
- .fz(12px);
47
+ .fz(12px, 1);
48
48
  .db;
49
49
  }
50
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-vue3-ui",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1275,6 +1275,7 @@
1275
1275
  .c-article-tinymce:not(.c-article-editor) .w-skill-combo-item .u-gcd-icon i {
1276
1276
  color: #fff;
1277
1277
  font-size: 12px;
1278
+ line-height: 1;
1278
1279
  display: block;
1279
1280
  }
1280
1281
  .c-article-tinymce:not(.c-article-editor) .w-skill-combo-item .u-skill-name {
@@ -93,7 +93,7 @@ const { __clients } = JX3BOX;
93
93
 
94
94
  export default {
95
95
  name: "PostHeader",
96
- props: ["post", "stat"],
96
+ props: ["post", "stat", "titleExtra"],
97
97
  data: function () {
98
98
  return {
99
99
  wordCount: 0,