@remato/design-system
Advanced tools
Comparing version 1.4.1 to 1.5.0
@@ -42,2 +42,3 @@ /** | ||
yellow500: string; | ||
yellow300: string; | ||
yellow200: string; | ||
@@ -44,0 +45,0 @@ yellow100: string; |
@@ -19,3 +19,3 @@ "use strict"; | ||
grey300: '#ccd5db', | ||
grey200: '#e0e6e9', | ||
grey200: '#e5eaed', | ||
blueGrey300: '#c2d6e5', | ||
@@ -45,2 +45,3 @@ blueGrey200: '#d1e2ef', | ||
yellow500: '#f7da61', | ||
yellow300: '#fbecb0', | ||
yellow200: '#fdf6d7', | ||
@@ -47,0 +48,0 @@ yellow100: '#fefbef', |
{ | ||
"name": "@remato/design-system", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"main": "lib/index.js", | ||
@@ -17,5 +17,5 @@ "types": "lib/index.d.ts", | ||
"@remato/stylelint-config": "git+ssh://git@github.com/rematocorp/stylelint-config.git#master", | ||
"stylelint": "^13.12.0", | ||
"typescript": "^4.2.4" | ||
"stylelint": "^13.13.1", | ||
"typescript": "^4.3.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4056
100