@instructure/ui-form-field 11.2.1-snapshot-8 → 11.3.0

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
- ## [11.2.1-snapshot-8](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.2.1-snapshot-8) (2025-11-25)
6
+ # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-form-field
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-form-field",
3
- "version": "11.2.1-snapshot-8",
3
+ "version": "11.3.0",
4
4
  "description": "Form layout components.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -17,22 +17,22 @@
17
17
  "@testing-library/jest-dom": "^6.6.3",
18
18
  "@testing-library/react": "15.0.7",
19
19
  "vitest": "^3.2.2",
20
- "@instructure/ui-axe-check": "11.2.1-snapshot-8",
21
- "@instructure/ui-babel-preset": "11.2.1-snapshot-8",
22
- "@instructure/ui-themes": "11.2.1-snapshot-8"
20
+ "@instructure/ui-axe-check": "11.3.0",
21
+ "@instructure/ui-babel-preset": "11.3.0",
22
+ "@instructure/ui-themes": "11.3.0"
23
23
  },
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.27.6",
26
- "@instructure/console": "11.2.1-snapshot-8",
27
- "@instructure/emotion": "11.2.1-snapshot-8",
28
- "@instructure/ui-a11y-content": "11.2.1-snapshot-8",
29
- "@instructure/ui-a11y-utils": "11.2.1-snapshot-8",
30
- "@instructure/shared-types": "11.2.1-snapshot-8",
31
- "@instructure/ui-grid": "11.2.1-snapshot-8",
32
- "@instructure/ui-react-utils": "11.2.1-snapshot-8",
33
- "@instructure/ui-icons": "11.2.1-snapshot-8",
34
- "@instructure/uid": "11.2.1-snapshot-8",
35
- "@instructure/ui-utils": "11.2.1-snapshot-8"
26
+ "@instructure/console": "11.3.0",
27
+ "@instructure/shared-types": "11.3.0",
28
+ "@instructure/ui-a11y-utils": "11.3.0",
29
+ "@instructure/ui-grid": "11.3.0",
30
+ "@instructure/ui-a11y-content": "11.3.0",
31
+ "@instructure/ui-icons": "11.3.0",
32
+ "@instructure/emotion": "11.3.0",
33
+ "@instructure/ui-react-utils": "11.3.0",
34
+ "@instructure/uid": "11.3.0",
35
+ "@instructure/ui-utils": "11.3.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=18 <=19"
@@ -20,7 +20,7 @@ type: example
20
20
  >
21
21
  <TextInput renderLabel="Favorite Breakfast Eatery"
22
22
  messages={[
23
- { text: 'Invalid name', type: 'error' }
23
+ { text: 'Invalid name', type: 'newError' }
24
24
  ]}
25
25
  />
26
26
  <TextInput renderLabel="Favorite Side Dish" />
@@ -80,7 +80,7 @@ type: example
80
80
  layout="stacked"
81
81
  rowSpacing="large"
82
82
  messages={[
83
- { text: 'Complete All Fields', type: 'error' }
83
+ { text: 'Complete All Fields', type: 'newError' }
84
84
  ]}
85
85
  >
86
86
  <RadioInputGroup