@invisionag/iris-react-image-container
Advanced tools
Comparing version 2.3.16 to 2.3.17-alpha.8
@@ -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 : ''; | ||
}); | ||
@@ -158,4 +158,4 @@ var _default = ImageContainer; | ||
reactHotLoader.register(ImageContainer, "ImageContainer", "/Users/tobiaslengsholz/projects/iris/packages/react-image-container/src/index.js"); | ||
reactHotLoader.register(_default, "default", "/Users/tobiaslengsholz/projects/iris/packages/react-image-container/src/index.js"); | ||
reactHotLoader.register(ImageContainer, "ImageContainer", "/Users/cilice/Development/iris/packages/react-image-container/src/index.js"); | ||
reactHotLoader.register(_default, "default", "/Users/cilice/Development/iris/packages/react-image-container/src/index.js"); | ||
})(); | ||
@@ -162,0 +162,0 @@ |
{ | ||
"name": "@invisionag/iris-react-image-container", | ||
"version": "2.3.16", | ||
"version": "2.3.17-alpha.8+06f36471", | ||
"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-alpha.8+06f36471", | ||
"@invisionag/iris-tools": "^4.1.17-alpha.8+06f36471" | ||
}, | ||
@@ -16,3 +16,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "7924136673098e33f8a3cca490d30bf04d8e1ee5" | ||
"gitHead": "06f364719d2b1b05c4b3d317272a4c4dd9ae1768" | ||
} |
// @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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10525
2
1
+ Added@invisionag/beacon-tokens@0.0.13(transitive)
- Removed@invisionag/beacon-tokens@0.0.10(transitive)