@instructure/ui-alerts 10.19.2-snapshot-4 → 10.19.2-snapshot-6

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,9 +3,12 @@
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
- ## [10.19.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-4) (2025-06-12)
6
+ ## [10.19.2-snapshot-6](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-6) (2025-06-12)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-alerts
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
9
12
 
10
13
 
11
14
 
package/es/Alert/theme.js CHANGED
@@ -28,7 +28,7 @@
28
28
  * @return {Object} The final theme object with the overrides and component variables
29
29
  */
30
30
  const generateComponentTheme = theme => {
31
- var _colors$contrasts, _colors$contrasts2, _colors$contrasts3, _colors$contrasts4, _colors$contrasts5, _colors$contrasts6, _colors$contrasts7, _colors$contrasts8, _colors$contrasts9, _colors$contrasts10, _colors$contrasts11;
31
+ var _colors$contrasts, _colors$contrasts2, _colors$contrasts3, _colors$contrasts4, _colors$contrasts5, _colors$contrasts6, _colors$contrasts7, _colors$contrasts8, _colors$contrasts9, _colors$contrasts0, _colors$contrasts1;
32
32
  const colors = theme.colors,
33
33
  spacing = theme.spacing,
34
34
  borders = theme.borders,
@@ -61,8 +61,8 @@ const generateComponentTheme = theme => {
61
61
  infoIconBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts7 = colors.contrasts) === null || _colors$contrasts7 === void 0 ? void 0 : _colors$contrasts7.blue4570,
62
62
  warningBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts8 = colors.contrasts) === null || _colors$contrasts8 === void 0 ? void 0 : _colors$contrasts8.orange4570,
63
63
  warningIconBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts9 = colors.contrasts) === null || _colors$contrasts9 === void 0 ? void 0 : _colors$contrasts9.orange4570,
64
- dangerBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts10 = colors.contrasts) === null || _colors$contrasts10 === void 0 ? void 0 : _colors$contrasts10.red4570,
65
- dangerIconBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts11 = colors.contrasts) === null || _colors$contrasts11 === void 0 ? void 0 : _colors$contrasts11.red4570,
64
+ dangerBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts0 = colors.contrasts) === null || _colors$contrasts0 === void 0 ? void 0 : _colors$contrasts0.red4570,
65
+ dangerIconBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts1 = colors.contrasts) === null || _colors$contrasts1 === void 0 ? void 0 : _colors$contrasts1.red4570,
66
66
  boxShadow: shadows === null || shadows === void 0 ? void 0 : shadows.depth2
67
67
  };
68
68
  return {
@@ -34,7 +34,7 @@ exports.default = void 0;
34
34
  * @return {Object} The final theme object with the overrides and component variables
35
35
  */
36
36
  const generateComponentTheme = theme => {
37
- var _colors$contrasts, _colors$contrasts2, _colors$contrasts3, _colors$contrasts4, _colors$contrasts5, _colors$contrasts6, _colors$contrasts7, _colors$contrasts8, _colors$contrasts9, _colors$contrasts10, _colors$contrasts11;
37
+ var _colors$contrasts, _colors$contrasts2, _colors$contrasts3, _colors$contrasts4, _colors$contrasts5, _colors$contrasts6, _colors$contrasts7, _colors$contrasts8, _colors$contrasts9, _colors$contrasts0, _colors$contrasts1;
38
38
  const colors = theme.colors,
39
39
  spacing = theme.spacing,
40
40
  borders = theme.borders,
@@ -67,8 +67,8 @@ const generateComponentTheme = theme => {
67
67
  infoIconBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts7 = colors.contrasts) === null || _colors$contrasts7 === void 0 ? void 0 : _colors$contrasts7.blue4570,
68
68
  warningBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts8 = colors.contrasts) === null || _colors$contrasts8 === void 0 ? void 0 : _colors$contrasts8.orange4570,
69
69
  warningIconBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts9 = colors.contrasts) === null || _colors$contrasts9 === void 0 ? void 0 : _colors$contrasts9.orange4570,
