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