Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@activecampaign/camp-space

Package Overview
Dependencies
Maintainers
7
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activecampaign/camp-space - 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-12-18)
### Bug Fixes
* **camp-space:** update command to build-design-tokens ([b382f99](http://gitlab.devops.app-us1.com/front-end/camp/commit/b382f99))
* update npm publishing and release script ([3ac0876](http://gitlab.devops.app-us1.com/front-end/camp/commit/3ac0876))
* **camp-space:** add rimraf devdependency ([e13da36](http://gitlab.devops.app-us1.com/front-end/camp/commit/e13da36))
* **camp-space:** rename to lowercase package ([11e5f28](http://gitlab.devops.app-us1.com/front-end/camp/commit/11e5f28))
### Features
* **camp-space:** add system-ui configuration ([94be8c0](http://gitlab.devops.app-us1.com/front-end/camp/commit/94be8c0))
* **camp-space:** init new package ([8b56e36](http://gitlab.devops.app-us1.com/front-end/camp/commit/8b56e36))
* **camp-space:** update breakpoint values ([b4aa928](http://gitlab.devops.app-us1.com/front-end/camp/commit/b4aa928))
* **camp-space:** update configuration to use the camp cli + breakpoints ([e91472c](http://gitlab.devops.app-us1.com/front-end/camp/commit/e91472c))
* **camp-space:** update spacing token values ([9504723](http://gitlab.devops.app-us1.com/front-end/camp/commit/9504723))
* **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-11-11)

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

14

dist/camp-space.esm.js
export const breakpointXs = "480px";
export const breakpointS = "720px";
export const breakpointM = "960px";
export const breakpointL = "1080px";
export const breakpointSm = "768px";
export const breakpointMd = "1024px";
export const breakpointLg = "1280px";
export const breakpointXl = "1920px";
export const sp0 = "0";

@@ -24,5 +25,6 @@ export const sp100 = "2px";

breakpointXs,
breakpointS,
breakpointM,
breakpointL,
breakpointSm,
breakpointMd,
breakpointLg,
breakpointXl,
sp0,

@@ -29,0 +31,0 @@ sp100,

module.exports = {
breakpointXs: "480px",
breakpointS: "720px",
breakpointM: "960px",
breakpointL: "1080px",
breakpointSm: "768px",
breakpointMd: "1024px",
breakpointLg: "1280px",
breakpointXl: "1920px",
sp0: "0",

@@ -7,0 +8,0 @@ sp100: "2px",

{
"name": "@activecampaign/camp-space",
"version": "0.9.0",
"version": "0.10.0",
"description": "ActiveCampaign Space Tokens",

@@ -27,4 +27,3 @@ "main": "dist/camp-space.js",

"rimraf": "^2.6.3"
},
"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