@instructure/ui-number-input 11.6.1-snapshot-0 → 11.6.1-snapshot-130

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