@instructure/ui-form-field
Advanced tools
Comparing version 5.44.1-rc.5 to 5.44.1-rc.6
@@ -38,3 +38,2 @@ import "core-js/modules/es6.array.find-index"; | ||
import classnames from 'classnames'; | ||
import CustomPropTypes from '@instructure/ui-utils/lib/react/CustomPropTypes'; | ||
import Grid, { GridCol, GridRow } from '@instructure/ui-layout/lib/components/Grid'; | ||
@@ -130,3 +129,3 @@ import themeable from '@instructure/ui-themeable'; | ||
*/ | ||
as: CustomPropTypes.elementType, | ||
as: PropTypes.elementType, | ||
@@ -133,0 +132,0 @@ /** |
@@ -40,3 +40,2 @@ import "core-js/modules/es6.object.assign"; | ||
import getElementType from '@instructure/ui-utils/lib/react/getElementType'; | ||
import CustomPropTypes from '@instructure/ui-utils/lib/react/CustomPropTypes'; | ||
import hasVisibleChildren from '@instructure/ui-a11y/lib/utils/hasVisibleChildren'; | ||
@@ -97,3 +96,3 @@ var styles = { | ||
}(Component), _class2.propTypes = { | ||
as: CustomPropTypes.elementType, | ||
as: PropTypes.elementType, | ||
children: PropTypes.node.isRequired | ||
@@ -100,0 +99,0 @@ }, _class2.defaultProps = { |
@@ -40,3 +40,2 @@ import "core-js/modules/es6.object.assign"; | ||
import Grid, { GridCol, GridRow } from '@instructure/ui-layout/lib/components/Grid'; | ||
import CustomPropTypes from '@instructure/ui-utils/lib/react/CustomPropTypes'; | ||
import error from '@instructure/ui-utils/lib/error'; | ||
@@ -187,3 +186,3 @@ import themeable from '@instructure/ui-themeable'; | ||
*/ | ||
as: CustomPropTypes.elementType, | ||
as: PropTypes.elementType, | ||
@@ -190,0 +189,0 @@ /** |
@@ -34,4 +34,2 @@ "use strict"; | ||
var _CustomPropTypes = _interopRequireDefault(require("@instructure/ui-utils/lib/react/CustomPropTypes")); | ||
var _Grid = _interopRequireWildcard(require("@instructure/ui-layout/lib/components/Grid")); | ||
@@ -133,3 +131,3 @@ | ||
*/ | ||
as: _CustomPropTypes.default.elementType, | ||
as: _propTypes.default.elementType, | ||
@@ -136,0 +134,0 @@ /** |
@@ -38,4 +38,2 @@ "use strict"; | ||
var _CustomPropTypes = _interopRequireDefault(require("@instructure/ui-utils/lib/react/CustomPropTypes")); | ||
var _hasVisibleChildren = _interopRequireDefault(require("@instructure/ui-a11y/lib/utils/hasVisibleChildren")); | ||
@@ -98,3 +96,3 @@ | ||
}(_react.Component), _class2.propTypes = { | ||
as: _CustomPropTypes.default.elementType, | ||
as: _propTypes.default.elementType, | ||
children: _propTypes.default.node.isRequired | ||
@@ -101,0 +99,0 @@ }, _class2.defaultProps = { |
@@ -38,4 +38,2 @@ "use strict"; | ||
var _CustomPropTypes = _interopRequireDefault(require("@instructure/ui-utils/lib/react/CustomPropTypes")); | ||
var _error = _interopRequireDefault(require("@instructure/ui-utils/lib/error")); | ||
@@ -196,3 +194,3 @@ | ||
*/ | ||
as: _CustomPropTypes.default.elementType, | ||
as: _propTypes.default.elementType, | ||
@@ -199,0 +197,0 @@ /** |
{ | ||
"name": "@instructure/ui-form-field", | ||
"version": "5.44.1-rc.5+8b369422", | ||
"version": "5.44.1-rc.6+0fbc6096", | ||
"description": "A UI component library made by Instructure Inc.", | ||
@@ -23,13 +23,13 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "5.44.1-rc.5+8b369422", | ||
"@instructure/ui-test-utils": "5.44.1-rc.5+8b369422" | ||
"@instructure/ui-babel-preset": "5.44.1-rc.6+0fbc6096", | ||
"@instructure/ui-test-utils": "5.44.1-rc.6+0fbc6096" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7", | ||
"@instructure/ui-a11y": "5.44.1-rc.5+8b369422", | ||
"@instructure/ui-icons": "5.44.1-rc.5+8b369422", | ||
"@instructure/ui-layout": "5.44.1-rc.5+8b369422", | ||
"@instructure/ui-themeable": "5.44.1-rc.5+8b369422", | ||
"@instructure/ui-utils": "5.44.1-rc.5+8b369422", | ||
"@instructure/uid": "5.44.1-rc.5+8b369422", | ||
"@instructure/ui-a11y": "5.44.1-rc.6+0fbc6096", | ||
"@instructure/ui-icons": "5.44.1-rc.6+0fbc6096", | ||
"@instructure/ui-layout": "5.44.1-rc.6+0fbc6096", | ||
"@instructure/ui-themeable": "5.44.1-rc.6+0fbc6096", | ||
"@instructure/ui-utils": "5.44.1-rc.6+0fbc6096", | ||
"@instructure/uid": "5.44.1-rc.6+0fbc6096", | ||
"classnames": "^2", | ||
@@ -44,3 +44,3 @@ "prop-types": "^15" | ||
}, | ||
"gitHead": "8b36942242f570a18cc2e63390f1a7b70ac3169b" | ||
"gitHead": "0fbc609628404f561af58a303776fdd3651e43f0" | ||
} |
@@ -29,3 +29,2 @@ /* | ||
import CustomPropTypes from '@instructure/ui-utils/lib/react/CustomPropTypes' | ||
import Grid, { GridCol, GridRow } from '@instructure/ui-layout/lib/components/Grid' | ||
@@ -53,3 +52,3 @@ import themeable from '@instructure/ui-themeable' | ||
*/ | ||
as: CustomPropTypes.elementType, | ||
as: PropTypes.elementType, | ||
/** | ||
@@ -56,0 +55,0 @@ * object with shape: `{ |
@@ -31,3 +31,2 @@ /* | ||
import getElementType from '@instructure/ui-utils/lib/react/getElementType' | ||
import CustomPropTypes from '@instructure/ui-utils/lib/react/CustomPropTypes' | ||
@@ -58,3 +57,3 @@ import hasVisibleChildren from '@instructure/ui-a11y/lib/utils/hasVisibleChildren' | ||
static propTypes = { | ||
as: CustomPropTypes.elementType, | ||
as: PropTypes.elementType, | ||
children: PropTypes.node.isRequired | ||
@@ -61,0 +60,0 @@ }; |
@@ -33,3 +33,2 @@ /* | ||
import CustomPropTypes from '@instructure/ui-utils/lib/react/CustomPropTypes' | ||
import error from '@instructure/ui-utils/lib/error' | ||
@@ -66,3 +65,3 @@ import themeable from '@instructure/ui-themeable' | ||
*/ | ||
as: CustomPropTypes.elementType, | ||
as: PropTypes.elementType, | ||
/** | ||
@@ -69,0 +68,0 @@ * object with shape: `{ |
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
136689
2848