@servicetitan/tokens
Advanced tools
Comparing version 7.1.0 to 7.2.0
@@ -0,1 +1,13 @@ | ||
# v7.2.0 (Tue Nov 10 2020) | ||
#### 🚀 Enhancement | ||
- Border radius additional classes [#1631](https://github.com/servicetitan/anvil/pull/1631) ([@yakunins](https://github.com/yakunins)) | ||
#### Authors: 1 | ||
- Sergey Yakunin ([@yakunins](https://github.com/yakunins)) | ||
--- | ||
# v7.1.0 (Fri Oct 30 2020) | ||
@@ -2,0 +14,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 30 Oct 2020 20:42:23 GMT | ||
* Generated on Wed, 11 Nov 2020 01:18:43 GMT | ||
*/ |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 30 Oct 2020 20:42:23 GMT | ||
* Generated on Wed, 11 Nov 2020 01:18:43 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ module.exports = { |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 30 Oct 2020 20:42:23 GMT | ||
* Generated on Wed, 11 Nov 2020 01:18:43 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
declare const tokens: { | ||
defaultBorderRadius: string; | ||
circularRadius: string; | ||
pillRadius: string; | ||
borderRadius0: string; | ||
borderRadius1: string; | ||
borderRadius2: string; | ||
borderRadiusPill: string; | ||
borderRadiusCircular: string; | ||
@@ -8,0 +10,0 @@ breakpointMobile: string; |
@@ -6,7 +6,9 @@ "use strict"; | ||
defaultBorderRadius: '3px', | ||
circularRadius: '500em', | ||
circularRadius: '50%', | ||
pillRadius: '500em', | ||
borderRadius0: '0', | ||
borderRadius1: '3px', | ||
borderRadius2: '6px', | ||
borderRadiusCircular: '500em', | ||
borderRadiusPill: '500em', | ||
borderRadiusCircular: '50%', | ||
breakpointMobile: '320px', | ||
@@ -13,0 +15,0 @@ breakpointMobileLarge: '576px', |
@@ -5,7 +5,9 @@ // Source: tokens | ||
defaultBorderRadius: '3px', | ||
circularRadius: '500em', | ||
circularRadius: '50%', | ||
pillRadius: '500em', | ||
borderRadius0: '0', | ||
borderRadius1: '3px', | ||
borderRadius2: '6px', | ||
borderRadiusCircular: '500em', | ||
borderRadiusPill: '500em', | ||
borderRadiusCircular: '50%', | ||
breakpointMobile: '320px', | ||
@@ -12,0 +14,0 @@ breakpointMobileLarge: '576px', |
{ | ||
"name": "@servicetitan/tokens", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"description": "", | ||
@@ -39,3 +39,3 @@ "homepage": "https://anvil.servicetitan.com", | ||
}, | ||
"gitHead": "c6a78d49b263fba944b4072dda9a0bae06a6e3e4" | ||
"gitHead": "7a7ff32a8574aeee434ec93b75401f7cd7e0cd22" | ||
} |
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 not supported yet
122624
3049