@instructure/ui-pages 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 (53) hide show
  1. package/CHANGELOG.md +32 -288
  2. package/es/Pages/{Page → v1/Page}/index.js +1 -1
  3. package/es/Pages/{index.js → v1/index.js} +2 -2
  4. package/es/{index.js → exports/a.js} +2 -2
  5. package/lib/Pages/{Page → v1/Page}/index.js +2 -2
  6. package/lib/Pages/{index.js → v1/index.js} +3 -3
  7. package/lib/{index.js → exports/a.js} +3 -3
  8. package/package.json +40 -18
  9. package/src/Pages/{Page → v1/Page}/index.tsx +1 -1
  10. package/src/Pages/{index.tsx → v1/index.tsx} +2 -2
  11. package/src/{index.ts → exports/a.ts} +4 -4
  12. package/tsconfig.build.tsbuildinfo +1 -1
  13. package/types/Pages/v1/Page/index.d.ts.map +1 -0
  14. package/types/Pages/v1/Page/props.d.ts.map +1 -0
  15. package/types/Pages/v1/PagesContext.d.ts.map +1 -0
  16. package/types/Pages/v1/index.d.ts.map +1 -0
  17. package/types/Pages/v1/props.d.ts.map +1 -0
  18. package/types/Pages/v1/styles.d.ts.map +1 -0
  19. package/types/Pages/v1/theme.d.ts.map +1 -0
  20. package/types/exports/a.d.ts +5 -0
  21. package/types/exports/a.d.ts.map +1 -0
  22. package/types/Pages/Page/index.d.ts.map +0 -1
  23. package/types/Pages/Page/props.d.ts.map +0 -1
  24. package/types/Pages/PagesContext.d.ts.map +0 -1
  25. package/types/Pages/index.d.ts.map +0 -1
  26. package/types/Pages/props.d.ts.map +0 -1
  27. package/types/Pages/styles.d.ts.map +0 -1
  28. package/types/Pages/theme.d.ts.map +0 -1
  29. package/types/index.d.ts +0 -5
  30. package/types/index.d.ts.map +0 -1
  31. /package/es/Pages/{Page → v1/Page}/props.js +0 -0
  32. /package/es/Pages/{PagesContext.js → v1/PagesContext.js} +0 -0
  33. /package/es/Pages/{props.js → v1/props.js} +0 -0
  34. /package/es/Pages/{styles.js → v1/styles.js} +0 -0
  35. /package/es/Pages/{theme.js → v1/theme.js} +0 -0
  36. /package/lib/Pages/{Page → v1/Page}/props.js +0 -0
  37. /package/lib/Pages/{PagesContext.js → v1/PagesContext.js} +0 -0
  38. /package/lib/Pages/{props.js → v1/props.js} +0 -0
  39. /package/lib/Pages/{styles.js → v1/styles.js} +0 -0
  40. /package/lib/Pages/{theme.js → v1/theme.js} +0 -0
  41. /package/src/Pages/{Page → v1/Page}/props.ts +0 -0
  42. /package/src/Pages/{PagesContext.ts → v1/PagesContext.ts} +0 -0
  43. /package/src/Pages/{README.md → v1/README.md} +0 -0
  44. /package/src/Pages/{props.ts → v1/props.ts} +0 -0
  45. /package/src/Pages/{styles.ts → v1/styles.ts} +0 -0
  46. /package/src/Pages/{theme.ts → v1/theme.ts} +0 -0
  47. /package/types/Pages/{Page → v1/Page}/index.d.ts +0 -0
  48. /package/types/Pages/{Page → v1/Page}/props.d.ts +0 -0
  49. /package/types/Pages/{PagesContext.d.ts → v1/PagesContext.d.ts} +0 -0
  50. /package/types/Pages/{index.d.ts → v1/index.d.ts} +0 -0
  51. /package/types/Pages/{props.d.ts → v1/props.d.ts} +0 -0
  52. /package/types/Pages/{styles.d.ts → v1/styles.d.ts} +0 -0
  53. /package/types/Pages/{theme.d.ts → v1/theme.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,573 +3,317 @@
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-pages
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))
15
18
 
