@instructure/ui-form-field 11.7.4-snapshot-4 → 11.7.4-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 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.4-snapshot-4](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-4) (2026-05-12)
6
+ ## [11.7.4-snapshot-5](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-5) (2026-05-12)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -11,6 +11,44 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
  * **ui-form-field:** disable child inputs when FormFieldGroup is disabled ([7fada35](https://github.com/instructure/instructure-ui/commit/7fada35327a9e53c387efb6cfbfc75a0759756ec))
12
12
 
13
13
 
14
+ ### Features
15
+
16
+ * **many:** remove deprecated v2 items ([d5c1198](https://github.com/instructure/instructure-ui/commit/d5c1198820342f674c99bd7ef016ab2094d62a89))
17
+
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ * **many:** Removed FormFieldLabel component
22
+
23
+ Removed _content prop from DrawerLayout.Tray and DrawerLayout.Content
24
+
25
+ Removed _link prop from Link
26
+
27
+ Removed _node prop from Menu.Item
28
+
29
+ Removed _root prop from Pagination, TreeBrowser
30
+
31
+ Removed _select prop from SimpleSelect and TimeSelect
32
+
33
+ Removed _ref prop from TruncateText
34
+
35
+ Removed _element prop from View
36
+
37
+ Removed color="ai" from Heading
38
+
39
+ Removed variant="inline-small" and variant="standalone-small" from Link
40
+
41
+ Removed title prop from Tag
42
+
43
+ Removed focusRingBorderRadius prop from View
44
+
45
+ Removed hideActionsUserSeparator prop from TopNavBar.Layout
46
+
47
+ Removed handleFocusOutlineColor, handleFocusOutlineWidth, handleShadowColor from RangeInput
48
+
49
+ INSTUI-5025
50
+
51
+
14
52
 
15
53
 
16
54
 
package/README.md CHANGED
@@ -12,7 +12,6 @@ The `ui-form-field` package contains the following:
12
12
 
13
13
  - [FormField](FormField)
14
14
  - [FormFieldGroup](FormFieldGroup)
15
- - [FormFieldLabel](FormFieldLabel)
16
15
  - [FormFieldLayout](FormFieldLayout)
17
16
  - [FormFieldMessage](FormFieldMessage)
18
17
  - [FormFieldMessages](FormFieldMessages)
package/es/exports/b.js CHANGED
@@ -22,7 +22,6 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
  export { FormField } from "../FormField/v2/index.js";
25
- export { FormFieldLabel } from "../FormFieldLabel/v2/index.js";
26
25
  export { FormFieldMessage } from "../FormFieldMessage/v2/index.js";
27
26
  export { FormFieldMessages } from "../FormFieldMessages/v2/index.js";
28
27
  export { FormFieldLayout } from "../FormFieldLayout/v2/index.js";
package/lib/exports/b.js CHANGED
@@ -12,36 +12,29 @@ Object.defineProperty(exports, "FormField", {
12
12
  Object.defineProperty(exports, "FormFieldGroup", {
13
13
  enumerable: true,
14
14
  get: function () {
15
- return _v6.FormFieldGroup;
16
- }
17
- });
18
- Object.defineProperty(exports, "FormFieldLabel", {
19
- enumerable: true,
20
- get: function () {
21
- return _v2.FormFieldLabel;
15
+ return _v5.FormFieldGroup;
22
16
  }
23
17
  });
24
18
  Object.defineProperty(exports, "FormFieldLayout", {
25
19
  enumerable: true,
26
20
  get: function () {
27
- return _v5.FormFieldLayout;
21
+ return _v4.FormFieldLayout;
28
22
  }
29
23
  });
30
24
  Object.defineProperty(exports, "FormFieldMessage", {
31
25
  enumerable: true,
32
26
  get: function () {
33
- return _v3.FormFieldMessage;
27
+ return _v2.FormFieldMessage;
34
28
  }
35
29
  });
36
30
  Object.defineProperty(exports, "FormFieldMessages", {
37
31
  enumerable: true,
38
32
  get: function () {
39
- return _v4.FormFieldMessages;
33
+ return _v3.FormFieldMessages;
40
34
  }
41
35
  });
42
36
  var _v = require("../FormField/v2");
43
- var _v2 = require("../FormFieldLabel/v2");
44
- var _v3 = require("../FormFieldMessage/v2");
45
- var _v4 = require("../FormFieldMessages/v2");
46
- var _v5 = require("../FormFieldLayout/v2");
47
- var _v6 = require("../FormFieldGroup/v2");
37
+ var _v2 = require("../FormFieldMessage/v2");
38
+ var _v3 = require("../FormFieldMessages/v2");
39
+ var _v4 = require("../FormFieldLayout/v2");
40
+ var _v5 = require("../FormFieldGroup/v2");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-form-field",
3
- "version": "11.7.4-snapshot-4",
3
+ "version": "11.7.4-snapshot-5",
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/console": "11.7.4-snapshot-4",
19
- "@instructure/emotion": "11.7.4-snapshot-4",
20
- "@instructure/shared-types": "11.7.4-snapshot-4",
21
- "@instructure/ui-a11y-content": "11.7.4-snapshot-4",
22
- "@instructure/ui-a11y-utils": "11.7.4-snapshot-4",
23
- "@instructure/ui-grid": "11.7.4-snapshot-4",
24
- "@instructure/ui-icons": "11.7.4-snapshot-4",
25
- "@instructure/ui-react-utils": "11.7.4-snapshot-4",
26
- "@instructure/ui-utils": "11.7.4-snapshot-4",
27
- "@instructure/uid": "11.7.4-snapshot-4",
28
- "@instructure/ui-themes": "11.7.4-snapshot-4"
18
+ "@instructure/console": "11.7.4-snapshot-5",
19
+ "@instructure/shared-types": "11.7.4-snapshot-5",
20
+ "@instructure/emotion": "11.7.4-snapshot-5",
21
+ "@instructure/ui-a11y-content": "11.7.4-snapshot-5",
22
+ "@instructure/ui-a11y-utils": "11.7.4-snapshot-5",
23
+ "@instructure/ui-themes": "11.7.4-snapshot-5",
24
+ "@instructure/ui-grid": "11.7.4-snapshot-5",
25
+ "@instructure/ui-react-utils": "11.7.4-snapshot-5",
26
+ "@instructure/ui-utils": "11.7.4-snapshot-5",
27
+ "@instructure/uid": "11.7.4-snapshot-5",
28
+ "@instructure/ui-icons": "11.7.4-snapshot-5"
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-axe-check": "11.7.4-snapshot-4",
35
- "@instructure/ui-babel-preset": "11.7.4-snapshot-4"
34
+ "@instructure/ui-axe-check": "11.7.4-snapshot-5",
35
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-5"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=18 <=19"
package/src/exports/b.ts CHANGED
@@ -23,7 +23,6 @@
23
23
  */
24
24
 
25
25
  export { FormField } from '../FormField/v2'
26
- export { FormFieldLabel } from '../FormFieldLabel/v2'
27
26
  export { FormFieldMessage } from '../FormFieldMessage/v2'
28
27
  export { FormFieldMessages } from '../FormFieldMessages/v2'
29
28
  export { FormFieldLayout } from '../FormFieldLayout/v2'
@@ -35,7 +34,6 @@ export type {
35
34
  FormMessageChild
36
35
  } from '../utils/v1/FormPropTypes'
37
36
  export type { FormFieldOwnProps, FormFieldProps } from '../FormField/v2/props'
38
- export type { FormFieldLabelProps } from '../FormFieldLabel/v2/props'
39
37
  export type { FormFieldMessageProps } from '../FormFieldMessage/v2/props'
40
38
  export type { FormFieldMessagesProps } from '../FormFieldMessages/v2/props'
41
39
  export type { FormFieldLayoutProps } from '../FormFieldLayout/v2/props'