@instructure/ui 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/es/v11_7.js +1 -1
- package/lib/v11_7.js +0 -7
- package/package.json +75 -75
- package/src/v11_7.ts +0 -2
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/v11_7.d.ts +2 -2
- package/types/v11_7.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,55 @@
|
|
|
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
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **many:** small fixes for doc and fix component directory mapping in "dev" script ([774fae7](https://github.com/instructure/instructure-ui/commit/774fae76ebf96beb8a1bbf1de7d1ceabd67ec647))
|
|
12
|
+
* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **many:** remove deprecated v2 items ([eaf8876](https://github.com/instructure/instructure-ui/commit/eaf88767c9beb95c4e09ee5705c387dfd79e4cb7))
|
|
18
|
+
* **ui,ui-options,ui-drilldown:** rework Drilldown ([b832099](https://github.com/instructure/instructure-ui/commit/b832099b294350e15d0512d5076e4249f91ea39a))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### BREAKING CHANGES
|
|
22
|
+
|
|
23
|
+
* **many:** Removed FormFieldLabel component
|
|
24
|
+
|
|
25
|
+
Removed _content prop from DrawerLayout.Tray and DrawerLayout.Content
|
|
26
|
+
|
|
27
|
+
Removed _link prop from Link
|
|
28
|
+
|
|
29
|
+
Removed _node prop from Menu.Item
|
|
30
|
+
|
|
31
|
+
Removed _root prop from Pagination, TreeBrowser
|
|
32
|
+
|
|
33
|
+
Removed _select prop from SimpleSelect and TimeSelect
|
|
34
|
+
|
|
35
|
+
Removed _ref prop from TruncateText
|
|
36
|
+
|
|
37
|
+
Removed _element prop from View
|
|
38
|
+
|
|
39
|
+
Removed color="ai" from Heading
|
|
40
|
+
|
|
41
|
+
Removed variant="inline-small" and variant="standalone-small" from Link
|
|
42
|
+
|
|
43
|
+
Removed title prop from Tag
|
|
44
|
+
|
|
45
|
+
Removed focusRingBorderRadius prop from View
|
|
46
|
+
|
|
47
|
+
Removed hideActionsUserSeparator prop from TopNavBar.Layout
|
|
48
|
+
|
|
49
|
+
Removed handleFocusOutlineColor, handleFocusOutlineWidth, handleShadowColor from RangeInput
|
|
50
|
+
|
|
51
|
+
INSTUI-5025
|
|
52
|
+
* **ui,ui-options,ui-drilldown:** contains breaking changes due to component using the new theming system
|
|
53
|
+
|
|
54
|
+
INSTUI-4792
|
|
9
55
|
|
|
10
56
|
|
|
11
57
|
|
package/es/v11_7.js
CHANGED
|
@@ -44,7 +44,7 @@ export { Expandable } from '@instructure/ui-expandable';
|
|
|
44
44
|
export { FileDrop } from '@instructure/ui-file-drop/v11_7';
|
|
45
45
|
export { Flex, FlexItem } from '@instructure/ui-flex/v11_7';
|
|
46
46
|
export { Focusable } from '@instructure/ui-focusable';
|
|
47
|
-
export { FormField,
|
|
47
|
+
export { FormField, FormFieldMessage, FormFieldMessages, FormFieldLayout, FormFieldGroup } from '@instructure/ui-form-field/v11_7';
|
|
48
48
|
export { Grid, GridRow, GridCol } from '@instructure/ui-grid/v11_7';
|
|
49
49
|
export { Heading } from '@instructure/ui-heading/v11_7';
|
|
50
50
|
export { ApplyLocale, TextDirectionContext, ApplyLocaleContext, textDirectionContextConsumer, DateTime, getTextDirection, Locale, DIRECTION } from '@instructure/ui-i18n';
|
package/lib/v11_7.js
CHANGED
|
@@ -53,7 +53,6 @@ var _exportNames = {
|
|
|
53
53
|
FlexItem: true,
|
|
54
54
|
Focusable: true,
|
|
55
55
|
FormField: true,
|
|
56
|
-
FormFieldLabel: true,
|
|
57
56
|
FormFieldMessage: true,
|
|
58
57
|
FormFieldMessages: true,
|
|
59
58
|
FormFieldLayout: true,
|
|
@@ -494,12 +493,6 @@ Object.defineProperty(exports, "FormFieldGroup", {
|
|
|
494
493
|
return _v11_16.FormFieldGroup;
|
|
495
494
|
}
|
|
496
495
|
});
|
|
497
|
-
Object.defineProperty(exports, "FormFieldLabel", {
|
|
498
|
-
enumerable: true,
|
|
499
|
-
get: function () {
|
|
500
|
-
return _v11_16.FormFieldLabel;
|
|
501
|
-
}
|
|
502
|
-
});
|
|
503
496
|
Object.defineProperty(exports, "FormFieldLayout", {
|
|
504
497
|
enumerable: true,
|
|
505
498
|
get: function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-183",
|
|
4
4
|
"description": "A meta package exporting all UI components",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,82 +15,82 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/emotion": "11.7.4-snapshot-
|
|
19
|
-
"@instructure/ui-
|
|
20
|
-
"@instructure/ui-
|
|
21
|
-
"@instructure/ui-
|
|
22
|
-
"@instructure/ui-badge": "11.7.4-snapshot-
|
|
23
|
-
"@instructure/ui-billboard": "11.7.4-snapshot-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-calendar": "11.7.4-snapshot-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-
|
|
30
|
-
"@instructure/ui-
|
|
31
|
-
"@instructure/ui-color-picker": "11.7.4-snapshot-
|
|
32
|
-
"@instructure/ui-
|
|
33
|
-
"@instructure/ui-
|
|
34
|
-
"@instructure/ui-
|
|
35
|
-
"@instructure/ui-
|
|
36
|
-
"@instructure/ui-
|
|
37
|
-
"@instructure/ui-
|
|
38
|
-
"@instructure/ui-
|
|
39
|
-
"@instructure/ui-
|
|
40
|
-
"@instructure/ui-
|
|
41
|
-
"@instructure/ui-
|
|
42
|
-
"@instructure/ui-i18n": "11.7.4-snapshot-
|
|
43
|
-
"@instructure/ui-
|
|
44
|
-
"@instructure/ui-
|
|
45
|
-
"@instructure/ui-img": "11.7.4-snapshot-
|
|
46
|
-
"@instructure/ui-
|
|
47
|
-
"@instructure/ui-
|
|
48
|
-
"@instructure/ui-
|
|
49
|
-
"@instructure/ui-
|
|
50
|
-
"@instructure/ui-
|
|
51
|
-
"@instructure/ui-
|
|
52
|
-
"@instructure/ui-
|
|
53
|
-
"@instructure/ui-
|
|
54
|
-
"@instructure/ui-
|
|
55
|
-
"@instructure/ui-
|
|
56
|
-
"@instructure/ui-
|
|
57
|
-
"@instructure/ui-
|
|
58
|
-
"@instructure/ui-
|
|
59
|
-
"@instructure/ui-
|
|
60
|
-
"@instructure/ui-
|
|
61
|
-
"@instructure/ui-
|
|
62
|
-
"@instructure/ui-
|
|
63
|
-
"@instructure/ui-radio-input": "11.7.4-snapshot-
|
|
64
|
-
"@instructure/ui-range-input": "11.7.4-snapshot-
|
|
65
|
-
"@instructure/ui-
|
|
66
|
-
"@instructure/ui-
|
|
67
|
-
"@instructure/ui-select": "11.7.4-snapshot-
|
|
68
|
-
"@instructure/ui-side-nav-bar": "11.7.4-snapshot-
|
|
69
|
-
"@instructure/ui-
|
|
70
|
-
"@instructure/ui-
|
|
71
|
-
"@instructure/ui-
|
|
72
|
-
"@instructure/ui-
|
|
73
|
-
"@instructure/ui-
|
|
74
|
-
"@instructure/ui-
|
|
75
|
-
"@instructure/ui-
|
|
76
|
-
"@instructure/ui-
|
|
77
|
-
"@instructure/ui-
|
|
78
|
-
"@instructure/ui-text
|
|
79
|
-
"@instructure/ui-
|
|
80
|
-
"@instructure/ui-themes": "11.7.4-snapshot-
|
|
81
|
-
"@instructure/ui-
|
|
82
|
-
"@instructure/ui-
|
|
83
|
-
"@instructure/ui-
|
|
84
|
-
"@instructure/ui-
|
|
85
|
-
"@instructure/ui-
|
|
86
|
-
"@instructure/ui-
|
|
87
|
-
"@instructure/ui-
|
|
88
|
-
"@instructure/ui-
|
|
89
|
-
"@instructure/ui-
|
|
90
|
-
"@instructure/ui-
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-183",
|
|
19
|
+
"@instructure/ui-a11y-content": "11.7.4-snapshot-183",
|
|
20
|
+
"@instructure/ui-alerts": "11.7.4-snapshot-183",
|
|
21
|
+
"@instructure/ui-avatar": "11.7.4-snapshot-183",
|
|
22
|
+
"@instructure/ui-badge": "11.7.4-snapshot-183",
|
|
23
|
+
"@instructure/ui-billboard": "11.7.4-snapshot-183",
|
|
24
|
+
"@instructure/ui-breadcrumb": "11.7.4-snapshot-183",
|
|
25
|
+
"@instructure/ui-buttons": "11.7.4-snapshot-183",
|
|
26
|
+
"@instructure/ui-byline": "11.7.4-snapshot-183",
|
|
27
|
+
"@instructure/ui-calendar": "11.7.4-snapshot-183",
|
|
28
|
+
"@instructure/ui-checkbox": "11.7.4-snapshot-183",
|
|
29
|
+
"@instructure/ui-date-time-input": "11.7.4-snapshot-183",
|
|
30
|
+
"@instructure/ui-dialog": "11.7.4-snapshot-183",
|
|
31
|
+
"@instructure/ui-color-picker": "11.7.4-snapshot-183",
|
|
32
|
+
"@instructure/ui-drawer-layout": "11.7.4-snapshot-183",
|
|
33
|
+
"@instructure/ui-date-input": "11.7.4-snapshot-183",
|
|
34
|
+
"@instructure/ui-drilldown": "11.7.4-snapshot-183",
|
|
35
|
+
"@instructure/ui-editable": "11.7.4-snapshot-183",
|
|
36
|
+
"@instructure/ui-expandable": "11.7.4-snapshot-183",
|
|
37
|
+
"@instructure/ui-focusable": "11.7.4-snapshot-183",
|
|
38
|
+
"@instructure/ui-flex": "11.7.4-snapshot-183",
|
|
39
|
+
"@instructure/ui-form-field": "11.7.4-snapshot-183",
|
|
40
|
+
"@instructure/ui-grid": "11.7.4-snapshot-183",
|
|
41
|
+
"@instructure/ui-file-drop": "11.7.4-snapshot-183",
|
|
42
|
+
"@instructure/ui-i18n": "11.7.4-snapshot-183",
|
|
43
|
+
"@instructure/ui-icons": "11.7.4-snapshot-183",
|
|
44
|
+
"@instructure/ui-heading": "11.7.4-snapshot-183",
|
|
45
|
+
"@instructure/ui-img": "11.7.4-snapshot-183",
|
|
46
|
+
"@instructure/ui-instructure": "11.7.4-snapshot-183",
|
|
47
|
+
"@instructure/ui-link": "11.7.4-snapshot-183",
|
|
48
|
+
"@instructure/ui-list": "11.7.4-snapshot-183",
|
|
49
|
+
"@instructure/ui-menu": "11.7.4-snapshot-183",
|
|
50
|
+
"@instructure/ui-modal": "11.7.4-snapshot-183",
|
|
51
|
+
"@instructure/ui-motion": "11.7.4-snapshot-183",
|
|
52
|
+
"@instructure/ui-number-input": "11.7.4-snapshot-183",
|
|
53
|
+
"@instructure/ui-navigation": "11.7.4-snapshot-183",
|
|
54
|
+
"@instructure/ui-metric": "11.7.4-snapshot-183",
|
|
55
|
+
"@instructure/ui-options": "11.7.4-snapshot-183",
|
|
56
|
+
"@instructure/ui-overlays": "11.7.4-snapshot-183",
|
|
57
|
+
"@instructure/ui-pagination": "11.7.4-snapshot-183",
|
|
58
|
+
"@instructure/ui-pill": "11.7.4-snapshot-183",
|
|
59
|
+
"@instructure/ui-portal": "11.7.4-snapshot-183",
|
|
60
|
+
"@instructure/ui-popover": "11.7.4-snapshot-183",
|
|
61
|
+
"@instructure/ui-position": "11.7.4-snapshot-183",
|
|
62
|
+
"@instructure/ui-pages": "11.7.4-snapshot-183",
|
|
63
|
+
"@instructure/ui-radio-input": "11.7.4-snapshot-183",
|
|
64
|
+
"@instructure/ui-range-input": "11.7.4-snapshot-183",
|
|
65
|
+
"@instructure/ui-responsive": "11.7.4-snapshot-183",
|
|
66
|
+
"@instructure/ui-selectable": "11.7.4-snapshot-183",
|
|
67
|
+
"@instructure/ui-simple-select": "11.7.4-snapshot-183",
|
|
68
|
+
"@instructure/ui-side-nav-bar": "11.7.4-snapshot-183",
|
|
69
|
+
"@instructure/ui-source-code-editor": "11.7.4-snapshot-183",
|
|
70
|
+
"@instructure/ui-spinner": "11.7.4-snapshot-183",
|
|
71
|
+
"@instructure/ui-progress": "11.7.4-snapshot-183",
|
|
72
|
+
"@instructure/ui-svg-images": "11.7.4-snapshot-183",
|
|
73
|
+
"@instructure/ui-rating": "11.7.4-snapshot-183",
|
|
74
|
+
"@instructure/ui-table": "11.7.4-snapshot-183",
|
|
75
|
+
"@instructure/ui-select": "11.7.4-snapshot-183",
|
|
76
|
+
"@instructure/ui-tabs": "11.7.4-snapshot-183",
|
|
77
|
+
"@instructure/ui-tag": "11.7.4-snapshot-183",
|
|
78
|
+
"@instructure/ui-text": "11.7.4-snapshot-183",
|
|
79
|
+
"@instructure/ui-text-area": "11.7.4-snapshot-183",
|
|
80
|
+
"@instructure/ui-themes": "11.7.4-snapshot-183",
|
|
81
|
+
"@instructure/ui-time-select": "11.7.4-snapshot-183",
|
|
82
|
+
"@instructure/ui-toggle-details": "11.7.4-snapshot-183",
|
|
83
|
+
"@instructure/ui-top-nav-bar": "11.7.4-snapshot-183",
|
|
84
|
+
"@instructure/ui-tray": "11.7.4-snapshot-183",
|
|
85
|
+
"@instructure/ui-tree-browser": "11.7.4-snapshot-183",
|
|
86
|
+
"@instructure/ui-text-input": "11.7.4-snapshot-183",
|
|
87
|
+
"@instructure/ui-truncate-list": "11.7.4-snapshot-183",
|
|
88
|
+
"@instructure/ui-view": "11.7.4-snapshot-183",
|
|
89
|
+
"@instructure/ui-tooltip": "11.7.4-snapshot-183",
|
|
90
|
+
"@instructure/ui-truncate-text": "11.7.4-snapshot-183"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
93
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-183"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"react": ">=18 <=19",
|
package/src/v11_7.ts
CHANGED
|
@@ -152,7 +152,6 @@ export { Focusable } from '@instructure/ui-focusable'
|
|
|
152
152
|
export type { FocusableProps } from '@instructure/ui-focusable'
|
|
153
153
|
export {
|
|
154
154
|
FormField,
|
|
155
|
-
FormFieldLabel,
|
|
156
155
|
FormFieldMessage,
|
|
157
156
|
FormFieldMessages,
|
|
158
157
|
FormFieldLayout,
|
|
@@ -161,7 +160,6 @@ export {
|
|
|
161
160
|
export type {
|
|
162
161
|
FormFieldGroupProps,
|
|
163
162
|
FormFieldMessageProps,
|
|
164
|
-
FormFieldLabelProps,
|
|
165
163
|
FormFieldMessagesProps,
|
|
166
164
|
FormFieldLayoutProps,
|
|
167
165
|
FormFieldOwnProps,
|