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.9.0 to 0.10.0

24

CHANGELOG.md

@@ -6,2 +6,26 @@ # Change Log

# 0.10.0 (2019-10-29)
### 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.9.0 (2019-09-25)

@@ -8,0 +32,0 @@

200

dist/camp-typography.esm.js

@@ -1,143 +0,63 @@

export const marketingTypographyBaseScaleMultiplier = 4;
export const marketingTypographyBaseFontSize = "16px";
export const marketingTypographySize0 = 0;
export const marketingTypographySize1 = 0.625;
export const marketingTypographySize2 = 0.75;
export const marketingTypographySize3 = 0.875;
export const marketingTypographySize4 = 1;
export const marketingTypographySize5 = 1.125;
export const marketingTypographySize6 = 1.25;
export const marketingTypographySize7 = 1.5;
export const marketingTypographySize8 = 1.75;
export const marketingTypographySize9 = 2;
export const marketingTypographySize10 = 2.25;
export const marketingTypographySize11 = 2.5;
export const marketingTypographySize12 = 2.75;
export const marketingTypographySize13 = 3;
export const marketingTypographySize14 = 3.75;
export const marketingTypographyLineHeight0 = 0;
export const marketingTypographyLineHeight1 = 0.75;
export const marketingTypographyLineHeight2 = 1;
export const marketingTypographyLineHeight3 = 1.25;
export const marketingTypographyLineHeight4 = 1.5;
export const marketingTypographyLineHeight5 = 1.75;
export const marketingTypographyLineHeight6 = 2;
export const marketingTypographyLineHeight7 = 2.25;
export const marketingTypographyLineHeight8 = 2.5;
export const marketingTypographyLineHeight9 = 2.75;
export const marketingTypographyLineHeight10 = 3;
export const marketingTypographyLineHeight11 = 3.25;
export const marketingTypographyLineHeight12 = 3.5;
export const marketingTypographyLineHeight13 = 4.75;
export const productTypographyBaseScaleMultiplier = 4;
export const productTypographyBaseFontSize = "16px";
export const productTypographySize0 = 0;
export const productTypographySize1 = 0.625;
export const productTypographySize2 = 0.75;
export const productTypographySize3 = 0.875;
export const productTypographySize4 = 1;
export const productTypographySize5 = 1.125;
export const productTypographySize6 = 1.25;
export const productTypographySize7 = 1.5;
export const productTypographySize8 = 1.75;
export const productTypographySize9 = 2;
export const productTypographySize10 = 2.25;
export const productTypographySize11 = 2.5;
export const productTypographySize12 = 2.75;
export const productTypographySize13 = 3;
export const productTypographySize14 = 3.75;
export const productTypographyLineHeight0 = 0;
export const productTypographyLineHeight1 = 0.75;
export const productTypographyLineHeight2 = 1;
export const productTypographyLineHeight3 = 1.25;
export const productTypographyLineHeight4 = 1.5;
export const productTypographyLineHeight5 = 1.75;
export const productTypographyLineHeight6 = 2;
export const productTypographyLineHeight7 = 2.25;
export const productTypographyLineHeight8 = 2.5;
export const productTypographyLineHeight9 = 2.75;
export const productTypographyLineHeight10 = 3;
export const productTypographyLineHeight11 = 3.25;
export const productTypographyLineHeight12 = 3.5;
export const productTypographyLineHeight13 = 4.75;
export const typographyFamilyTitle = "'Poppins', 'Avenir', 'Avenir Next', 'Futura', helvetica, arial, sans-serif";
export const typographyFamilyPoppins = "'Poppins', 'Avenir', 'Avenir Next', 'Futura', helvetica, arial, sans-serif";
export const typographyFamilyBody = "'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic', helvetica, arial, sans-serif";
export const typographyFamilyIbm = "'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic', helvetica, arial, sans-serif";
export const typographyWeightNormal = 400;
export const typographyWeightSemibold = 500;
export const typographyWeightBold = 600;
export const typographyWeightExtraBold = 700;
export const fs100 = "12px";
export const fs200 = "14px";
export const fs300 = "16px";
export const fs400 = "18px";
export const fs500 = "20px";
export const fs600 = "24px";
export const fs700 = "28px";
export const fs800 = "32px";
export const fs900 = "36px";
export const fs1000 = "40px";
export const fs1100 = "44px";
export const fs1200 = "48px";
export const fs1300 = "60px";
export const fwRegular = "400";
export const fwMedium = "500";
export const fwSemiBold = "600";
export const fwBold = "700";
export const lh100 = "16px";
export const lh200 = "20px";
export const lh300 = "24px";
export const lh400 = "28px";
export const lh500 = "32px";
export const lh600 = "36px";
export const lh700 = "44px";
export const lh800 = "49px";
export const lh900 = "52px";
export const lh1000 = "56px";
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 {
marketingTypographyBaseScaleMultiplier,
marketingTypographyBaseFontSize,
marketingTypographySize0,
marketingTypographySize1,
marketingTypographySize2,
marketingTypographySize3,
marketingTypographySize4,
marketingTypographySize5,
marketingTypographySize6,
marketingTypographySize7,
marketingTypographySize8,
marketingTypographySize9,
marketingTypographySize10,
marketingTypographySize11,
marketingTypographySize12,
marketingTypographySize13,
marketingTypographySize14,
marketingTypographyLineHeight0,
marketingTypographyLineHeight1,
marketingTypographyLineHeight2,
marketingTypographyLineHeight3,
marketingTypographyLineHeight4,
marketingTypographyLineHeight5,
marketingTypographyLineHeight6,
marketingTypographyLineHeight7,
marketingTypographyLineHeight8,
marketingTypographyLineHeight9,
marketingTypographyLineHeight10,
marketingTypographyLineHeight11,
marketingTypographyLineHeight12,
marketingTypographyLineHeight13,
productTypographyBaseScaleMultiplier,
productTypographyBaseFontSize,
productTypographySize0,
productTypographySize1,
productTypographySize2,
productTypographySize3,
productTypographySize4,
productTypographySize5,
productTypographySize6,
productTypographySize7,
productTypographySize8,
productTypographySize9,
productTypographySize10,
productTypographySize11,
productTypographySize12,
productTypographySize13,
productTypographySize14,
productTypographyLineHeight0,
productTypographyLineHeight1,
productTypographyLineHeight2,
productTypographyLineHeight3,
productTypographyLineHeight4,
productTypographyLineHeight5,
productTypographyLineHeight6,
productTypographyLineHeight7,
productTypographyLineHeight8,
productTypographyLineHeight9,
productTypographyLineHeight10,
productTypographyLineHeight11,
productTypographyLineHeight12,
productTypographyLineHeight13,
typographyFamilyTitle,
typographyFamilyPoppins,
typographyFamilyBody,
typographyFamilyIbm,
typographyWeightNormal,
typographyWeightSemibold,
typographyWeightBold,
typographyWeightExtraBold,
fs100,
fs200,
fs300,
fs400,
fs500,
fs600,
fs700,
fs800,
fs900,
fs1000,
fs1100,
fs1200,
fs1300,
fwRegular,
fwMedium,
fwSemiBold,
fwBold,
lh100,
lh200,
lh300,
lh400,
lh500,
lh600,
lh700,
lh800,
lh900,
lh1000,
lh1100,
ibmPlexSans,
poppins,
};
module.exports = {
marketingTypographyBaseScaleMultiplier: 4,
marketingTypographyBaseFontSize: "16px",
marketingTypographySize0: 0,
marketingTypographySize1: 0.625,
marketingTypographySize2: 0.75,
marketingTypographySize3: 0.875,
marketingTypographySize4: 1,
marketingTypographySize5: 1.125,
marketingTypographySize6: 1.25,
marketingTypographySize7: 1.5,
marketingTypographySize8: 1.75,
marketingTypographySize9: 2,
marketingTypographySize10: 2.25,
marketingTypographySize11: 2.5,
marketingTypographySize12: 2.75,
marketingTypographySize13: 3,
marketingTypographySize14: 3.75,
marketingTypographyLineHeight0: 0,
marketingTypographyLineHeight1: 0.75,
marketingTypographyLineHeight2: 1,
marketingTypographyLineHeight3: 1.25,
marketingTypographyLineHeight4: 1.5,
marketingTypographyLineHeight5: 1.75,
marketingTypographyLineHeight6: 2,
marketingTypographyLineHeight7: 2.25,
marketingTypographyLineHeight8: 2.5,
marketingTypographyLineHeight9: 2.75,
marketingTypographyLineHeight10: 3,
marketingTypographyLineHeight11: 3.25,
marketingTypographyLineHeight12: 3.5,
marketingTypographyLineHeight13: 4.75,
productTypographyBaseScaleMultiplier: 4,
productTypographyBaseFontSize: "16px",
productTypographySize0: 0,
productTypographySize1: 0.625,
productTypographySize2: 0.75,
productTypographySize3: 0.875,
productTypographySize4: 1,
productTypographySize5: 1.125,
productTypographySize6: 1.25,
productTypographySize7: 1.5,
productTypographySize8: 1.75,
productTypographySize9: 2,
productTypographySize10: 2.25,
productTypographySize11: 2.5,
productTypographySize12: 2.75,
productTypographySize13: 3,
productTypographySize14: 3.75,
productTypographyLineHeight0: 0,
productTypographyLineHeight1: 0.75,
productTypographyLineHeight2: 1,
productTypographyLineHeight3: 1.25,
productTypographyLineHeight4: 1.5,
productTypographyLineHeight5: 1.75,
productTypographyLineHeight6: 2,
productTypographyLineHeight7: 2.25,
productTypographyLineHeight8: 2.5,
productTypographyLineHeight9: 2.75,
productTypographyLineHeight10: 3,
productTypographyLineHeight11: 3.25,
productTypographyLineHeight12: 3.5,
productTypographyLineHeight13: 4.75,
typographyFamilyTitle: "'Poppins', 'Avenir', 'Avenir Next', 'Futura', helvetica, arial, sans-serif",
typographyFamilyPoppins: "'Poppins', 'Avenir', 'Avenir Next', 'Futura', helvetica, arial, sans-serif",
typographyFamilyBody: "'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic', helvetica, arial, sans-serif",
typographyFamilyIbm: "'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic', helvetica, arial, sans-serif",
typographyWeightNormal: 400,
typographyWeightSemibold: 500,
typographyWeightBold: 600,
typographyWeightExtraBold: 700,
fs100: "12px",
fs200: "14px",
fs300: "16px",
fs400: "18px",
fs500: "20px",
fs600: "24px",
fs700: "28px",
fs800: "32px",
fs900: "36px",
fs1000: "40px",
fs1100: "44px",
fs1200: "48px",
fs1300: "60px",
fwRegular: "400",
fwMedium: "500",
fwSemiBold: "600",
fwBold: "700",
lh100: "16px",
lh200: "20px",
lh300: "24px",
lh400: "28px",
lh500: "32px",
lh600: "36px",
lh700: "44px",
lh800: "49px",
lh900: "52px",
lh1000: "56px",
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.9.0",
"version": "0.10.0",
"description": "ActiveCampaign Typography Tokens",

@@ -28,3 +28,3 @@ "main": "dist/camp-typography.js",

},
"gitHead": "45d6bbbe6ed627b7d1052280707859ae75fb52d0"
"gitHead": "a065ed475d7dcfdbc0aec3d5a59b765a299979a2"
}

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