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