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