@instructure/ui-form-field 11.7.3-snapshot-28 → 11.7.3-snapshot-30

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.7.3-snapshot-28](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3-snapshot-28) (2026-05-06)
6
+ ## [11.7.3-snapshot-30](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3-snapshot-30) (2026-05-07)
7
7
 
8
8
 
9
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-form-field",
3
- "version": "11.7.3-snapshot-28",
3
+ "version": "11.7.3-snapshot-30",
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.29.2",
18
- "@instructure/emotion": "11.7.3-snapshot-28",
19
- "@instructure/shared-types": "11.7.3-snapshot-28",
20
- "@instructure/ui-a11y-utils": "11.7.3-snapshot-28",
21
- "@instructure/console": "11.7.3-snapshot-28",
22
- "@instructure/ui-a11y-content": "11.7.3-snapshot-28",
23
- "@instructure/ui-grid": "11.7.3-snapshot-28",
24
- "@instructure/ui-icons": "11.7.3-snapshot-28",
25
- "@instructure/ui-react-utils": "11.7.3-snapshot-28",
26
- "@instructure/ui-utils": "11.7.3-snapshot-28",
27
- "@instructure/uid": "11.7.3-snapshot-28",
28
- "@instructure/ui-themes": "11.7.3-snapshot-28"
18
+ "@instructure/emotion": "11.7.3-snapshot-30",
19
+ "@instructure/console": "11.7.3-snapshot-30",
20
+ "@instructure/shared-types": "11.7.3-snapshot-30",
21
+ "@instructure/ui-a11y-utils": "11.7.3-snapshot-30",
22
+ "@instructure/ui-a11y-content": "11.7.3-snapshot-30",
23
+ "@instructure/ui-grid": "11.7.3-snapshot-30",
24
+ "@instructure/ui-react-utils": "11.7.3-snapshot-30",
25
+ "@instructure/ui-icons": "11.7.3-snapshot-30",
26
+ "@instructure/ui-themes": "11.7.3-snapshot-30",
27
+ "@instructure/ui-utils": "11.7.3-snapshot-30",
28
+ "@instructure/uid": "11.7.3-snapshot-30"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/jest-dom": "^6.6.3",
32
32
  "@testing-library/react": "15.0.7",
33
33
  "vitest": "^3.2.2",
34
- "@instructure/ui-babel-preset": "11.7.3-snapshot-28",
35
- "@instructure/ui-axe-check": "11.7.3-snapshot-28"
34
+ "@instructure/ui-axe-check": "11.7.3-snapshot-30",
35
+ "@instructure/ui-babel-preset": "11.7.3-snapshot-30"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=18 <=19"
package/src/exports/a.ts CHANGED
@@ -34,7 +34,6 @@ export type {
34
34
  FormMessage,
35
35
  FormMessageChild
36
36
  } from '../utils/v1/FormPropTypes'
37
-
38
37
  export type { FormFieldOwnProps, FormFieldProps } from '../FormField/v1/props'
39
38
  export type { FormFieldLabelProps } from '../FormFieldLabel/v1/props'
40
39
  export type { FormFieldMessageProps } from '../FormFieldMessage/v1/props'
package/src/exports/b.ts CHANGED
@@ -34,7 +34,6 @@ export type {
34
34
  FormMessage,
35
35
  FormMessageChild
36
36
  } from '../utils/v1/FormPropTypes'
37
-
38
37
  export type { FormFieldOwnProps, FormFieldProps } from '../FormField/v2/props'
39
38
  export type { FormFieldLabelProps } from '../FormFieldLabel/v2/props'
40
39
  export type { FormFieldMessageProps } from '../FormFieldMessage/v2/props'