@instructure/ui-text-input 11.6.0 → 11.6.1-snapshot-129

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.
Files changed (62) hide show
  1. package/CHANGELOG.md +47 -305
  2. package/es/TextInput/{index.js → v1/index.js} +2 -2
  3. package/es/TextInput/v2/index.js +308 -0
  4. package/es/TextInput/v2/props.js +26 -0
  5. package/es/TextInput/v2/styles.js +234 -0
  6. package/es/TextInput/v2/theme.js +73 -0
  7. package/es/{index.js → exports/a.js} +1 -1
  8. package/{src/index.ts → es/exports/b.js} +1 -2
  9. package/lib/TextInput/{index.js → v1/index.js} +3 -3
  10. package/lib/TextInput/v2/index.js +319 -0
  11. package/lib/TextInput/v2/props.js +31 -0
  12. package/lib/TextInput/v2/styles.js +239 -0
  13. package/lib/TextInput/v2/theme.js +79 -0
  14. package/lib/{index.js → exports/a.js} +2 -2
  15. package/lib/exports/b.js +12 -0
  16. package/package.json +45 -24
  17. package/src/TextInput/{index.tsx → v1/index.tsx} +2 -2
  18. package/src/TextInput/{props.ts → v1/props.ts} +1 -1
  19. package/src/TextInput/v2/README.md +334 -0
  20. package/src/TextInput/v2/index.tsx +406 -0
  21. package/src/TextInput/v2/props.ts +244 -0
  22. package/src/TextInput/v2/styles.ts +245 -0
  23. package/src/TextInput/v2/theme.ts +84 -0
  24. package/src/exports/a.ts +25 -0
  25. package/src/exports/b.ts +25 -0
  26. package/tsconfig.build.json +0 -3
  27. package/tsconfig.build.tsbuildinfo +1 -1
  28. package/types/TextInput/{index.d.ts → v1/index.d.ts} +1 -1
  29. package/types/TextInput/v1/index.d.ts.map +1 -0
  30. package/types/TextInput/{props.d.ts → v1/props.d.ts} +1 -1
  31. package/types/TextInput/v1/props.d.ts.map +1 -0
  32. package/types/TextInput/v1/styles.d.ts.map +1 -0
  33. package/types/TextInput/v1/theme.d.ts.map +1 -0
  34. package/types/TextInput/v2/index.d.ts +79 -0
  35. package/types/TextInput/v2/index.d.ts.map +1 -0
  36. package/types/TextInput/v2/props.d.ts +138 -0
  37. package/types/TextInput/v2/props.d.ts.map +1 -0
  38. package/types/TextInput/v2/styles.d.ts +16 -0
  39. package/types/TextInput/v2/styles.d.ts.map +1 -0
  40. package/types/TextInput/v2/theme.d.ts +10 -0
  41. package/types/TextInput/v2/theme.d.ts.map +1 -0
  42. package/types/exports/a.d.ts +3 -0
  43. package/types/exports/a.d.ts.map +1 -0
  44. package/types/exports/b.d.ts +3 -0
  45. package/types/exports/b.d.ts.map +1 -0
  46. package/types/TextInput/index.d.ts.map +0 -1
  47. package/types/TextInput/props.d.ts.map +0 -1
  48. package/types/TextInput/styles.d.ts.map +0 -1
  49. package/types/TextInput/theme.d.ts.map +0 -1
  50. package/types/index.d.ts +0 -3
  51. package/types/index.d.ts.map +0 -1
  52. /package/es/TextInput/{props.js → v1/props.js} +0 -0
  53. /package/es/TextInput/{styles.js → v1/styles.js} +0 -0
  54. /package/es/TextInput/{theme.js → v1/theme.js} +0 -0
  55. /package/lib/TextInput/{props.js → v1/props.js} +0 -0
  56. /package/lib/TextInput/{styles.js → v1/styles.js} +0 -0
  57. /package/lib/TextInput/{theme.js → v1/theme.js} +0 -0
  58. /package/src/TextInput/{README.md → v1/README.md} +0 -0
  59. /package/src/TextInput/{styles.ts → v1/styles.ts} +0 -0
  60. /package/src/TextInput/{theme.ts → v1/theme.ts} +0 -0
  61. /package/types/TextInput/{styles.d.ts → v1/styles.d.ts} +0 -0
  62. /package/types/TextInput/{theme.d.ts → v1/theme.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,599 +3,341 @@
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
- # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
7
-
8
- **Note:** Version bump only for package @instructure/ui-text-input
6
+ ## [11.6.1-snapshot-129](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.6.1-snapshot-129) (2026-03-16)
9
7
 
10
8
 
9
+ ### Bug Fixes
11
10
 
11
+ * **ui-many:** fix imports of the multiversion support ([ff5f2b3](https://github.com/instructure/instructure-ui/commit/ff5f2b38660ddae432edd32b98eedae586589977))
12
+ * **ui-text-input,emotion:** fix TextInput displaying double focus rings when a focusable element is rendered inside ([b33cea2](https://github.com/instructure/instructure-ui/commit/b33cea283ef84cdc674c43bf8a0b7ca55f04cfaa))
12
13
 
13
14
 
14
- # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
15
+ ### Features
15
16
 
16
- **Note:** Version bump only for package @instructure/ui-text-input
17
+ * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
18
+ * **many:** rework TextArea and dependent FormField components ([0f8c438](https://github.com/instructure/instructure-ui/commit/0f8c43803e3458bbf7b2dd266a9e246cb89b0d3c))
17
19
 
18
20
 
19
21
 
20
22
 
21
23
 
22
- # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
24
+ # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
23
25
 
24
26
  **Note:** Version bump only for package @instructure/ui-text-input
25
27
 
28
+ # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
26
29
 
30
+ **Note:** Version bump only for package @instructure/ui-text-input
27
31
 
32
+ # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
28
33
 
34
+ **Note:** Version bump only for package @instructure/ui-text-input
29
35
 
30
36
  # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
31
37
 
32
38
  **Note:** Version bump only for package @instructure/ui-text-input
33
39
 
34
-
35
-
36
-
37
-
38
40
  # [11.2.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.2.0) (2025-11-06)
39
41
 
40
-
41
42
  ### Features
42
43
 
43
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
44
-
45
-
46
-
47
-
44
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
48
45
 
49
46
  # [11.1.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.1.0) (2025-11-05)
50
47
 
51
-
52
48
  ### Features
53
49
 
54
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
55
-
56
-
57
-
58
-
50
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
59
51
 
60
52
  ## [11.0.1](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1) (2025-10-13)
61
53
 
62
54
  **Note:** Version bump only for package @instructure/ui-text-input
63
55
 
64
-
65
-
66
-
67
-
68
56
  # [11.0.0](https://github.com/instructure/instructure-ui/compare/v10.26.0...v11.0.0) (2025-10-06)
69
57
 
70
-
71
58
  ### Features
72
59
 
73
- * **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
74
-
60
+ - **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
75
61
 
76
62
  ### BREAKING CHANGES
77
63
 
78
- * **many:** InstUI v11 contains the following breaking changes:
79
- - React 16 and 17 are no longer supported
80
- - remove `PropTypes` from all packages
81
- - remove `CodeEditor` component
82
- - remove `@instui/theme-registry` package
83
- - remove `@testable`, `@experimental`, `@hack` decorators
84
- - InstUISettingsProvider's `as` prop is removed
85
- - `canvas.use()`, `canvasHighContrast.use()` functions are removed
86
- - `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
87
- - `variables` field on theme objects are removed
88
- - remove deprecated props from Table: Row's `isStacked`, Body's
64
+ - **many:** InstUI v11 contains the following breaking changes:
65
+
66
+ * React 16 and 17 are no longer supported
67
+ * remove `PropTypes` from all packages
68
+ * remove `CodeEditor` component
69
+ * remove `@instui/theme-registry` package
70
+ * remove `@testable`, `@experimental`, `@hack` decorators
71
+ * InstUISettingsProvider's `as` prop is removed
72
+ * `canvas.use()`, `canvasHighContrast.use()` functions are removed
73
+ * `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
74
+ * `variables` field on theme objects are removed
75
+ * remove deprecated props from Table: Row's `isStacked`, Body's
89
76
  `isStacked`, `hover`, and `headers`
90
- - `Table`'s `caption` prop is now required
91
- - `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
92
-
93
-
94
-
95
-
77
+ * `Table`'s `caption` prop is now required
78
+ * `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
96
79
 
97
80
  # [10.26.0](https://github.com/instructure/instructure-ui/compare/v10.25.0...v10.26.0) (2025-10-01)
98
81
 
99
-
100
82
  ### Bug Fixes
101
83
 
102
- * **ui-text-input:** set IconButton height in TextInput to not break layout ([f345a58](https://github.com/instructure/instructure-ui/commit/f345a58accc725afd99381a93d14c81070c854bc))
103
-
104
-
105
-
106
-
84
+ - **ui-text-input:** set IconButton height in TextInput to not break layout ([f345a58](https://github.com/instructure/instructure-ui/commit/f345a58accc725afd99381a93d14c81070c854bc))
107
85
 
108
86
  # [10.25.0](https://github.com/instructure/instructure-ui/compare/v10.24.2...v10.25.0) (2025-09-09)
109
87
 
110
88
  **Note:** Version bump only for package @instructure/ui-text-input
111
89
 
112
-
113
-
114
-
115
-
116
90
  ## [10.24.2](https://github.com/instructure/instructure-ui/compare/v10.24.1...v10.24.2) (2025-08-11)
117
91
 
118
92
  **Note:** Version bump only for package @instructure/ui-text-input
119
93
 
120
-
121
-
122
-
123
-
124
94
  ## [10.24.1](https://github.com/instructure/instructure-ui/compare/v10.24.0...v10.24.1) (2025-07-30)
125
95
 
126
96
  **Note:** Version bump only for package @instructure/ui-text-input
127
97
 
128
-
129
-
130
-
131
-
132
98
  # [10.24.0](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.24.0) (2025-07-18)
133
99
 
134
100
  **Note:** Version bump only for package @instructure/ui-text-input
135
101
 
136
-
137
-
138
-
139
-
140
102
  # [10.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
141
103
 
142
104
  **Note:** Version bump only for package @instructure/ui-text-input
143
105
 
144
-
145
-
146
-
147
-
148
106
  # [10.22.0](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.22.0) (2025-07-04)
149
107
 
150
-
151
108
  ### Bug Fixes
152
109
 
153
- * **ui-text-input:** better IconButton positioning inside TextInput when wrapped inside a Popover ([e39838e](https://github.com/instructure/instructure-ui/commit/e39838ee1149c32ccec2e7e6e17fdbc852571952))
154
-
155
-
156
-
157
-
110
+ - **ui-text-input:** better IconButton positioning inside TextInput when wrapped inside a Popover ([e39838e](https://github.com/instructure/instructure-ui/commit/e39838ee1149c32ccec2e7e6e17fdbc852571952))
158
111
 
159
112
  # [10.21.0](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.21.0) (2025-06-27)
160
113
 
161
-
162
114
  ### Features
163
115
 
164
- * **ui-text-input,ui-date-input:** properly support IconButtons inside TextInputs ([40ca6bb](https://github.com/instructure/instructure-ui/commit/40ca6bbaa9d113a34c2477501b34ba4342a044d6))
165
-
166
-
167
-
168
-
116
+ - **ui-text-input,ui-date-input:** properly support IconButtons inside TextInputs ([40ca6bb](https://github.com/instructure/instructure-ui/commit/40ca6bbaa9d113a34c2477501b34ba4342a044d6))
169
117
 
170
118
  ## [10.20.1](https://github.com/instructure/instructure-ui/compare/v10.20.0...v10.20.1) (2025-06-17)
171
119
 
172
120
  **Note:** Version bump only for package @instructure/ui-text-input
173
121
 
174
-
175
-
176
-
177
-
178
122
  # [10.20.0](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.20.0) (2025-06-13)
179
123
 
180
-
181
124
  ### Bug Fixes
182
125
 
183
- * **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
184
-
185
-
186
-
187
-
126
+ - **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
188
127
 
189
128
  ## [10.19.1](https://github.com/instructure/instructure-ui/compare/v10.19.0...v10.19.1) (2025-06-05)
190
129
 
191
130
  **Note:** Version bump only for package @instructure/ui-text-input
192
131
 
193
-
194
-
195
-
196
-
197
132
  # [10.19.0](https://github.com/instructure/instructure-ui/compare/v10.18.1...v10.19.0) (2025-06-03)
198
133
 
199
134
  **Note:** Version bump only for package @instructure/ui-text-input
200
135
 
201
-
202
-
203
-
204
-
205
136
  ## [10.18.1](https://github.com/instructure/instructure-ui/compare/v10.18.0...v10.18.1) (2025-05-29)
206
137
 
207
138
  **Note:** Version bump only for package @instructure/ui-text-input
208
139
 
209
-
210
-
211
-
212
-
213
140
  # [10.18.0](https://github.com/instructure/instructure-ui/compare/v10.17.0...v10.18.0) (2025-05-26)
214
141
 
215
142
  **Note:** Version bump only for package @instructure/ui-text-input
216
143
 
217
-
218
-
219
-
220
-
221
144
  # [10.17.0](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.17.0) (2025-05-20)
222
145
 
223
146
  **Note:** Version bump only for package @instructure/ui-text-input
224
147
 
225
-
226
-
227
-
228
-
229
148
  ## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
230
149
 
231
150
  **Note:** Version bump only for package @instructure/ui-text-input
232
151
 
233
-
234
-
235
-
236
-
237
152
  ## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
238
153
 
239
154
  **Note:** Version bump only for package @instructure/ui-text-input
240
155
 
241
-
242
-
243
-
244
-
245
156
  ## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
246
157
 
247
158
  **Note:** Version bump only for package @instructure/ui-text-input
248
159
 
249
-
250
-
251
-
252
-
253
160
  ## [10.16.1](https://github.com/instructure/instructure-ui/compare/v10.16.0...v10.16.1) (2025-04-22)
254
161
 
255
162
  **Note:** Version bump only for package @instructure/ui-text-input
256
163
 
257
-
258
-
259
-
260
-
261
164
  # [10.16.0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.16.0) (2025-04-11)
262
165
 
263
-
264
166
  ### Bug Fixes
265
167
 
266
- * **ui-text-input:** make TextInput maintain focus when renderAfterInput is conditionally rendered ([c124e16](https://github.com/instructure/instructure-ui/commit/c124e16000e1d60e49372ade27633dbeb48e22ae))
267
-
268
-
269
-
270
-
168
+ - **ui-text-input:** make TextInput maintain focus when renderAfterInput is conditionally rendered ([c124e16](https://github.com/instructure/instructure-ui/commit/c124e16000e1d60e49372ade27633dbeb48e22ae))
271
169
 
272
170
  ## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
273
171
 
274
172
  **Note:** Version bump only for package @instructure/ui-text-input
275
173
 
276
-
277
-
278
-
279
-
280
174
  ## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
281
175
 
282
176
  **Note:** Version bump only for package @instructure/ui-text-input
283
177
 
284
-
285
-
286
-
287
-
288
178
  # [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
289
179
 
290
180
  **Note:** Version bump only for package @instructure/ui-text-input
291
181
 
292
-
293
-
294
-
295
-
296
182
  # [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
297
183
 
298
184
  **Note:** Version bump only for package @instructure/ui-text-input
299
185
 
300
-
301
-
302
-
303
-
304
186
  # [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
305
187
 
306
-
307
188
  ### Bug Fixes
308
189
 
309
- * **many:** fix form label not read by NVDA in hover mode and other layout issues ([ef77281](https://github.com/instructure/instructure-ui/commit/ef77281890511e8eea794196445d3ef2454537ba))
310
-
311
-
312
-
313
-
190
+ - **many:** fix form label not read by NVDA in hover mode and other layout issues ([ef77281](https://github.com/instructure/instructure-ui/commit/ef77281890511e8eea794196445d3ef2454537ba))
314
191
 
315
192
  # [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
316
193
 
317
-
318
194
  ### Features
319
195
 
320
- * **many:** introduce new spacing tokens; add margin prop for more components ([048c902](https://github.com/instructure/instructure-ui/commit/048c902406c00611cd117fb2fb8164a6eba62fb8))
321
-
322
-
323
-
324
-
196
+ - **many:** introduce new spacing tokens; add margin prop for more components ([048c902](https://github.com/instructure/instructure-ui/commit/048c902406c00611cd117fb2fb8164a6eba62fb8))
325
197
 
326
198
  # [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
327
199
 
328
200
  **Note:** Version bump only for package @instructure/ui-text-input
329
201
 
330
-
331
-
332
-
333
-
334
202
  # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
335
203
 
336
204
  **Note:** Version bump only for package @instructure/ui-text-input
337
205
 
338
-
339
-
340
-
341
-
342
206
  # [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
343
207
 
344
208
  **Note:** Version bump only for package @instructure/ui-text-input
345
209
 
346
-
347
-
348
-
349
-
350
210
  # [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
351
211
 
352
-
353
212
  ### Bug Fixes
354
213
 
355
- * **ui-select,ui-text-input:** fix long before elements overflowing in TextInput, Select, SimpleSelect ([ee9cafd](https://github.com/instructure/instructure-ui/commit/ee9cafdd027b9a1caaa0791d1b6dc4f8401c87e7))
356
-
357
-
358
-
359
-
214
+ - **ui-select,ui-text-input:** fix long before elements overflowing in TextInput, Select, SimpleSelect ([ee9cafd](https://github.com/instructure/instructure-ui/commit/ee9cafdd027b9a1caaa0791d1b6dc4f8401c87e7))
360
215
 
361
216
  # [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
362
217
 
363
-
364
218
  ### Bug Fixes
365
219
 
366
- * **many:** hide required asterisks from screenreaders ([78aec71](https://github.com/instructure/instructure-ui/commit/78aec71d1056df3a43ffd226d993c451a8fe9c1d))
367
-
368
-
369
-
370
-
220
+ - **many:** hide required asterisks from screenreaders ([78aec71](https://github.com/instructure/instructure-ui/commit/78aec71d1056df3a43ffd226d993c451a8fe9c1d))
371
221
 
372
222
  ## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
373
223
 
374
224
  **Note:** Version bump only for package @instructure/ui-text-input
375
225
 
376
-
377
-
378
-
379
-
380
226
  # [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
381
227
 
382
-
383
228
  ### Bug Fixes
384
229
 
385
- * **many:** adjust border colors to meet a11y contrast standards ([2f47e06](https://github.com/instructure/instructure-ui/commit/2f47e066f7107c67e37ce8b7aff483586cf7a6b7))
386
- * **many:** fix regression where form elements without label got misaligned ([139f7f1](https://github.com/instructure/instructure-ui/commit/139f7f130cd7e8372af869a13cfd50cd6a97fd85))
387
-
388
-
389
-
390
-
230
+ - **many:** adjust border colors to meet a11y contrast standards ([2f47e06](https://github.com/instructure/instructure-ui/commit/2f47e066f7107c67e37ce8b7aff483586cf7a6b7))
231
+ - **many:** fix regression where form elements without label got misaligned ([139f7f1](https://github.com/instructure/instructure-ui/commit/139f7f130cd7e8372af869a13cfd50cd6a97fd85))
391
232
 
392
233
  # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
393
234
 
394
-
395
235
  ### Features
396
236
 
397
- * **many:** add new form field error msg style + add asterisk for required fields ([9b03683](https://github.com/instructure/instructure-ui/commit/9b03683dadeef4c5deae2c60bea10686f143ff5d))
398
-
399
-
400
-
401
-
237
+ - **many:** add new form field error msg style + add asterisk for required fields ([9b03683](https://github.com/instructure/instructure-ui/commit/9b03683dadeef4c5deae2c60bea10686f143ff5d))
402
238
 
403
239
  ## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
404
240
 
405
-
406
241
  ### Bug Fixes
407
242
 
408
- * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
409
-
410
-
411
-
412
-
243
+ - update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
413
244
 
414
245
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
415
246
 
416
247
  **Note:** Version bump only for package @instructure/ui-text-input
417
248
 
418
-
419
-
420
-
421
-
422
249
  # [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
423
250
 
424
-
425
251
  ### Bug Fixes
426
252
 
427
- * **ui-text-input:** icon in SimpleSelect is vertically centered ([13790d1](https://github.com/instructure/instructure-ui/commit/13790d14ac6eb6135d7ae22b2a29f542ddf95333))
428
-
429
-
430
-
431
-
253
+ - **ui-text-input:** icon in SimpleSelect is vertically centered ([13790d1](https://github.com/instructure/instructure-ui/commit/13790d14ac6eb6135d7ae22b2a29f542ddf95333))
432
254
 
433
255
  ## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
434
256
 
435
257
  **Note:** Version bump only for package @instructure/ui-text-input
436
258
 
437
-
438
-
439
-
440
-
441
259
  ## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
442
260
 
443
261
  **Note:** Version bump only for package @instructure/ui-text-input
444
262
 
445
-
446
-
447
-
448
-
449
263
  # [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
450
264
 
451
265
  **Note:** Version bump only for package @instructure/ui-text-input
452
266
 
453
-
454
-
455
-
456
-
457
267
  # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
458
268
 
459
269
  **Note:** Version bump only for package @instructure/ui-text-input
460
270
 
461
-
462
-
463
-
464
-
465
271
  # [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
466
272
 
467
-
468
273
  ### Features
469
274
 
470
- * **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
471
-
275
+ - **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
472
276
 
473
277
  ### BREAKING CHANGES
474
278
 
475
- * **many:** Breaks color overrides in certain cases
476
-
477
-
478
-
479
-
279
+ - **many:** Breaks color overrides in certain cases
480
280
 
481
281
  ## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
482
282
 
483
283
  **Note:** Version bump only for package @instructure/ui-text-input
484
284
 
485
-
486
-
487
-
488
-
489
285
  # [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
490
286
 
491
-
492
287
  ### Features
493
288
 
494
- * **ui-date-input,ui-text-input:** add custom validation function and fix small layout issue ([77218be](https://github.com/instructure/instructure-ui/commit/77218be635611c1c674cc6c85d4dceaa76509117))
495
-
496
-
497
-
498
-
289
+ - **ui-date-input,ui-text-input:** add custom validation function and fix small layout issue ([77218be](https://github.com/instructure/instructure-ui/commit/77218be635611c1c674cc6c85d4dceaa76509117))
499
290
 
500
291
  # [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
501
292
 
502
-
503
293
  ### Features
504
294
 
505
- * **ui-date-input,ui-text-input:** add custom validation function and fix small layout issue ([77218be](https://github.com/instructure/instructure-ui/commit/77218be635611c1c674cc6c85d4dceaa76509117))
506
-
507
-
508
-
509
-
295
+ - **ui-date-input,ui-text-input:** add custom validation function and fix small layout issue ([77218be](https://github.com/instructure/instructure-ui/commit/77218be635611c1c674cc6c85d4dceaa76509117))
510
296
 
511
297
  # [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
512
298
 
513
299
  **Note:** Version bump only for package @instructure/ui-text-input
514
300
 
515
-
516
-
517
-
518
-
519
301
  # [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
520
302
 
521
303
  **Note:** Version bump only for package @instructure/ui-text-input
522
304
 
523
-
524
-
525
-
526
-
527
305
  # [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
528
306
 
529
307
  **Note:** Version bump only for package @instructure/ui-text-input
530
308
 
531
-
532
-
533
-
534
-
535
309
  ## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
536
310
 
537
311
  **Note:** Version bump only for package @instructure/ui-text-input
538
312
 
539
-
540
-
541
-
542
-
543
313
  # [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
544
314
 
545
315
  **Note:** Version bump only for package @instructure/ui-text-input
546
316
 
547
-
548
-
549
-
550
-
551
317
  # [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
552
318
 
553
319
  **Note:** Version bump only for package @instructure/ui-text-input
554
320
 
555
-
556
-
557
-
558
-
559
321
  ## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
560
322
 
561
323
  **Note:** Version bump only for package @instructure/ui-text-input
562
324
 
563
-
564
-
565
-
566
-
567
325
  # [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
568
326
 
569
327
  **Note:** Version bump only for package @instructure/ui-text-input
570
328
 
571
-
572
-
573
-
574
-
575
329
  # [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
576
330
 
577
331
  **Note:** Version bump only for package @instructure/ui-text-input
578
332
 
579
-
580
-
581
-
582
-
583
333
  ## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
584
334
 
585
335
  **Note:** Version bump only for package @instructure/ui-text-input
586
336
 
587
-
588
-
589
-
590
-
591
337
  ## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
592
338
 
593
339
  **Note:** Version bump only for package @instructure/ui-text-input
594
340
 
595
-
596
-
597
-
598
-
599
341
  # [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
600
342
 
601
343
  **Note:** Version bump only for package @instructure/ui-text-input
@@ -28,8 +28,8 @@ var _dec, _dec2, _class, _TextInput;
28
28
  import { Fragment, Component } from 'react';
29
29
  import { callRenderProp, getInteraction, passthroughProps, withDeterministicId } from '@instructure/ui-react-utils';
30
30
  import { isActiveElement, addEventListener, getCSSStyleDeclaration } from '@instructure/ui-dom-utils';
31
- import { FormField } from '@instructure/ui-form-field';
32
- import { withStyle } from '@instructure/emotion';
31
+ import { FormField } from '@instructure/ui-form-field/v11_6';
32
+ import { withStyleLegacy as withStyle } from '@instructure/emotion';
33
33
  import { hasVisibleChildren } from '@instructure/ui-a11y-utils';
34
34
  import generateStyle from "./styles.js";
35
35
  import generateComponentTheme from "./theme.js";