@kaizen/hosted-assets
Advanced tools
Comparing version 1.2.0 to 2.0.0
@@ -6,2 +6,23 @@ # Change Log | ||
# [2.0.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/hosted-assets@1.2.0...@kaizen/hosted-assets@2.0.0) (2022-04-13) | ||
### Features | ||
* remove elm related files, styles and config from Kaizen ([#2686](https://github.com/cultureamp/kaizen-design-system/issues/2686)) ([2fdf913](https://github.com/cultureamp/kaizen-design-system/commit/2fdf913dd4221d10e91cea2bb88208faf958efcc)) | ||
### BREAKING CHANGES | ||
* * remove .elm files | ||
* remove Elm specific .scss files | ||
* remove Elm specific package folders | ||
* remove Elm config and devDependencies on Elm | ||
* remove Elm specific classes and declarations from modal stylesheets | ||
* update documentation on Elm | ||
# [1.2.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/hosted-assets@1.1.1...@kaizen/hosted-assets@1.2.0) (2021-06-11) | ||
@@ -8,0 +29,0 @@ |
@@ -14,3 +14,4 @@ "use strict"; | ||
*/ | ||
exports.assetUrl = function (path) { return [ORIGIN_BASE_URL, path].join("/"); }; | ||
var assetUrl = function (path) { return [ORIGIN_BASE_URL, path].join("/"); }; | ||
exports.assetUrl = assetUrl; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@kaizen/hosted-assets", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "Hosted assets for Culture Amp's Kaizen Design System.", | ||
@@ -18,4 +18,3 @@ "homepage": "https://github.com/cultureamp/kaizen-design-system/packages/hosted-assets#readme", | ||
"dist", | ||
"_index.scss", | ||
"**/*.elm" | ||
"_index.scss" | ||
], | ||
@@ -28,3 +27,3 @@ "scripts": { | ||
}, | ||
"gitHead": "1e6035e6e725f0e0d5fba12a11bf5fa5ab5ecce2" | ||
"gitHead": "9c18c6ac4f466c3191ff5e12a93e7ce5db77be72" | ||
} |
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
25
10087
8