@instructure/ui-navigation 11.6.1-snapshot-0 → 11.6.1-snapshot-130

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