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