ninemoon-ui 0.1.12 → 0.1.20

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.
@@ -115,6 +115,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
115
115
  msg.content = options.content ?? msg.content;
116
116
  msg.duration = options.duration ?? msg.duration;
117
117
  msg.showClose = options.showClose ?? msg.showClose;
118
+ msg.type = options.type ?? msg.type;
118
119
  resetTimer(msg);
119
120
  return;
120
121
  }
@@ -4,13 +4,19 @@ const _hoisted_1 = ["width"];
4
4
  const _hoisted_2 = { key: 0 };
5
5
  const _hoisted_3 = ["colspan"];
6
6
  const _hoisted_4 = { class: "border-b" };
7
- const _hoisted_5 = { key: 0 };
7
+ const _hoisted_5 = {
8
+ key: 0,
9
+ class: "text-center"
10
+ };
8
11
  const _hoisted_6 = {
9
12
  class: "px-1",
10
13
  for: "checkbox"
11
14
  };
12
15
  const _hoisted_7 = ["checked", "onChange"];
13
- const _hoisted_8 = { key: 1 };
16
+ const _hoisted_8 = {
17
+ key: 1,
18
+ class: "text-center"
19
+ };
14
20
  const _hoisted_9 = {
15
21
  key: 1,
16
22
  class: "border-b"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninemoon-ui",
3
3
  "private": false,
4
- "version": "0.1.12",
4
+ "version": "0.1.20",
5
5
  "author": "zhuboy",
6
6
  "keywords": [
7
7
  "vue3",