@opentiny/vue-modal
Advanced tools
Comparing version 2.6.6 to 2.6.7
@@ -19,8 +19,2 @@ function _extends() { | ||
import MobileTemplate from "./mobile.js"; | ||
import "@opentiny/vue-renderless/modal/vue"; | ||
import "@opentiny/vue-button"; | ||
import "@opentiny/vue-icon"; | ||
import "@opentiny/vue-theme/modal/index.css"; | ||
import "../../vueComponentNormalizer-de5b7a1c.mjs"; | ||
import "@opentiny/vue-theme-mobile/modal/index.css"; | ||
var template = function template2(mode) { | ||
@@ -27,0 +21,0 @@ if ("mobile" === (process.env.TINY_MODE || mode)) |
@@ -162,7 +162,7 @@ import { defineComponent, props, setup as _setup, h } from "@opentiny/vue-common"; | ||
} | ||
var MobileTemplate = /* @__PURE__ */ function() { | ||
var mobile = /* @__PURE__ */ function() { | ||
return __component__.exports; | ||
}(); | ||
export { | ||
MobileTemplate as default | ||
mobile as default | ||
}; |
@@ -181,7 +181,7 @@ import { defineComponent, props, setup as _setup, h } from "@opentiny/vue-common"; | ||
} | ||
var PcTemplate = /* @__PURE__ */ function() { | ||
var pc = /* @__PURE__ */ function() { | ||
return __component__.exports; | ||
}(); | ||
export { | ||
PcTemplate as default | ||
pc as default | ||
}; |
{ | ||
"name": "@opentiny/vue-modal", | ||
"version": "2.6.6", | ||
"version": "2.6.7", | ||
"description": "", | ||
@@ -8,5 +8,5 @@ "main": "./lib/index.js", | ||
"@opentiny/vue-renderless": "~3.6.6", | ||
"@opentiny/vue-common": "~2.6.6", | ||
"@opentiny/vue-button": "~2.6.6", | ||
"@opentiny/vue-locale": "~2.6.6" | ||
"@opentiny/vue-common": "~2.6.7", | ||
"@opentiny/vue-button": "~2.6.7", | ||
"@opentiny/vue-locale": "~2.6.7" | ||
}, | ||
@@ -13,0 +13,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28414
835
Updated@opentiny/vue-button@~2.6.7
Updated@opentiny/vue-common@~2.6.7
Updated@opentiny/vue-locale@~2.6.7