@94ai/nf-toast-demo 1.2.1 → 1.2.3

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.
@@ -10,6 +10,10 @@ const _sfc_main = vueDemi.defineComponent({
10
10
  return "默认提示";
11
11
  }
12
12
  },
13
+ /**
14
+ * 组件类型,主要是背景色的不同
15
+ * @values 'info' | 'error' | 'warning' | 'success'
16
+ */
13
17
  tip: {
14
18
  type: String,
15
19
  "default": function _default2() {
@@ -8,6 +8,10 @@ const _sfc_main = defineComponent({
8
8
  return "默认提示";
9
9
  }
10
10
  },
11
+ /**
12
+ * 组件类型,主要是背景色的不同
13
+ * @values 'info' | 'error' | 'warning' | 'success'
14
+ */
11
15
  tip: {
12
16
  type: String,
13
17
  "default": function _default2() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@94ai/nf-toast-demo",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "toast示例组件",
5
5
  "keywords": [
6
6
  "toast"
@@ -16,7 +16,7 @@
16
16
  "url": "http://94ai.gitlab.com/zoujiahe/common-ui.git"
17
17
  },
18
18
  "dependencies": {
19
- "@94ai/nf-theme-chalk": "^1.2.1",
19
+ "@94ai/nf-theme-chalk": "^1.2.3",
20
20
  "vue-demi": "^0.14.5"
21
21
  },
22
22
  "peerDependenciesMeta": {
@@ -24,14 +24,13 @@
24
24
  "optional": true
25
25
  }
26
26
  },
27
- "main": "lib/nf-toast-demo.cjs.js",
28
- "module": "lib/nf-toast-demo.esm-bundler.js",
29
- "style": "lib/nf-toast-demo.css",
30
- "types": "lib/index.d.ts",
31
27
  "peerDependencies": {
32
28
  "@vue/composition-api": "^1.0.0-rc.1",
33
29
  "element-ui": ">=2.13.2",
34
30
  "vue": "^2.0.0 || >=3.0.0"
35
31
  },
36
- "gitHead": "48d19fb72ffff9289b4e1c8620b4167a67b79d8e"
32
+ "types": "lib/index.d.ts",
33
+ "main": "lib/nf-toast-demo.cjs.js",
34
+ "module": "lib/nf-toast-demo.esm-bundler.js",
35
+ "gitHead": "c271d4ee63bcf09cea8cf275e4e610064c4d084d"
37
36
  }