@instructure/ui-alerts 8.46.2-snapshot-4 → 8.46.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 +1 -1
- package/lib/Alert/index.js +2 -4
- package/lib/Alert/props.js +2 -4
- package/lib/Alert/styles.js +1 -2
- package/lib/Alert/theme.js +1 -2
- package/package.json +17 -17
- package/tsconfig.build.tsbuildinfo +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
|
-
## [8.46.2-snapshot-
|
|
6
|
+
## [8.46.2-snapshot-6](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-6) (2023-10-19)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-alerts
|
|
9
9
|
|
package/lib/Alert/index.js
CHANGED
|
@@ -55,7 +55,7 @@ category: components
|
|
|
55
55
|
---
|
|
56
56
|
@tsProps
|
|
57
57
|
**/
|
|
58
|
-
let Alert = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = _dec2(_class = (_class2 = class Alert extends _react.Component {
|
|
58
|
+
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
59
|
constructor(props) {
|
|
60
60
|
super(props);
|
|
61
61
|
this._timeouts = [];
|
|
@@ -242,6 +242,4 @@ let Alert = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0,
|
|
|
242
242
|
children: null,
|
|
243
243
|
hasShadow: true
|
|
244
244
|
}, _class2)) || _class) || _class);
|
|
245
|
-
exports.
|
|
246
|
-
var _default = Alert;
|
|
247
|
-
exports.default = _default;
|
|
245
|
+
var _default = exports.default = Alert;
|
package/lib/Alert/props.js
CHANGED
|
@@ -31,7 +31,7 @@ var _emotion = require("@instructure/emotion");
|
|
|
31
31
|
* SOFTWARE.
|
|
32
32
|
*/
|
|
33
33
|
|
|
34
|
-
const propTypes = {
|
|
34
|
+
const propTypes = exports.propTypes = {
|
|
35
35
|
children: _propTypes.default.node,
|
|
36
36
|
variant: _propTypes.default.oneOf(['info', 'success', 'warning', 'error']),
|
|
37
37
|
margin: _emotion.ThemeablePropTypes.spacing,
|
|
@@ -46,6 +46,4 @@ const propTypes = {
|
|
|
46
46
|
open: _propTypes.default.bool,
|
|
47
47
|
hasShadow: _propTypes.default.bool
|
|
48
48
|
};
|
|
49
|
-
exports.
|
|
50
|
-
const allowedProps = ['children', 'variant', 'margin', 'liveRegion', 'liveRegionPoliteness', 'isLiveRegionAtomic', 'screenReaderOnly', 'timeout', 'renderCloseButtonLabel', 'onDismiss', 'transition', 'open', 'hasShadow'];
|
|
51
|
-
exports.allowedProps = allowedProps;
|
|
49
|
+
const allowedProps = exports.allowedProps = ['children', 'variant', 'margin', 'liveRegion', 'liveRegionPoliteness', 'isLiveRegionAtomic', 'screenReaderOnly', 'timeout', 'renderCloseButtonLabel', 'onDismiss', 'transition', 'open', 'hasShadow'];
|
package/lib/Alert/styles.js
CHANGED
package/lib/Alert/theme.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-alerts",
|
|
3
|
-
"version": "8.46.2-snapshot-
|
|
3
|
+
"version": "8.46.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,24 +23,24 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-babel-preset": "8.46.2-snapshot-
|
|
27
|
-
"@instructure/ui-color-utils": "8.46.2-snapshot-
|
|
28
|
-
"@instructure/ui-test-utils": "8.46.2-snapshot-
|
|
26
|
+
"@instructure/ui-babel-preset": "8.46.2-snapshot-6",
|
|
27
|
+
"@instructure/ui-color-utils": "8.46.2-snapshot-6",
|
|
28
|
+
"@instructure/ui-test-utils": "8.46.2-snapshot-6"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/runtime": "^7.
|
|
32
|
-
"@instructure/console": "8.46.2-snapshot-
|
|
33
|
-
"@instructure/emotion": "8.46.2-snapshot-
|
|
34
|
-
"@instructure/shared-types": "8.46.2-snapshot-
|
|
35
|
-
"@instructure/ui-a11y-content": "8.46.2-snapshot-
|
|
36
|
-
"@instructure/ui-buttons": "8.46.2-snapshot-
|
|
37
|
-
"@instructure/ui-icons": "8.46.2-snapshot-
|
|
38
|
-
"@instructure/ui-motion": "8.46.2-snapshot-
|
|
39
|
-
"@instructure/ui-react-utils": "8.46.2-snapshot-
|
|
40
|
-
"@instructure/ui-themes": "8.46.2-snapshot-
|
|
41
|
-
"@instructure/ui-utils": "8.46.2-snapshot-
|
|
42
|
-
"@instructure/ui-view": "8.46.2-snapshot-
|
|
43
|
-
"@instructure/uid": "8.46.2-snapshot-
|
|
31
|
+
"@babel/runtime": "^7.23.2",
|
|
32
|
+
"@instructure/console": "8.46.2-snapshot-6",
|
|
33
|
+
"@instructure/emotion": "8.46.2-snapshot-6",
|
|
34
|
+
"@instructure/shared-types": "8.46.2-snapshot-6",
|
|
35
|
+
"@instructure/ui-a11y-content": "8.46.2-snapshot-6",
|
|
36
|
+
"@instructure/ui-buttons": "8.46.2-snapshot-6",
|
|
37
|
+
"@instructure/ui-icons": "8.46.2-snapshot-6",
|
|
38
|
+
"@instructure/ui-motion": "8.46.2-snapshot-6",
|
|
39
|
+
"@instructure/ui-react-utils": "8.46.2-snapshot-6",
|
|
40
|
+
"@instructure/ui-themes": "8.46.2-snapshot-6",
|
|
41
|
+
"@instructure/ui-utils": "8.46.2-snapshot-6",
|
|
42
|
+
"@instructure/ui-view": "8.46.2-snapshot-6",
|
|
43
|
+
"@instructure/uid": "8.46.2-snapshot-6",
|
|
44
44
|
"keycode": "^2.2.1",
|
|
45
45
|
"prop-types": "^15.8.1"
|
|
46
46
|
},
|