@activecampaign/camp-typography
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -6,2 +6,26 @@ # Change Log | ||
# 0.11.0 (2019-11-11) | ||
### Bug Fixes | ||
* **camp-typography:** add rimraf devdependency ([ffdd1dc](http://gitlab.devops.app-us1.com/front-end/camp/commit/ffdd1dc)) | ||
* **camp-typography:** rename to lowercase package ([dcb30bd](http://gitlab.devops.app-us1.com/front-end/camp/commit/dcb30bd)) | ||
* update npm publishing and release script ([3ac0876](http://gitlab.devops.app-us1.com/front-end/camp/commit/3ac0876)) | ||
* **camp-typography:** update command to build-design-tokens ([20e7c8f](http://gitlab.devops.app-us1.com/front-end/camp/commit/20e7c8f)) | ||
* **camp-typography:** update incorrect filenames in dist ([3d16c53](http://gitlab.devops.app-us1.com/front-end/camp/commit/3d16c53)) | ||
### Features | ||
* **camp-typography:** init new package ([6f6819d](http://gitlab.devops.app-us1.com/front-end/camp/commit/6f6819d)) | ||
* **camp-typography:** remove base scale from typography ([f66f6ee](http://gitlab.devops.app-us1.com/front-end/camp/commit/f66f6ee)) | ||
* **camp-typography:** update configuration to use the camp cli ([e0492e1](http://gitlab.devops.app-us1.com/front-end/camp/commit/e0492e1)) | ||
* **camp-typography:** update type tokens ([2a56cb0](http://gitlab.devops.app-us1.com/front-end/camp/commit/2a56cb0)) | ||
* **camp-utility:** replace style dictionary helper with camp cli ([2c2e003](http://gitlab.devops.app-us1.com/front-end/camp/commit/2c2e003)) | ||
# 0.10.0 (2019-10-29) | ||
@@ -8,0 +32,0 @@ |
@@ -0,1 +1,3 @@ | ||
export const ffDisplay = "'Poppins', 'Avenir', 'Avenir Next', 'Futura', helvetica, arial, sans-serif"; | ||
export const ffStandard = "'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic', helvetica, arial, sans-serif"; | ||
export const fs100 = "12px"; | ||
@@ -29,6 +31,6 @@ export const fs200 = "14px"; | ||
export const lh1100 = "76px"; | ||
export const ibmPlexSans = "'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic', helvetica, arial, sans-serif"; | ||
export const poppins = "'Poppins', 'Avenir', 'Avenir Next', 'Futura', helvetica, arial, sans-serif"; | ||
export default { | ||
ffDisplay, | ||
ffStandard, | ||
fs100, | ||
@@ -62,4 +64,2 @@ fs200, | ||
lh1100, | ||
ibmPlexSans, | ||
poppins, | ||
}; |
module.exports = { | ||
ffDisplay: "'Poppins', 'Avenir', 'Avenir Next', 'Futura', helvetica, arial, sans-serif", | ||
ffStandard: "'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic', helvetica, arial, sans-serif", | ||
fs100: "12px", | ||
@@ -30,4 +32,2 @@ fs200: "14px", | ||
lh1100: "76px", | ||
ibmPlexSans: "'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic', helvetica, arial, sans-serif", | ||
poppins: "'Poppins', 'Avenir', 'Avenir Next', 'Futura', helvetica, arial, sans-serif", | ||
}; |
{ | ||
"name": "@activecampaign/camp-typography", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "ActiveCampaign Typography Tokens", | ||
@@ -28,3 +28,3 @@ "main": "dist/camp-typography.js", | ||
}, | ||
"gitHead": "a065ed475d7dcfdbc0aec3d5a59b765a299979a2" | ||
"gitHead": "caf7fdbf930c9bf1bcaeb4a4e46b46c9a07db529" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13237
0