@instructure/ui-checkbox 10.16.4-snapshot-3 → 10.16.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 +5 -2
- package/es/Checkbox/props.js +1 -1
- package/lib/Checkbox/props.js +1 -1
- package/package.json +19 -19
- package/src/Checkbox/props.ts +2 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Checkbox/props.d.ts.map +1 -1
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.16.4-snapshot-
|
|
6
|
+
## [10.16.4-snapshot-5](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4-snapshot-5) (2025-05-08)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **ui-radio-input,ui-checkbox:** fix 'React does not recognize the isRequired prop on a DOM element' on RadioInputGroup and Checkbox ([32bb431](https://github.com/instructure/instructure-ui/commit/32bb43185eb53ce4e452d02e33c41ceaf0c4e2b9))
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
package/es/Checkbox/props.js
CHANGED
|
@@ -47,5 +47,5 @@ const propTypes = {
|
|
|
47
47
|
labelPlacement: PropTypes.oneOf(['top', 'start', 'end']),
|
|
48
48
|
isRequired: PropTypes.bool
|
|
49
49
|
};
|
|
50
|
-
const allowedProps = ['label', 'id', 'value', 'messages', 'defaultChecked', 'checked', 'onChange', 'onKeyDown', 'onFocus', 'onBlur', 'onMouseOver', 'onMouseOut', 'disabled', 'readOnly', 'indeterminate', 'size', 'variant', 'inline', 'labelPlacement'];
|
|
50
|
+
const allowedProps = ['label', 'id', 'value', 'messages', 'defaultChecked', 'checked', 'onChange', 'onKeyDown', 'onFocus', 'onBlur', 'onMouseOver', 'onMouseOut', 'disabled', 'readOnly', 'indeterminate', 'size', 'variant', 'inline', 'labelPlacement', 'isRequired'];
|
|
51
51
|
export { propTypes, allowedProps };
|
package/lib/Checkbox/props.js
CHANGED
|
@@ -54,4 +54,4 @@ const propTypes = exports.propTypes = {
|
|
|
54
54
|
labelPlacement: _propTypes.default.oneOf(['top', 'start', 'end']),
|
|
55
55
|
isRequired: _propTypes.default.bool
|
|
56
56
|
};
|
|
57
|
-
const allowedProps = exports.allowedProps = ['label', 'id', 'value', 'messages', 'defaultChecked', 'checked', 'onChange', 'onKeyDown', 'onFocus', 'onBlur', 'onMouseOver', 'onMouseOut', 'disabled', 'readOnly', 'indeterminate', 'size', 'variant', 'inline', 'labelPlacement'];
|
|
57
|
+
const allowedProps = exports.allowedProps = ['label', 'id', 'value', 'messages', 'defaultChecked', 'checked', 'onChange', 'onKeyDown', 'onFocus', 'onBlur', 'onMouseOver', 'onMouseOut', 'disabled', 'readOnly', 'indeterminate', 'size', 'variant', 'inline', 'labelPlacement', 'isRequired'];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-checkbox",
|
|
3
|
-
"version": "10.16.4-snapshot-
|
|
3
|
+
"version": "10.16.4-snapshot-5",
|
|
4
4
|
"description": " styled HTML input type='checkbox' component.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -24,28 +24,28 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.26.0",
|
|
27
|
-
"@instructure/console": "10.16.4-snapshot-
|
|
28
|
-
"@instructure/emotion": "10.16.4-snapshot-
|
|
29
|
-
"@instructure/shared-types": "10.16.4-snapshot-
|
|
30
|
-
"@instructure/ui-dom-utils": "10.16.4-snapshot-
|
|
31
|
-
"@instructure/ui-form-field": "10.16.4-snapshot-
|
|
32
|
-
"@instructure/ui-icons": "10.16.4-snapshot-
|
|
33
|
-
"@instructure/ui-prop-types": "10.16.4-snapshot-
|
|
34
|
-
"@instructure/ui-react-utils": "10.16.4-snapshot-
|
|
35
|
-
"@instructure/ui-svg-images": "10.16.4-snapshot-
|
|
36
|
-
"@instructure/ui-testable": "10.16.4-snapshot-
|
|
37
|
-
"@instructure/ui-utils": "10.16.4-snapshot-
|
|
38
|
-
"@instructure/ui-view": "10.16.4-snapshot-
|
|
39
|
-
"@instructure/uid": "10.16.4-snapshot-
|
|
27
|
+
"@instructure/console": "10.16.4-snapshot-5",
|
|
28
|
+
"@instructure/emotion": "10.16.4-snapshot-5",
|
|
29
|
+
"@instructure/shared-types": "10.16.4-snapshot-5",
|
|
30
|
+
"@instructure/ui-dom-utils": "10.16.4-snapshot-5",
|
|
31
|
+
"@instructure/ui-form-field": "10.16.4-snapshot-5",
|
|
32
|
+
"@instructure/ui-icons": "10.16.4-snapshot-5",
|
|
33
|
+
"@instructure/ui-prop-types": "10.16.4-snapshot-5",
|
|
34
|
+
"@instructure/ui-react-utils": "10.16.4-snapshot-5",
|
|
35
|
+
"@instructure/ui-svg-images": "10.16.4-snapshot-5",
|
|
36
|
+
"@instructure/ui-testable": "10.16.4-snapshot-5",
|
|
37
|
+
"@instructure/ui-utils": "10.16.4-snapshot-5",
|
|
38
|
+
"@instructure/ui-view": "10.16.4-snapshot-5",
|
|
39
|
+
"@instructure/uid": "10.16.4-snapshot-5",
|
|
40
40
|
"keycode": "^2",
|
|
41
41
|
"prop-types": "^15.8.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@instructure/ui-axe-check": "10.16.4-snapshot-
|
|
45
|
-
"@instructure/ui-babel-preset": "10.16.4-snapshot-
|
|
46
|
-
"@instructure/ui-color-utils": "10.16.4-snapshot-
|
|
47
|
-
"@instructure/ui-test-utils": "10.16.4-snapshot-
|
|
48
|
-
"@instructure/ui-themes": "10.16.4-snapshot-
|
|
44
|
+
"@instructure/ui-axe-check": "10.16.4-snapshot-5",
|
|
45
|
+
"@instructure/ui-babel-preset": "10.16.4-snapshot-5",
|
|
46
|
+
"@instructure/ui-color-utils": "10.16.4-snapshot-5",
|
|
47
|
+
"@instructure/ui-test-utils": "10.16.4-snapshot-5",
|
|
48
|
+
"@instructure/ui-themes": "10.16.4-snapshot-5",
|
|
49
49
|
"@testing-library/jest-dom": "^6.6.3",
|
|
50
50
|
"@testing-library/react": "^16.0.1",
|
|
51
51
|
"@testing-library/user-event": "^14.5.2",
|