@invisionag/iris-settings
Advanced tools
Comparing version 4.3.3 to 4.4.0
@@ -113,3 +113,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
/* harmony default export */ var settings = ({ | ||
basePx: 16, | ||
basePx: 14, | ||
fontSize: base + 'rem', | ||
@@ -147,2 +147,3 @@ lineHeight: 1.5, | ||
tooltipMaxWidth: base * 20 + 'rem', | ||
cardWidth: base * 20 + 'rem', | ||
@@ -149,0 +150,0 @@ radiusTiny: '2px', |
{ | ||
"name": "@invisionag/iris-settings", | ||
"version": "4.3.3", | ||
"version": "4.4.0", | ||
"main": "dist/index.js", | ||
"repository": "git@github.com:ivx/iris.git", | ||
"license": "MIT", | ||
"gitHead": "6489e61dbb44ae50bce467d99ac8e2f2c1485db2" | ||
"gitHead": "4fb18d17766d9fb5f1ac190dc412fe57fc134157" | ||
} |
@@ -10,3 +10,3 @@ // @flow | ||
export default { | ||
basePx: 16, | ||
basePx: 14, | ||
fontSize: `${base}rem`, | ||
@@ -44,2 +44,3 @@ lineHeight: 1.5, | ||
tooltipMaxWidth: `${base * 20}rem`, | ||
cardWidth: `${base * 20}rem`, | ||
@@ -46,0 +47,0 @@ radiusTiny: '2px', |
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
27114
335