@instructure/ui 9.11.0 → 9.11.1

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,6 +3,17 @@
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
+ ## [9.11.1](https://github.com/instructure/instructure-ui/compare/v9.11.0...v9.11.1) (2025-03-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fix FormFieldLabel not read on NVDA hover ([c29b6ab](https://github.com/instructure/instructure-ui/commit/c29b6ab989266c6a7875e3f0dbdee3efbf18606a))
12
+
13
+
14
+
15
+
16
+
6
17
  # [9.11.0](https://github.com/instructure/instructure-ui/compare/v9.10.2...v9.11.0) (2025-02-12)
7
18
 
8
19
  **Note:** Version bump only for package @instructure/ui
package/es/index.js CHANGED
@@ -45,7 +45,7 @@ export { Expandable } from '@instructure/ui-expandable';
45
45
  export { FileDrop } from '@instructure/ui-file-drop';
46
46
  export { Flex, FlexItem } from '@instructure/ui-flex';
47
47
  export { Focusable } from '@instructure/ui-focusable';
48
- export { FormField, FormFieldLabel, FormFieldMessage, FormFieldMessages, FormFieldLayout, FormFieldGroup } from '@instructure/ui-form-field';
48
+ export { FormField, FormFieldLabel, FormFieldMessage, FormFieldMessages, FormFieldLayout, FormFieldGroup, FormPropTypes } from '@instructure/ui-form-field';
49
49
  export { Grid, GridRow, GridCol } from '@instructure/ui-grid';
50
50
  export { Heading } from '@instructure/ui-heading';
51
51
  export { ApplyLocale, TextDirectionContext } from '@instructure/ui-i18n';
package/lib/index.js CHANGED
@@ -52,6 +52,7 @@ var _exportNames = {
52
52
  FormFieldMessages: true,
53
53
  FormFieldLayout: true,
54
54
  FormFieldGroup: true,
55
+ FormPropTypes: true,
55
56
  Grid: true,
56
57
  GridRow: true,
57
58
  GridCol: true,
@@ -376,6 +377,12 @@ Object.defineProperty(exports, "FormFieldMessages", {
376
377
  return _uiFormField.FormFieldMessages;
377
378
  }
378
379
  });
380
+ Object.defineProperty(exports, "FormPropTypes", {
381
+ enumerable: true,
382
+ get: function () {
383
+ return _uiFormField.FormPropTypes;
384
+ }
385
+ });
379
386
  Object.defineProperty(exports, "Grid", {
380
387
  enumerable: true,
381
388
  get: function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui",
3
- "version": "9.11.0",
3
+ "version": "9.11.1",
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",
@@ -25,83 +25,83 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.24.5",
28
- "@instructure/emotion": "9.11.0",
29
- "@instructure/ui-a11y-content": "9.11.0",
30
- "@instructure/ui-alerts": "9.11.0",
31
- "@instructure/ui-avatar": "9.11.0",
32
- "@instructure/ui-badge": "9.11.0",
33
- "@instructure/ui-billboard": "9.11.0",
34
- "@instructure/ui-breadcrumb": "9.11.0",
35
- "@instructure/ui-buttons": "9.11.0",
36
- "@instructure/ui-byline": "9.11.0",
37
- "@instructure/ui-calendar": "9.11.0",
38
- "@instructure/ui-checkbox": "9.11.0",
39
- "@instructure/ui-code-editor": "9.11.0",
40
- "@instructure/ui-color-picker": "9.11.0",
41
- "@instructure/ui-date-input": "9.11.0",
42
- "@instructure/ui-date-time-input": "9.11.0",
43
- "@instructure/ui-dialog": "9.11.0",
44
- "@instructure/ui-drawer-layout": "9.11.0",
45
- "@instructure/ui-drilldown": "9.11.0",
46
- "@instructure/ui-editable": "9.11.0",
47
- "@instructure/ui-expandable": "9.11.0",
48
- "@instructure/ui-file-drop": "9.11.0",
49
- "@instructure/ui-flex": "9.11.0",
50
- "@instructure/ui-focusable": "9.11.0",
51
- "@instructure/ui-form-field": "9.11.0",
52
- "@instructure/ui-grid": "9.11.0",
53
- "@instructure/ui-heading": "9.11.0",
54
- "@instructure/ui-i18n": "9.11.0",
55
- "@instructure/ui-icons": "9.11.0",
56
- "@instructure/ui-img": "9.11.0",
57
- "@instructure/ui-link": "9.11.0",
58
- "@instructure/ui-list": "9.11.0",
59
- "@instructure/ui-menu": "9.11.0",
60
- "@instructure/ui-metric": "9.11.0",
61
- "@instructure/ui-modal": "9.11.0",
62
- "@instructure/ui-motion": "9.11.0",
63
- "@instructure/ui-navigation": "9.11.0",
64
- "@instructure/ui-number-input": "9.11.0",
65
- "@instructure/ui-options": "9.11.0",
66
- "@instructure/ui-overlays": "9.11.0",
67
- "@instructure/ui-pages": "9.11.0",
68
- "@instructure/ui-pagination": "9.11.0",
69
- "@instructure/ui-pill": "9.11.0",
70
- "@instructure/ui-popover": "9.11.0",
71
- "@instructure/ui-portal": "9.11.0",
72
- "@instructure/ui-position": "9.11.0",
73
- "@instructure/ui-progress": "9.11.0",
74
- "@instructure/ui-radio-input": "9.11.0",
75
- "@instructure/ui-range-input": "9.11.0",
76
- "@instructure/ui-rating": "9.11.0",
77
- "@instructure/ui-responsive": "9.11.0",
78
- "@instructure/ui-select": "9.11.0",
79
- "@instructure/ui-selectable": "9.11.0",
80
- "@instructure/ui-side-nav-bar": "9.11.0",
81
- "@instructure/ui-simple-select": "9.11.0",
82
- "@instructure/ui-source-code-editor": "9.11.0",
83
- "@instructure/ui-spinner": "9.11.0",
84
- "@instructure/ui-svg-images": "9.11.0",
85
- "@instructure/ui-table": "9.11.0",
86
- "@instructure/ui-tabs": "9.11.0",
87
- "@instructure/ui-tag": "9.11.0",
88
- "@instructure/ui-text": "9.11.0",
89
- "@instructure/ui-text-area": "9.11.0",
90
- "@instructure/ui-text-input": "9.11.0",
91
- "@instructure/ui-themes": "9.11.0",
92
- "@instructure/ui-time-select": "9.11.0",
93
- "@instructure/ui-toggle-details": "9.11.0",
94
- "@instructure/ui-tooltip": "9.11.0",
95
- "@instructure/ui-top-nav-bar": "9.11.0",
96
- "@instructure/ui-tray": "9.11.0",
97
- "@instructure/ui-tree-browser": "9.11.0",
98
- "@instructure/ui-truncate-list": "9.11.0",
99
- "@instructure/ui-truncate-text": "9.11.0",
100
- "@instructure/ui-view": "9.11.0"
28
+ "@instructure/emotion": "9.11.1",
29
+ "@instructure/ui-a11y-content": "9.11.1",
30
+ "@instructure/ui-alerts": "9.11.1",
31
+ "@instructure/ui-avatar": "9.11.1",
32
+ "@instructure/ui-badge": "9.11.1",
33
+ "@instructure/ui-billboard": "9.11.1",
34
+ "@instructure/ui-breadcrumb": "9.11.1",
35
+ "@instructure/ui-buttons": "9.11.1",
36
+ "@instructure/ui-byline": "9.11.1",
37
+ "@instructure/ui-calendar": "9.11.1",
38
+ "@instructure/ui-checkbox": "9.11.1",
39
+ "@instructure/ui-code-editor": "9.11.1",
40
+ "@instructure/ui-color-picker": "9.11.1",
41
+ "@instructure/ui-date-input": "9.11.1",
42
+ "@instructure/ui-date-time-input": "9.11.1",
43
+ "@instructure/ui-dialog": "9.11.1",
44
+ "@instructure/ui-drawer-layout": "9.11.1",
45
+ "@instructure/ui-drilldown": "9.11.1",
46
+ "@instructure/ui-editable": "9.11.1",
47
+ "@instructure/ui-expandable": "9.11.1",
48
+ "@instructure/ui-file-drop": "9.11.1",
49
+ "@instructure/ui-flex": "9.11.1",
50
+ "@instructure/ui-focusable": "9.11.1",
51
+ "@instructure/ui-form-field": "9.11.1",
52
+ "@instructure/ui-grid": "9.11.1",
53
+ "@instructure/ui-heading": "9.11.1",
54
+ "@instructure/ui-i18n": "9.11.1",
55
+ "@instructure/ui-icons": "9.11.1",
56
+ "@instructure/ui-img": "9.11.1",
57
+ "@instructure/ui-link": "9.11.1",
58
+ "@instructure/ui-list": "9.11.1",
59
+ "@instructure/ui-menu": "9.11.1",
60
+ "@instructure/ui-metric": "9.11.1",
61
+ "@instructure/ui-modal": "9.11.1",
62
+ "@instructure/ui-motion": "9.11.1",
63
+ "@instructure/ui-navigation": "9.11.1",
64
+ "@instructure/ui-number-input": "9.11.1",
65
+ "@instructure/ui-options": "9.11.1",
66
+ "@instructure/ui-overlays": "9.11.1",
67
+ "@instructure/ui-pages": "9.11.1",
68
+ "@instructure/ui-pagination": "9.11.1",
69
+ "@instructure/ui-pill": "9.11.1",
70
+ "@instructure/ui-popover": "9.11.1",
71
+ "@instructure/ui-portal": "9.11.1",
72
+ "@instructure/ui-position": "9.11.1",
73
+ "@instructure/ui-progress": "9.11.1",
74
+ "@instructure/ui-radio-input": "9.11.1",
75
+ "@instructure/ui-range-input": "9.11.1",
76
+ "@instructure/ui-rating": "9.11.1",
77
+ "@instructure/ui-responsive": "9.11.1",
78
+ "@instructure/ui-select": "9.11.1",
79
+ "@instructure/ui-selectable": "9.11.1",
80
+ "@instructure/ui-side-nav-bar": "9.11.1",
81
+ "@instructure/ui-simple-select": "9.11.1",
82
+ "@instructure/ui-source-code-editor": "9.11.1",
83
+ "@instructure/ui-spinner": "9.11.1",
84
+ "@instructure/ui-svg-images": "9.11.1",
85
+ "@instructure/ui-table": "9.11.1",
86
+ "@instructure/ui-tabs": "9.11.1",
87
+ "@instructure/ui-tag": "9.11.1",
88
+ "@instructure/ui-text": "9.11.1",
89
+ "@instructure/ui-text-area": "9.11.1",
90
+ "@instructure/ui-text-input": "9.11.1",
91
+ "@instructure/ui-themes": "9.11.1",
92
+ "@instructure/ui-time-select": "9.11.1",
93
+ "@instructure/ui-toggle-details": "9.11.1",
94
+ "@instructure/ui-tooltip": "9.11.1",
95
+ "@instructure/ui-top-nav-bar": "9.11.1",
96
+ "@instructure/ui-tray": "9.11.1",
97
+ "@instructure/ui-tree-browser": "9.11.1",
98
+ "@instructure/ui-truncate-list": "9.11.1",
99
+ "@instructure/ui-truncate-text": "9.11.1",
100
+ "@instructure/ui-view": "9.11.1"
101
101
  },
102
102
  "devDependencies": {
103
- "@instructure/ui-babel-preset": "9.11.0",
104
- "@instructure/ui-test-utils": "9.11.0",
103
+ "@instructure/ui-babel-preset": "9.11.1",
104
+ "@instructure/ui-test-utils": "9.11.1",
105
105
  "jest": "^29.7.0"
106
106
  },
107
107
  "publishConfig": {
package/src/index.ts CHANGED
@@ -74,7 +74,18 @@ export {
74
74
  FormFieldMessage,
75
75
  FormFieldMessages,
76
76
  FormFieldLayout,
77
- FormFieldGroup
77
+ FormFieldGroup,
78
+ FormPropTypes
79
+ } from '@instructure/ui-form-field'
80
+ export type {
81
+ FormFieldGroupProps,
82
+ FormFieldMessageProps,
83
+ FormFieldMessagesProps,
84
+ FormFieldLayoutProps,
85
+ FormFieldOwnProps,
86
+ FormFieldProps,
87
+ FormMessage,
88
+ FormMessageType
78
89
  } from '@instructure/ui-form-field'
79
90
  export { Grid, GridRow, GridCol } from '@instructure/ui-grid'
80
91
  export { Heading } from '@instructure/ui-heading'