@instructure/ui 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,9 +3,45 @@
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
- **Note:** Version bump only for package @instructure/ui
8
+
9
+ ### Features
10
+
11
+ * **many:** remove deprecated v2 items ([d5c1198](https://github.com/instructure/instructure-ui/commit/d5c1198820342f674c99bd7ef016ab2094d62a89))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * **many:** Removed FormFieldLabel component
17
+
18
+ Removed _content prop from DrawerLayout.Tray and DrawerLayout.Content
19
+
20
+ Removed _link prop from Link
21
+
22
+ Removed _node prop from Menu.Item
23
+
24
+ Removed _root prop from Pagination, TreeBrowser
25
+
26
+ Removed _select prop from SimpleSelect and TimeSelect
27
+
28
+ Removed _ref prop from TruncateText
29
+
30
+ Removed _element prop from View
31
+
32
+ Removed color="ai" from Heading
33
+
34
+ Removed variant="inline-small" and variant="standalone-small" from Link
35
+
36
+ Removed title prop from Tag
37
+
38
+ Removed focusRingBorderRadius prop from View
39
+
40
+ Removed hideActionsUserSeparator prop from TopNavBar.Layout
41
+
42
+ Removed handleFocusOutlineColor, handleFocusOutlineWidth, handleShadowColor from RangeInput
43
+
44
+ INSTUI-5025
9
45
 
10
46
 
11
47
 
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, FormFieldLabel, FormFieldMessage, FormFieldMessages, FormFieldLayout, FormFieldGroup } from '@instructure/ui-form-field/v11_7';
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-4",
3
+ "version": "11.7.4-snapshot-5",
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-4",
19
- "@instructure/ui-avatar": "11.7.4-snapshot-4",
20
- "@instructure/ui-a11y-content": "11.7.4-snapshot-4",
21
- "@instructure/ui-alerts": "11.7.4-snapshot-4",
22
- "@instructure/ui-badge": "11.7.4-snapshot-4",
23
- "@instructure/ui-billboard": "11.7.4-snapshot-4",
24
- "@instructure/ui-buttons": "11.7.4-snapshot-4",
25
- "@instructure/ui-byline": "11.7.4-snapshot-4",
26
- "@instructure/ui-checkbox": "11.7.4-snapshot-4",
27
- "@instructure/ui-calendar": "11.7.4-snapshot-4",
28
- "@instructure/ui-date-input": "11.7.4-snapshot-4",
29
- "@instructure/ui-dialog": "11.7.4-snapshot-4",
30
- "@instructure/ui-date-time-input": "11.7.4-snapshot-4",
31
- "@instructure/ui-color-picker": "11.7.4-snapshot-4",
32
- "@instructure/ui-drilldown": "11.7.4-snapshot-4",
33
- "@instructure/ui-breadcrumb": "11.7.4-snapshot-4",
34
- "@instructure/ui-drawer-layout": "11.7.4-snapshot-4",
35
- "@instructure/ui-expandable": "11.7.4-snapshot-4",
36
- "@instructure/ui-file-drop": "11.7.4-snapshot-4",
37
- "@instructure/ui-flex": "11.7.4-snapshot-4",
38
- "@instructure/ui-focusable": "11.7.4-snapshot-4",
39
- "@instructure/ui-grid": "11.7.4-snapshot-4",
40
- "@instructure/ui-editable": "11.7.4-snapshot-4",
41
- "@instructure/ui-heading": "11.7.4-snapshot-4",
42
- "@instructure/ui-i18n": "11.7.4-snapshot-4",
43
- "@instructure/ui-form-field": "11.7.4-snapshot-4",
44
- "@instructure/ui-icons": "11.7.4-snapshot-4",
45
- "@instructure/ui-img": "11.7.4-snapshot-4",
46
- "@instructure/ui-link": "11.7.4-snapshot-4",
47
- "@instructure/ui-list": "11.7.4-snapshot-4",
48
- "@instructure/ui-menu": "11.7.4-snapshot-4",
49
- "@instructure/ui-metric": "11.7.4-snapshot-4",
50
- "@instructure/ui-instructure": "11.7.4-snapshot-4",
51
- "@instructure/ui-modal": "11.7.4-snapshot-4",
52
- "@instructure/ui-motion": "11.7.4-snapshot-4",
53
- "@instructure/ui-number-input": "11.7.4-snapshot-4",
54
- "@instructure/ui-options": "11.7.4-snapshot-4",
55
- "@instructure/ui-navigation": "11.7.4-snapshot-4",
56
- "@instructure/ui-pages": "11.7.4-snapshot-4",
57
- "@instructure/ui-overlays": "11.7.4-snapshot-4",
58
- "@instructure/ui-pagination": "11.7.4-snapshot-4",
59
- "@instructure/ui-pill": "11.7.4-snapshot-4",
60
- "@instructure/ui-portal": "11.7.4-snapshot-4",
61
- "@instructure/ui-progress": "11.7.4-snapshot-4",
62
- "@instructure/ui-rating": "11.7.4-snapshot-4",
63
- "@instructure/ui-radio-input": "11.7.4-snapshot-4",
64
- "@instructure/ui-range-input": "11.7.4-snapshot-4",
65
- "@instructure/ui-popover": "11.7.4-snapshot-4",
66
- "@instructure/ui-position": "11.7.4-snapshot-4",
67
- "@instructure/ui-select": "11.7.4-snapshot-4",
68
- "@instructure/ui-side-nav-bar": "11.7.4-snapshot-4",
69
- "@instructure/ui-simple-select": "11.7.4-snapshot-4",
70
- "@instructure/ui-selectable": "11.7.4-snapshot-4",
71
- "@instructure/ui-source-code-editor": "11.7.4-snapshot-4",
72
- "@instructure/ui-responsive": "11.7.4-snapshot-4",
73
- "@instructure/ui-svg-images": "11.7.4-snapshot-4",
74
- "@instructure/ui-text": "11.7.4-snapshot-4",
75
- "@instructure/ui-tabs": "11.7.4-snapshot-4",
76
- "@instructure/ui-tag": "11.7.4-snapshot-4",
77
- "@instructure/ui-text-area": "11.7.4-snapshot-4",
78
- "@instructure/ui-text-input": "11.7.4-snapshot-4",
79
- "@instructure/ui-spinner": "11.7.4-snapshot-4",
80
- "@instructure/ui-themes": "11.7.4-snapshot-4",
81
- "@instructure/ui-toggle-details": "11.7.4-snapshot-4",
82
- "@instructure/ui-tooltip": "11.7.4-snapshot-4",
83
- "@instructure/ui-table": "11.7.4-snapshot-4",
84
- "@instructure/ui-top-nav-bar": "11.7.4-snapshot-4",
85
- "@instructure/ui-tray": "11.7.4-snapshot-4",
86
- "@instructure/ui-time-select": "11.7.4-snapshot-4",
87
- "@instructure/ui-tree-browser": "11.7.4-snapshot-4",
88
- "@instructure/ui-truncate-list": "11.7.4-snapshot-4",
89
- "@instructure/ui-truncate-text": "11.7.4-snapshot-4",
90
- "@instructure/ui-view": "11.7.4-snapshot-4"
18
+ "@instructure/ui-alerts": "11.7.4-snapshot-5",
19
+ "@instructure/ui-avatar": "11.7.4-snapshot-5",
20
+ "@instructure/emotion": "11.7.4-snapshot-5",
21
+ "@instructure/ui-billboard": "11.7.4-snapshot-5",
22
+ "@instructure/ui-badge": "11.7.4-snapshot-5",
23
+ "@instructure/ui-breadcrumb": "11.7.4-snapshot-5",
24
+ "@instructure/ui-buttons": "11.7.4-snapshot-5",
25
+ "@instructure/ui-byline": "11.7.4-snapshot-5",
26
+ "@instructure/ui-a11y-content": "11.7.4-snapshot-5",
27
+ "@instructure/ui-calendar": "11.7.4-snapshot-5",
28
+ "@instructure/ui-checkbox": "11.7.4-snapshot-5",
29
+ "@instructure/ui-color-picker": "11.7.4-snapshot-5",
30
+ "@instructure/ui-drawer-layout": "11.7.4-snapshot-5",
31
+ "@instructure/ui-dialog": "11.7.4-snapshot-5",
32
+ "@instructure/ui-drilldown": "11.7.4-snapshot-5",
33
+ "@instructure/ui-editable": "11.7.4-snapshot-5",
34
+ "@instructure/ui-date-time-input": "11.7.4-snapshot-5",
35
+ "@instructure/ui-file-drop": "11.7.4-snapshot-5",
36
+ "@instructure/ui-expandable": "11.7.4-snapshot-5",
37
+ "@instructure/ui-date-input": "11.7.4-snapshot-5",
38
+ "@instructure/ui-flex": "11.7.4-snapshot-5",
39
+ "@instructure/ui-form-field": "11.7.4-snapshot-5",
40
+ "@instructure/ui-grid": "11.7.4-snapshot-5",
41
+ "@instructure/ui-i18n": "11.7.4-snapshot-5",
42
+ "@instructure/ui-heading": "11.7.4-snapshot-5",
43
+ "@instructure/ui-img": "11.7.4-snapshot-5",
44
+ "@instructure/ui-icons": "11.7.4-snapshot-5",
45
+ "@instructure/ui-list": "11.7.4-snapshot-5",
46
+ "@instructure/ui-link": "11.7.4-snapshot-5",
47
+ "@instructure/ui-focusable": "11.7.4-snapshot-5",
48
+ "@instructure/ui-menu": "11.7.4-snapshot-5",
49
+ "@instructure/ui-instructure": "11.7.4-snapshot-5",
50
+ "@instructure/ui-motion": "11.7.4-snapshot-5",
51
+ "@instructure/ui-navigation": "11.7.4-snapshot-5",
52
+ "@instructure/ui-modal": "11.7.4-snapshot-5",
53
+ "@instructure/ui-metric": "11.7.4-snapshot-5",
54
+ "@instructure/ui-options": "11.7.4-snapshot-5",
55
+ "@instructure/ui-number-input": "11.7.4-snapshot-5",
56
+ "@instructure/ui-pill": "11.7.4-snapshot-5",
57
+ "@instructure/ui-popover": "11.7.4-snapshot-5",
58
+ "@instructure/ui-pagination": "11.7.4-snapshot-5",
59
+ "@instructure/ui-portal": "11.7.4-snapshot-5",
60
+ "@instructure/ui-overlays": "11.7.4-snapshot-5",
61
+ "@instructure/ui-pages": "11.7.4-snapshot-5",
62
+ "@instructure/ui-progress": "11.7.4-snapshot-5",
63
+ "@instructure/ui-rating": "11.7.4-snapshot-5",
64
+ "@instructure/ui-radio-input": "11.7.4-snapshot-5",
65
+ "@instructure/ui-responsive": "11.7.4-snapshot-5",
66
+ "@instructure/ui-range-input": "11.7.4-snapshot-5",
67
+ "@instructure/ui-side-nav-bar": "11.7.4-snapshot-5",
68
+ "@instructure/ui-simple-select": "11.7.4-snapshot-5",
69
+ "@instructure/ui-position": "11.7.4-snapshot-5",
70
+ "@instructure/ui-spinner": "11.7.4-snapshot-5",
71
+ "@instructure/ui-svg-images": "11.7.4-snapshot-5",
72
+ "@instructure/ui-source-code-editor": "11.7.4-snapshot-5",
73
+ "@instructure/ui-tabs": "11.7.4-snapshot-5",
74
+ "@instructure/ui-tag": "11.7.4-snapshot-5",
75
+ "@instructure/ui-table": "11.7.4-snapshot-5",
76
+ "@instructure/ui-text-area": "11.7.4-snapshot-5",
77
+ "@instructure/ui-themes": "11.7.4-snapshot-5",
78
+ "@instructure/ui-time-select": "11.7.4-snapshot-5",
79
+ "@instructure/ui-select": "11.7.4-snapshot-5",
80
+ "@instructure/ui-text": "11.7.4-snapshot-5",
81
+ "@instructure/ui-text-input": "11.7.4-snapshot-5",
82
+ "@instructure/ui-selectable": "11.7.4-snapshot-5",
83
+ "@instructure/ui-toggle-details": "11.7.4-snapshot-5",
84
+ "@instructure/ui-top-nav-bar": "11.7.4-snapshot-5",
85
+ "@instructure/ui-tray": "11.7.4-snapshot-5",
86
+ "@instructure/ui-truncate-text": "11.7.4-snapshot-5",
87
+ "@instructure/ui-truncate-list": "11.7.4-snapshot-5",
88
+ "@instructure/ui-tree-browser": "11.7.4-snapshot-5",
89
+ "@instructure/ui-tooltip": "11.7.4-snapshot-5",
90
+ "@instructure/ui-view": "11.7.4-snapshot-5"
91
91
  },
92
92
  "devDependencies": {
93
- "@instructure/ui-babel-preset": "11.7.4-snapshot-4"
93
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-5"
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,