Comparing version 2.1.1 to 2.2.0
@@ -52,4 +52,4 @@ { | ||
"@semantic-release/exec": "^3.3.0", | ||
"@storybook/addon-backgrounds": "^5.0.0", | ||
"@storybook/addon-knobs": "^5.0.0", | ||
"@storybook/addon-backgrounds": "^5.0.11", | ||
"@storybook/addon-knobs": "^5.0.11", | ||
"@storybook/html": "^5.0.0", | ||
@@ -59,3 +59,3 @@ "autoprefixer": "^9.1.5", | ||
"clean-css-cli": "^4.2.1", | ||
"commitizen": "^3.0.5", | ||
"commitizen": "^3.1.1", | ||
"css-loader": "^2.0.0", | ||
@@ -66,6 +66,7 @@ "cz-conventional-changelog": "^2.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"file-type": "^11.0.0", | ||
"git-rev-sync": "^1.12.0", | ||
"husky": "^1.0.0", | ||
"lint-staged": "^7.3.0", | ||
"node-sass": "^4.9.3", | ||
"node-sass": "^4.12.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -76,3 +77,3 @@ "postcss-cli": "^6.0.0", | ||
"sass-loader": "^7.1.0", | ||
"semantic-release": "^15.12.3", | ||
"semantic-release": "^15.13.14", | ||
"style-loader": "^0.23.1", | ||
@@ -169,3 +170,3 @@ "stylelint": "^9.5.0", | ||
}, | ||
"version": "2.1.1" | ||
"version": "2.2.0" | ||
} |
const { types } = require('node-sass'); /* eslint-disable-line import/no-extraneous-dependencies */ | ||
const getBuildData = require('./getBuildData'); | ||
const getFileAsDataURI = require('./getFileAsDataURI'); | ||
module.exports = { | ||
'build-data()': () => types.String(getBuildData(true)), | ||
'get-file-as-data-uri($filepath)': filepath => types.String(getFileAsDataURI(filepath)), | ||
}; |
@@ -15,2 +15,3 @@ import { storiesOf } from '@storybook/html'; // eslint-disable-line import/no-extraneous-dependencies | ||
'is-error': 'is-error', | ||
'is-dark': 'is-dark', | ||
}, ''); | ||
@@ -17,0 +18,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 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
1142728
98
5240
34
4