@digitalservice4germany/style-dictionary
Advanced tools
Comparing version 0.0.3 to 0.0.4
/** | ||
* Do not edit directly | ||
* Generated on Wed, 09 Mar 2022 20:23:19 GMT | ||
* Generated on Thu, 10 Mar 2022 10:12:54 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 09 Mar 2022 20:23:19 GMT | ||
* Generated on Thu, 10 Mar 2022 10:12:54 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 09 Mar 2022 20:23:19 GMT | ||
* Generated on Thu, 10 Mar 2022 10:12:54 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 09 Mar 2022 20:23:19 GMT | ||
* Generated on Thu, 10 Mar 2022 10:12:54 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@digitalservice4germany/style-dictionary", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Keep styles consistent and synchronized across multiple platforms.", | ||
"scripts": { | ||
"build": "ts-node build.ts", | ||
"build": "ts-node build.ts && npm run ts-types", | ||
"ts-types": "tsc --emitDeclarationOnly -d --allowJs ./dist/stitches/index.js ./dist/tailwind/index.js", | ||
"lint": "eslint . --ext .ts", | ||
@@ -8,0 +9,0 @@ "postversion": "cp package.json LICENSE README.md ./dist/", |
@@ -82,5 +82,5 @@ # DigitalService4Germany Style Dictionary | ||
3. `npm version patch` (or minor, major) | ||
4. `npm push` | ||
5. `npm push origin --tags` | ||
4. `git push` | ||
5. `git push origin --tags` | ||
6. `cd dist` (important: publish from dist directory!) | ||
7. `npm publish` |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 09 Mar 2022 20:23:20 GMT | ||
* Generated on Thu, 10 Mar 2022 10:12:54 GMT | ||
*/ | ||
module.exports = { | ||
export default { | ||
theme: { | ||
@@ -70,10 +70,4 @@ colors: { | ||
fontFamily: { | ||
fontFamilySans: [ | ||
"BundesSansWeb", | ||
"Calibri", | ||
"Verdana", | ||
"Arial", | ||
"Helvetica", | ||
"sans-serif", | ||
], | ||
fontFamilySans: | ||
"BundesSansWeb, Calibri, Verdana, Arial, Helvetica, sans-serif", | ||
}, | ||
@@ -80,0 +74,0 @@ space: { |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 09 Mar 2022 20:23:19 GMT | ||
* Generated on Thu, 10 Mar 2022 10:12:54 GMT | ||
*/ | ||
module.exports = { | ||
export default { | ||
theme: { | ||
@@ -70,10 +70,4 @@ colors: { | ||
fontFamily: { | ||
fontFamilySans: [ | ||
"BundesSansWeb", | ||
"Calibri", | ||
"Verdana", | ||
"Arial", | ||
"Helvetica", | ||
"sans-serif", | ||
], | ||
fontFamilySans: | ||
"BundesSansWeb, Calibri, Verdana, Arial, Helvetica, sans-serif", | ||
}, | ||
@@ -80,0 +74,0 @@ space: { |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 09 Mar 2022 20:23:20 GMT | ||
* Generated on Thu, 10 Mar 2022 10:12:54 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 09 Mar 2022 20:23:19 GMT | ||
* Generated on Thu, 10 Mar 2022 10:12:54 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
43981
13
1223