@invisionag/iris-react-image-container
Advanced tools
Comparing version 2.3.16 to 2.3.17
@@ -104,3 +104,3 @@ module.exports = | ||
module.exports = require("@invisionag/beacon-tokens/injixo"); | ||
module.exports = require("@invisionag/beacon-tokens/injixo/injixo.cjs"); | ||
@@ -116,4 +116,4 @@ /***/ }), | ||
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_0__); | ||
/* harmony import */ var _invisionag_beacon_tokens_injixo__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2); | ||
/* harmony import */ var _invisionag_beacon_tokens_injixo__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_invisionag_beacon_tokens_injixo__WEBPACK_IMPORTED_MODULE_1__); | ||
/* harmony import */ var _invisionag_beacon_tokens_injixo_injixo_cjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2); | ||
/* harmony import */ var _invisionag_beacon_tokens_injixo_injixo_cjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_invisionag_beacon_tokens_injixo_injixo_cjs__WEBPACK_IMPORTED_MODULE_1__); | ||
(function () { | ||
@@ -144,3 +144,3 @@ var enterModule = (typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal : __webpack_require__(0)).enterModule; | ||
var fillShape = _ref4.fillShape; | ||
return fillShape ? _invisionag_beacon_tokens_injixo__WEBPACK_IMPORTED_MODULE_1__["color"].ui0 : ''; | ||
return fillShape ? _invisionag_beacon_tokens_injixo_injixo_cjs__WEBPACK_IMPORTED_MODULE_1__["color"].ui0 : ''; | ||
}); | ||
@@ -147,0 +147,0 @@ var _default = ImageContainer; |
{ | ||
"name": "@invisionag/iris-react-image-container", | ||
"version": "2.3.16", | ||
"version": "2.3.17", | ||
"main": "dist/index.js", | ||
@@ -8,5 +8,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@invisionag/beacon-tokens": "^0.0.10", | ||
"@invisionag/iris-settings": "^6.1.16", | ||
"@invisionag/iris-tools": "^4.1.16" | ||
"@invisionag/beacon-tokens": "^0.0.13", | ||
"@invisionag/iris-settings": "^6.1.17", | ||
"@invisionag/iris-tools": "^4.1.17" | ||
}, | ||
@@ -16,3 +16,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "7924136673098e33f8a3cca490d30bf04d8e1ee5" | ||
"gitHead": "4923c8fbc158e3774f67dc6ec9c4c768a9efa230" | ||
} |
// @flow | ||
import styled from 'styled-components'; | ||
import { color } from '@invisionag/beacon-tokens/injixo'; | ||
import { color } from '@invisionag/beacon-tokens/injixo/injixo.cjs'; | ||
@@ -5,0 +5,0 @@ export type Props = { |
Sorry, the diff of this file is not supported yet
10486
+ Added@invisionag/beacon-tokens@0.0.13(transitive)
- Removed@invisionag/beacon-tokens@0.0.10(transitive)