unify-token
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -43,8 +43,8 @@ export const Neutral = { | ||
export const Purple = { | ||
P100: '#F5E6FC', | ||
P200: '#EFC6FF', | ||
P300: '#D184F0', | ||
P400: '#BB4DE8', | ||
P500: '#9E00DE', | ||
P600: '#7500A1' | ||
P100: '#FBE7FF', | ||
P200: '#EEBBFF', | ||
P300: '#D07EFF', | ||
P400: '#AC43F6', | ||
P500: '#9022DC', | ||
P600: '#7A08C9' | ||
} | ||
@@ -51,0 +51,0 @@ |
@@ -10,2 +10,5 @@ # Change Log | ||
## 1.3.1 | ||
* :star2: Update purple Color Token | ||
## 1.3.0 | ||
@@ -12,0 +15,0 @@ * :rocket: compability for iOS (swift) design token : ```Color & Typography (font-size)``` |
{ | ||
"name": "unify-token", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Design Tokens for the Unify Design System", | ||
@@ -10,3 +10,4 @@ "main": "build/index.js", | ||
"clean": "rimraf ./build", | ||
"sketch-json": "rimraf ./sketch-json ./sketch/test.zip && sketch-json *.sketch" | ||
"sketch-json": "rimraf ./sketch-json ./sketch/test.zip && sketch-json *.sketch", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -13,0 +14,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
89860
0