@instructure/ui-alerts 11.7.4-snapshot-0 → 11.7.4-snapshot-3
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 +1 -1
- package/es/Alert/v1/index.js +0 -1
- package/es/Alert/v2/index.js +0 -1
- package/lib/Alert/v1/index.js +0 -1
- package/lib/Alert/v2/index.js +0 -1
- package/package.json +15 -15
- package/src/Alert/v1/index.tsx +0 -1
- package/src/Alert/v2/index.tsx +0 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Alert/v1/index.d.ts.map +1 -1
- package/types/Alert/v2/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.7.4-snapshot-
|
|
6
|
+
## [11.7.4-snapshot-3](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-3) (2026-05-12)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-alerts
|
|
9
9
|
|
package/es/Alert/v1/index.js
CHANGED
|
@@ -203,7 +203,6 @@ let Alert = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, gene
|
|
|
203
203
|
}
|
|
204
204
|
renderAlert() {
|
|
205
205
|
// prevent onDismiss from being passed to the View component
|
|
206
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
207
206
|
const {
|
|
208
207
|
margin,
|
|
209
208
|
styles,
|
package/es/Alert/v2/index.js
CHANGED
|
@@ -202,7 +202,6 @@ let Alert = (_dec = withDeterministicId(), _dec2 = withStyleNew(generateStyle),
|
|
|
202
202
|
}
|
|
203
203
|
renderAlert() {
|
|
204
204
|
// prevent onDismiss from being passed to the View component
|
|
205
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
206
205
|
const {
|
|
207
206
|
margin,
|
|
208
207
|
styles,
|
package/lib/Alert/v1/index.js
CHANGED
|
@@ -214,7 +214,6 @@ let Alert = exports.Alert = (_dec = (0, _withDeterministicId.withDeterministicId
|
|
|
214
214
|
}
|
|
215
215
|
renderAlert() {
|
|
216
216
|
// prevent onDismiss from being passed to the View component
|
|
217
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
218
217
|
const {
|
|
219
218
|
margin,
|
|
220
219
|
styles,
|
package/lib/Alert/v2/index.js
CHANGED
|
@@ -210,7 +210,6 @@ let Alert = exports.Alert = (_dec = (0, _withDeterministicId.withDeterministicId
|
|
|
210
210
|
}
|
|
211
211
|
renderAlert() {
|
|
212
212
|
// prevent onDismiss from being passed to the View component
|
|
213
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
214
213
|
const {
|
|
215
214
|
margin,
|
|
216
215
|
styles,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-alerts",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-3",
|
|
4
4
|
"description": "An alert component",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -16,26 +16,26 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
18
|
"keycode": "^2",
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/
|
|
23
|
-
"@instructure/ui-buttons": "11.7.4-snapshot-
|
|
24
|
-
"@instructure/ui-icons": "11.7.4-snapshot-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
19
|
+
"@instructure/emotion": "11.7.4-snapshot-3",
|
|
20
|
+
"@instructure/console": "11.7.4-snapshot-3",
|
|
21
|
+
"@instructure/shared-types": "11.7.4-snapshot-3",
|
|
22
|
+
"@instructure/ui-a11y-content": "11.7.4-snapshot-3",
|
|
23
|
+
"@instructure/ui-buttons": "11.7.4-snapshot-3",
|
|
24
|
+
"@instructure/ui-icons": "11.7.4-snapshot-3",
|
|
25
|
+
"@instructure/ui-motion": "11.7.4-snapshot-3",
|
|
26
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-3",
|
|
27
|
+
"@instructure/ui-themes": "11.7.4-snapshot-3",
|
|
28
|
+
"@instructure/ui-view": "11.7.4-snapshot-3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
32
32
|
"@testing-library/react": "15.0.7",
|
|
33
33
|
"@testing-library/user-event": "^14.6.1",
|
|
34
34
|
"vitest": "^3.2.2",
|
|
35
|
-
"@instructure/ui-axe-check": "11.7.4-snapshot-
|
|
36
|
-
"@instructure/ui-
|
|
37
|
-
"@instructure/ui-
|
|
38
|
-
"@instructure/ui-scripts": "11.7.4-snapshot-
|
|
35
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-3",
|
|
36
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-3",
|
|
37
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-3",
|
|
38
|
+
"@instructure/ui-scripts": "11.7.4-snapshot-3"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": ">=18 <=19",
|
package/src/Alert/v1/index.tsx
CHANGED
package/src/Alert/v2/index.tsx
CHANGED