@sproutsocial/seeds-border
Advanced tools
Comparing version 1.5.0 to 1.6.0
export const BORDER_RADIUS_400 : string; | ||
export const BORDER_RADIUS_500 : string; | ||
export const BORDER_RADIUS_600 : string; | ||
export const BORDER_RADIUS_900 : string; | ||
export const BORDER_RADIUS_1000 : string; | ||
export const BORDER_WIDTH_500 : string; | ||
export const BORDER_WIDTH_600 : string; |
const BORDER_RADIUS_400 = '4px'; | ||
const BORDER_RADIUS_500 = '6px'; | ||
const BORDER_RADIUS_600 = '8px'; | ||
const BORDER_RADIUS_900 = '24px'; | ||
const BORDER_RADIUS_1000 = '999999px'; | ||
@@ -12,2 +13,3 @@ const BORDER_WIDTH_500 = '1px'; | ||
BORDER_RADIUS_600, | ||
BORDER_RADIUS_900, | ||
BORDER_RADIUS_1000, | ||
@@ -22,2 +24,3 @@ BORDER_WIDTH_500, | ||
BORDER_RADIUS_600, | ||
BORDER_RADIUS_900, | ||
BORDER_RADIUS_1000, | ||
@@ -24,0 +27,0 @@ BORDER_WIDTH_500, |
@@ -7,2 +7,3 @@ 'use strict'; | ||
BORDER_RADIUS_600: '8px', | ||
BORDER_RADIUS_900: '24px', | ||
BORDER_RADIUS_1000: '999999px', | ||
@@ -9,0 +10,0 @@ BORDER_WIDTH_500: '1px', |
@@ -31,2 +31,11 @@ [ | ||
"category": "radius", | ||
"sass": "$Border-radius--900", | ||
"css": "--border-radius--900", | ||
"javascript": "BORDER_RADIUS_900", | ||
"app": "Radius 900", | ||
"category": "radius", | ||
"value": "24px" | ||
}, | ||
{ | ||
"category": "radius", | ||
"sass": "$Border-radius--1000", | ||
@@ -33,0 +42,0 @@ "css": "--border-radius--1000", |
{ | ||
"name": "@sproutsocial/seeds-border", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Seeds Border Tokens", | ||
@@ -5,0 +5,0 @@ "main": "dist/seeds-border.js", |
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
3541
114