New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@activecampaign/camp-typography

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activecampaign/camp-typography - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

24

CHANGELOG.md

@@ -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 @@

8

dist/camp-typography.esm.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc