@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 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-4](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-4) (2023-10-18)
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
 
@@ -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.TextInput = TextInput;
305
- var _default = TextInput;
306
- exports.default = _default;
304
+ var _default = exports.default = TextInput;
@@ -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.propTypes = propTypes;
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'];
@@ -208,5 +208,4 @@ const generateStyle = (componentTheme, props, state) => {
208
208
  }
209
209
  };
210
210
  };
211
- var _default = generateStyle;
212
- exports.default = _default;
211
+ var _default = exports.default = generateStyle;
@@ -74,5 +74,4 @@ const generateComponentTheme = theme => {
74
74
  ...themeSpecificStyle[themeName]
75
75
  };
76
76
  };
77
- var _default = generateComponentTheme;
78
- exports.default = _default;
77
+ var _default = exports.default = generateComponentTheme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-text-input",
3
- "version": "8.46.2-snapshot-4",
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-4",
27
- "@instructure/ui-badge": "8.46.2-snapshot-4",
28
- "@instructure/ui-color-utils": "8.46.2-snapshot-4",
29
- "@instructure/ui-test-utils": "8.46.2-snapshot-4",
30
- "@instructure/ui-themes": "8.46.2-snapshot-4"
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.22.15",
34
- "@instructure/emotion": "8.46.2-snapshot-4",
35
- "@instructure/shared-types": "8.46.2-snapshot-4",
36
- "@instructure/ui-dom-utils": "8.46.2-snapshot-4",
37
- "@instructure/ui-form-field": "8.46.2-snapshot-4",
38
- "@instructure/ui-icons": "8.46.2-snapshot-4",
39
- "@instructure/ui-prop-types": "8.46.2-snapshot-4",
40
- "@instructure/ui-react-utils": "8.46.2-snapshot-4",
41
- "@instructure/ui-tag": "8.46.2-snapshot-4",
42
- "@instructure/ui-testable": "8.46.2-snapshot-4",
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": {