@instructure/ui-checkbox 8.12.1-snapshot.46 → 8.12.1-snapshot.52
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/es/Checkbox/props.js +1 -1
- package/es/CheckboxGroup/props.js +1 -1
- package/lib/Checkbox/props.js +1 -1
- package/lib/CheckboxGroup/props.js +1 -1
- package/package.json +20 -20
- package/src/Checkbox/props.ts +1 -1
- package/src/CheckboxGroup/props.ts +1 -1
- package/types/Checkbox/index.d.ts +2 -2
- package/types/CheckboxGroup/index.d.ts +2 -2
package/es/Checkbox/props.js
CHANGED
package/lib/Checkbox/props.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-checkbox",
|
|
3
|
-
"version": "8.12.1-snapshot.
|
|
3
|
+
"version": "8.12.1-snapshot.52+07b0037b0",
|
|
4
4
|
"description": " styled HTML input type='checkbox' component.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -25,28 +25,28 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.13.10",
|
|
28
|
-
"@instructure/console": "8.12.1-snapshot.
|
|
29
|
-
"@instructure/emotion": "8.12.1-snapshot.
|
|
30
|
-
"@instructure/shared-types": "8.12.1-snapshot.
|
|
31
|
-
"@instructure/ui-dom-utils": "8.12.1-snapshot.
|
|
32
|
-
"@instructure/ui-form-field": "8.12.1-snapshot.
|
|
33
|
-
"@instructure/ui-icons": "8.12.1-snapshot.
|
|
34
|
-
"@instructure/ui-prop-types": "8.12.1-snapshot.
|
|
35
|
-
"@instructure/ui-react-utils": "8.12.1-snapshot.
|
|
36
|
-
"@instructure/ui-svg-images": "8.12.1-snapshot.
|
|
37
|
-
"@instructure/ui-testable": "8.12.1-snapshot.
|
|
38
|
-
"@instructure/ui-utils": "8.12.1-snapshot.
|
|
39
|
-
"@instructure/ui-view": "8.12.1-snapshot.
|
|
40
|
-
"@instructure/uid": "8.12.1-snapshot.
|
|
28
|
+
"@instructure/console": "8.12.1-snapshot.52+07b0037b0",
|
|
29
|
+
"@instructure/emotion": "8.12.1-snapshot.52+07b0037b0",
|
|
30
|
+
"@instructure/shared-types": "8.12.1-snapshot.52+07b0037b0",
|
|
31
|
+
"@instructure/ui-dom-utils": "8.12.1-snapshot.52+07b0037b0",
|
|
32
|
+
"@instructure/ui-form-field": "8.12.1-snapshot.52+07b0037b0",
|
|
33
|
+
"@instructure/ui-icons": "8.12.1-snapshot.52+07b0037b0",
|
|
34
|
+
"@instructure/ui-prop-types": "8.12.1-snapshot.52+07b0037b0",
|
|
35
|
+
"@instructure/ui-react-utils": "8.12.1-snapshot.52+07b0037b0",
|
|
36
|
+
"@instructure/ui-svg-images": "8.12.1-snapshot.52+07b0037b0",
|
|
37
|
+
"@instructure/ui-testable": "8.12.1-snapshot.52+07b0037b0",
|
|
38
|
+
"@instructure/ui-utils": "8.12.1-snapshot.52+07b0037b0",
|
|
39
|
+
"@instructure/ui-view": "8.12.1-snapshot.52+07b0037b0",
|
|
40
|
+
"@instructure/uid": "8.12.1-snapshot.52+07b0037b0",
|
|
41
41
|
"keycode": "^2",
|
|
42
42
|
"prop-types": "^15"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@instructure/ui-babel-preset": "8.12.1-snapshot.
|
|
46
|
-
"@instructure/ui-color-utils": "8.12.1-snapshot.
|
|
47
|
-
"@instructure/ui-test-locator": "8.12.1-snapshot.
|
|
48
|
-
"@instructure/ui-test-utils": "8.12.1-snapshot.
|
|
49
|
-
"@instructure/ui-themes": "8.12.1-snapshot.
|
|
45
|
+
"@instructure/ui-babel-preset": "8.12.1-snapshot.52+07b0037b0",
|
|
46
|
+
"@instructure/ui-color-utils": "8.12.1-snapshot.52+07b0037b0",
|
|
47
|
+
"@instructure/ui-test-locator": "8.12.1-snapshot.52+07b0037b0",
|
|
48
|
+
"@instructure/ui-test-utils": "8.12.1-snapshot.52+07b0037b0",
|
|
49
|
+
"@instructure/ui-themes": "8.12.1-snapshot.52+07b0037b0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">=16.8 <=17"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "07b0037b0ddaf6d4f19cca140fc82fc9a2f1efc9"
|
|
59
59
|
}
|
package/src/Checkbox/props.ts
CHANGED
|
@@ -74,7 +74,7 @@ const propTypes: PropValidators<PropKeys> = {
|
|
|
74
74
|
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
75
75
|
/**
|
|
76
76
|
* object with shape: `{
|
|
77
|
-
* text: PropTypes.
|
|
77
|
+
* text: PropTypes.node,
|
|
78
78
|
* type: PropTypes.oneOf(['error', 'hint', 'success', 'screenreader-only'])
|
|
79
79
|
* }`
|
|
80
80
|
*/
|
|
@@ -16,7 +16,7 @@ declare class Checkbox extends Component<CheckboxProps> {
|
|
|
16
16
|
label: import("react").ReactNode;
|
|
17
17
|
id?: string | undefined;
|
|
18
18
|
value?: string | number | undefined;
|
|
19
|
-
messages?: import("@instructure/ui-form-field").FormMessage[] | undefined;
|
|
19
|
+
messages?: import("@instructure/ui-form-field/types/FormPropTypes").FormMessage[] | undefined;
|
|
20
20
|
defaultChecked?: boolean | undefined;
|
|
21
21
|
checked?: any;
|
|
22
22
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -37,7 +37,7 @@ declare class Checkbox extends Component<CheckboxProps> {
|
|
|
37
37
|
label: import("react").ReactNode;
|
|
38
38
|
id?: string | undefined;
|
|
39
39
|
value?: string | number | undefined;
|
|
40
|
-
messages?: import("@instructure/ui-form-field").FormMessage[] | undefined;
|
|
40
|
+
messages?: import("@instructure/ui-form-field/types/FormPropTypes").FormMessage[] | undefined;
|
|
41
41
|
defaultChecked?: boolean | undefined;
|
|
42
42
|
checked?: any;
|
|
43
43
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -16,7 +16,7 @@ declare class CheckboxGroup extends Component<CheckboxGroupProps> {
|
|
|
16
16
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
disabled?: boolean | undefined;
|
|
18
18
|
readOnly?: boolean | undefined;
|
|
19
|
-
messages?: import("@instructure/ui-form-field").FormMessage[] | undefined;
|
|
19
|
+
messages?: import("@instructure/ui-form-field/types/FormPropTypes").FormMessage[] | undefined;
|
|
20
20
|
size?: "small" | "medium" | "large" | undefined;
|
|
21
21
|
layout?: "columns" | "inline" | "stacked" | undefined;
|
|
22
22
|
}>;
|
|
@@ -29,7 +29,7 @@ declare class CheckboxGroup extends Component<CheckboxGroupProps> {
|
|
|
29
29
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
disabled?: boolean | undefined;
|
|
31
31
|
readOnly?: boolean | undefined;
|
|
32
|
-
messages?: import("@instructure/ui-form-field").FormMessage[] | undefined;
|
|
32
|
+
messages?: import("@instructure/ui-form-field/types/FormPropTypes").FormMessage[] | undefined;
|
|
33
33
|
size?: "small" | "medium" | "large" | undefined;
|
|
34
34
|
layout?: "columns" | "inline" | "stacked" | undefined;
|
|
35
35
|
})[];
|