@engie-group/fluid-design-tokens
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -7,2 +7,7 @@ # Changelog | ||
## 📦 1.1.0 - 2022-02-03 | ||
### 🖍 Changed | ||
* Change size.border.radius to size.border.radius.md | ||
### 🚀 Added | ||
* Add size.border.radius.sm | ||
@@ -9,0 +14,0 @@ ## 📦 1.0.5 - 2021-12-16 |
@@ -807,3 +807,6 @@ { | ||
"width": "1px", | ||
"radius": ".25rem" | ||
"radius": { | ||
"md": "4px", | ||
"sm": "2px" | ||
} | ||
}, | ||
@@ -810,0 +813,0 @@ "font": { |
{ | ||
"name": "@engie-group/fluid-design-tokens", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "Fluid Design Tokens", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2bb0b79b7d80acba314b348c90600215c50fc403" | ||
"gitHead": "601d50afa250e303e64b684145d3511b31bb21ec" | ||
} |
@@ -8,3 +8,8 @@ { | ||
"radius": { | ||
"value": ".25rem" | ||
"md": { | ||
"value": "4px" | ||
}, | ||
"sm": { | ||
"value": "2px" | ||
} | ||
} | ||
@@ -11,0 +16,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
124968
3224