uip-design-system
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -44,2 +44,8 @@ (function (global, factory) { | ||
var VALID_COL_NUMBERS = [].concat(toConsumableArray(Array(MAX_COLS + 1).keys())).slice(1); // array containing valid columns, eg [1,2,...12] | ||
var SIZE_UNIT = 'rem'; | ||
var SIZE_SCALE = { | ||
small: 0.5, | ||
base: 1, | ||
large: 1.5 | ||
}; | ||
@@ -155,2 +161,4 @@ var _templateObject$1 = taggedTemplateLiteral(['\n @media (min-width: ', 'em) {\n ', '\n }\n '], ['\n @media (min-width: ', 'em) {\n ', '\n }\n ']); | ||
exports.VALID_COL_NUMBERS = VALID_COL_NUMBERS; | ||
exports.SIZE_UNIT = SIZE_UNIT; | ||
exports.SIZE_SCALE = SIZE_SCALE; | ||
exports.media = media; | ||
@@ -157,0 +165,0 @@ |
{ | ||
"name": "uip-design-system", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Design system for Urban Infrastructure Partner", | ||
@@ -5,0 +5,0 @@ "main": "dist/uip-design-system.js", |
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
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
38749
264