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