@instructure/ui-select 10.5.0 → 10.5.1-snapshot-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
+ ## [10.5.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.5.1-snapshot-1) (2024-11-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** fix regression where form elements without label got misaligned ([139f7f1](https://github.com/instructure/instructure-ui/commit/139f7f130cd7e8372af869a13cfd50cd6a97fd85))
12
+
13
+
14
+
15
+
16
+
6
17
  # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-select",
3
- "version": "10.5.0",
3
+ "version": "10.5.1-snapshot-1",
4
4
  "description": "A component for select and autocomplete behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,13 +23,13 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.5.0",
27
- "@instructure/ui-babel-preset": "10.5.0",
28
- "@instructure/ui-color-utils": "10.5.0",
29
- "@instructure/ui-scripts": "10.5.0",
30
- "@instructure/ui-test-locator": "10.5.0",
31
- "@instructure/ui-test-utils": "10.5.0",
32
- "@instructure/ui-themes": "10.5.0",
26
+ "@instructure/ui-axe-check": "10.5.1-snapshot-1",
27
+ "@instructure/ui-babel-preset": "10.5.1-snapshot-1",
28
+ "@instructure/ui-color-utils": "10.5.1-snapshot-1",
29
+ "@instructure/ui-scripts": "10.5.1-snapshot-1",
30
+ "@instructure/ui-test-locator": "10.5.1-snapshot-1",
31
+ "@instructure/ui-test-utils": "10.5.1-snapshot-1",
32
+ "@instructure/ui-themes": "10.5.1-snapshot-1",
33
33
  "@testing-library/jest-dom": "^6.4.6",
34
34
  "@testing-library/react": "^16.0.1",
35
35
  "@testing-library/user-event": "^14.5.2",
@@ -37,22 +37,22 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@babel/runtime": "^7.25.6",
40
- "@instructure/emotion": "10.5.0",
41
- "@instructure/shared-types": "10.5.0",
42
- "@instructure/ui-dom-utils": "10.5.0",
43
- "@instructure/ui-form-field": "10.5.0",
44
- "@instructure/ui-icons": "10.5.0",
45
- "@instructure/ui-options": "10.5.0",
46
- "@instructure/ui-popover": "10.5.0",
47
- "@instructure/ui-position": "10.5.0",
48
- "@instructure/ui-prop-types": "10.5.0",
49
- "@instructure/ui-react-utils": "10.5.0",
50
- "@instructure/ui-selectable": "10.5.0",
51
- "@instructure/ui-testable": "10.5.0",
52
- "@instructure/ui-text-input": "10.5.0",
53
- "@instructure/ui-utils": "10.5.0",
54
- "@instructure/ui-view": "10.5.0",
55
- "@instructure/uid": "10.5.0",
40
+ "@instructure/emotion": "10.5.1-snapshot-1",
41
+ "@instructure/shared-types": "10.5.1-snapshot-1",
42
+ "@instructure/ui-dom-utils": "10.5.1-snapshot-1",
43
+ "@instructure/ui-form-field": "10.5.1-snapshot-1",
44
+ "@instructure/ui-icons": "10.5.1-snapshot-1",
45
+ "@instructure/ui-options": "10.5.1-snapshot-1",
46
+ "@instructure/ui-popover": "10.5.1-snapshot-1",
47
+ "@instructure/ui-position": "10.5.1-snapshot-1",
48
+ "@instructure/ui-prop-types": "10.5.1-snapshot-1",
49
+ "@instructure/ui-react-utils": "10.5.1-snapshot-1",
50
+ "@instructure/ui-selectable": "10.5.1-snapshot-1",
51
+ "@instructure/ui-testable": "10.5.1-snapshot-1",
52
+ "@instructure/ui-text-input": "10.5.1-snapshot-1",
53
+ "@instructure/ui-utils": "10.5.1-snapshot-1",
54
+ "@instructure/ui-view": "10.5.1-snapshot-1",
55
+ "@instructure/uid": "10.5.1-snapshot-1",
56
56
  "prop-types": "^15.8.1"
57
57
  },
58
58
  "peerDependencies": {
@@ -202,7 +202,7 @@ type PropsFromTextInput = {
202
202
  * with the following shape:
203
203
  * `{
204
204
  * text: React.ReactNode,
205
- * type: One of: ['error', 'hint', 'success', 'screenreader-only']
205
+ * type: One of: ['newError', 'error', 'hint', 'success', 'screenreader-only']
206
206
  * }`
207
207
  */
208
208
  messages?: FormMessage[]