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