@instructure/ui-form-field 10.19.2-snapshot-3 → 10.19.2-snapshot-5
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 +1 -1
- package/package.json +15 -15
- package/tsconfig.build.tsbuildinfo +1 -1
- package/es/FormField/__new-tests__/FormField.test.js +0 -85
- package/es/FormFieldGroup/__new-tests__/FormFieldGroup.test.js +0 -136
- package/es/FormFieldLabel/__new-tests__/FormFieldLabel.test.js +0 -71
- package/es/FormFieldLayout/__new-tests__/FormFieldLayout.test.js +0 -78
- package/es/FormFieldMessage/__new-tests__/FormFieldMessage.test.js +0 -61
- package/es/FormFieldMessages/__new-tests__/FormFieldMessages.test.js +0 -99
- package/lib/FormField/__new-tests__/FormField.test.js +0 -86
- package/lib/FormFieldGroup/__new-tests__/FormFieldGroup.test.js +0 -137
- package/lib/FormFieldLabel/__new-tests__/FormFieldLabel.test.js +0 -72
- package/lib/FormFieldLayout/__new-tests__/FormFieldLayout.test.js +0 -79
- package/lib/FormFieldMessage/__new-tests__/FormFieldMessage.test.js +0 -62
- package/lib/FormFieldMessages/__new-tests__/FormFieldMessages.test.js +0 -100
- package/src/FormField/__new-tests__/FormField.test.tsx +0 -86
- package/src/FormFieldGroup/__new-tests__/FormFieldGroup.test.tsx +0 -180
- package/src/FormFieldLabel/__new-tests__/FormFieldLabel.test.tsx +0 -78
- package/src/FormFieldLayout/__new-tests__/FormFieldLayout.test.tsx +0 -86
- package/src/FormFieldMessage/__new-tests__/FormFieldMessage.test.tsx +0 -72
- package/src/FormFieldMessages/__new-tests__/FormFieldMessages.test.tsx +0 -109
- package/types/FormField/__new-tests__/FormField.test.d.ts +0 -2
- package/types/FormField/__new-tests__/FormField.test.d.ts.map +0 -1
- package/types/FormFieldGroup/__new-tests__/FormFieldGroup.test.d.ts +0 -2
- package/types/FormFieldGroup/__new-tests__/FormFieldGroup.test.d.ts.map +0 -1
- package/types/FormFieldLabel/__new-tests__/FormFieldLabel.test.d.ts +0 -2
- package/types/FormFieldLabel/__new-tests__/FormFieldLabel.test.d.ts.map +0 -1
- package/types/FormFieldLayout/__new-tests__/FormFieldLayout.test.d.ts +0 -2
- package/types/FormFieldLayout/__new-tests__/FormFieldLayout.test.d.ts.map +0 -1
- package/types/FormFieldMessage/__new-tests__/FormFieldMessage.test.d.ts +0 -2
- package/types/FormFieldMessage/__new-tests__/FormFieldMessage.test.d.ts.map +0 -1
- package/types/FormFieldMessages/__new-tests__/FormFieldMessages.test.d.ts +0 -2
- package/types/FormFieldMessages/__new-tests__/FormFieldMessages.test.d.ts.map +0 -1
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.19.2-snapshot-
|
|
6
|
+
## [10.19.2-snapshot-5](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-5) (2025-06-12)
|
|
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": "10.19.2-snapshot-
|
|
3
|
+
"version": "10.19.2-snapshot-5",
|
|
4
4
|
"description": "Form layout components.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -23,26 +23,26 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "10.19.2-snapshot-
|
|
27
|
-
"@instructure/ui-babel-preset": "10.19.2-snapshot-
|
|
28
|
-
"@instructure/ui-test-utils": "10.19.2-snapshot-
|
|
29
|
-
"@instructure/ui-themes": "10.19.2-snapshot-
|
|
26
|
+
"@instructure/ui-axe-check": "10.19.2-snapshot-5",
|
|
27
|
+
"@instructure/ui-babel-preset": "10.19.2-snapshot-5",
|
|
28
|
+
"@instructure/ui-test-utils": "10.19.2-snapshot-5",
|
|
29
|
+
"@instructure/ui-themes": "10.19.2-snapshot-5",
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
31
31
|
"@testing-library/react": "^16.0.1",
|
|
32
32
|
"vitest": "^2.1.8"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@babel/runtime": "^7.26.0",
|
|
36
|
-
"@instructure/console": "10.19.2-snapshot-
|
|
37
|
-
"@instructure/emotion": "10.19.2-snapshot-
|
|
38
|
-
"@instructure/shared-types": "10.19.2-snapshot-
|
|
39
|
-
"@instructure/ui-a11y-content": "10.19.2-snapshot-
|
|
40
|
-
"@instructure/ui-a11y-utils": "10.19.2-snapshot-
|
|
41
|
-
"@instructure/ui-grid": "10.19.2-snapshot-
|
|
42
|
-
"@instructure/ui-icons": "10.19.2-snapshot-
|
|
43
|
-
"@instructure/ui-react-utils": "10.19.2-snapshot-
|
|
44
|
-
"@instructure/ui-utils": "10.19.2-snapshot-
|
|
45
|
-
"@instructure/uid": "10.19.2-snapshot-
|
|
36
|
+
"@instructure/console": "10.19.2-snapshot-5",
|
|
37
|
+
"@instructure/emotion": "10.19.2-snapshot-5",
|
|
38
|
+
"@instructure/shared-types": "10.19.2-snapshot-5",
|
|
39
|
+
"@instructure/ui-a11y-content": "10.19.2-snapshot-5",
|
|
40
|
+
"@instructure/ui-a11y-utils": "10.19.2-snapshot-5",
|
|
41
|
+
"@instructure/ui-grid": "10.19.2-snapshot-5",
|
|
42
|
+
"@instructure/ui-icons": "10.19.2-snapshot-5",
|
|
43
|
+
"@instructure/ui-react-utils": "10.19.2-snapshot-5",
|
|
44
|
+
"@instructure/ui-utils": "10.19.2-snapshot-5",
|
|
45
|
+
"@instructure/uid": "10.19.2-snapshot-5",
|
|
46
46
|
"prop-types": "^15.8.1"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|