@nulogy/tokens
Advanced tools
Comparing version 4.0.0 to 4.1.1
@@ -6,3 +6,3 @@ # Change Log | ||
# [4.0.0](https://github.com/nulogy/design-system/compare/v3.11.0...v4.0.0) (2020-07-17) | ||
## [4.1.1](https://github.com/nulogy/design-system/compare/v4.1.0...v4.1.1) (2020-07-22) | ||
@@ -15,24 +15,18 @@ **Note:** Version bump only for package @nulogy/tokens | ||
# [4.0.0](https://github.com/nulogy/design-system/compare/v3.11.0...v4.0.0) (2020-07-17) | ||
**Note:** Version bump only for package @nulogy/tokens | ||
# [3.11.0](https://github.com/nulogy/design-system/compare/v3.10.0...v3.11.0) (2020-07-16) | ||
### Features | ||
* Updates to typography styles, replaced Title, SectionTitle and SubSectionTitle with Heading1, Heading2 and Heading3 components ([#717](https://github.com/nulogy/design-system/issues/717)) ([4291444](https://github.com/nulogy/design-system/commit/42914446ce4c42c8f8273c4e500e35ad49f117c8)) | ||
- Updates to typography styles, replaced Title, SectionTitle and SubSectionTitle with Heading1, Heading2 and Heading3 components ([#717](https://github.com/nulogy/design-system/issues/717)) ([4291444](https://github.com/nulogy/design-system/commit/42914446ce4c42c8f8273c4e500e35ad49f117c8)) | ||
# [3.1.0](https://github.com/nulogy/design-system/compare/v3.0.4...v3.1.0) (2020-06-25) | ||
### Features | ||
* add support for Simplified Chinese ([#688](https://github.com/nulogy/design-system/issues/688)) ([4a46f83](https://github.com/nulogy/design-system/commit/4a46f830c48db8ccbe3995da67d9b881e1e555d2)) | ||
- add support for Simplified Chinese ([#688](https://github.com/nulogy/design-system/issues/688)) ([4a46f83](https://github.com/nulogy/design-system/commit/4a46f830c48db8ccbe3995da67d9b881e1e555d2)) | ||
## [3.0.2](https://github.com/nulogy/design-system/compare/v3.0.1...v3.0.2) (2020-06-23) | ||
@@ -42,28 +36,14 @@ | ||
## [2.13.1](https://github.com/nulogy/design-system/compare/v2.13.0...v2.13.1) (2020-06-05) | ||
### Bug Fixes | ||
* typo in zIndex tokens ([#669](https://github.com/nulogy/design-system/issues/669)) ([71207a0](https://github.com/nulogy/design-system/commit/71207a0bb98d31b812a7c5320c8dfee11c78ff52)) | ||
- typo in zIndex tokens ([#669](https://github.com/nulogy/design-system/issues/669)) ([71207a0](https://github.com/nulogy/design-system/commit/71207a0bb98d31b812a7c5320c8dfee11c78ff52)) | ||
# [2.13.0](https://github.com/nulogy/design-system/compare/v2.12.1...v2.13.0) (2020-06-03) | ||
### Features | ||
* add overlay css component ([#666](https://github.com/nulogy/design-system/issues/666)) ([1cf892a](https://github.com/nulogy/design-system/commit/1cf892a85798c40702aad86ee6d5f34037307c8e)) | ||
- add overlay css component ([#666](https://github.com/nulogy/design-system/issues/666)) ([1cf892a](https://github.com/nulogy/design-system/commit/1cf892a85798c40702aad86ee6d5f34037307c8e)) | ||
# [2.0.0](https://github.com/nulogy/design-system/compare/v1.6.1...v2.0.0) (2020-03-25) | ||
@@ -73,6 +53,2 @@ | ||
# [1.0.0](https://github.com/nulogy/design-system/compare/v0.24.3...v1.0.0) (2020-02-19) | ||
@@ -82,6 +58,2 @@ | ||
# [0.24.0](https://github.com/nulogy/design-system/compare/v0.23.0...v0.24.0) (2020-02-13) | ||
@@ -91,6 +63,2 @@ | ||
# [0.23.0](https://github.com/nulogy/design-system/compare/v0.22.1...v0.23.0) (2020-02-11) | ||
@@ -97,0 +65,0 @@ |
{ | ||
"source": ["src/**/*.json"], | ||
"platforms": { | ||
"css": { | ||
"transforms": ["attribute/cti", "name/cti/kebab", "size/px", "color/css"], | ||
"buildPath": "dist/", | ||
"files": [{ | ||
"source": ["src/**/*.json"], | ||
"platforms": { | ||
"css": { | ||
"transforms": ["attribute/cti", "name/cti/kebab", "size/px", "color/css"], | ||
"buildPath": "dist/", | ||
"files": [ | ||
{ | ||
"destination": "variables.css", | ||
"format": "css/variables" | ||
}] | ||
}, | ||
"scss": { | ||
"transforms": ["attribute/cti", "name/cti/kebab", "size/px", "color/css"], | ||
"buildPath": "dist/", | ||
"files": [{ | ||
} | ||
] | ||
}, | ||
"scss": { | ||
"transforms": ["attribute/cti", "name/cti/kebab", "size/px", "color/css"], | ||
"buildPath": "dist/", | ||
"files": [ | ||
{ | ||
"destination": "_variables.scss", | ||
"format": "scss/variables" | ||
}] | ||
}, | ||
"react": { | ||
"transforms": ["attribute/cti", "name/cti/snake", "size/px", "color/hex"], | ||
"buildPath": "dist/", | ||
"files": [{ | ||
} | ||
] | ||
}, | ||
"react": { | ||
"transforms": ["attribute/cti", "name/cti/snake", "size/px", "color/hex"], | ||
"buildPath": "dist/", | ||
"files": [ | ||
{ | ||
"destination": "exports.js", | ||
"format": "javascript/es6" | ||
}] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 17 Jul 2020 15:34:25 GMT | ||
* Generated on Wed, 22 Jul 2020 20:40:44 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "4.0.0", | ||
"version": "4.1.1", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -19,3 +19,3 @@ "repository": "https://github.com/nulogy/design-system.git", | ||
}, | ||
"gitHead": "0e99ff311f277ff9af7d6640fb45d212dd3f128a" | ||
"gitHead": "07e74982b13af2a10ce449d2a0cb0a0ce33f450d" | ||
} |
{ | ||
"radius": { | ||
"border": { | ||
"small" : { "value": "2px" }, | ||
"medium" : { "value": "4px" }, | ||
"circle" : { "value": "50%"} | ||
"small": { "value": "2px" }, | ||
"medium": { "value": "4px" }, | ||
"circle": { "value": "50%" } | ||
} | ||
} | ||
} |
{ | ||
"size": { | ||
"base": { | ||
"none" : { "value": "0"}, | ||
"half" : { "value": "4" }, | ||
"x1" : { "value": "8" }, | ||
"x2" : { "value": "16" }, | ||
"x3" : { "value": "24" }, | ||
"x4" : { "value": "32" }, | ||
"x5" : { "value": "40"}, | ||
"x6" : { "value": "48" }, | ||
"x8" : { "value": "64" }, | ||
"base" : { "value": "{size.base.x2.value}" } | ||
} | ||
"size": { | ||
"base": { | ||
"none": { "value": "0" }, | ||
"half": { "value": "4" }, | ||
"x1": { "value": "8" }, | ||
"x2": { "value": "16" }, | ||
"x3": { "value": "24" }, | ||
"x4": { "value": "32" }, | ||
"x5": { "value": "40" }, | ||
"x6": { "value": "48" }, | ||
"x8": { "value": "64" }, | ||
"base": { "value": "{size.base.x2.value}" } | ||
} | ||
} | ||
} |
{ | ||
"weight": { | ||
"font": { | ||
"light": {"value": "300"}, | ||
"normal" : { "value": "400" }, | ||
"medium" : { "value": "500" }, | ||
"bold": { "value": "600" } | ||
} | ||
"weight": { | ||
"font": { | ||
"light": { "value": "300" }, | ||
"normal": { "value": "400" }, | ||
"medium": { "value": "500" }, | ||
"bold": { "value": "600" } | ||
} | ||
} | ||
} |
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
19646
341