@instructure/ui-tag
Advanced tools
Comparing version 6.16.1-rc.29 to 6.16.1-rc.30
@@ -24,2 +24,3 @@ /* | ||
*/ | ||
export { Tag } from './Tag'; | ||
export { Tag } from './Tag'; | ||
export { TagLocator } from './Tag/TagLocator'; |
@@ -24,4 +24,4 @@ /* | ||
*/ | ||
import { locator } from '@instructure/ui-test-utils'; | ||
import { Tag } from './index'; | ||
export default locator(Tag.selector); | ||
import { TagLocator } from './TagLocator'; | ||
export { TagLocator }; | ||
export default TagLocator; |
@@ -12,3 +12,11 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "TagLocator", { | ||
enumerable: true, | ||
get: function get() { | ||
return _TagLocator.TagLocator; | ||
} | ||
}); | ||
var _Tag = require("./Tag"); | ||
var _Tag = require("./Tag"); | ||
var _TagLocator = require("./Tag/TagLocator"); |
@@ -6,8 +6,12 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "TagLocator", { | ||
enumerable: true, | ||
get: function get() { | ||
return _TagLocator.TagLocator; | ||
} | ||
}); | ||
exports.default = void 0; | ||
var _uiTestUtils = require("@instructure/ui-test-utils"); | ||
var _TagLocator = require("./TagLocator"); | ||
var _index = require("./index"); | ||
/* | ||
@@ -36,4 +40,3 @@ * The MIT License (MIT) | ||
*/ | ||
var _default = (0, _uiTestUtils.locator)(_index.Tag.selector); | ||
var _default = _TagLocator.TagLocator; | ||
exports.default = _default; |
{ | ||
"name": "@instructure/ui-tag", | ||
"version": "6.16.1-rc.29+59fb83868", | ||
"version": "6.16.1-rc.30+b957f11a0", | ||
"description": "A tag component", | ||
@@ -26,10 +26,10 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"@babel/runtime": "^7.5.0", | ||
"@instructure/console": "6.16.1-rc.29+59fb83868", | ||
"@instructure/ui-color-utils": "6.16.1-rc.29+59fb83868", | ||
"@instructure/ui-dom-utils": "6.16.1-rc.29+59fb83868", | ||
"@instructure/ui-icons": "6.16.1-rc.29+59fb83868", | ||
"@instructure/ui-react-utils": "6.16.1-rc.29+59fb83868", | ||
"@instructure/ui-testable": "6.16.1-rc.29+59fb83868", | ||
"@instructure/ui-themeable": "6.16.1-rc.29+59fb83868", | ||
"@instructure/ui-view": "6.16.1-rc.29+59fb83868", | ||
"@instructure/console": "6.16.1-rc.30+b957f11a0", | ||
"@instructure/ui-color-utils": "6.16.1-rc.30+b957f11a0", | ||
"@instructure/ui-dom-utils": "6.16.1-rc.30+b957f11a0", | ||
"@instructure/ui-icons": "6.16.1-rc.30+b957f11a0", | ||
"@instructure/ui-react-utils": "6.16.1-rc.30+b957f11a0", | ||
"@instructure/ui-testable": "6.16.1-rc.30+b957f11a0", | ||
"@instructure/ui-themeable": "6.16.1-rc.30+b957f11a0", | ||
"@instructure/ui-view": "6.16.1-rc.30+b957f11a0", | ||
"classnames": "^2", | ||
@@ -39,4 +39,4 @@ "prop-types": "^15" | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "6.16.1-rc.29+59fb83868", | ||
"@instructure/ui-test-utils": "6.16.1-rc.29+59fb83868" | ||
"@instructure/ui-babel-preset": "6.16.1-rc.30+b957f11a0", | ||
"@instructure/ui-test-utils": "6.16.1-rc.30+b957f11a0" | ||
}, | ||
@@ -50,3 +50,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "59fb838680d7a6ffabe6cd889638c213947e07a1" | ||
"gitHead": "b957f11a0b6b5c949f5beb7d29897731a6aa0d07" | ||
} |
@@ -26,1 +26,2 @@ /* | ||
export { Tag } from './Tag' | ||
export { TagLocator } from './Tag/TagLocator' |
@@ -24,6 +24,5 @@ /* | ||
*/ | ||
import { locator } from '@instructure/ui-test-utils' | ||
import { TagLocator } from './TagLocator' | ||
import { Tag } from './index' | ||
export default locator(Tag.selector) | ||
export { TagLocator } | ||
export default TagLocator |
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
66906
25
1346