@instructure/ui-text-input
Advanced tools
Comparing version 5.52.3-rc.29 to 5.52.3-rc.30
@@ -24,2 +24,2 @@ /* | ||
*/ | ||
export * from './components'; | ||
export { TextInput } from './TextInput'; |
@@ -6,13 +6,9 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "TextInput", { | ||
enumerable: true, | ||
get: function get() { | ||
return _TextInput.TextInput; | ||
} | ||
}); | ||
var _components = require("./components"); | ||
Object.keys(_components).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _components[key]; | ||
} | ||
}); | ||
}); | ||
var _TextInput = require("./TextInput"); |
{ | ||
"name": "@instructure/ui-text-input", | ||
"version": "5.52.3-rc.29+c3da79f1", | ||
"version": "5.52.3-rc.30+77777f2c", | ||
"description": "A UI component library made by Instructure Inc.", | ||
@@ -23,19 +23,19 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-color-utils": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-elements": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-test-utils": "5.52.3-rc.29+c3da79f1" | ||
"@instructure/ui-babel-preset": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-color-utils": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-elements": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-test-utils": "5.52.3-rc.30+77777f2c" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7", | ||
"@instructure/ui-dom-utils": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-form-field": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-icons": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-layout": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-prop-types": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-react-utils": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-testable": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-themeable": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-utils": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/uid": "5.52.3-rc.29+c3da79f1", | ||
"@instructure/ui-dom-utils": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-form-field": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-icons": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-layout": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-prop-types": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-react-utils": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-testable": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-themeable": "5.52.3-rc.30+77777f2c", | ||
"@instructure/ui-utils": "5.52.3-rc.30+77777f2c", | ||
"@instructure/uid": "5.52.3-rc.30+77777f2c", | ||
"classnames": "^2", | ||
@@ -49,3 +49,3 @@ "prop-types": "^15", | ||
"sideEffects": false, | ||
"gitHead": "c3da79f1be7c71f54c34f49c32f97ac6b5dcf7bf" | ||
"gitHead": "77777f2c4ba2f5f0a1e26631de8c82c4248a5d68" | ||
} |
@@ -24,2 +24,2 @@ /* | ||
*/ | ||
export * from './components' | ||
export { TextInput } from './TextInput' |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
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
63990
15
1176
2