@blackbp/vue-components
Advanced tools
Comparing version 0.11.2 to 0.11.3
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"scripts": { | ||
@@ -20,0 +20,0 @@ "serve": "vue-cli-service serve --host=192.168.1.105 sandbox/app.js", |
@@ -1,2 +0,2 @@ | ||
import {get} from "../utils/helpers"; | ||
import _ from "../utils/helpers"; | ||
@@ -22,3 +22,4 @@ export const MODIFIERS_MAP = { | ||
export const getSizeClassName = (size = '') => { | ||
return get(SIZES_MAP, size, '') | ||
const sizeFromMap = _.get(SIZES_MAP, size, ''); | ||
return sizeFromMap !== '' ? sizeFromMap : size | ||
}; | ||
@@ -25,0 +26,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
767487
4896