@instructure/ui-radio-input
Advanced tools
Comparing version 6.16.1-rc.43 to 6.16.1-rc.45
@@ -25,4 +25,2 @@ /* | ||
export { RadioInput } from './RadioInput'; | ||
export { RadioInputLocator } from './RadioInput/RadioInputLocator'; | ||
export { RadioInputGroup } from './RadioInputGroup'; | ||
export { RadioInputGroupLocator } from './RadioInputGroup/RadioInputGroupLocator'; | ||
export { RadioInputGroup } from './RadioInputGroup'; |
@@ -24,4 +24,4 @@ /* | ||
*/ | ||
import { locator } from '@instructure/ui-test-utils'; | ||
import { locator } from '@instructure/ui-test-locator'; | ||
import { RadioInput } from './index'; | ||
export var RadioInputLocator = locator(RadioInput.selector); |
@@ -24,4 +24,4 @@ /* | ||
*/ | ||
import { locator } from '@instructure/ui-test-utils'; | ||
import { locator } from '@instructure/ui-test-locator'; | ||
import { RadioInputGroup } from './index'; | ||
export var RadioInputGroupLocator = locator(RadioInputGroup.selector); |
@@ -12,8 +12,2 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "RadioInputLocator", { | ||
enumerable: true, | ||
get: function get() { | ||
return _RadioInputLocator.RadioInputLocator; | ||
} | ||
}); | ||
Object.defineProperty(exports, "RadioInputGroup", { | ||
@@ -25,15 +19,5 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "RadioInputGroupLocator", { | ||
enumerable: true, | ||
get: function get() { | ||
return _RadioInputGroupLocator.RadioInputGroupLocator; | ||
} | ||
}); | ||
var _RadioInput = require("./RadioInput"); | ||
var _RadioInputLocator = require("./RadioInput/RadioInputLocator"); | ||
var _RadioInputGroup = require("./RadioInputGroup"); | ||
var _RadioInputGroupLocator = require("./RadioInputGroup/RadioInputGroupLocator"); | ||
var _RadioInputGroup = require("./RadioInputGroup"); |
@@ -8,3 +8,3 @@ "use strict"; | ||
var _uiTestUtils = require("@instructure/ui-test-utils"); | ||
var _locator = require("@instructure/ui-test-locator/lib/utils/locator.js"); | ||
@@ -36,3 +36,3 @@ var _index = require("./index"); | ||
*/ | ||
var RadioInputLocator = (0, _uiTestUtils.locator)(_index.RadioInput.selector); | ||
var RadioInputLocator = (0, _locator.locator)(_index.RadioInput.selector); | ||
exports.RadioInputLocator = RadioInputLocator; |
@@ -8,3 +8,3 @@ "use strict"; | ||
var _uiTestUtils = require("@instructure/ui-test-utils"); | ||
var _locator = require("@instructure/ui-test-locator/lib/utils/locator.js"); | ||
@@ -36,3 +36,3 @@ var _index = require("./index"); | ||
*/ | ||
var RadioInputGroupLocator = (0, _uiTestUtils.locator)(_index.RadioInputGroup.selector); | ||
var RadioInputGroupLocator = (0, _locator.locator)(_index.RadioInputGroup.selector); | ||
exports.RadioInputGroupLocator = RadioInputGroupLocator; |
{ | ||
"name": "@instructure/ui-radio-input", | ||
"version": "6.16.1-rc.43+0bdd16bff", | ||
"version": "6.16.1-rc.45+5f66affb8", | ||
"description": "A styled HTML input type='radio' element", | ||
@@ -25,9 +25,9 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"@babel/runtime": "^7.5.0", | ||
"@instructure/ui-dom-utils": "6.16.1-rc.43+0bdd16bff", | ||
"@instructure/ui-form-field": "6.16.1-rc.43+0bdd16bff", | ||
"@instructure/ui-prop-types": "6.16.1-rc.43+0bdd16bff", | ||
"@instructure/ui-react-utils": "6.16.1-rc.43+0bdd16bff", | ||
"@instructure/ui-testable": "6.16.1-rc.43+0bdd16bff", | ||
"@instructure/ui-themeable": "6.16.1-rc.43+0bdd16bff", | ||
"@instructure/uid": "6.16.1-rc.43+0bdd16bff", | ||
"@instructure/ui-dom-utils": "6.16.1-rc.45+5f66affb8", | ||
"@instructure/ui-form-field": "6.16.1-rc.45+5f66affb8", | ||
"@instructure/ui-prop-types": "6.16.1-rc.45+5f66affb8", | ||
"@instructure/ui-react-utils": "6.16.1-rc.45+5f66affb8", | ||
"@instructure/ui-testable": "6.16.1-rc.45+5f66affb8", | ||
"@instructure/ui-themeable": "6.16.1-rc.45+5f66affb8", | ||
"@instructure/uid": "6.16.1-rc.45+5f66affb8", | ||
"classnames": "^2", | ||
@@ -37,5 +37,6 @@ "prop-types": "^15" | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "6.16.1-rc.43+0bdd16bff", | ||
"@instructure/ui-color-utils": "6.16.1-rc.43+0bdd16bff", | ||
"@instructure/ui-test-utils": "6.16.1-rc.43+0bdd16bff" | ||
"@instructure/ui-babel-preset": "6.16.1-rc.45+5f66affb8", | ||
"@instructure/ui-color-utils": "6.16.1-rc.45+5f66affb8", | ||
"@instructure/ui-test-locator": "6.16.1-rc.45+5f66affb8", | ||
"@instructure/ui-test-utils": "6.16.1-rc.45+5f66affb8" | ||
}, | ||
@@ -49,3 +50,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "0bdd16bff2de2f17598843bf93e32f7780088855" | ||
"gitHead": "5f66affb87be10e737020c617469d672699aa376" | ||
} |
@@ -25,4 +25,2 @@ /* | ||
export { RadioInput } from './RadioInput' | ||
export { RadioInputLocator } from './RadioInput/RadioInputLocator' | ||
export { RadioInputGroup } from './RadioInputGroup' | ||
export { RadioInputGroupLocator } from './RadioInputGroup/RadioInputGroupLocator' |
@@ -25,3 +25,3 @@ /* | ||
import { locator } from '@instructure/ui-test-utils' | ||
import { locator } from '@instructure/ui-test-locator' | ||
@@ -28,0 +28,0 @@ import { RadioInput } from './index' |
@@ -25,3 +25,3 @@ /* | ||
import { locator } from '@instructure/ui-test-utils' | ||
import { locator } from '@instructure/ui-test-locator' | ||
@@ -28,0 +28,0 @@ import { RadioInputGroup } from './index' |
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
114212
4
2264