16
- **Note:** Version bump only for package @instructure/ui-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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-pages
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
159
  **Note:** Version bump only for package @instructure/ui-pages
263
160
 
264
-
265
-
266
-
267
-
268
161
  ## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
269
162
 
270
-
271
163
  ### Bug Fixes
272
164
 
273
- * update PropTypes to align with the new spacing tokens ([223d55b](https://github.com/instructure/instructure-ui/commit/223d55bad95e2a3a8b298d622e5b1d0fbab6b289))
274
-
275
-
276
-
277
-
165
+ - update PropTypes to align with the new spacing tokens ([223d55b](https://github.com/instructure/instructure-ui/commit/223d55bad95e2a3a8b298d622e5b1d0fbab6b289))
278
166
 
279
167
  ## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
280
168
 
281
169
  **Note:** Version bump only for package @instructure/ui-pages
282
170
 
283
-
284
-
285
-
286
-
287
171
  # [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
288
172
 
289
173
  **Note:** Version bump only for package @instructure/ui-pages
290
174
 
291
-
292
-
293
-
294
-
295
175
  # [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
296
176
 
297
177
  **Note:** Version bump only for package @instructure/ui-pages
298
178
 
299
-
300
-
301
-
302
-
303
179
  # [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
304
180
 
305
181
  **Note:** Version bump only for package @instructure/ui-pages
306
182
 
307
-
308
-
309
-
310
-
311
183
  # [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
312
184
 
313
185
  **Note:** Version bump only for package @instructure/ui-pages
314
186
 
315
-
316
-
317
-
318
-
319
187
  # [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
320
188
 
321
189
  **Note:** Version bump only for package @instructure/ui-pages
322
190
 
323
-
324
-
325
-
326
-
327
191
  # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
328
192
 
329
193
  **Note:** Version bump only for package @instructure/ui-pages
330
194
 
331
-
332
-
333
-
334
-
335
195
  # [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
336
196
 
337
-
338
197
  ### Features
339
198
 
340
- * **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
341
-
342
-
343
-
344
-
199
+ - **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
345
200
 
346
201
  # [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
347
202
 
348
203
  **Note:** Version bump only for package @instructure/ui-pages
349
204
 
350
-
351
-
352
-
353
-
354
205
  # [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
355
206
 
356
207
  **Note:** Version bump only for package @instructure/ui-pages
357
208
 
358
-
359
-
360
-
361
-
362
209
  ## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
363
210
 
364
211
  **Note:** Version bump only for package @instructure/ui-pages
365
212
 
366
-
367
-
368
-
369
-
370
213
  # [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
371
214
 
372
215
  **Note:** Version bump only for package @instructure/ui-pages
373
216
 
374
-
375
-
376
-
377
-
378
217
  # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
379
218
 
380
219
  **Note:** Version bump only for package @instructure/ui-pages
381
220
 
382
-
383
-
384
-
385
-
386
221
  ## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
387
222
 
388
-
389
223
  ### Bug Fixes
390
224
 
391
- * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
392
-
393
-
394
-
395
-
225
+ - update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
396
226
 
397
227
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
398
228
 
399
229
  **Note:** Version bump only for package @instructure/ui-pages
400
230
 
401
-
402
-
403
-
404
-
405
231
  # [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
406
232
 
407
233
  **Note:** Version bump only for package @instructure/ui-pages
408
234
 
409
-
410
-
411
-
412
-
413
235
  ## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
414
236
 
415
237
  **Note:** Version bump only for package @instructure/ui-pages
416
238
 
417
-
418
-
419
-
420
-
421
239
  ## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
422
240
 
423
241
  **Note:** Version bump only for package @instructure/ui-pages
424
242
 
425
-
426
-
427
-
428
-
429
243
  # [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
430
244
 
431
245
  **Note:** Version bump only for package @instructure/ui-pages
432
246
 
433
-
434
-
435
-
436
-
437
247
  # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
438
248
 
439
249
  **Note:** Version bump only for package @instructure/ui-pages
440
250
 
441
-
442
-
443
-
444
-
445
251
  # [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
446
252
 
447
-
448
253
  ### Features
449
254
 
450
- * **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
451
-
255
+ - **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
452
256
 
453
257
  ### BREAKING CHANGES
454
258
 
455
- * **many:** Breaks color overrides in certain cases
456
-
457
-
458
-
459
-
259
+ - **many:** Breaks color overrides in certain cases
460
260
 
461
261
  ## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
462
262
 
463
263
  **Note:** Version bump only for package @instructure/ui-pages
464
264
 
465
-
466
-
467
-
468
-
469
265
  # [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
470
266
 
471
267
  **Note:** Version bump only for package @instructure/ui-pages
472
268
 
473
-
474
-
475
-
476
-
477
269
  # [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
478
270
 
479
271
  **Note:** Version bump only for package @instructure/ui-pages
480
272
 
481
-
482
-
483
-
484
-
485
273
  # [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
486
274
 
487
275
  **Note:** Version bump only for package @instructure/ui-pages
488
276
 
489
-
490
-
491
-
492
-
493
277
  # [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
494
278
 
495
279
  **Note:** Version bump only for package @instructure/ui-pages
496
280
 
497
-
498
-
499
-
500
-
501
281
  # [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
502
282
 
503
283
  **Note:** Version bump only for package @instructure/ui-pages
504
284
 
505
-
506
-
507
-
508
-
509
285
  ## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
510
286
 
511
287
  **Note:** Version bump only for package @instructure/ui-pages
512
288
 
513
-
514
-
515
-
516
-
517
289
  # [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
518
290
 
519
291
  **Note:** Version bump only for package @instructure/ui-pages
520
292
 
521
-
522
-
523
-
524
-
525
293
  # [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
526
294
 
527
295
  **Note:** Version bump only for package @instructure/ui-pages
528
296
 
529
-
530
-
531
-
532
-
533
297
  ## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
534
298
 
535
299
  **Note:** Version bump only for package @instructure/ui-pages
536
300
 
537
-
538
-
539
-
540
-
541
301
  # [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
542
302
 
543
303
  **Note:** Version bump only for package @instructure/ui-pages
544
304
 
545
-
546
-
547
-
548
-
549
305
  # [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
550
306
 
551
307
  **Note:** Version bump only for package @instructure/ui-pages
552
308
 
553
-
554
-
555
-
556
-
557
309
  ## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
558
310
 
559
311
  **Note:** Version bump only for package @instructure/ui-pages
560
312
 
561
-
562
-
563
-
564
-
565
313
  ## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
566
314
 
567
315
  **Note:** Version bump only for package @instructure/ui-pages
568
316
 
569
-
570
-
571
-
572
-
573
317
  # [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
574
318
 
575
319
  **Note:** Version bump only for package @instructure/ui-pages
@@ -27,7 +27,7 @@ const _excluded = ["children"];
27
27
  import { Component } from 'react';
28
28
  import { findDOMNode, findTabbable } from '@instructure/ui-dom-utils';
29
29
  import { logError as error } from '@instructure/console';
30
- import { View } from '@instructure/ui-view';
30
+ import { View } from '@instructure/ui-view/v11_6';
31
31
  import { PagesContext } from "../PagesContext.js";
32
32
  import { allowedProps } from "./props.js";
33
33
  import { jsx as _jsx } from "@emotion/react/jsx-runtime";
@@ -24,12 +24,12 @@ var _dec, _dec2, _class, _Pages;
24
24
  */
25
25
 
26
26
  import { Children, Component } from 'react';
27
- import { View } from '@instructure/ui-view';
27
+ import { View } from '@instructure/ui-view/v11_6';
28
28
  import { containsActiveElement, findTabbable } from '@instructure/ui-dom-utils';
29
29
  import { safeCloneElement, withDeterministicId } from '@instructure/ui-react-utils';
30
30
  import { logError as error } from '@instructure/console';
31
31
  import { Page } from "./Page/index.js";
32
- import { withStyle } from '@instructure/emotion';
32
+ import { withStyleLegacy as withStyle } from '@instructure/emotion';
33
33
  import generateStyle from "./styles.js";
34
34
  import generateComponentTheme from "./theme.js";
35
35
  import { PagesContext } from "./PagesContext.js";
@@ -21,5 +21,5 @@
21
21
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
22
  * SOFTWARE.
23
23
  */
24
- export { Pages } from "./Pages/index.js";
25
- export { Page as PagesPage } from "./Pages/Page/index.js";
24
+ export { Pages } from "../Pages/v1/index.js";
25
+ export { Page as PagesPage } from "../Pages/v1/Page/index.js";
@@ -10,7 +10,7 @@ var _react = require("react");
10
10
  var _findDOMNode = require("@instructure/ui-dom-utils/lib/findDOMNode.js");
11
11
  var _findTabbable = require("@instructure/ui-dom-utils/lib/findTabbable.js");
12
12
  var _console = require("@instructure/console");
13
- var _View = require("@instructure/ui-view/lib/View");
13
+ var _v11_ = require("@instructure/ui-view/v11_6");
14
14
  var _PagesContext = require("../PagesContext");
15
15
  var _props = require("./props");
16
16
  var _jsxRuntime = require("@emotion/react/jsx-runtime");
@@ -88,7 +88,7 @@ class Page extends _react.Component {
88
88
  children: ({
89
89
  history,
90
90
  navigateToPreviousPage
91
- }) => (0, _jsxRuntime.jsx)(_View.View, {
91
+ }) => (0, _jsxRuntime.jsx)(_v11_.View, {
92
92
  as: "div",
93
93
  padding: props.padding,
94
94
  textAlign: props.textAlign,
@@ -12,7 +12,7 @@ Object.defineProperty(exports, "Page", {
12
12
  });
13
13
  exports.default = exports.Pages = void 0;
14
14
  var _react = require("react");
15
- var _View = require("@instructure/ui-view/lib/View");
15
+ var _v11_ = require("@instructure/ui-view/v11_6");
16
16
  var _containsActiveElement = require("@instructure/ui-dom-utils/lib/containsActiveElement.js");
17
17
  var _findTabbable = require("@instructure/ui-dom-utils/lib/findTabbable.js");
18
18
  var _safeCloneElement = require("@instructure/ui-react-utils/lib/safeCloneElement.js");
@@ -54,7 +54,7 @@ var _dec, _dec2, _class, _Pages;
54
54
  category: components
55
55
  ---
56
56
  **/
57
- let Pages = exports.Pages = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = _dec2(_class = (_Pages = class Pages extends _react.Component {
57
+ let Pages = exports.Pages = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyleLegacy)(_styles.default, _theme.default), _dec(_class = _dec2(_class = (_Pages = class Pages extends _react.Component {
58
58
  get _contentElement() {
59
59
  return this.ref;
60
60
  }
@@ -144,7 +144,7 @@ let Pages = exports.Pages = (_dec = (0, _withDeterministicId.withDeterministicId
144
144
  this.handleBackButtonClick();
145
145
  }
146
146
  },
147
- children: (0, _jsxRuntime.jsx)(_View.View, {
147
+ children: (0, _jsxRuntime.jsx)(_v11_.View, {
148
148
  as: "div",
149
149
  id: this._contentId,
150
150
  css: (_this$props$styles = this.props.styles) === null || _this$props$styles === void 0 ? void 0 : _this$props$styles.pages,