vue-photonkit
Advanced tools
Comparing version 1.2.0 to 1.2.1
/*! | ||
* Vue Photonkit version 1.2.0 | ||
* Vue Photonkit version 1.2.1 | ||
* under MIT License copyright 2017 kaorun343 | ||
@@ -48,3 +48,2 @@ */ | ||
classes: function classes () { | ||
var icon = "icon-" + (this.icon); | ||
return [("icon-" + (this.icon)), { 'icon-text': this.text }] | ||
@@ -103,3 +102,3 @@ } | ||
h('div', { staticClass: 'media-body'}, this.$slots.default) | ||
h('div', { staticClass: 'media-body' }, this.$slots.default) | ||
]) | ||
@@ -209,3 +208,3 @@ }, | ||
staticClass: 'tab-item' | ||
}, [ icon, this.$slots.default ]) | ||
}, [icon, this.$slots.default]) | ||
}, | ||
@@ -269,7 +268,7 @@ methods: { | ||
function install$1(Vue) { | ||
function install (Vue) { | ||
Vue.component('ph-button', Button); | ||
Vue.component('ph-button-group', ButtonGroup); | ||
Vue.component('ph-icon', Icon); | ||
Vue.component('ph-list-group', List); | ||
Vue.component('ph-list-group', ListGroup); | ||
Vue.component('ph-list-group-header', ListGroupHeader); | ||
@@ -289,3 +288,2 @@ Vue.component('ph-list-group-item', ListGroupItem); | ||
exports['default'] = install$1; | ||
exports.Button = Button; | ||
@@ -307,1 +305,2 @@ exports.ButtonGroup = ButtonGroup; | ||
exports.WindowContent = WindowContent; | ||
exports['default'] = install; |
{ | ||
"name": "vue-photonkit", | ||
"description": "Photonkit components for Vue", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "index.js", | ||
@@ -10,4 +10,6 @@ "author": "kaorun343 <kaoru.h65536@live.jp>", | ||
"build": "rollup -c rollup.config.js", | ||
"lint": "eslint play --fix", | ||
"play": "vue-play start --webpack-config ./webpack.config.js", | ||
"play:build": "vue-play build --webpack-config ./webpack.config.js" | ||
"play:build": "vue-play build --webpack-config ./webpack.config.js", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -19,2 +21,5 @@ "files": [ | ||
"buble": "^0.15.2", | ||
"eslint": "^3.15.0", | ||
"eslint-config-vue": "^2.0.2", | ||
"eslint-plugin-vue": "^2.0.1", | ||
"node-sass": "^4.1.1", | ||
@@ -21,0 +26,0 @@ "photon": "github:connors/photon#v0.1.2-alpha", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9595
0
13
273