@instructure/ui-text-input 8.10.2-snapshot.22 → 8.10.3-snapshot.4
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 +4 -0
- package/package.json +18 -18
- package/src/TextInput/index.tsx +1 -3
- package/types/TextInput/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
## [8.10.2](https://github.com/instructure/instructure-ui/compare/v8.10.1...v8.10.2) (2021-10-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-text-input
|
|
9
|
+
|
|
6
10
|
## [8.10.1](https://github.com/instructure/instructure-ui/compare/v8.10.0...v8.10.1) (2021-10-01)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @instructure/ui-text-input
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-text-input",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.3-snapshot.4+118e47643",
|
|
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.10.
|
|
28
|
-
"@instructure/ui-badge": "8.10.
|
|
29
|
-
"@instructure/ui-color-utils": "8.10.
|
|
30
|
-
"@instructure/ui-test-utils": "8.10.
|
|
31
|
-
"@instructure/ui-themes": "8.10.
|
|
27
|
+
"@instructure/ui-babel-preset": "8.10.3-snapshot.4+118e47643",
|
|
28
|
+
"@instructure/ui-badge": "8.10.3-snapshot.4+118e47643",
|
|
29
|
+
"@instructure/ui-color-utils": "8.10.3-snapshot.4+118e47643",
|
|
30
|
+
"@instructure/ui-test-utils": "8.10.3-snapshot.4+118e47643",
|
|
31
|
+
"@instructure/ui-themes": "8.10.3-snapshot.4+118e47643"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.13.10",
|
|
35
|
-
"@instructure/emotion": "8.10.
|
|
36
|
-
"@instructure/shared-types": "8.10.
|
|
37
|
-
"@instructure/ui-dom-utils": "8.10.
|
|
38
|
-
"@instructure/ui-form-field": "8.10.
|
|
39
|
-
"@instructure/ui-icons": "8.10.
|
|
40
|
-
"@instructure/ui-prop-types": "8.10.
|
|
41
|
-
"@instructure/ui-react-utils": "8.10.
|
|
42
|
-
"@instructure/ui-tag": "8.10.
|
|
43
|
-
"@instructure/ui-testable": "8.10.
|
|
44
|
-
"@instructure/ui-utils": "8.10.
|
|
45
|
-
"@instructure/uid": "8.10.
|
|
35
|
+
"@instructure/emotion": "8.10.3-snapshot.4+118e47643",
|
|
36
|
+
"@instructure/shared-types": "8.10.3-snapshot.4+118e47643",
|
|
37
|
+
"@instructure/ui-dom-utils": "8.10.3-snapshot.4+118e47643",
|
|
38
|
+
"@instructure/ui-form-field": "8.10.3-snapshot.4+118e47643",
|
|
39
|
+
"@instructure/ui-icons": "8.10.3-snapshot.4+118e47643",
|
|
40
|
+
"@instructure/ui-prop-types": "8.10.3-snapshot.4+118e47643",
|
|
41
|
+
"@instructure/ui-react-utils": "8.10.3-snapshot.4+118e47643",
|
|
42
|
+
"@instructure/ui-tag": "8.10.3-snapshot.4+118e47643",
|
|
43
|
+
"@instructure/ui-testable": "8.10.3-snapshot.4+118e47643",
|
|
44
|
+
"@instructure/ui-utils": "8.10.3-snapshot.4+118e47643",
|
|
45
|
+
"@instructure/uid": "8.10.3-snapshot.4+118e47643",
|
|
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": "118e47643bbadaf5beac7f8ffb047b29eb0618d1"
|
|
56
56
|
}
|
package/src/TextInput/index.tsx
CHANGED
|
@@ -232,13 +232,11 @@ class TextInput extends Component<
|
|
|
232
232
|
type={type}
|
|
233
233
|
id={this.id}
|
|
234
234
|
required={isRequired}
|
|
235
|
-
// @ts-expect-error ts-migrate(2322) FIXME: Type '"true" | null' is not assignable to type 'bo... Remove this comment to see the full error message
|
|
236
235
|
aria-invalid={this.invalid ? 'true' : null}
|
|
237
236
|
disabled={interaction === 'disabled'}
|
|
238
237
|
readOnly={interaction === 'readonly'}
|
|
239
|
-
// @ts-expect-error ts-migrate(2322) FIXME: Type 'string | null' is not assignable to type 'st... Remove this comment to see the full error message
|
|
240
238
|
aria-describedby={descriptionIds !== '' ? descriptionIds : null}
|
|
241
|
-
|
|
239
|
+
//@ts-expect-error can't be string
|
|
242
240
|
size={htmlSize}
|
|
243
241
|
onChange={this.handleChange}
|
|
244
242
|
onBlur={this.handleBlur}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/TextInput/index.tsx"],"names":[],"mappings":"AAwBA,eAAe;AACf,OAAO,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAA;AAWtD,OAAO,EAAa,GAAG,EAAE,MAAM,sBAAsB,CAAA;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAI/D,OAAO,KAAK,EACV,cAAc,EACd,cAAc,EACd,mBAAmB,EACpB,MAAM,SAAS,CAAA;AAGhB;;;;;GAKG;AACH,cAEM,SAAU,SAAQ,SAAS,CAC/B,cAAc,GACZ,mBAAmB,CAAC,cAAc,EAAE,mBAAmB,CAAC,cAAc,CAAC,CAAC,EAC1E,cAAc,CACf;IACC,MAAM,CAAC,QAAQ,CAAC,WAAW,eAAc;IAEzC,MAAM,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;SAAe;IAClC,MAAM,CAAC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;OAAY;IAE5B,MAAM,CAAC,YAAY;;;;;;;;;;;;;;MAoBlB;gBAGW,KAAK,KAAA;IASjB,GAAG,EAAE,OAAO,GAAG,IAAI,CAAO;IAE1B,SAAS,OAAQ,OAAO,GAAG,IAAI,UAG9B;IACD,iBAAiB;IAKjB,kBAAkB,CAAC,SAAS,KAAA,EAAE,SAAS,KAAA,EAAE,QAAQ,KAAA;IAIjD,cAAc,QAAO,mBAAmB,CAOvC;IAED,KAAK;IAKL,IAAI,WAAW,0DAEd;IAED,IAAI,WAAW,wBAEd;IAED,IAAI,OAAO,YAOV;IAED,IAAI,OAAO,YAGV;IAED,IAAI,KAAK,QAGR;IAED,IAAI,EAAE,QAGL;IAGD,cAAc,sBAKb;IAGD,YAAY,uBAGX;IAGD,UAAU,uBAMT;IAGD,WAAW,uBAMV;IAED,WAAW;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/TextInput/index.tsx"],"names":[],"mappings":"AAwBA,eAAe;AACf,OAAO,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAA;AAWtD,OAAO,EAAa,GAAG,EAAE,MAAM,sBAAsB,CAAA;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAI/D,OAAO,KAAK,EACV,cAAc,EACd,cAAc,EACd,mBAAmB,EACpB,MAAM,SAAS,CAAA;AAGhB;;;;;GAKG;AACH,cAEM,SAAU,SAAQ,SAAS,CAC/B,cAAc,GACZ,mBAAmB,CAAC,cAAc,EAAE,mBAAmB,CAAC,cAAc,CAAC,CAAC,EAC1E,cAAc,CACf;IACC,MAAM,CAAC,QAAQ,CAAC,WAAW,eAAc;IAEzC,MAAM,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;SAAe;IAClC,MAAM,CAAC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;OAAY;IAE5B,MAAM,CAAC,YAAY;;;;;;;;;;;;;;MAoBlB;gBAGW,KAAK,KAAA;IASjB,GAAG,EAAE,OAAO,GAAG,IAAI,CAAO;IAE1B,SAAS,OAAQ,OAAO,GAAG,IAAI,UAG9B;IACD,iBAAiB;IAKjB,kBAAkB,CAAC,SAAS,KAAA,EAAE,SAAS,KAAA,EAAE,QAAQ,KAAA;IAIjD,cAAc,QAAO,mBAAmB,CAOvC;IAED,KAAK;IAKL,IAAI,WAAW,0DAEd;IAED,IAAI,WAAW,wBAEd;IAED,IAAI,OAAO,YAOV;IAED,IAAI,OAAO,YAGV;IAED,IAAI,KAAK,QAGR;IAED,IAAI,EAAE,QAGL;IAGD,cAAc,sBAKb;IAGD,YAAY,uBAGX;IAGD,UAAU,uBAMT;IAGD,WAAW,uBAMV;IAED,WAAW;IAwDX,MAAM;CAiEP;AAED,eAAe,SAAS,CAAA;AACxB,OAAO,EAAE,SAAS,EAAE,CAAA"}
|