@instructure/ui-text-input 8.46.2-snapshot-8 → 8.46.2-snapshot-13

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-8](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-8) (2023-10-23)
6
+ ## [8.46.2-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-13) (2023-10-24)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-text-input
9
9
 
@@ -41,7 +41,6 @@ import { allowedProps, propTypes } from './props';
41
41
  category: components
42
42
  tags: form, field
43
43
  ---
44
- @tsProps
45
44
  **/
46
45
  let TextInput = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TextInput extends Component {
47
46
  constructor(props) {
@@ -51,7 +51,6 @@ var _dec, _dec2, _dec3, _class, _class2;
51
51
  category: components
52
52
  tags: form, field
53
53
  ---
54
- @tsProps
55
54
  **/
56
55
  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
56
  constructor(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-text-input",
3
- "version": "8.46.2-snapshot-8",
3
+ "version": "8.46.2-snapshot-13",
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-8",
27
- "@instructure/ui-badge": "8.46.2-snapshot-8",
28
- "@instructure/ui-color-utils": "8.46.2-snapshot-8",
29
- "@instructure/ui-test-utils": "8.46.2-snapshot-8",
30
- "@instructure/ui-themes": "8.46.2-snapshot-8"
26
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-13",
27
+ "@instructure/ui-badge": "8.46.2-snapshot-13",
28
+ "@instructure/ui-color-utils": "8.46.2-snapshot-13",
29
+ "@instructure/ui-test-utils": "8.46.2-snapshot-13",
30
+ "@instructure/ui-themes": "8.46.2-snapshot-13"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.23.2",
34
- "@instructure/emotion": "8.46.2-snapshot-8",
35
- "@instructure/shared-types": "8.46.2-snapshot-8",
36
- "@instructure/ui-dom-utils": "8.46.2-snapshot-8",
37
- "@instructure/ui-form-field": "8.46.2-snapshot-8",
38
- "@instructure/ui-icons": "8.46.2-snapshot-8",
39
- "@instructure/ui-prop-types": "8.46.2-snapshot-8",
40
- "@instructure/ui-react-utils": "8.46.2-snapshot-8",
41
- "@instructure/ui-tag": "8.46.2-snapshot-8",
42
- "@instructure/ui-testable": "8.46.2-snapshot-8",
34
+ "@instructure/emotion": "8.46.2-snapshot-13",
35
+ "@instructure/shared-types": "8.46.2-snapshot-13",
36
+ "@instructure/ui-dom-utils": "8.46.2-snapshot-13",
37
+ "@instructure/ui-form-field": "8.46.2-snapshot-13",
38
+ "@instructure/ui-icons": "8.46.2-snapshot-13",
39
+ "@instructure/ui-prop-types": "8.46.2-snapshot-13",
40
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
41
+ "@instructure/ui-tag": "8.46.2-snapshot-13",
42
+ "@instructure/ui-testable": "8.46.2-snapshot-13",
43
43
  "prop-types": "^15.8.1"
44
44
  },
45
45
  "peerDependencies": {
@@ -50,7 +50,6 @@ import { allowedProps, propTypes } from './props'
50
50
  category: components
51
51
  tags: form, field
52
52
  ---
53
- @tsProps
54
53
  **/
55
54
  @withDeterministicId()
56
55
  @withStyle(generateStyle, generateComponentTheme)