@instructure/ui-alerts 8.46.2-snapshot-9 → 8.46.2-snapshot-13

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
- ## [8.46.2-snapshot-9](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-9) (2023-10-24)
6
+ ## [8.46.2-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-13) (2023-10-24)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-alerts
9
9
 
package/es/Alert/index.js CHANGED
@@ -41,7 +41,6 @@ import { propTypes, allowedProps } from './props';
41
41
  ---
42
42
  category: components
43
43
  ---
44
- @tsProps
45
44
  **/
46
45
  let Alert = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec(_class = _dec2(_class = (_class2 = class Alert extends Component {
47
46
  constructor(props) {
@@ -53,7 +53,6 @@ var _dec, _dec2, _class, _class2;
53
53
  ---
54
54
  category: components
55
55
  ---
56
- @tsProps
57
56
  **/
58
57
  let Alert = exports.Alert = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = _dec2(_class = (_class2 = class Alert extends _react.Component {
59
58
  constructor(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-alerts",
3
- "version": "8.46.2-snapshot-9",
3
+ "version": "8.46.2-snapshot-13",
4
4
  "description": "An alert component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,24 +23,24 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.46.2-snapshot-9",
27
- "@instructure/ui-color-utils": "8.46.2-snapshot-9",
28
- "@instructure/ui-test-utils": "8.46.2-snapshot-9"
26
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-13",
27
+ "@instructure/ui-color-utils": "8.46.2-snapshot-13",
28
+ "@instructure/ui-test-utils": "8.46.2-snapshot-13"
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.23.2",
32
- "@instructure/console": "8.46.2-snapshot-9",
33
- "@instructure/emotion": "8.46.2-snapshot-9",
34
- "@instructure/shared-types": "8.46.2-snapshot-9",
35
- "@instructure/ui-a11y-content": "8.46.2-snapshot-9",
36
- "@instructure/ui-buttons": "8.46.2-snapshot-9",
37
- "@instructure/ui-icons": "8.46.2-snapshot-9",
38
- "@instructure/ui-motion": "8.46.2-snapshot-9",
39
- "@instructure/ui-react-utils": "8.46.2-snapshot-9",
40
- "@instructure/ui-themes": "8.46.2-snapshot-9",
41
- "@instructure/ui-utils": "8.46.2-snapshot-9",
42
- "@instructure/ui-view": "8.46.2-snapshot-9",
43
- "@instructure/uid": "8.46.2-snapshot-9",
32
+ "@instructure/console": "8.46.2-snapshot-13",
33
+ "@instructure/emotion": "8.46.2-snapshot-13",
34
+ "@instructure/shared-types": "8.46.2-snapshot-13",
35
+ "@instructure/ui-a11y-content": "8.46.2-snapshot-13",
36
+ "@instructure/ui-buttons": "8.46.2-snapshot-13",
37
+ "@instructure/ui-icons": "8.46.2-snapshot-13",
38
+ "@instructure/ui-motion": "8.46.2-snapshot-13",
39
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
40
+ "@instructure/ui-themes": "8.46.2-snapshot-13",
41
+ "@instructure/ui-utils": "8.46.2-snapshot-13",
42
+ "@instructure/ui-view": "8.46.2-snapshot-13",
43
+ "@instructure/uid": "8.46.2-snapshot-13",
44
44
  "keycode": "^2.2.1",
45
45
  "prop-types": "^15.8.1"
46
46
  },
@@ -54,7 +54,6 @@ import type { AlertProps, AlertState } from './props'
54
54
  ---
55
55
  category: components
56
56
  ---
57
- @tsProps
58
57
  **/
59
58
  @withDeterministicId()
60
59
  @withStyle(generateStyle, generateComponentTheme)