@opentiny/vue-checkbox
Advanced tools
Comparing version 2.6.1 to 2.6.6
@@ -18,2 +18,7 @@ function _extends() { | ||
import MobileTemplate from "./mobile.js"; | ||
import "@opentiny/vue-renderless/checkbox/vue"; | ||
import "@opentiny/vue-theme/checkbox/index.css"; | ||
import "@opentiny/vue-icon"; | ||
import "../../vueComponentNormalizer-de5b7a1c.mjs"; | ||
import "@opentiny/vue-theme-mobile/checkbox/index.css"; | ||
var template = function template2(mode) { | ||
@@ -20,0 +25,0 @@ if ("mobile" === (process.env.TINY_MODE || mode)) |
@@ -187,7 +187,7 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox/vue"; | ||
} | ||
var mobile = /* @__PURE__ */ function() { | ||
var MobileTemplate = /* @__PURE__ */ function() { | ||
return __component__.exports; | ||
}(); | ||
export { | ||
mobile as default | ||
MobileTemplate as default | ||
}; |
@@ -215,7 +215,7 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox/vue"; | ||
} | ||
var pc = /* @__PURE__ */ function() { | ||
var PcTemplate = /* @__PURE__ */ function() { | ||
return __component__.exports; | ||
}(); | ||
export { | ||
pc as default | ||
PcTemplate as default | ||
}; |
{ | ||
"name": "@opentiny/vue-checkbox", | ||
"version": "2.6.1", | ||
"version": "2.6.6", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.6.1", | ||
"@opentiny/vue-renderless": "~3.6.1" | ||
"@opentiny/vue-common": "~2.6.6", | ||
"@opentiny/vue-renderless": "~3.6.6" | ||
}, | ||
@@ -10,0 +10,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
23167
659