@instructure/ui-responsive 11.6.0 → 11.6.1-snapshot-129

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