@instructure/ui-alerts 11.7.4-snapshot-0 → 11.7.4-snapshot-1

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 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-0](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-0) (2026-05-08)
6
+ ## [11.7.4-snapshot-1](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-1) (2026-05-11)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-alerts
9
9
 
@@ -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,
@@ -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,
@@ -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,
@@ -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-0",
3
+ "version": "11.7.4-snapshot-1",
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/console": "11.7.4-snapshot-0",
20
- "@instructure/shared-types": "11.7.4-snapshot-0",
21
- "@instructure/ui-a11y-content": "11.7.4-snapshot-0",
22
- "@instructure/emotion": "11.7.4-snapshot-0",
23
- "@instructure/ui-buttons": "11.7.4-snapshot-0",
24
- "@instructure/ui-icons": "11.7.4-snapshot-0",
25
- "@instructure/ui-themes": "11.7.4-snapshot-0",
26
- "@instructure/ui-motion": "11.7.4-snapshot-0",
27
- "@instructure/ui-view": "11.7.4-snapshot-0",
28
- "@instructure/ui-react-utils": "11.7.4-snapshot-0"
19
+ "@instructure/console": "11.7.4-snapshot-1",
20
+ "@instructure/shared-types": "11.7.4-snapshot-1",
21
+ "@instructure/emotion": "11.7.4-snapshot-1",
22
+ "@instructure/ui-a11y-content": "11.7.4-snapshot-1",
23
+ "@instructure/ui-buttons": "11.7.4-snapshot-1",
24
+ "@instructure/ui-icons": "11.7.4-snapshot-1",
25
+ "@instructure/ui-react-utils": "11.7.4-snapshot-1",
26
+ "@instructure/ui-motion": "11.7.4-snapshot-1",
27
+ "@instructure/ui-themes": "11.7.4-snapshot-1",
28
+ "@instructure/ui-view": "11.7.4-snapshot-1"
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-0",
36
- "@instructure/ui-color-utils": "11.7.4-snapshot-0",
37
- "@instructure/ui-babel-preset": "11.7.4-snapshot-0",
38
- "@instructure/ui-scripts": "11.7.4-snapshot-0"
35
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-1",
36
+ "@instructure/ui-scripts": "11.7.4-snapshot-1",
37
+ "@instructure/ui-color-utils": "11.7.4-snapshot-1",
38
+ "@instructure/ui-axe-check": "11.7.4-snapshot-1"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=18 <=19",
@@ -263,7 +263,6 @@ class Alert extends Component<AlertProps, AlertState> {
263
263
 
264
264
  renderAlert() {
265
265
  // prevent onDismiss from being passed to the View component
266
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
267
266
  const {
268
267
  margin,
269
268
  styles,
@@ -262,7 +262,6 @@ class Alert extends Component<AlertProps, AlertState> {
262
262
 
263
263
  renderAlert() {
264
264
  // prevent onDismiss from being passed to the View component
265
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
266
265
  const {
267
266
  margin,
268
267
  styles,