@opentiny/vue-divider 3.12.0 → 3.13.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.
package/lib/index.js CHANGED
@@ -16,6 +16,8 @@ import { defineComponent, $prefix, $props, $setup } from "@opentiny/vue-common";
16
16
  import PcTemplate from "./pc.js";
17
17
  import "@opentiny/vue-theme/divider/index.css";
18
18
  var template = function template2(mode) {
19
+ var _process$env;
20
+ typeof process === "object" ? (_process$env = process.env) == null ? void 0 : _process$env.TINY_MODE : null;
19
21
  return PcTemplate;
20
22
  };
21
23
  var $constants = {};
@@ -61,7 +63,7 @@ var Divider = defineComponent({
61
63
  });
62
64
  }
63
65
  });
64
- var version = "3.12.0";
66
+ var version = "3.13.0";
65
67
  Divider.install = function(Vue) {
66
68
  Vue.component(Divider.name, Divider);
67
69
  };
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@opentiny/vue-divider",
3
- "version": "3.12.0",
3
+ "version": "3.13.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentiny/vue-common": "~3.12.0",
11
- "@opentiny/vue-renderless": "~3.12.0"
10
+ "@opentiny/vue-common": "~3.13.0",
11
+ "@opentiny/vue-renderless": "~3.13.0"
12
12
  },
13
13
  "license": "MIT",
14
14
  "types": "index.d.ts"
package/src/pc.vue.d.ts CHANGED
@@ -20,7 +20,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
20
20
  d: (props: any) => void;
21
21
  dp: (props: any) => void;
22
22
  gcls: (key: any) => any;
23
- m: (...cssClasses: any[]) => string;
24
23
  }, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
25
24
  color?: any;
26
25
  tiny_mode?: any;