@instructure/ui-form-field 11.7.2-snapshot-50 → 11.7.2-snapshot-52

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,9 +3,12 @@
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
- ## [11.7.2-snapshot-50](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-50) (2026-04-21)
6
+ ## [11.7.2-snapshot-52](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-52) (2026-04-22)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-form-field
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** fix doc component previews, update dark theme text and code block styles, and replace old icons ([d4e48d3](https://github.com/instructure/instructure-ui/commit/d4e48d3f739decb13b76c863c8f01685f0788dd6))
9
12
 
10
13
 
11
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-form-field",
3
- "version": "11.7.2-snapshot-50",
3
+ "version": "11.7.2-snapshot-52",
4
4
  "description": "Form layout components.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,24 +15,24 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/console": "11.7.2-snapshot-50",
19
- "@instructure/shared-types": "11.7.2-snapshot-50",
20
- "@instructure/emotion": "11.7.2-snapshot-50",
21
- "@instructure/ui-a11y-utils": "11.7.2-snapshot-50",
22
- "@instructure/ui-a11y-content": "11.7.2-snapshot-50",
23
- "@instructure/ui-grid": "11.7.2-snapshot-50",
24
- "@instructure/ui-icons": "11.7.2-snapshot-50",
25
- "@instructure/ui-utils": "11.7.2-snapshot-50",
26
- "@instructure/ui-react-utils": "11.7.2-snapshot-50",
27
- "@instructure/uid": "11.7.2-snapshot-50"
18
+ "@instructure/console": "11.7.2-snapshot-52",
19
+ "@instructure/shared-types": "11.7.2-snapshot-52",
20
+ "@instructure/ui-a11y-content": "11.7.2-snapshot-52",
21
+ "@instructure/ui-a11y-utils": "11.7.2-snapshot-52",
22
+ "@instructure/emotion": "11.7.2-snapshot-52",
23
+ "@instructure/ui-grid": "11.7.2-snapshot-52",
24
+ "@instructure/ui-utils": "11.7.2-snapshot-52",
25
+ "@instructure/ui-react-utils": "11.7.2-snapshot-52",
26
+ "@instructure/ui-icons": "11.7.2-snapshot-52",
27
+ "@instructure/uid": "11.7.2-snapshot-52"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",
31
31
  "@testing-library/react": "15.0.7",
32
32
  "vitest": "^3.2.2",
33
- "@instructure/ui-axe-check": "11.7.2-snapshot-50",
34
- "@instructure/ui-babel-preset": "11.7.2-snapshot-50",
35
- "@instructure/ui-themes": "11.7.2-snapshot-50"
33
+ "@instructure/ui-axe-check": "11.7.2-snapshot-52",
34
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-52",
35
+ "@instructure/ui-themes": "11.7.2-snapshot-52"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=18 <=19"
@@ -14,30 +14,25 @@ type: example
14
14
  messages={[{type:'success', text: 'This is a success message'}, {type:'newError', text: 'An error message. It will wrap if the text is longer than the width of the container.'}]}>
15
15
  <TextInput id="_foo121"/>
16
16
  </FormField>
17
- test
18
17
  <hr/>
19
18
  <FormField id="_foo122" label="Stacked layout (inline=true)" width="400px" layout="stacked" inline
20
19
  messages={[{type:'success', text: 'This is a success message'}, {type:'newError', text: 'An error message. It will wrap if the text is longer than the width of the container.'}]}>
21
20
  <TextInput id="_foo122"/>
22
21
  </FormField>
23
- test
24
22
  <hr/>
25
23
  <FormField id="_foo123" label="Inline layout" width="400px" layout="inline"
26
24
  messages={[{type:'success', text: 'success!'}, {type:'newError', text: 'An error message. It will wrap if the text is longer than the width of the container.'}]}>
27
25
  <TextInput id="_foo123"/>
28
26
  </FormField>
29
- test
30
27
  <hr/>
31
28
  <FormField id="_foo124" label="Inline layout (inline=true)" width="400px" layout="inline" inline
32
29
  messages={[{type:'success', text: 'success!'}, {type:'newError', text: 'An error message. It will wrap if the text is longer than the width of the container.'}]}>
33
30
  <TextInput id="_foo124"/>
34
31
  </FormField>
35
- test
36
32
  <hr/>
37
33
  <FormField id="_foo121" label={<ScreenReaderContent>hidden text</ScreenReaderContent>} width="400px" layout="stacked">
38
34
  <TextInput id="_foo121" />
39
35
  </FormField>
40
- test
41
36
  <hr/>
42
37
  </div>
43
38
  ```
@@ -14,30 +14,25 @@ type: example
14
14
  messages={[{type:'success', text: 'This is a success message'}, {type:'error', text: 'An error message. It will wrap if the text is longer than the width of the container.'}]}>
15
15
  <TextInput id="_foo121"/>
16
16
  </FormField>
17
- test
18
17
  <hr/>
19
18
  <FormField id="_foo122" label="Stacked layout (inline=true)" width="400px" layout="stacked" inline
20
19
  messages={[{type:'success', text: 'This is a success message'}, {type:'error', text: 'An error message. It will wrap if the text is longer than the width of the container.'}]}>
21
20
  <TextInput id="_foo122"/>
22
21
  </FormField>
23
- test
24
22
  <hr/>
25
23
  <FormField id="_foo123" label="Inline layout" width="400px" layout="inline"
26
24
  messages={[{type:'success', text: 'success!'}, {type:'error', text: 'An error message. It will wrap if the text is longer than the width of the container.'}]}>
27
25
  <TextInput id="_foo123"/>
28
26
  </FormField>
29
- test
30
27
  <hr/>
31
28
  <FormField id="_foo124" label="Inline layout (inline=true)" width="400px" layout="inline" inline
32
29
  messages={[{type:'success', text: 'success!'}, {type:'error', text: 'An error message. It will wrap if the text is longer than the width of the container.'}]}>
33
30
  <TextInput id="_foo124"/>
34
31
  </FormField>
35
- test
36
32
  <hr/>
37
33
  <FormField id="_foo121" label={<ScreenReaderContent>hidden text</ScreenReaderContent>} width="400px" layout="stacked">
38
34
  <TextInput id="_foo121" />
39
35
  </FormField>
40
- test
41
36
  <hr/>
42
37
  </div>
43
38
  ```