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

@justeat/pie-design-tokens

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeat/pie-design-tokens - npm Package Compare versions

Comparing version 6.4.0 to 6.5.0

2

build/helpers.js

@@ -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

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