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