@invisionag/iris-tools
Advanced tools
Comparing version 4.1.17-alpha.8 to 4.1.17-alpha.11
@@ -85,3 +85,3 @@ module.exports = | ||
/******/ // Load entry module and return exports | ||
/******/ return __webpack_require__(__webpack_require__.s = 10); | ||
/******/ return __webpack_require__(__webpack_require__.s = 3); | ||
/******/ }) | ||
@@ -93,40 +93,44 @@ /************************************************************************/ | ||
module.exports = require("react-hot-loader"); | ||
module.exports = require("@invisionag/iris-settings"); | ||
/***/ }), | ||
/* 1 */ | ||
/***/ (function(module, exports) { | ||
module.exports = require("polished"); | ||
/***/ }), | ||
/* 2 */ | ||
/***/ (function(module, exports) { | ||
module.exports = require("@invisionag/beacon-tokens/injixo"); | ||
/***/ }), | ||
/* 3 */ | ||
/***/ (function(module, __webpack_exports__, __webpack_require__) { | ||
"use strict"; | ||
/* WEBPACK VAR INJECTION */(function(module) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return shadowColor; }); | ||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return shadowOpacity; }); | ||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return boxShadowSmall; }); | ||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return boxShadowLarge; }); | ||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return boxShadow; }); | ||
/* harmony import */ var polished__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8); | ||
/* harmony import */ var polished__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(polished__WEBPACK_IMPORTED_MODULE_0__); | ||
/* harmony import */ var _invisionag_iris_settings__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4); | ||
/* harmony import */ var _invisionag_iris_settings__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_invisionag_iris_settings__WEBPACK_IMPORTED_MODULE_1__); | ||
/* harmony import */ var _invisionag_beacon_tokens_injixo_injixo_cjs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9); | ||
/* harmony import */ var _invisionag_beacon_tokens_injixo_injixo_cjs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_invisionag_beacon_tokens_injixo_injixo_cjs__WEBPACK_IMPORTED_MODULE_2__); | ||
(function () { | ||
var enterModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).enterModule; | ||
enterModule && enterModule(module); | ||
})(); | ||
__webpack_require__.r(__webpack_exports__); | ||
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) { | ||
return a; | ||
}; | ||
// EXTERNAL MODULE: external "polished" | ||
var external_polished_ = __webpack_require__(1); | ||
// EXTERNAL MODULE: external "@invisionag/iris-settings" | ||
var iris_settings_ = __webpack_require__(0); | ||
// EXTERNAL MODULE: external "@invisionag/beacon-tokens/injixo" | ||
var injixo_ = __webpack_require__(2); | ||
// CONCATENATED MODULE: ./packages/tools/src/box-shadow.js | ||
var shadowColor = _invisionag_beacon_tokens_injixo_injixo_cjs__WEBPACK_IMPORTED_MODULE_2__["color"].typography200; | ||
var shadowColor = injixo_["color"].typography200; | ||
var shadowOpacity = 0.25; | ||
var boxShadowSmall = "0 0.0675em 0.125em ".concat(Object(polished__WEBPACK_IMPORTED_MODULE_0__["rgba"])(shadowColor, shadowOpacity)); | ||
var boxShadowLarge = "0 0.25em 0.5em ".concat(Object(polished__WEBPACK_IMPORTED_MODULE_0__["rgba"])(shadowColor, shadowOpacity), ", ").concat(boxShadowSmall); | ||
var boxShadow = function boxShadow() { | ||
var boxShadowSmall = "0 0.0675em 0.125em ".concat(Object(external_polished_["rgba"])(shadowColor, shadowOpacity)); | ||
var boxShadowLarge = "0 0.25em 0.5em ".concat(Object(external_polished_["rgba"])(shadowColor, shadowOpacity), ", ").concat(boxShadowSmall); | ||
var box_shadow_boxShadow = function boxShadow() { | ||
var size = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'large'; | ||
var withActiveState = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; | ||
if (!_invisionag_iris_settings__WEBPACK_IMPORTED_MODULE_1__["settings"].shadow) return ''; | ||
if (!iris_settings_["settings"].shadow) return ''; | ||
var shadowStyling = "box-shadow: ".concat(size === 'large' ? boxShadowLarge : boxShadowSmall, ";"); | ||
@@ -136,77 +140,30 @@ var activeStyling = withActiveState ? "\n &:active {\n ".concat(shadowStyling, "\n }\n ") : ''; | ||
}; | ||
var _default = { | ||
/* harmony default export */ var box_shadow = ({ | ||
boxShadowSmall: boxShadowSmall, | ||
boxShadowLarge: boxShadowLarge, | ||
boxShadow: boxShadow | ||
}; | ||
/* unused harmony default export */ var _unused_webpack_default_export = (_default); | ||
; | ||
boxShadow: box_shadow_boxShadow | ||
}); | ||
// CONCATENATED MODULE: ./packages/tools/src/px-to-rem.js | ||
(function () { | ||
var reactHotLoader = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).default; | ||
if (!reactHotLoader) { | ||
return; | ||
var getValue = function getValue(value) { | ||
var pattern = new RegExp(/\^px/, 'ig'); | ||
var match = pattern.exec(value); | ||
if (!match) { | ||
throw new Error("".concat(value, " needs to be a pixel value")); | ||
} | ||
reactHotLoader.register(shadowColor, "shadowColor", "/Users/cilice/Development/iris/packages/tools/src/box-shadow.js"); | ||
reactHotLoader.register(shadowOpacity, "shadowOpacity", "/Users/cilice/Development/iris/packages/tools/src/box-shadow.js"); | ||
reactHotLoader.register(boxShadowSmall, "boxShadowSmall", "/Users/cilice/Development/iris/packages/tools/src/box-shadow.js"); | ||
reactHotLoader.register(boxShadowLarge, "boxShadowLarge", "/Users/cilice/Development/iris/packages/tools/src/box-shadow.js"); | ||
reactHotLoader.register(boxShadow, "boxShadow", "/Users/cilice/Development/iris/packages/tools/src/box-shadow.js"); | ||
reactHotLoader.register(_default, "default", "/Users/cilice/Development/iris/packages/tools/src/box-shadow.js"); | ||
})(); | ||
; | ||
(function () { | ||
var leaveModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).leaveModule; | ||
leaveModule && leaveModule(module); | ||
})(); | ||
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(2)(module))) | ||
/***/ }), | ||
/* 2 */ | ||
/***/ (function(module, exports) { | ||
module.exports = function(originalModule) { | ||
if (!originalModule.webpackPolyfill) { | ||
var module = Object.create(originalModule); | ||
// module.parent = undefined by default | ||
if (!module.children) module.children = []; | ||
Object.defineProperty(module, "loaded", { | ||
enumerable: true, | ||
get: function() { | ||
return module.l; | ||
} | ||
}); | ||
Object.defineProperty(module, "id", { | ||
enumerable: true, | ||
get: function() { | ||
return module.i; | ||
} | ||
}); | ||
Object.defineProperty(module, "exports", { | ||
enumerable: true | ||
}); | ||
module.webpackPolyfill = 1; | ||
} | ||
return module; | ||
return !!match[0].toString(); | ||
}; | ||
/***/ }), | ||
/* 3 */ | ||
/***/ (function(module, __webpack_exports__, __webpack_require__) { | ||
"use strict"; | ||
/* WEBPACK VAR INJECTION */(function(module) {(function () { | ||
var enterModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).enterModule; | ||
enterModule && enterModule(module); | ||
})(); | ||
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) { | ||
return a; | ||
}; | ||
/* harmony default export */ var px_to_rem = (function (value) { | ||
if (!getValue(value)) throw new Error("".concat(value, " needs to be a pixel value")); | ||
return parseInt(value, 10) / iris_settings_["settings"].basePx; | ||
}); | ||
// CONCATENATED MODULE: ./packages/tools/src/equal-size-siblings.js | ||
/* harmony default export */ var equal_size_siblings = (function () { | ||
return "\n /* one item */\n &:nth-child(1):nth-last-child(1) {\n width: 100%;\n }\n\n /* two items */\n &:nth-child(1):nth-last-child(2),\n &:nth-child(2):nth-last-child(1) {\n width: 50%;\n }\n\n /* three items */\n &:nth-child(1):nth-last-child(3),\n &:nth-child(2):nth-last-child(2),\n &:nth-child(3):nth-last-child(1) {\n width: 33.3333%;\n }\n\n /* four items */\n &:nth-child(1):nth-last-child(4),\n &:nth-child(2):nth-last-child(3),\n &:nth-child(3):nth-last-child(2),\n &:nth-child(4):nth-last-child(1) {\n width: 25%;\n }\n\n /* five items */\n &:nth-child(1):nth-last-child(5),\n &:nth-child(2):nth-last-child(4),\n &:nth-child(3):nth-last-child(3),\n &:nth-child(4):nth-last-child(2),\n &:nth-child(5):nth-last-child(1) {\n width: 20%;\n }\n\n /* six items */\n &:nth-child(1):nth-last-child(6),\n &:nth-child(2):nth-last-child(5),\n &:nth-child(3):nth-last-child(4),\n &:nth-child(4):nth-last-child(3),\n &:nth-child(5):nth-last-child(2),\n &:nth-child(6):nth-last-child(1) {\n width: 16.66%;\n }\n"; | ||
}); | ||
// CONCATENATED MODULE: ./packages/tools/src/extractUnit.js | ||
var reverseString = function reverseString(v) { | ||
@@ -232,145 +189,6 @@ return v.split('').reverse().join(''); | ||
var _default = extractUnit; | ||
/* harmony default export */ __webpack_exports__["a"] = (_default); | ||
; | ||
/* harmony default export */ var src_extractUnit = (extractUnit); | ||
// CONCATENATED MODULE: ./packages/tools/src/calc.js | ||
(function () { | ||
var reactHotLoader = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).default; | ||
if (!reactHotLoader) { | ||
return; | ||
} | ||
reactHotLoader.register(reverseString, "reverseString", "/Users/cilice/Development/iris/packages/tools/src/extractUnit.js"); | ||
reactHotLoader.register(hasNoUnit, "hasNoUnit", "/Users/cilice/Development/iris/packages/tools/src/extractUnit.js"); | ||
reactHotLoader.register(extractUnit, "extractUnit", "/Users/cilice/Development/iris/packages/tools/src/extractUnit.js"); | ||
reactHotLoader.register(_default, "default", "/Users/cilice/Development/iris/packages/tools/src/extractUnit.js"); | ||
})(); | ||
; | ||
(function () { | ||
var leaveModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).leaveModule; | ||
leaveModule && leaveModule(module); | ||
})(); | ||
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(2)(module))) | ||
/***/ }), | ||
/* 4 */ | ||
/***/ (function(module, exports) { | ||
module.exports = require("@invisionag/iris-settings"); | ||
/***/ }), | ||
/* 5 */ | ||
/***/ (function(module, __webpack_exports__, __webpack_require__) { | ||
"use strict"; | ||
/* WEBPACK VAR INJECTION */(function(module) {/* harmony import */ var _invisionag_iris_settings__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4); | ||
/* harmony import */ var _invisionag_iris_settings__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_invisionag_iris_settings__WEBPACK_IMPORTED_MODULE_0__); | ||
(function () { | ||
var enterModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).enterModule; | ||
enterModule && enterModule(module); | ||
})(); | ||
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) { | ||
return a; | ||
}; | ||
var getValue = function getValue(value) { | ||
var pattern = new RegExp(/\^px/, 'ig'); | ||
var match = pattern.exec(value); | ||
if (!match) { | ||
throw new Error("".concat(value, " needs to be a pixel value")); | ||
} | ||
return !!match[0].toString(); | ||
}; | ||
var _default = function _default(value) { | ||
if (!getValue(value)) throw new Error("".concat(value, " needs to be a pixel value")); | ||
return parseInt(value, 10) / _invisionag_iris_settings__WEBPACK_IMPORTED_MODULE_0__["settings"].basePx; | ||
}; | ||
/* harmony default export */ __webpack_exports__["a"] = (_default); | ||
; | ||
(function () { | ||
var reactHotLoader = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).default; | ||
if (!reactHotLoader) { | ||
return; | ||
} | ||
reactHotLoader.register(getValue, "getValue", "/Users/cilice/Development/iris/packages/tools/src/px-to-rem.js"); | ||
reactHotLoader.register(_default, "default", "/Users/cilice/Development/iris/packages/tools/src/px-to-rem.js"); | ||
})(); | ||
; | ||
(function () { | ||
var leaveModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).leaveModule; | ||
leaveModule && leaveModule(module); | ||
})(); | ||
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(2)(module))) | ||
/***/ }), | ||
/* 6 */ | ||
/***/ (function(module, __webpack_exports__, __webpack_require__) { | ||
"use strict"; | ||
/* WEBPACK VAR INJECTION */(function(module) {(function () { | ||
var enterModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).enterModule; | ||
enterModule && enterModule(module); | ||
})(); | ||
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) { | ||
return a; | ||
}; | ||
var _default = function _default() { | ||
return "\n /* one item */\n &:nth-child(1):nth-last-child(1) {\n width: 100%;\n }\n\n /* two items */\n &:nth-child(1):nth-last-child(2),\n &:nth-child(2):nth-last-child(1) {\n width: 50%;\n }\n\n /* three items */\n &:nth-child(1):nth-last-child(3),\n &:nth-child(2):nth-last-child(2),\n &:nth-child(3):nth-last-child(1) {\n width: 33.3333%;\n }\n\n /* four items */\n &:nth-child(1):nth-last-child(4),\n &:nth-child(2):nth-last-child(3),\n &:nth-child(3):nth-last-child(2),\n &:nth-child(4):nth-last-child(1) {\n width: 25%;\n }\n\n /* five items */\n &:nth-child(1):nth-last-child(5),\n &:nth-child(2):nth-last-child(4),\n &:nth-child(3):nth-last-child(3),\n &:nth-child(4):nth-last-child(2),\n &:nth-child(5):nth-last-child(1) {\n width: 20%;\n }\n\n /* six items */\n &:nth-child(1):nth-last-child(6),\n &:nth-child(2):nth-last-child(5),\n &:nth-child(3):nth-last-child(4),\n &:nth-child(4):nth-last-child(3),\n &:nth-child(5):nth-last-child(2),\n &:nth-child(6):nth-last-child(1) {\n width: 16.66%;\n }\n"; | ||
}; | ||
/* harmony default export */ __webpack_exports__["a"] = (_default); | ||
; | ||
(function () { | ||
var reactHotLoader = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).default; | ||
if (!reactHotLoader) { | ||
return; | ||
} | ||
reactHotLoader.register(_default, "default", "/Users/cilice/Development/iris/packages/tools/src/equal-size-siblings.js"); | ||
})(); | ||
; | ||
(function () { | ||
var leaveModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).leaveModule; | ||
leaveModule && leaveModule(module); | ||
})(); | ||
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(2)(module))) | ||
/***/ }), | ||
/* 7 */ | ||
/***/ (function(module, __webpack_exports__, __webpack_require__) { | ||
"use strict"; | ||
/* WEBPACK VAR INJECTION */(function(module) {/* harmony import */ var _extractUnit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3); | ||
(function () { | ||
var enterModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).enterModule; | ||
enterModule && enterModule(module); | ||
})(); | ||
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) { | ||
return a; | ||
}; | ||
function calc(value) { | ||
@@ -382,3 +200,3 @@ var calculation = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function (v) { | ||
if (typeof value === 'string') { | ||
var unit = Object(_extractUnit__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(value); | ||
var unit = src_extractUnit(value); | ||
var unitlessValue = parseFloat(value); // eslint-disable-next-line no-restricted-globals | ||
@@ -393,114 +211,32 @@ | ||
var _default = calc; | ||
/* harmony default export */ __webpack_exports__["a"] = (_default); | ||
; | ||
/* harmony default export */ var src_calc = (calc); | ||
// CONCATENATED MODULE: ./packages/tools/src/index.js | ||
/* concated harmony reexport boxShadow */__webpack_require__.d(__webpack_exports__, "boxShadow", function() { return box_shadow_boxShadow; }); | ||
/* concated harmony reexport boxShadowLarge */__webpack_require__.d(__webpack_exports__, "boxShadowLarge", function() { return boxShadowLarge; }); | ||
/* concated harmony reexport boxShadowSmall */__webpack_require__.d(__webpack_exports__, "boxShadowSmall", function() { return boxShadowSmall; }); | ||
/* concated harmony reexport shadowColor */__webpack_require__.d(__webpack_exports__, "shadowColor", function() { return shadowColor; }); | ||
/* concated harmony reexport shadowOpacity */__webpack_require__.d(__webpack_exports__, "shadowOpacity", function() { return shadowOpacity; }); | ||
/* concated harmony reexport calc */__webpack_require__.d(__webpack_exports__, "calc", function() { return src_calc; }); | ||
/* concated harmony reexport extractUnit */__webpack_require__.d(__webpack_exports__, "extractUnit", function() { return src_extractUnit; }); | ||
/* concated harmony reexport pxToRem */__webpack_require__.d(__webpack_exports__, "pxToRem", function() { return px_to_rem; }); | ||
/* concated harmony reexport equalSizeSiblings */__webpack_require__.d(__webpack_exports__, "equalSizeSiblings", function() { return equal_size_siblings; }); | ||
(function () { | ||
var reactHotLoader = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).default; | ||
if (!reactHotLoader) { | ||
return; | ||
} | ||
reactHotLoader.register(calc, "calc", "/Users/cilice/Development/iris/packages/tools/src/calc.js"); | ||
reactHotLoader.register(_default, "default", "/Users/cilice/Development/iris/packages/tools/src/calc.js"); | ||
})(); | ||
; | ||
(function () { | ||
var leaveModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).leaveModule; | ||
leaveModule && leaveModule(module); | ||
})(); | ||
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(2)(module))) | ||
/***/ }), | ||
/* 8 */ | ||
/***/ (function(module, exports) { | ||
/* harmony default export */ var src = __webpack_exports__["default"] = ({ | ||
boxShadow: box_shadow_boxShadow, | ||
boxShadowLarge: boxShadowLarge, | ||
boxShadowSmall: boxShadowSmall, | ||
shadowColor: shadowColor, | ||
shadowOpacity: shadowOpacity, | ||
calc: src_calc, | ||
extractUnit: src_extractUnit, | ||
pxToRem: px_to_rem, | ||
equalSizeSiblings: equal_size_siblings | ||
}); | ||
module.exports = require("polished"); | ||
/***/ }), | ||
/* 9 */ | ||
/***/ (function(module, exports) { | ||
module.exports = require("@invisionag/beacon-tokens/injixo/injixo.cjs"); | ||
/***/ }), | ||
/* 10 */ | ||
/***/ (function(module, __webpack_exports__, __webpack_require__) { | ||
"use strict"; | ||
__webpack_require__.r(__webpack_exports__); | ||
/* WEBPACK VAR INJECTION */(function(module) {/* harmony import */ var _box_shadow__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1); | ||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "boxShadow", function() { return _box_shadow__WEBPACK_IMPORTED_MODULE_0__["a"]; }); | ||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "boxShadowLarge", function() { return _box_shadow__WEBPACK_IMPORTED_MODULE_0__["b"]; }); | ||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "boxShadowSmall", function() { return _box_shadow__WEBPACK_IMPORTED_MODULE_0__["c"]; }); | ||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "shadowColor", function() { return _box_shadow__WEBPACK_IMPORTED_MODULE_0__["d"]; }); | ||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "shadowOpacity", function() { return _box_shadow__WEBPACK_IMPORTED_MODULE_0__["e"]; }); | ||
/* harmony import */ var _px_to_rem__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5); | ||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "pxToRem", function() { return _px_to_rem__WEBPACK_IMPORTED_MODULE_1__["a"]; }); | ||
/* harmony import */ var _equal_size_siblings__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6); | ||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "equalSizeSiblings", function() { return _equal_size_siblings__WEBPACK_IMPORTED_MODULE_2__["a"]; }); | ||
/* harmony import */ var _extractUnit__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3); | ||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "extractUnit", function() { return _extractUnit__WEBPACK_IMPORTED_MODULE_3__["a"]; }); | ||
/* harmony import */ var _calc__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7); | ||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "calc", function() { return _calc__WEBPACK_IMPORTED_MODULE_4__["a"]; }); | ||
(function () { | ||
var enterModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).enterModule; | ||
enterModule && enterModule(module); | ||
})(); | ||
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) { | ||
return a; | ||
}; | ||
var _default = { | ||
boxShadow: _box_shadow__WEBPACK_IMPORTED_MODULE_0__[/* boxShadow */ "a"], | ||
boxShadowLarge: _box_shadow__WEBPACK_IMPORTED_MODULE_0__[/* boxShadowLarge */ "b"], | ||
boxShadowSmall: _box_shadow__WEBPACK_IMPORTED_MODULE_0__[/* boxShadowSmall */ "c"], | ||
shadowColor: _box_shadow__WEBPACK_IMPORTED_MODULE_0__[/* shadowColor */ "d"], | ||
shadowOpacity: _box_shadow__WEBPACK_IMPORTED_MODULE_0__[/* shadowOpacity */ "e"], | ||
calc: _calc__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"], | ||
extractUnit: _extractUnit__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"], | ||
pxToRem: _px_to_rem__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"], | ||
equalSizeSiblings: _equal_size_siblings__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"] | ||
}; | ||
/* harmony default export */ __webpack_exports__["default"] = (_default); | ||
; | ||
(function () { | ||
var reactHotLoader = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).default; | ||
if (!reactHotLoader) { | ||
return; | ||
} | ||
reactHotLoader.register(_default, "default", "/Users/cilice/Development/iris/packages/tools/src/index.js"); | ||
})(); | ||
; | ||
(function () { | ||
var leaveModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).leaveModule; | ||
leaveModule && leaveModule(module); | ||
})(); | ||
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(2)(module))) | ||
/***/ }) | ||
/******/ ]); |
{ | ||
"name": "@invisionag/iris-tools", | ||
"version": "4.1.17-alpha.8+06f36471", | ||
"version": "4.1.17-alpha.11+bf91628c", | ||
"main": "dist/index.js", | ||
@@ -8,7 +8,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@invisionag/beacon-tokens": "^0.0.13", | ||
"@invisionag/iris-settings": "^6.1.17-alpha.8+06f36471", | ||
"@invisionag/beacon-tokens": "^0.0.15", | ||
"@invisionag/iris-settings": "^6.1.17-alpha.11+bf91628c", | ||
"polished": "^3.4.1" | ||
}, | ||
"gitHead": "06f364719d2b1b05c4b3d317272a4c4dd9ae1768" | ||
"gitHead": "bf91628c7b28df16b1334b305358b5b4e090c1e4" | ||
} |
@@ -5,3 +5,3 @@ // @flow | ||
import { settings } from '@invisionag/iris-settings'; | ||
import { color } from '@invisionag/beacon-tokens/injixo/injixo.cjs'; | ||
import { color } from '@invisionag/beacon-tokens/injixo'; | ||
@@ -8,0 +8,0 @@ export const shadowColor = color.typography200; |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
20835
366
+ Added@invisionag/beacon-tokens@0.0.15(transitive)
- Removed@invisionag/beacon-tokens@0.0.13(transitive)