@spectrum-css/tokens
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,12 @@ # Change Log | ||
<a name="1.0.2"></a> | ||
## 1.0.2 | ||
🗓 2022-07-22 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tokens@1.0.1...@spectrum-css/tokens@1.0.2) | ||
**Note:** Version bump only for package @spectrum-css/tokens | ||
<a name="1.0.1"></a> | ||
@@ -8,0 +18,0 @@ ## 1.0.1 |
@@ -34,8 +34,17 @@ /* | ||
function buildCustoms() { | ||
buildCustomSpectrum = () => gulp.src('custom-spectrum/*.css').pipe(gulp.dest('dist/css/spectrum/')); | ||
buildCustomExpress = () => gulp.src('custom-express/*.css').pipe(gulp.dest('dist/css/express')); | ||
return buildCustomSpectrum() && buildCustomExpress(); | ||
function buildCustomSpectrum() { | ||
return gulp.src('custom-spectrum/*.css') | ||
.pipe(gulp.dest('dist/css/spectrum/')); | ||
} | ||
function buildCustomExpress() { | ||
return gulp.src('custom-express/*.css') | ||
.pipe(gulp.dest('dist/css/express')); | ||
} | ||
const buildCustoms = gulp.parallel( | ||
buildCustomSpectrum, | ||
buildCustomExpress | ||
); | ||
function styleDictionary(cb) { | ||
@@ -50,4 +59,9 @@ StyleDictionary.buildAllPlatforms(); | ||
styleDictionary, | ||
concatIndex, | ||
buildCustoms | ||
buildCustoms, | ||
concatIndex | ||
); | ||
exports.rebuildCustoms = gulp.series( | ||
buildCustoms, | ||
concatIndex | ||
); |
{ | ||
"name": "@spectrum-css/tokens", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The Spectrum CSS tokens package", | ||
@@ -19,3 +19,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@adobe/spectrum-tokens": "^12.0.0-beta.40", | ||
"@adobe/spectrum-tokens": "^12.0.0-beta.43", | ||
"gulp": "^4.0.0", | ||
@@ -30,3 +30,3 @@ "gulp-concat": "^2.6.1", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/", | ||
"gitHead": "edfa67c81b073e7e7469bc8d6b714efd35e6ac42" | ||
"gitHead": "e53c4da856f19919ee030d7fbf3e694ee99e463c" | ||
} |
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
163428
3106