@aws-amplify/ui-react-notifications 2.3.2 → 2.3.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/dist/esm/version.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -332,7 +332,7 @@ const handleMessageLinkAction = (input) => {
|
|
|
332
332
|
window.open(input);
|
|
333
333
|
};
|
|
334
334
|
|
|
335
|
-
const VERSION = '2.3.
|
|
335
|
+
const VERSION = '2.3.3';
|
|
336
336
|
|
|
337
337
|
// TODO: replace below components incrementally as they become available
|
|
338
338
|
function CarouselMessage(_) {
|
package/dist/styles.css
CHANGED
|
@@ -4891,11 +4891,14 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4891
4891
|
overflow-y: auto;
|
|
4892
4892
|
box-sizing: border-box;
|
|
4893
4893
|
list-style: disc;
|
|
4894
|
+
display: flex;
|
|
4895
|
+
flex-direction: column;
|
|
4896
|
+
gap: var(--amplify-space-xxs);
|
|
4894
4897
|
}
|
|
4895
4898
|
|
|
4896
4899
|
.amplify-modal__list-item.amplify-modal__list-item {
|
|
4900
|
+
display: list-item;
|
|
4897
4901
|
margin-bottom: var(--amplify-space-xxs);
|
|
4898
|
-
box-sizing: border-box;
|
|
4899
4902
|
}
|
|
4900
4903
|
|
|
4901
4904
|
.amplify-pagination {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { MessageComponents } from '../InAppMessageDisplay';
|
|
3
|
-
export default function withInAppMessaging<Props
|
|
3
|
+
export default function withInAppMessaging<Props extends {}>(Component: React.ComponentType<Props>, options?: {
|
|
4
4
|
components?: MessageComponents;
|
|
5
5
|
}): (props: Props) => React.JSX.Element;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "2.3.
|
|
1
|
+
export declare const VERSION = "2.3.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react-notifications",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"typecheck": "tsc --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@aws-amplify/ui": "6.15.
|
|
43
|
-
"@aws-amplify/ui-react": "6.15.
|
|
44
|
-
"@aws-amplify/ui-react-core": "3.6.
|
|
45
|
-
"@aws-amplify/ui-react-core-notifications": "2.3.
|
|
42
|
+
"@aws-amplify/ui": "6.15.3",
|
|
43
|
+
"@aws-amplify/ui-react": "6.15.3",
|
|
44
|
+
"@aws-amplify/ui-react-core": "3.6.3",
|
|
45
|
+
"@aws-amplify/ui-react-core-notifications": "2.3.3",
|
|
46
46
|
"tinycolor2": "1.4.2"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|