@instructure/ui-avatar
Advanced tools
Comparing version 6.16.1-rc.6 to 6.16.1-rc.7
@@ -24,4 +24,4 @@ /* | ||
*/ | ||
import { locator } from '@instructure/ui-test-utils'; | ||
import { Avatar } from './index'; | ||
export default locator(Avatar.selector); | ||
import { AvatarLocator } from './AvatarLocator'; | ||
export { AvatarLocator }; | ||
export default AvatarLocator; |
@@ -24,2 +24,3 @@ /* | ||
*/ | ||
export { Avatar } from './Avatar'; | ||
export { Avatar } from './Avatar'; | ||
export { AvatarLocator } from './Avatar/AvatarLocator'; |
@@ -6,8 +6,12 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "AvatarLocator", { | ||
enumerable: true, | ||
get: function get() { | ||
return _AvatarLocator.AvatarLocator; | ||
} | ||
}); | ||
exports.default = void 0; | ||
var _uiTestUtils = require("@instructure/ui-test-utils"); | ||
var _AvatarLocator = require("./AvatarLocator"); | ||
var _index = require("./index"); | ||
/* | ||
@@ -36,4 +40,3 @@ * The MIT License (MIT) | ||
*/ | ||
var _default = (0, _uiTestUtils.locator)(_index.Avatar.selector); | ||
var _default = _AvatarLocator.AvatarLocator; | ||
exports.default = _default; |
@@ -12,3 +12,11 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "AvatarLocator", { | ||
enumerable: true, | ||
get: function get() { | ||
return _AvatarLocator.AvatarLocator; | ||
} | ||
}); | ||
var _Avatar = require("./Avatar"); | ||
var _Avatar = require("./Avatar"); | ||
var _AvatarLocator = require("./Avatar/AvatarLocator"); |
{ | ||
"name": "@instructure/ui-avatar", | ||
"version": "6.16.1-rc.6+ecbcbf67a", | ||
"version": "6.16.1-rc.7+a91a87ee2", | ||
"description": "An image or letters that represents a user.", | ||
@@ -26,7 +26,7 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"@babel/runtime": "^7.5.0", | ||
"@instructure/console": "6.16.1-rc.6+ecbcbf67a", | ||
"@instructure/ui-react-utils": "6.16.1-rc.6+ecbcbf67a", | ||
"@instructure/ui-testable": "6.16.1-rc.6+ecbcbf67a", | ||
"@instructure/ui-themeable": "6.16.1-rc.6+ecbcbf67a", | ||
"@instructure/ui-view": "6.16.1-rc.6+ecbcbf67a", | ||
"@instructure/console": "6.16.1-rc.7+a91a87ee2", | ||
"@instructure/ui-react-utils": "6.16.1-rc.7+a91a87ee2", | ||
"@instructure/ui-testable": "6.16.1-rc.7+a91a87ee2", | ||
"@instructure/ui-themeable": "6.16.1-rc.7+a91a87ee2", | ||
"@instructure/ui-view": "6.16.1-rc.7+a91a87ee2", | ||
"classnames": "^2", | ||
@@ -36,5 +36,5 @@ "prop-types": "^15" | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "6.16.1-rc.6+ecbcbf67a", | ||
"@instructure/ui-color-utils": "6.16.1-rc.6+ecbcbf67a", | ||
"@instructure/ui-test-utils": "6.16.1-rc.6+ecbcbf67a" | ||
"@instructure/ui-babel-preset": "6.16.1-rc.7+a91a87ee2", | ||
"@instructure/ui-color-utils": "6.16.1-rc.7+a91a87ee2", | ||
"@instructure/ui-test-utils": "6.16.1-rc.7+a91a87ee2" | ||
}, | ||
@@ -48,3 +48,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "ecbcbf67acafdb124336ac720a0c36d225097da9" | ||
"gitHead": "a91a87ee29a4b849c133b51168b083123ddbc08b" | ||
} |
@@ -24,6 +24,6 @@ /* | ||
*/ | ||
import { locator } from '@instructure/ui-test-utils' | ||
import { Avatar } from './index' | ||
import { AvatarLocator } from './AvatarLocator' | ||
export default locator(Avatar.selector) | ||
export { AvatarLocator } | ||
export default AvatarLocator |
@@ -25,1 +25,2 @@ /* | ||
export { Avatar } from './Avatar' | ||
export { AvatarLocator } from './Avatar/AvatarLocator' |
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
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
64169
26
1141