@instructure/ui-text-input 8.12.1-snapshot.47 → 8.12.1-snapshot.56
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/TextInput/props.js +1 -1
- package/lib/TextInput/props.js +1 -1
- package/package.json +18 -18
- package/src/TextInput/props.ts +1 -1
- package/types/TextInput/index.d.ts +2 -2
package/es/TextInput/props.js
CHANGED
package/lib/TextInput/props.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-text-input",
|
|
3
|
-
"version": "8.12.1-snapshot.
|
|
3
|
+
"version": "8.12.1-snapshot.56+3ce75f0b6",
|
|
4
4
|
"description": "A styled HTML text input component.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -24,25 +24,25 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@instructure/ui-babel-preset": "8.12.1-snapshot.
|
|
28
|
-
"@instructure/ui-badge": "8.12.1-snapshot.
|
|
29
|
-
"@instructure/ui-color-utils": "8.12.1-snapshot.
|
|
30
|
-
"@instructure/ui-test-utils": "8.12.1-snapshot.
|
|
31
|
-
"@instructure/ui-themes": "8.12.1-snapshot.
|
|
27
|
+
"@instructure/ui-babel-preset": "8.12.1-snapshot.56+3ce75f0b6",
|
|
28
|
+
"@instructure/ui-badge": "8.12.1-snapshot.56+3ce75f0b6",
|
|
29
|
+
"@instructure/ui-color-utils": "8.12.1-snapshot.56+3ce75f0b6",
|
|
30
|
+
"@instructure/ui-test-utils": "8.12.1-snapshot.56+3ce75f0b6",
|
|
31
|
+
"@instructure/ui-themes": "8.12.1-snapshot.56+3ce75f0b6"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.13.10",
|
|
35
|
-
"@instructure/emotion": "8.12.1-snapshot.
|
|
36
|
-
"@instructure/shared-types": "8.12.1-snapshot.
|
|
37
|
-
"@instructure/ui-dom-utils": "8.12.1-snapshot.
|
|
38
|
-
"@instructure/ui-form-field": "8.12.1-snapshot.
|
|
39
|
-
"@instructure/ui-icons": "8.12.1-snapshot.
|
|
40
|
-
"@instructure/ui-prop-types": "8.12.1-snapshot.
|
|
41
|
-
"@instructure/ui-react-utils": "8.12.1-snapshot.
|
|
42
|
-
"@instructure/ui-tag": "8.12.1-snapshot.
|
|
43
|
-
"@instructure/ui-testable": "8.12.1-snapshot.
|
|
44
|
-
"@instructure/ui-utils": "8.12.1-snapshot.
|
|
45
|
-
"@instructure/uid": "8.12.1-snapshot.
|
|
35
|
+
"@instructure/emotion": "8.12.1-snapshot.56+3ce75f0b6",
|
|
36
|
+
"@instructure/shared-types": "8.12.1-snapshot.56+3ce75f0b6",
|
|
37
|
+
"@instructure/ui-dom-utils": "8.12.1-snapshot.56+3ce75f0b6",
|
|
38
|
+
"@instructure/ui-form-field": "8.12.1-snapshot.56+3ce75f0b6",
|
|
39
|
+
"@instructure/ui-icons": "8.12.1-snapshot.56+3ce75f0b6",
|
|
40
|
+
"@instructure/ui-prop-types": "8.12.1-snapshot.56+3ce75f0b6",
|
|
41
|
+
"@instructure/ui-react-utils": "8.12.1-snapshot.56+3ce75f0b6",
|
|
42
|
+
"@instructure/ui-tag": "8.12.1-snapshot.56+3ce75f0b6",
|
|
43
|
+
"@instructure/ui-testable": "8.12.1-snapshot.56+3ce75f0b6",
|
|
44
|
+
"@instructure/ui-utils": "8.12.1-snapshot.56+3ce75f0b6",
|
|
45
|
+
"@instructure/uid": "8.12.1-snapshot.56+3ce75f0b6",
|
|
46
46
|
"prop-types": "^15"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "3ce75f0b670d195e74357fd200381393dd5c1300"
|
|
56
56
|
}
|
package/src/TextInput/props.ts
CHANGED
|
@@ -112,7 +112,7 @@ const propTypes: PropValidators<PropKeys> = {
|
|
|
112
112
|
interaction: PropTypes.oneOf(['enabled', 'disabled', 'readonly']),
|
|
113
113
|
/**
|
|
114
114
|
* object with shape: `{
|
|
115
|
-
* text: PropTypes.
|
|
115
|
+
* text: PropTypes.node,
|
|
116
116
|
* type: PropTypes.oneOf(['error', 'hint', 'success', 'screenreader-only'])
|
|
117
117
|
* }`
|
|
118
118
|
*/
|
|
@@ -17,7 +17,7 @@ declare class TextInput extends Component<TextInputProps, TextInputState> {
|
|
|
17
17
|
value?: any;
|
|
18
18
|
defaultValue?: string | undefined;
|
|
19
19
|
interaction?: import("@instructure/ui-react-utils").InteractionType | undefined;
|
|
20
|
-
messages?: import("@instructure/ui-form-field").FormMessage[] | undefined;
|
|
20
|
+
messages?: import("@instructure/ui-form-field/types/FormPropTypes").FormMessage[] | undefined;
|
|
21
21
|
size?: "small" | "medium" | "large" | undefined;
|
|
22
22
|
textAlign?: "start" | "center" | undefined;
|
|
23
23
|
width?: string | undefined;
|
|
@@ -42,7 +42,7 @@ declare class TextInput extends Component<TextInputProps, TextInputState> {
|
|
|
42
42
|
value?: any;
|
|
43
43
|
defaultValue?: string | undefined;
|
|
44
44
|
interaction?: import("@instructure/ui-react-utils").InteractionType | undefined;
|
|
45
|
-
messages?: import("@instructure/ui-form-field").FormMessage[] | undefined;
|
|
45
|
+
messages?: import("@instructure/ui-form-field/types/FormPropTypes").FormMessage[] | undefined;
|
|
46
46
|
size?: "small" | "medium" | "large" | undefined;
|
|
47
47
|
textAlign?: "start" | "center" | undefined;
|
|
48
48
|
width?: string | undefined;
|