@instructure/ui-text-input 8.46.2-snapshot-4 → 8.46.2-snapshot-6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/lib/TextInput/index.js +2 -4
- package/lib/TextInput/props.js +2 -4
- package/lib/TextInput/styles.js +1 -2
- package/lib/TextInput/theme.js +1 -2
- package/package.json +16 -16
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [8.46.2-snapshot-
|
|
6
|
+
## [8.46.2-snapshot-6](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-6) (2023-10-19)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-text-input
|
|
9
9
|
|
package/lib/TextInput/index.js
CHANGED
|
@@ -53,7 +53,7 @@ tags: form, field
|
|
|
53
53
|
---
|
|
54
54
|
@tsProps
|
|
55
55
|
**/
|
|
56
|
-
let TextInput = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TextInput extends _react.Component {
|
|
56
|
+
let TextInput = exports.TextInput = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TextInput extends _react.Component {
|
|
57
57
|
constructor(props) {
|
|
58
58
|
super(props);
|
|
59
59
|
this.ref = null;
|
|
@@ -301,6 +301,4 @@ let TextInput = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 =
|
|
|
301
301
|
textAlign: 'start',
|
|
302
302
|
messages: []
|
|
303
303
|
}, _class2)) || _class) || _class) || _class);
|
|
304
|
-
exports.
|
|
305
|
-
var _default = TextInput;
|
|
306
|
-
exports.default = _default;
|
|
304
|
+
var _default = exports.default = TextInput;
|
package/lib/TextInput/props.js
CHANGED
|
@@ -32,7 +32,7 @@ var _controllable = require("@instructure/ui-prop-types/lib/controllable.js");
|
|
|
32
32
|
* SOFTWARE.
|
|
33
33
|
*/
|
|
34
34
|
|
|
35
|
-
const propTypes = {
|
|
35
|
+
const propTypes = exports.propTypes = {
|
|
36
36
|
renderLabel: _propTypes.default.oneOfType([_propTypes.default.node, _propTypes.default.func]),
|
|
37
37
|
type: _propTypes.default.oneOf(['text', 'email', 'url', 'tel', 'search', 'password']),
|
|
38
38
|
id: _propTypes.default.string,
|
|
@@ -57,6 +57,4 @@ const propTypes = {
|
|
|
57
57
|
onBlur: _propTypes.default.func,
|
|
58
58
|
onFocus: _propTypes.default.func
|
|
59
59
|
};
|
|
60
|
-
exports.
|
|
61
|
-
const allowedProps = ['renderLabel', 'type', 'id', 'value', 'defaultValue', 'interaction', 'messages', 'size', 'textAlign', 'width', 'htmlSize', 'display', 'shouldNotWrap', 'placeholder', 'isRequired', 'elementRef', 'inputRef', 'inputContainerRef', 'renderBeforeInput', 'renderAfterInput', 'onChange', 'onBlur', 'onFocus'];
|
|
62
|
-
exports.allowedProps = allowedProps;
|
|
60
|
+
const allowedProps = exports.allowedProps = ['renderLabel', 'type', 'id', 'value', 'defaultValue', 'interaction', 'messages', 'size', 'textAlign', 'width', 'htmlSize', 'display', 'shouldNotWrap', 'placeholder', 'isRequired', 'elementRef', 'inputRef', 'inputContainerRef', 'renderBeforeInput', 'renderAfterInput', 'onChange', 'onBlur', 'onFocus'];
|
package/lib/TextInput/styles.js
CHANGED
package/lib/TextInput/theme.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-text-input",
|
|
3
|
-
"version": "8.46.2-snapshot-
|
|
3
|
+
"version": "8.46.2-snapshot-6",
|
|
4
4
|
"description": "A styled HTML text input component.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -23,23 +23,23 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-babel-preset": "8.46.2-snapshot-
|
|
27
|
-
"@instructure/ui-badge": "8.46.2-snapshot-
|
|
28
|
-
"@instructure/ui-color-utils": "8.46.2-snapshot-
|
|
29
|
-
"@instructure/ui-test-utils": "8.46.2-snapshot-
|
|
30
|
-
"@instructure/ui-themes": "8.46.2-snapshot-
|
|
26
|
+
"@instructure/ui-babel-preset": "8.46.2-snapshot-6",
|
|
27
|
+
"@instructure/ui-badge": "8.46.2-snapshot-6",
|
|
28
|
+
"@instructure/ui-color-utils": "8.46.2-snapshot-6",
|
|
29
|
+
"@instructure/ui-test-utils": "8.46.2-snapshot-6",
|
|
30
|
+
"@instructure/ui-themes": "8.46.2-snapshot-6"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@babel/runtime": "^7.
|
|
34
|
-
"@instructure/emotion": "8.46.2-snapshot-
|
|
35
|
-
"@instructure/shared-types": "8.46.2-snapshot-
|
|
36
|
-
"@instructure/ui-dom-utils": "8.46.2-snapshot-
|
|
37
|
-
"@instructure/ui-form-field": "8.46.2-snapshot-
|
|
38
|
-
"@instructure/ui-icons": "8.46.2-snapshot-
|
|
39
|
-
"@instructure/ui-prop-types": "8.46.2-snapshot-
|
|
40
|
-
"@instructure/ui-react-utils": "8.46.2-snapshot-
|
|
41
|
-
"@instructure/ui-tag": "8.46.2-snapshot-
|
|
42
|
-
"@instructure/ui-testable": "8.46.2-snapshot-
|
|
33
|
+
"@babel/runtime": "^7.23.2",
|
|
34
|
+
"@instructure/emotion": "8.46.2-snapshot-6",
|
|
35
|
+
"@instructure/shared-types": "8.46.2-snapshot-6",
|
|
36
|
+
"@instructure/ui-dom-utils": "8.46.2-snapshot-6",
|
|
37
|
+
"@instructure/ui-form-field": "8.46.2-snapshot-6",
|
|
38
|
+
"@instructure/ui-icons": "8.46.2-snapshot-6",
|
|
39
|
+
"@instructure/ui-prop-types": "8.46.2-snapshot-6",
|
|
40
|
+
"@instructure/ui-react-utils": "8.46.2-snapshot-6",
|
|
41
|
+
"@instructure/ui-tag": "8.46.2-snapshot-6",
|
|
42
|
+
"@instructure/ui-testable": "8.46.2-snapshot-6",
|
|
43
43
|
"prop-types": "^15.8.1"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|