@sproutsocial/seeds-border
Advanced tools
Comparing version 0.3.9 to 0.3.10
'use strict'; | ||
module.exports = { | ||
BORDER_RADIUS_500: '3px', | ||
BORDER_WIDTH_500: '1px', | ||
BORDER_WIDTH_600: '2px' | ||
BORDER_RADIUS_500: '3px', | ||
BORDER_WIDTH_500: '1px', | ||
BORDER_WIDTH_600: '2px' | ||
}; |
@@ -1,1 +0,29 @@ | ||
[{"app":"Radius 500","sass":"$Border-radius--500","css":"--border-radius-500","javascript":"BORDER_RADIUS_500","value":"3px","description":"We have one border radius. It is 3px.","category":"radius"},{"app":"Width 500","sass":"$Border-width--500","css":"--border-width-500","javascript":"BORDER_WIDTH_500","value":"1px","description":"Used for most borders.","category":"width"},{"app":"Width 600","sass":"$Border-width--600","css":"--border-width-600","javascript":"BORDER_WIDTH_600","value":"2px","description":"Used for action items.","category":"width"}] | ||
[ | ||
{ | ||
"category": "radius", | ||
"sass": "$Border-radius--500", | ||
"css": "--border-radius--500", | ||
"javascript": "BORDER_RADIUS_500", | ||
"app": "Radius 500", | ||
"category": "radius", | ||
"value": "3px" | ||
}, | ||
{ | ||
"category": "width", | ||
"sass": "$Border-width--500", | ||
"css": "--border-width--500", | ||
"javascript": "BORDER_WIDTH_500", | ||
"app": "Width 500", | ||
"category": "width", | ||
"value": "1px" | ||
}, | ||
{ | ||
"category": "width", | ||
"sass": "$Border-width--600", | ||
"css": "--border-width--600", | ||
"javascript": "BORDER_WIDTH_600", | ||
"app": "Width 600", | ||
"category": "width", | ||
"value": "2px" | ||
} | ||
] |
{ | ||
"name": "@sproutsocial/seeds-border", | ||
"version": "0.3.9", | ||
"stability": "beta", | ||
"description": "SEEDS Design System Border Values", | ||
"version": "0.3.10", | ||
"description": "Seeds Border Tokens", | ||
"main": "dist/seeds-border.js", | ||
@@ -13,7 +12,7 @@ "repository": { | ||
"scripts": { | ||
"build": "gulp" | ||
"build": "node build.js" | ||
}, | ||
"devDependencies": { | ||
"@sproutsocial/seeds-utils": "^0.2.6" | ||
"@sproutsocial/seeds-utils": "^1.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
100
0
3065
9
2
0