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