@instructure/ui-date-input 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/DateInput/props.js +1 -1
- package/lib/DateInput/props.js +1 -1
- package/package.json +17 -17
- package/src/DateInput/props.ts +1 -1
- package/types/DateInput/index.d.ts +2 -2
package/es/DateInput/props.js
CHANGED
|
@@ -111,7 +111,7 @@ const propTypes = {
|
|
|
111
111
|
* Displays messages and validation for the input. It should be an object
|
|
112
112
|
* with the following shape:
|
|
113
113
|
* `{
|
|
114
|
-
* text: PropTypes.
|
|
114
|
+
* text: PropTypes.node,
|
|
115
115
|
* type: PropTypes.oneOf(['error', 'hint', 'success', 'screenreader-only'])
|
|
116
116
|
* }`
|
|
117
117
|
*/
|
package/lib/DateInput/props.js
CHANGED
|
@@ -127,7 +127,7 @@ const propTypes = {
|
|
|
127
127
|
* Displays messages and validation for the input. It should be an object
|
|
128
128
|
* with the following shape:
|
|
129
129
|
* `{
|
|
130
|
-
* text: PropTypes.
|
|
130
|
+
* text: PropTypes.node,
|
|
131
131
|
* type: PropTypes.oneOf(['error', 'hint', 'success', 'screenreader-only'])
|
|
132
132
|
* }`
|
|
133
133
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-date-input",
|
|
3
|
-
"version": "8.12.1-snapshot.
|
|
3
|
+
"version": "8.12.1-snapshot.52+07b0037b0",
|
|
4
4
|
"description": "A UI component library made by Instructure Inc.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -24,24 +24,24 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@instructure/ui-babel-preset": "8.12.1-snapshot.
|
|
28
|
-
"@instructure/ui-test-locator": "8.12.1-snapshot.
|
|
29
|
-
"@instructure/ui-test-utils": "8.12.1-snapshot.
|
|
27
|
+
"@instructure/ui-babel-preset": "8.12.1-snapshot.52+07b0037b0",
|
|
28
|
+
"@instructure/ui-test-locator": "8.12.1-snapshot.52+07b0037b0",
|
|
29
|
+
"@instructure/ui-test-utils": "8.12.1-snapshot.52+07b0037b0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@babel/runtime": "^7.13.10",
|
|
33
|
-
"@instructure/emotion": "8.12.1-snapshot.
|
|
34
|
-
"@instructure/ui-calendar": "8.12.1-snapshot.
|
|
35
|
-
"@instructure/ui-form-field": "8.12.1-snapshot.
|
|
36
|
-
"@instructure/ui-icons": "8.12.1-snapshot.
|
|
37
|
-
"@instructure/ui-popover": "8.12.1-snapshot.
|
|
38
|
-
"@instructure/ui-position": "8.12.1-snapshot.
|
|
39
|
-
"@instructure/ui-prop-types": "8.12.1-snapshot.
|
|
40
|
-
"@instructure/ui-react-utils": "8.12.1-snapshot.
|
|
41
|
-
"@instructure/ui-selectable": "8.12.1-snapshot.
|
|
42
|
-
"@instructure/ui-testable": "8.12.1-snapshot.
|
|
43
|
-
"@instructure/ui-text-input": "8.12.1-snapshot.
|
|
44
|
-
"@instructure/ui-utils": "8.12.1-snapshot.
|
|
33
|
+
"@instructure/emotion": "8.12.1-snapshot.52+07b0037b0",
|
|
34
|
+
"@instructure/ui-calendar": "8.12.1-snapshot.52+07b0037b0",
|
|
35
|
+
"@instructure/ui-form-field": "8.12.1-snapshot.52+07b0037b0",
|
|
36
|
+
"@instructure/ui-icons": "8.12.1-snapshot.52+07b0037b0",
|
|
37
|
+
"@instructure/ui-popover": "8.12.1-snapshot.52+07b0037b0",
|
|
38
|
+
"@instructure/ui-position": "8.12.1-snapshot.52+07b0037b0",
|
|
39
|
+
"@instructure/ui-prop-types": "8.12.1-snapshot.52+07b0037b0",
|
|
40
|
+
"@instructure/ui-react-utils": "8.12.1-snapshot.52+07b0037b0",
|
|
41
|
+
"@instructure/ui-selectable": "8.12.1-snapshot.52+07b0037b0",
|
|
42
|
+
"@instructure/ui-testable": "8.12.1-snapshot.52+07b0037b0",
|
|
43
|
+
"@instructure/ui-text-input": "8.12.1-snapshot.52+07b0037b0",
|
|
44
|
+
"@instructure/ui-utils": "8.12.1-snapshot.52+07b0037b0",
|
|
45
45
|
"prop-types": "^15"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "07b0037b0ddaf6d4f19cca140fc82fc9a2f1efc9"
|
|
55
55
|
}
|
package/src/DateInput/props.ts
CHANGED
|
@@ -154,7 +154,7 @@ const propTypes: PropValidators<PropKeys> = {
|
|
|
154
154
|
* Displays messages and validation for the input. It should be an object
|
|
155
155
|
* with the following shape:
|
|
156
156
|
* `{
|
|
157
|
-
* text: PropTypes.
|
|
157
|
+
* text: PropTypes.node,
|
|
158
158
|
* type: PropTypes.oneOf(['error', 'hint', 'success', 'screenreader-only'])
|
|
159
159
|
* }`
|
|
160
160
|
*/
|
|
@@ -25,7 +25,7 @@ declare class DateInput extends Component<DateInputProps> {
|
|
|
25
25
|
width?: string | undefined;
|
|
26
26
|
display?: "inline-block" | "block" | undefined;
|
|
27
27
|
inputRef?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
messages?: import("@instructure/ui-form-field").FormMessage[] | undefined;
|
|
28
|
+
messages?: import("@instructure/ui-form-field/types/FormPropTypes").FormMessage[] | undefined;
|
|
29
29
|
placement?: import("@instructure/ui-position").PlacementPropValues | undefined;
|
|
30
30
|
isShowingCalendar?: boolean | undefined;
|
|
31
31
|
onRequestValidateDate?: ((...args: any[]) => any) | undefined;
|
|
@@ -56,7 +56,7 @@ declare class DateInput extends Component<DateInputProps> {
|
|
|
56
56
|
width?: string | undefined;
|
|
57
57
|
display?: "inline-block" | "block" | undefined;
|
|
58
58
|
inputRef?: ((...args: any[]) => any) | undefined;
|
|
59
|
-
messages?: import("@instructure/ui-form-field").FormMessage[] | undefined;
|
|
59
|
+
messages?: import("@instructure/ui-form-field/types/FormPropTypes").FormMessage[] | undefined;
|
|
60
60
|
placement?: import("@instructure/ui-position").PlacementPropValues | undefined;
|
|
61
61
|
isShowingCalendar?: boolean | undefined;
|
|
62
62
|
onRequestValidateDate?: ((...args: any[]) => any) | undefined;
|