@activecampaign/camp-space
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -6,2 +6,25 @@ # Change Log | ||
# 0.8.0 (2019-09-25) | ||
### Bug Fixes | ||
* **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)) | ||
* update npm publishing and release script ([3ac0876](http://gitlab.devops.app-us1.com/front-end/camp/commit/3ac0876)) | ||
* **camp-space:** update command to build-design-tokens ([b382f99](http://gitlab.devops.app-us1.com/front-end/camp/commit/b382f99)) | ||
### 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 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.7.0 (2019-09-06) | ||
@@ -8,0 +31,0 @@ |
@@ -1,39 +0,22 @@ | ||
export const SPACE_BASE_SCALE = "4px"; | ||
export const SPACE_BASE_REM = "16px"; | ||
export const SPACE_SCALE_0 = 0; | ||
export const SPACE_SCALE_20 = 0.5; | ||
export const SPACE_SCALE_40 = 1; | ||
export const SPACE_SCALE_60 = 2; | ||
export const SPACE_SCALE_80 = 3; | ||
export const SPACE_SCALE_100 = 4; | ||
export const SPACE_SCALE_120 = 5; | ||
export const SPACE_SCALE_140 = 6; | ||
export const SPACE_SCALE_160 = 7; | ||
export const SPACE_SCALE_180 = 8; | ||
export const SPACE_SCALE_200 = 12; | ||
export const SPACE_SCALE_220 = 16; | ||
export const SPACE_SCALE_240 = 20; | ||
export const SPACE_SCALE_260 = 32; | ||
export const SPACE_SCALE_280 = 50; | ||
export const SPACE_SCALE_300 = 100; | ||
export default { | ||
SPACE_BASE_SCALE, | ||
SPACE_BASE_REM, | ||
SPACE_SCALE_0, | ||
SPACE_SCALE_20, | ||
SPACE_SCALE_40, | ||
SPACE_SCALE_60, | ||
SPACE_SCALE_80, | ||
SPACE_SCALE_100, | ||
SPACE_SCALE_120, | ||
SPACE_SCALE_140, | ||
SPACE_SCALE_160, | ||
SPACE_SCALE_180, | ||
SPACE_SCALE_200, | ||
SPACE_SCALE_220, | ||
SPACE_SCALE_240, | ||
SPACE_SCALE_260, | ||
SPACE_SCALE_280, | ||
SPACE_SCALE_300, | ||
module.exports = { | ||
breakpointXs: "480px", | ||
breakpointS: "720px", | ||
breakpointM: "960px", | ||
breakpointL: "1080px", | ||
space0: "0", | ||
space20: "2px", | ||
space40: "4px", | ||
space60: "8px", | ||
space80: "12px", | ||
space100: "16px", | ||
space120: "20px", | ||
space140: "24px", | ||
space160: "28px", | ||
space180: "32px", | ||
space200: "48px", | ||
space220: "64px", | ||
space240: "80px", | ||
space260: "128px", | ||
space280: "200px", | ||
space300: "400px", | ||
}; |
{ | ||
"name": "@activecampaign/camp-space", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "ActiveCampaign Space Tokens", | ||
"main": "dist/camp-space.scss", | ||
"main": "dist/camp-space.js", | ||
"module": "dist/camp-space.esm.js", | ||
"repository": { | ||
@@ -15,4 +16,7 @@ "type": "git", | ||
"license": "MIT", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "npm run clean && node ./build.js", | ||
"build": "npm run clean && camp build-design-tokens", | ||
"clean": "rimraf dist", | ||
@@ -22,6 +26,6 @@ "prepare": "npm run build" | ||
"devDependencies": { | ||
"@activecampaign/camp-utility": "^0.5.0", | ||
"@activecampaign/camp-utility": "^0.6.0", | ||
"rimraf": "^2.6.3" | ||
}, | ||
"gitHead": "76356ed0b386db2d0edbc1601f34ca502725ec3b" | ||
"gitHead": "45d6bbbe6ed627b7d1052280707859ae75fb52d0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8130
7
84