@justeat/pie-design-tokens
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -9,3 +9,3 @@ const fs = require('fs'); | ||
APPLY_QUOTES_TO_VALUE: ['family-primary', 'family-secondary', 'family-code'], // list of properties that should have quotes applied when compiled | ||
CATEGORIES_WITH_UNITS: ['radius', 'spacing'], // list of categories that needs units to be added to the values | ||
CATEGORIES_WITH_UNITS: ['radius', 'spacing', 'breakpoint'], // list of categories that needs units to be added to the values | ||
CATEGORY_WITH_TIMING: 'timing', | ||
@@ -12,0 +12,0 @@ DESTINATION_DIR: 'dist', |
@@ -796,2 +796,20 @@ { | ||
}, | ||
"breakpoint": { | ||
"global": { | ||
"size-1024": "1024", | ||
"size-1280": "1280", | ||
"size-1440": "1440", | ||
"size-320": "320", | ||
"size-600": "600", | ||
"size-768": "768" | ||
}, | ||
"alias": { | ||
"xs": "320", | ||
"sm": "600", | ||
"md": "768", | ||
"lg": "1024", | ||
"xl": "1280", | ||
"xxl": "1440" | ||
} | ||
}, | ||
"elevation": { | ||
@@ -2069,3 +2087,3 @@ "global": { | ||
}, | ||
"version": "6.4.0" | ||
"version": "6.5.0" | ||
} |
@@ -153,2 +153,3 @@ { | ||
"spacing": {}, | ||
"breakpoint": {}, | ||
"elevation": { | ||
@@ -155,0 +156,0 @@ "alias": { |
{ | ||
"name": "@justeat/pie-design-tokens", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"description": "Design Tokens for the PIE Component System", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
544506
7088