@instructure/ui-simple-select 10.5.1-snapshot-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,9 +3,12 @@
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-0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.5.1-snapshot-0) (2024-11-08)
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
7
 
8
- **Note:** Version bump only for package @instructure/ui-simple-select
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))
9
12
 
10
13
 
11
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-simple-select",
3
- "version": "10.5.1-snapshot-0",
3
+ "version": "10.5.1-snapshot-1",
4
4
  "description": "A component for standard select element behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,23 +24,23 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.25.6",
27
- "@instructure/console": "10.5.1-snapshot-0",
28
- "@instructure/shared-types": "10.5.1-snapshot-0",
29
- "@instructure/ui-form-field": "10.5.1-snapshot-0",
30
- "@instructure/ui-position": "10.5.1-snapshot-0",
31
- "@instructure/ui-prop-types": "10.5.1-snapshot-0",
32
- "@instructure/ui-react-utils": "10.5.1-snapshot-0",
33
- "@instructure/ui-select": "10.5.1-snapshot-0",
34
- "@instructure/ui-testable": "10.5.1-snapshot-0",
27
+ "@instructure/console": "10.5.1-snapshot-1",
28
+ "@instructure/shared-types": "10.5.1-snapshot-1",
29
+ "@instructure/ui-form-field": "10.5.1-snapshot-1",
30
+ "@instructure/ui-position": "10.5.1-snapshot-1",
31
+ "@instructure/ui-prop-types": "10.5.1-snapshot-1",
32
+ "@instructure/ui-react-utils": "10.5.1-snapshot-1",
33
+ "@instructure/ui-select": "10.5.1-snapshot-1",
34
+ "@instructure/ui-testable": "10.5.1-snapshot-1",
35
35
  "prop-types": "^15.8.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-axe-check": "10.5.1-snapshot-0",
39
- "@instructure/ui-babel-preset": "10.5.1-snapshot-0",
40
- "@instructure/ui-color-utils": "10.5.1-snapshot-0",
41
- "@instructure/ui-icons": "10.5.1-snapshot-0",
42
- "@instructure/ui-test-utils": "10.5.1-snapshot-0",
43
- "@instructure/ui-utils": "10.5.1-snapshot-0",
38
+ "@instructure/ui-axe-check": "10.5.1-snapshot-1",
39
+ "@instructure/ui-babel-preset": "10.5.1-snapshot-1",
40
+ "@instructure/ui-color-utils": "10.5.1-snapshot-1",
41
+ "@instructure/ui-icons": "10.5.1-snapshot-1",
42
+ "@instructure/ui-test-utils": "10.5.1-snapshot-1",
43
+ "@instructure/ui-utils": "10.5.1-snapshot-1",
44
44
  "@testing-library/jest-dom": "^6.4.6",
45
45
  "@testing-library/react": "^16.0.1",
46
46
  "@testing-library/user-event": "^14.5.2",
@@ -167,7 +167,7 @@ type PropsPassedToSelect = {
167
167
  * objects with the following shape:
168
168
  * `{
169
169
  * text: ReactNode,
170
- * type: One of: ['error', 'hint', 'success', 'screenreader-only']
170
+ * type: One of: ['newError', 'error', 'hint', 'success', 'screenreader-only']
171
171
  * }`
172
172
  */
173
173
  messages?: FormMessage[]