70
- dangerBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts10 = colors.contrasts) === null || _colors$contrasts10 === void 0 ? void 0 : _colors$contrasts10.red4570,
71
- dangerIconBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts11 = colors.contrasts) === null || _colors$contrasts11 === void 0 ? void 0 : _colors$contrasts11.red4570,
70
+ dangerBorderColor: colors === null || colors === void 0 ? void 0 : (_colors$contrasts0 = colors.contrasts) === null || _colors$contrasts0 === void 0 ? void 0 : _colors$contrasts0.red4570,
71
+ dangerIconBackground: colors === null || colors === void 0 ? void 0 : (_colors$contrasts1 = colors.contrasts) === null || _colors$contrasts1 === void 0 ? void 0 : _colors$contrasts1.red4570,
72
72
  boxShadow: shadows === null || shadows === void 0 ? void 0 : shadows.depth2
73
73
  };
74
74
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-alerts",
3
- "version": "10.19.2-snapshot-4",
3
+ "version": "10.19.2-snapshot-6",
4
4
  "description": "An alert component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,28 +23,28 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.19.2-snapshot-4",
27
- "@instructure/ui-babel-preset": "10.19.2-snapshot-4",
28
- "@instructure/ui-color-utils": "10.19.2-snapshot-4",
29
- "@instructure/ui-scripts": "10.19.2-snapshot-4",
30
- "@instructure/ui-test-utils": "10.19.2-snapshot-4",
26
+ "@instructure/ui-axe-check": "10.19.2-snapshot-6",
27
+ "@instructure/ui-babel-preset": "10.19.2-snapshot-6",
28
+ "@instructure/ui-color-utils": "10.19.2-snapshot-6",
29
+ "@instructure/ui-scripts": "10.19.2-snapshot-6",
30
+ "@instructure/ui-test-utils": "10.19.2-snapshot-6",
31
31
  "@testing-library/jest-dom": "^6.6.3",
32
32
  "@testing-library/react": "^16.0.1",
33
- "@testing-library/user-event": "^14.5.2",
34
- "vitest": "^2.1.8"
33
+ "@testing-library/user-event": "^14.6.1",
34
+ "vitest": "^3.2.2"
35
35
  },
36
36
  "dependencies": {
37
- "@babel/runtime": "^7.26.0",
38
- "@instructure/console": "10.19.2-snapshot-4",
39
- "@instructure/emotion": "10.19.2-snapshot-4",
40
- "@instructure/shared-types": "10.19.2-snapshot-4",
41
- "@instructure/ui-a11y-content": "10.19.2-snapshot-4",
42
- "@instructure/ui-buttons": "10.19.2-snapshot-4",
43
- "@instructure/ui-icons": "10.19.2-snapshot-4",
44
- "@instructure/ui-motion": "10.19.2-snapshot-4",
45
- "@instructure/ui-react-utils": "10.19.2-snapshot-4",
46
- "@instructure/ui-themes": "10.19.2-snapshot-4",
47
- "@instructure/ui-view": "10.19.2-snapshot-4",
37
+ "@babel/runtime": "^7.27.6",
38
+ "@instructure/console": "10.19.2-snapshot-6",
39
+ "@instructure/emotion": "10.19.2-snapshot-6",
40
+ "@instructure/shared-types": "10.19.2-snapshot-6",
41
+ "@instructure/ui-a11y-content": "10.19.2-snapshot-6",
42
+ "@instructure/ui-buttons": "10.19.2-snapshot-6",
43
+ "@instructure/ui-icons": "10.19.2-snapshot-6",
44
+ "@instructure/ui-motion": "10.19.2-snapshot-6",
45
+ "@instructure/ui-react-utils": "10.19.2-snapshot-6",
46
+ "@instructure/ui-themes": "10.19.2-snapshot-6",
47
+ "@instructure/ui-view": "10.19.2-snapshot-6",
48
48
  "keycode": "^2",
49
49
  "prop-types": "^15.8.1"
50
50
  },