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