@instructure/ui-form-field 10.22.1-snapshot-1 → 10.23.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
- ## [10.22.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.22.1-snapshot-1) (2025-07-09)
6
+ # [10.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-form-field
9
9
 
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- ---
2
- category: packages
3
- ---
4
-
5
1
  ## ui-form-field
6
2
 
7
3
  [![npm][npm]][npm-url]
@@ -30,9 +26,6 @@ npm install @instructure/ui-form-field
30
26
  ### Usage
31
27
 
32
28
  ```js
33
- ---
34
- type: code
35
- ---
36
29
  import React from 'react'
37
30
  import { FormField } from '@instructure/ui-form-field'
38
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-form-field",
3
- "version": "10.22.1-snapshot-1",
3
+ "version": "10.23.0",
4
4
  "description": "Form layout components.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,25 +23,25 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.22.1-snapshot-1",
27
- "@instructure/ui-babel-preset": "10.22.1-snapshot-1",
28
- "@instructure/ui-themes": "10.22.1-snapshot-1",
26
+ "@instructure/ui-axe-check": "10.23.0",
27
+ "@instructure/ui-babel-preset": "10.23.0",
28
+ "@instructure/ui-themes": "10.23.0",
29
29
  "@testing-library/jest-dom": "^6.6.3",
30
30
  "@testing-library/react": "^16.0.1",
31
31
  "vitest": "^3.2.2"
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.27.6",
35
- "@instructure/console": "10.22.1-snapshot-1",
36
- "@instructure/emotion": "10.22.1-snapshot-1",
37
- "@instructure/shared-types": "10.22.1-snapshot-1",
38
- "@instructure/ui-a11y-content": "10.22.1-snapshot-1",
39
- "@instructure/ui-a11y-utils": "10.22.1-snapshot-1",
40
- "@instructure/ui-grid": "10.22.1-snapshot-1",
41
- "@instructure/ui-icons": "10.22.1-snapshot-1",
42
- "@instructure/ui-react-utils": "10.22.1-snapshot-1",
43
- "@instructure/ui-utils": "10.22.1-snapshot-1",
44
- "@instructure/uid": "10.22.1-snapshot-1",
35
+ "@instructure/console": "10.23.0",
36
+ "@instructure/emotion": "10.23.0",
37
+ "@instructure/shared-types": "10.23.0",
38
+ "@instructure/ui-a11y-content": "10.23.0",
39
+ "@instructure/ui-a11y-utils": "10.23.0",
40
+ "@instructure/ui-grid": "10.23.0",
41
+ "@instructure/ui-icons": "10.23.0",
42
+ "@instructure/ui-react-utils": "10.23.0",
43
+ "@instructure/ui-utils": "10.23.0",
44
+ "@instructure/uid": "10.23.0",
45
45
  "prop-types": "^15.8.1"
46
46
  },
47
47
  "peerDependencies": {