@invisionag/iris-react-image-container
Advanced tools
Comparing version 2.5.12 to 2.5.14
@@ -85,3 +85,3 @@ module.exports = | ||
/******/ // Load entry module and return exports | ||
/******/ return __webpack_require__(__webpack_require__.s = 2); | ||
/******/ return __webpack_require__(__webpack_require__.s = 3); | ||
/******/ }) | ||
@@ -93,3 +93,3 @@ /************************************************************************/ | ||
module.exports = require("styled-components"); | ||
module.exports = require("@babel/runtime/helpers/taggedTemplateLiteral"); | ||
@@ -100,6 +100,12 @@ /***/ }), | ||
module.exports = require("styled-components"); | ||
/***/ }), | ||
/* 2 */ | ||
/***/ (function(module, exports) { | ||
module.exports = require("@invisionag/injixo-tokens/injixo"); | ||
/***/ }), | ||
/* 2 */ | ||
/* 3 */ | ||
/***/ (function(module, __webpack_exports__, __webpack_require__) { | ||
@@ -110,12 +116,23 @@ | ||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ImageContainer", function() { return ImageContainer; }); | ||
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); | ||
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_0__); | ||
/* harmony import */ var _invisionag_injixo_tokens_injixo__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1); | ||
/* harmony import */ var _invisionag_injixo_tokens_injixo__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_invisionag_injixo_tokens_injixo__WEBPACK_IMPORTED_MODULE_1__); | ||
/* harmony import */ var _babel_runtime_helpers_taggedTemplateLiteral__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); | ||
/* harmony import */ var _babel_runtime_helpers_taggedTemplateLiteral__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_taggedTemplateLiteral__WEBPACK_IMPORTED_MODULE_0__); | ||
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1); | ||
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_1__); | ||
/* harmony import */ var _invisionag_injixo_tokens_injixo__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(2); | ||
/* harmony import */ var _invisionag_injixo_tokens_injixo__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_invisionag_injixo_tokens_injixo__WEBPACK_IMPORTED_MODULE_2__); | ||
var ImageContainer = /*#__PURE__*/styled_components__WEBPACK_IMPORTED_MODULE_0___default()('div').withConfig({ | ||
displayName: "src__ImageContainer", | ||
componentId: "f62acz-0" | ||
})(["font-size:", ";color:", ";display:flex;justify-content:center;svg{width:1em;height:1em;fill:currentColor;.background{fill:", ";}.shapeColorFiller{fill:", ";}}"], function (_ref) { | ||
function _templateObject() { | ||
var data = _babel_runtime_helpers_taggedTemplateLiteral__WEBPACK_IMPORTED_MODULE_0___default()(["\n font-size: ", ";\n color: ", ";\n display: flex;\n justify-content: center;\n\n svg {\n width: 1em;\n height: 1em;\n fill: currentColor;\n\n .background {\n fill: ", ";\n }\n\n .shapeColorFiller {\n fill: ", ";\n }\n }\n"]); | ||
_templateObject = function _templateObject() { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
var ImageContainer = styled_components__WEBPACK_IMPORTED_MODULE_1___default()('div')(_templateObject(), function (_ref) { | ||
var scale = _ref.scale; | ||
@@ -131,3 +148,3 @@ return scale ? "".concat(scale, "em") : ''; | ||
var fillShape = _ref4.fillShape; | ||
return fillShape ? _invisionag_injixo_tokens_injixo__WEBPACK_IMPORTED_MODULE_1__["color"].ui0 : ''; | ||
return fillShape ? _invisionag_injixo_tokens_injixo__WEBPACK_IMPORTED_MODULE_2__["color"].ui0 : ''; | ||
}); | ||
@@ -134,0 +151,0 @@ /* harmony default export */ __webpack_exports__["default"] = (ImageContainer); |
{ | ||
"name": "@invisionag/iris-react-image-container", | ||
"version": "2.5.12", | ||
"version": "2.5.14", | ||
"main": "dist/index.js", | ||
@@ -9,4 +9,4 @@ "license": "MIT", | ||
"@invisionag/injixo-tokens": "^1.1.6", | ||
"@invisionag/iris-settings": "^6.3.12", | ||
"@invisionag/iris-tools": "^4.3.11" | ||
"@invisionag/iris-settings": "^6.3.14", | ||
"@invisionag/iris-tools": "^4.3.13" | ||
}, | ||
@@ -16,3 +16,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "4b169e42c7e788e8dd016d7bc6e1ae142da5fea9" | ||
"gitHead": "e6f652539f57bd98eaa59fd12ff0d61f5558d40b" | ||
} |
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
9356
165