@opentiny/vue-divider 2.13.0 → 2.15.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
@@ -63,7 +63,7 @@ var Divider = defineComponent({
63
63
  });
64
64
  }
65
65
  });
66
- var version = "2.13.0";
66
+ var version = "2.15.0";
67
67
  Divider.install = function(Vue) {
68
68
  Vue.component(Divider.name, Divider);
69
69
  };
package/lib/pc.js CHANGED
@@ -1,5 +1,6 @@
1
- import { renderless, api } from "@opentiny/vue-renderless/divider/vue";
2
- import { defineComponent, props, setup as _setup } from "@opentiny/vue-common";
1
+ import { renderless, api } from '@opentiny/vue-renderless/divider/vue';
2
+ import { defineComponent, props, setup } from '@opentiny/vue-common';
3
+
3
4
  function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {
4
5
  var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;
5
6
  if (render) {
@@ -76,8 +77,8 @@ var render = function render2() {
76
77
  var staticRenderFns = [];
77
78
  var __vue2_script = defineComponent({
78
79
  props: [].concat(props, ["direction", "color", "borderStyle", "contentPosition", "contentColor", "contentBackgroundColor"]),
79
- setup: function setup(props2, context) {
80
- return _setup({
80
+ setup: function setup$1(props2, context) {
81
+ return setup({
81
82
  props: props2,
82
83
  context,
83
84
  renderless,
@@ -95,6 +96,5 @@ function __vue2_injectStyles(context) {
95
96
  var pc = /* @__PURE__ */ function() {
96
97
  return __component__.exports;
97
98
  }();
98
- export {
99
- pc as default
100
- };
99
+
100
+ export { pc as default };
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@opentiny/vue-divider",
3
- "version": "2.13.0",
3
+ "version": "2.15.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": "~2.13.0",
11
- "@opentiny/vue-renderless": "~3.13.0"
10
+ "@opentiny/vue-common": "~2.15.0",
11
+ "@opentiny/vue-renderless": "~3.15.0",
12
+ "@opentiny/vue-theme": "~3.15.0"
12
13
  },
13
14
  "license": "MIT",
14
15
  "types": "index.d.ts"
@@ -1 +0,0 @@
1
- export {};