@instructure/ui-form-field 11.7.4-snapshot-4 → 11.7.4-snapshot-183
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 +48 -2
- package/README.md +0 -1
- package/es/exports/b.js +0 -1
- package/lib/exports/b.js +8 -15
- package/package.json +14 -14
- package/src/exports/b.ts +0 -2
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/FormFieldLayout/v1/index.d.ts +1 -1
- package/types/exports/b.d.ts +0 -2
- package/types/exports/b.d.ts.map +1 -1
- package/es/FormFieldLabel/v2/index.js +0 -83
- package/es/FormFieldLabel/v2/props.js +0 -26
- package/es/FormFieldLabel/v2/styles.js +0 -64
- package/es/FormFieldLabel/v2/theme.js +0 -53
- package/lib/FormFieldLabel/v2/index.js +0 -89
- package/lib/FormFieldLabel/v2/props.js +0 -31
- package/lib/FormFieldLabel/v2/styles.js +0 -70
- package/lib/FormFieldLabel/v2/theme.js +0 -59
- package/src/FormFieldLabel/v2/index.tsx +0 -95
- package/src/FormFieldLabel/v2/props.ts +0 -49
- package/src/FormFieldLabel/v2/styles.ts +0 -74
- package/src/FormFieldLabel/v2/theme.ts +0 -56
- package/types/FormFieldLabel/v2/index.d.ts +0 -38
- package/types/FormFieldLabel/v2/index.d.ts.map +0 -1
- package/types/FormFieldLabel/v2/props.d.ts +0 -14
- package/types/FormFieldLabel/v2/props.d.ts.map +0 -1
- package/types/FormFieldLabel/v2/styles.d.ts +0 -15
- package/types/FormFieldLabel/v2/styles.d.ts.map +0 -1
- package/types/FormFieldLabel/v2/theme.d.ts +0 -10
- package/types/FormFieldLabel/v2/theme.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,12 +3,58 @@
|
|
|
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-
|
|
6
|
+
## [11.7.4-snapshot-183](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-183) (2026-05-14)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
* **
|
|
11
|
+
* **many:** fix doc component previews, update dark theme text and code block styles, and replace old icons ([34b7369](https://github.com/instructure/instructure-ui/commit/34b73699cefaf5877b1e497c50a41a27d15c88aa))
|
|
12
|
+
* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
|
|
13
|
+
* **ui-form-field:** disable child inputs when FormFieldGroup is disabled ([d30fc64](https://github.com/instructure/instructure-ui/commit/d30fc642a3586f708d86ab570ae73086107e2695))
|
|
14
|
+
* **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([2c43c6c](https://github.com/instructure/instructure-ui/commit/2c43c6c0d98780f97ddc6bf9922365751cbe4fb1))
|
|
20
|
+
* **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
|
|
21
|
+
* **many:** remove deprecated v2 items ([eaf8876](https://github.com/instructure/instructure-ui/commit/eaf88767c9beb95c4e09ee5705c387dfd79e4cb7))
|
|
22
|
+
* **many:** rework TextArea and dependent FormField components ([0f8c438](https://github.com/instructure/instructure-ui/commit/0f8c43803e3458bbf7b2dd266a9e246cb89b0d3c))
|
|
23
|
+
* **many:** separate focus outline calculation from view, inject sharedTokens to generateStyles ([793fe43](https://github.com/instructure/instructure-ui/commit/793fe4346e7b960a272e8b4a98bc8e2c9bb7d2fe))
|
|
24
|
+
* **ui-form-field:** rework FormFieldGroup ([fb06912](https://github.com/instructure/instructure-ui/commit/fb069121f2e522b5ac18deb7f513e6212735cde2))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### BREAKING CHANGES
|
|
28
|
+
|
|
29
|
+
* **many:** Removed FormFieldLabel component
|
|
30
|
+
|
|
31
|
+
Removed _content prop from DrawerLayout.Tray and DrawerLayout.Content
|
|
32
|
+
|
|
33
|
+
Removed _link prop from Link
|
|
34
|
+
|
|
35
|
+
Removed _node prop from Menu.Item
|
|
36
|
+
|
|
37
|
+
Removed _root prop from Pagination, TreeBrowser
|
|
38
|
+
|
|
39
|
+
Removed _select prop from SimpleSelect and TimeSelect
|
|
40
|
+
|
|
41
|
+
Removed _ref prop from TruncateText
|
|
42
|
+
|
|
43
|
+
Removed _element prop from View
|
|
44
|
+
|
|
45
|
+
Removed color="ai" from Heading
|
|
46
|
+
|
|
47
|
+
Removed variant="inline-small" and variant="standalone-small" from Link
|
|
48
|
+
|
|
49
|
+
Removed title prop from Tag
|
|
50
|
+
|
|
51
|
+
Removed focusRingBorderRadius prop from View
|
|
52
|
+
|
|
53
|
+
Removed hideActionsUserSeparator prop from TopNavBar.Layout
|
|
54
|
+
|
|
55
|
+
Removed handleFocusOutlineColor, handleFocusOutlineWidth, handleShadowColor from RangeInput
|
|
56
|
+
|
|
57
|
+
INSTUI-5025
|
|
12
58
|
|
|
13
59
|
|
|
14
60
|
|
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
|
|
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
|
|
21
|
+
return _v4.FormFieldLayout;
|
|
28
22
|
}
|
|
29
23
|
});
|
|
30
24
|
Object.defineProperty(exports, "FormFieldMessage", {
|
|
31
25
|
enumerable: true,
|
|
32
26
|
get: function () {
|
|
33
|
-
return
|
|
27
|
+
return _v2.FormFieldMessage;
|
|
34
28
|
}
|
|
35
29
|
});
|
|
36
30
|
Object.defineProperty(exports, "FormFieldMessages", {
|
|
37
31
|
enumerable: true,
|
|
38
32
|
get: function () {
|
|
39
|
-
return
|
|
33
|
+
return _v3.FormFieldMessages;
|
|
40
34
|
}
|
|
41
35
|
});
|
|
42
36
|
var _v = require("../FormField/v2");
|
|
43
|
-
var _v2 = require("../
|
|
44
|
-
var _v3 = require("../
|
|
45
|
-
var _v4 = require("../
|
|
46
|
-
var _v5 = require("../
|
|
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-
|
|
3
|
+
"version": "11.7.4-snapshot-183",
|
|
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/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/shared-types": "11.7.4-snapshot-
|
|
21
|
-
"@instructure/ui-a11y-
|
|
22
|
-
"@instructure/ui-a11y-
|
|
23
|
-
"@instructure/ui-grid": "11.7.4-snapshot-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/
|
|
28
|
-
"@instructure/
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-183",
|
|
19
|
+
"@instructure/console": "11.7.4-snapshot-183",
|
|
20
|
+
"@instructure/shared-types": "11.7.4-snapshot-183",
|
|
21
|
+
"@instructure/ui-a11y-utils": "11.7.4-snapshot-183",
|
|
22
|
+
"@instructure/ui-a11y-content": "11.7.4-snapshot-183",
|
|
23
|
+
"@instructure/ui-grid": "11.7.4-snapshot-183",
|
|
24
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-183",
|
|
25
|
+
"@instructure/ui-themes": "11.7.4-snapshot-183",
|
|
26
|
+
"@instructure/ui-icons": "11.7.4-snapshot-183",
|
|
27
|
+
"@instructure/ui-utils": "11.7.4-snapshot-183",
|
|
28
|
+
"@instructure/uid": "11.7.4-snapshot-183"
|
|
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-
|
|
35
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
34
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-183",
|
|
35
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-183"
|
|
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'
|