@instructure/ui-rating 11.6.1-snapshot-0 → 11.6.1-snapshot-129

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