bpk-tokens-css
Advanced tools
Comparing version 35.0.2 to 36.0.0
{ | ||
"name": "bpk-tokens-css", | ||
"version": "35.0.2", | ||
"version": "36.0.0", | ||
"description": "Backpack design tokens for colors, spacing, font, etc.", | ||
@@ -18,3 +18,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "637cb6bcb0f677761a119d6bd32b1d2f36236b72", | ||
"gitHead": "a6910b1b5068590c7ba3691bedeb5818160cc477", | ||
"dependencies": { | ||
@@ -21,0 +21,0 @@ "color": "^3.0.0" |
@@ -44,3 +44,3 @@ { | ||
"BORDER_RADIUS_XS": 4, | ||
"BORDER_RADIUS_SM": 4, | ||
"BORDER_RADIUS_SM": 8, | ||
"BORDER_RADIUS_MD": 12, | ||
@@ -47,0 +47,0 @@ "BORDER_RADIUS_LG": 24, |
@@ -159,3 +159,3 @@ { | ||
"type": "size", | ||
"value": "4", | ||
"value": "8", | ||
"category": "radii", | ||
@@ -580,3 +580,3 @@ "originalValue": "{!BORDER_RADIUS_SM}", | ||
"type": "size", | ||
"value": "4", | ||
"value": "8", | ||
"category": "radii", | ||
@@ -583,0 +583,0 @@ "originalValue": "{!BORDER_RADIUS_SM}", |
@@ -49,3 +49,3 @@ { | ||
"BORDER_RADIUS_SM": { | ||
"value": 4 | ||
"value": 8 | ||
}, | ||
@@ -420,3 +420,3 @@ "BORDER_RADIUS_XS": { | ||
"type": "size", | ||
"value": "4", | ||
"value": "8", | ||
"category": "radii", | ||
@@ -841,3 +841,3 @@ "originalValue": "{!BORDER_RADIUS_SM}", | ||
"type": "size", | ||
"value": "4", | ||
"value": "8", | ||
"category": "radii", | ||
@@ -844,0 +844,0 @@ "originalValue": "{!BORDER_RADIUS_SM}", |
@@ -75,3 +75,3 @@ // @flow | ||
export const borderRadiusPill = 40; | ||
export const borderRadiusSm = 4; | ||
export const borderRadiusSm = 8; | ||
export const borderRadiusXs = 4; | ||
@@ -136,3 +136,3 @@ export const borderSizeLg = 2; | ||
export const cornerRadiusPill = 40; | ||
export const cornerRadiusSm = 4; | ||
export const cornerRadiusSm = 8; | ||
export const cornerRadiusXs = 4; | ||
@@ -139,0 +139,0 @@ export const fontFamily = "System"; |
@@ -44,3 +44,3 @@ /* | ||
borderRadiusPill: 40, | ||
borderRadiusSm: 4, | ||
borderRadiusSm: 8, | ||
borderRadiusXs: 4, | ||
@@ -105,3 +105,3 @@ borderSizeLg: 2, | ||
cornerRadiusPill: 40, | ||
cornerRadiusSm: 4, | ||
cornerRadiusSm: 8, | ||
cornerRadiusXs: 4, | ||
@@ -108,0 +108,0 @@ fontFamily: "System", |
@@ -75,3 +75,3 @@ // @flow | ||
export const borderRadiusPill = 40; | ||
export const borderRadiusSm = 4; | ||
export const borderRadiusSm = 8; | ||
export const borderRadiusXs = 4; | ||
@@ -136,3 +136,3 @@ export const borderSizeLg = 2; | ||
export const cornerRadiusPill = 40; | ||
export const cornerRadiusSm = 4; | ||
export const cornerRadiusSm = 8; | ||
export const cornerRadiusXs = 4; | ||
@@ -139,0 +139,0 @@ export const fontFamily = "System"; |
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