@instructure/ui-form-field 8.46.2-snapshot-9 → 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-9](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-9) (2023-10-24)
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-form-field
9
9
 
@@ -30,7 +30,6 @@ import { propTypes, allowedProps } from './props';
30
30
  ---
31
31
  category: components
32
32
  ---
33
- @tsProps
34
33
  **/
35
34
  class FormField extends Component {
36
35
  constructor(...args) {
@@ -38,7 +38,6 @@ import { propTypes, allowedProps } from './props';
38
38
  ---
39
39
  category: components
40
40
  ---
41
- @tsProps
42
41
  **/
43
42
  let FormFieldGroup = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class FormFieldGroup extends Component {
44
43
  constructor(...args) {
@@ -34,7 +34,6 @@ import { propTypes, allowedProps } from './props';
34
34
  ---
35
35
  parent: FormField
36
36
  ---
37
- @tsProps
38
37
 
39
38
  This is a helper component that is used by most of the custom form
40
39
  components. In most cases it shouldn't be used directly.
@@ -41,7 +41,6 @@ import { propTypes, allowedProps } from './props';
41
41
  ---
42
42
  parent: FormField
43
43
  ---
44
- @tsProps
45
44
  **/
46
45
  let FormFieldLayout = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, null), _dec(_class = _dec2(_class = (_class2 = class FormFieldLayout extends Component {
47
46
  constructor(props) {
@@ -34,7 +34,6 @@ import { propTypes, allowedProps } from './props';
34
34
  ---
35
35
  parent: FormField
36
36
  ---
37
- @tsProps
38
37
 
39
38
  This is a helper component that is used by most of the custom form
40
39
  components. In most cases it shouldn't be used directly.
@@ -35,7 +35,6 @@ import { propTypes, allowedProps } from './props';
35
35
  ---
36
36
  parent: FormField
37
37
  ---
38
- @tsProps
39
38
 
40
39
  A FormFieldMessages component
41
40
 
@@ -38,7 +38,6 @@ var _props = require("./props");
38
38
  ---
39
39
  category: components
40
40
  ---
41
- @tsProps
42
41
  **/
43
42
  class FormField extends _react.Component {
44
43
  constructor(...args) {
@@ -45,7 +45,6 @@ var _dec, _class, _class2;
45
45
  ---
46
46
  category: components
47
47
  ---
48
- @tsProps
49
48
  **/
50
49
  let FormFieldGroup = exports.FormFieldGroup = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class FormFieldGroup extends _react.Component {
51
50
  constructor(...args) {
@@ -41,7 +41,6 @@ var _dec, _class, _class2;
41
41
  ---
42
42
  parent: FormField
43
43
  ---
44
- @tsProps
45
44
 
46
45
  This is a helper component that is used by most of the custom form
47
46
  components. In most cases it shouldn't be used directly.
@@ -50,7 +50,6 @@ var _dec, _dec2, _class, _class2;
50
50
  ---
51
51
  parent: FormField
52
52
  ---
53
- @tsProps
54
53
  **/
55
54
  let FormFieldLayout = exports.FormFieldLayout = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, null), _dec(_class = _dec2(_class = (_class2 = class FormFieldLayout extends _react.Component {
56
55
  constructor(props) {
@@ -40,7 +40,6 @@ var _dec, _class, _class2;
40
40
  ---
41
41
  parent: FormField
42
42
  ---
43
- @tsProps
44
43
 
45
44
  This is a helper component that is used by most of the custom form
46
45
  components. In most cases it shouldn't be used directly.
@@ -41,7 +41,6 @@ var _dec, _class, _class2;
41
41
  ---
42
42
  parent: FormField
43
43
  ---
44
- @tsProps
45
44
 
46
45
  A FormFieldMessages component
47
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-form-field",
3
- "version": "8.46.2-snapshot-9",
3
+ "version": "8.46.2-snapshot-13",
4
4
  "description": "Form layout components.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,22 +23,22 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.46.2-snapshot-9",
27
- "@instructure/ui-test-utils": "8.46.2-snapshot-9",
28
- "@instructure/ui-themes": "8.46.2-snapshot-9"
26
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-13",
27
+ "@instructure/ui-test-utils": "8.46.2-snapshot-13",
28
+ "@instructure/ui-themes": "8.46.2-snapshot-13"
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.23.2",
32
- "@instructure/console": "8.46.2-snapshot-9",
33
- "@instructure/emotion": "8.46.2-snapshot-9",
34
- "@instructure/shared-types": "8.46.2-snapshot-9",
35
- "@instructure/ui-a11y-content": "8.46.2-snapshot-9",
36
- "@instructure/ui-a11y-utils": "8.46.2-snapshot-9",
37
- "@instructure/ui-grid": "8.46.2-snapshot-9",
38
- "@instructure/ui-icons": "8.46.2-snapshot-9",
39
- "@instructure/ui-react-utils": "8.46.2-snapshot-9",
40
- "@instructure/ui-utils": "8.46.2-snapshot-9",
41
- "@instructure/uid": "8.46.2-snapshot-9",
32
+ "@instructure/console": "8.46.2-snapshot-13",
33
+ "@instructure/emotion": "8.46.2-snapshot-13",
34
+ "@instructure/shared-types": "8.46.2-snapshot-13",
35
+ "@instructure/ui-a11y-content": "8.46.2-snapshot-13",
36
+ "@instructure/ui-a11y-utils": "8.46.2-snapshot-13",
37
+ "@instructure/ui-grid": "8.46.2-snapshot-13",
38
+ "@instructure/ui-icons": "8.46.2-snapshot-13",
39
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
40
+ "@instructure/ui-utils": "8.46.2-snapshot-13",
41
+ "@instructure/uid": "8.46.2-snapshot-13",
42
42
  "prop-types": "^15.8.1"
43
43
  },
44
44
  "peerDependencies": {
@@ -35,7 +35,6 @@ import type { FormFieldProps } from './props'
35
35
  ---
36
36
  category: components
37
37
  ---
38
- @tsProps
39
38
  **/
40
39
  class FormField extends Component<FormFieldProps> {
41
40
  static readonly componentId = 'FormField'
@@ -41,7 +41,6 @@ import type { FormFieldGroupProps, FormFieldGroupStyleProps } from './props'
41
41
  ---
42
42
  category: components
43
43
  ---
44
- @tsProps
45
44
  **/
46
45
  @withStyle(generateStyle, generateComponentTheme)
47
46
  class FormFieldGroup extends Component<FormFieldGroupProps> {
@@ -38,7 +38,6 @@ import type { FormFieldLabelProps } from './props'
38
38
  ---
39
39
  parent: FormField
40
40
  ---
41
- @tsProps
42
41
 
43
42
  This is a helper component that is used by most of the custom form
44
43
  components. In most cases it shouldn't be used directly.
@@ -50,7 +50,6 @@ import type { FormFieldLayoutProps } from './props'
50
50
  ---
51
51
  parent: FormField
52
52
  ---
53
- @tsProps
54
53
  **/
55
54
  @withDeterministicId()
56
55
  @withStyle(generateStyle, null)
@@ -39,7 +39,6 @@ import type { FormFieldMessageProps } from './props'
39
39
  ---
40
40
  parent: FormField
41
41
  ---
42
- @tsProps
43
42
 
44
43
  This is a helper component that is used by most of the custom form
45
44
  components. In most cases it shouldn't be used directly.
@@ -41,7 +41,6 @@ import type { FormFieldMessagesProps } from './props'
41
41
  ---
42
42
  parent: FormField
43
43
  ---
44
- @tsProps
45
44
 
46
45
  A FormFieldMessages component
47
46