@alfalab/core-components-notification 7.0.1 → 7.0.2

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/Component.js CHANGED
@@ -20,7 +20,7 @@ var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
20
20
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
21
21
  var elementClosest__default = /*#__PURE__*/_interopDefaultCompat(elementClosest);
22
22
 
23
- var styles = {"notificationComponent":"notification__notificationComponent_x5voa","isVisible":"notification__isVisible_x5voa","isClosing":"notification__isClosing_x5voa","toastContent":"notification__toastContent_x5voa","actionSection":"notification__actionSection_x5voa"};
23
+ var styles = {"notificationComponent":"notification__notificationComponent_2dvad","isVisible":"notification__isVisible_2dvad","isClosing":"notification__isClosing_2dvad","toastContent":"notification__toastContent_2dvad","actionSection":"notification__actionSection_2dvad"};
24
24
  require('./index.css')
25
25
 
26
26
  var notificationClassNameSelector = ".".concat(styles.notificationComponent);
@@ -104,5 +104,6 @@ var Notification = React.forwardRef(function (_a, ref) {
104
104
  _a), className), contentClassName: styles.toastContent, actionSectionClassName: cn__default.default(actionSectionClassName, styles.actionSection), style: tslib.__assign({ top: offset, zIndex: computedZIndex }, style), onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, ref: mergeRefs__default.default([ref, notificationRef]), role: visible ? 'alert' : undefined, hasCloser: hasCloser, onClose: onClose }, restProps), children))));
105
105
  }));
106
106
  });
107
+ Notification.displayName = 'Notification';
107
108
 
108
109
  exports.Notification = Notification;
package/cssm/Component.js CHANGED
@@ -103,5 +103,6 @@ var Notification = React.forwardRef(function (_a, ref) {
103
103
  _a), className), contentClassName: styles__default.default.toastContent, actionSectionClassName: cn__default.default(actionSectionClassName, styles__default.default.actionSection), style: tslib.__assign({ top: offset, zIndex: computedZIndex }, style), onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, ref: mergeRefs__default.default([ref, notificationRef]), role: visible ? 'alert' : undefined, hasCloser: hasCloser, onClose: onClose }, restProps), children))));
104
104
  }));
105
105
  });
106
+ Notification.displayName = 'Notification';
106
107
 
107
108
  exports.Notification = Notification;
package/esm/Component.js CHANGED
@@ -9,7 +9,7 @@ import { stackingOrder, Stack } from '@alfalab/core-components-stack/esm';
9
9
  import { ToastPlateDesktop } from '@alfalab/core-components-toast-plate/esm/desktop';
10
10
  import { useClickOutside } from './utils/index.js';
11
11
 
12
- var styles = {"notificationComponent":"notification__notificationComponent_x5voa","isVisible":"notification__isVisible_x5voa","isClosing":"notification__isClosing_x5voa","toastContent":"notification__toastContent_x5voa","actionSection":"notification__actionSection_x5voa"};
12
+ var styles = {"notificationComponent":"notification__notificationComponent_2dvad","isVisible":"notification__isVisible_2dvad","isClosing":"notification__isClosing_2dvad","toastContent":"notification__toastContent_2dvad","actionSection":"notification__actionSection_2dvad"};
13
13
  require('./index.css')
14
14
 
15
15
  var notificationClassNameSelector = ".".concat(styles.notificationComponent);
@@ -93,5 +93,6 @@ var Notification = forwardRef(function (_a, ref) {
93
93
  _a), className), contentClassName: styles.toastContent, actionSectionClassName: cn(actionSectionClassName, styles.actionSection), style: __assign({ top: offset, zIndex: computedZIndex }, style), onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, ref: mergeRefs([ref, notificationRef]), role: visible ? 'alert' : undefined, hasCloser: hasCloser, onClose: onClose }, restProps), children))));
94
94
  }));
95
95
  });
96
+ Notification.displayName = 'Notification';
96
97
 
97
98
  export { Notification };
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 122qd */
1
+ /* hash: 1eibb */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -21,7 +21,7 @@
21
21
  } :root {
22
22
  } :root {
23
23
  --notification-desktop-content-width: 278px;
24
- } .notification__notificationComponent_x5voa {
24
+ } .notification__notificationComponent_2dvad {
25
25
  visibility: hidden;
26
26
  right: var(--gap-s);
27
27
  transform: translate(0, -500px);
@@ -30,26 +30,26 @@
30
30
  -webkit-user-select: none;
31
31
  user-select: none;
32
32
  transition: transform 0.4s ease-out
33
- } @media screen and (min-width: 600px) { .notification__notificationComponent_x5voa {
33
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_2dvad {
34
34
  right: var(--gap-4xl);
35
35
  width: auto;
36
36
  transform: translate(calc(100% + var(--gap-4xl)), 0)
37
37
  }
38
- } .notification__notificationComponent_x5voa.notification__isVisible_x5voa {
38
+ } .notification__notificationComponent_2dvad.notification__isVisible_2dvad {
39
39
  visibility: visible;
40
40
  transform: translate(0, 0);
41
- } .notification__notificationComponent_x5voa.notification__isClosing_x5voa {
41
+ } .notification__notificationComponent_2dvad.notification__isClosing_2dvad {
42
42
  transition: transform 0.1s ease-out;
43
43
  transform: translate(100vw, 0)
44
- } @media screen and (min-width: 600px) { .notification__notificationComponent_x5voa.notification__isClosing_x5voa {
44
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_2dvad.notification__isClosing_2dvad {
45
45
  transform: translate(calc(100% + var(--gap-4xl)), 0)
46
46
  }
47
- } .notification__notificationComponent_x5voa.notification__notificationComponent_x5voa {
47
+ } .notification__notificationComponent_2dvad.notification__notificationComponent_2dvad {
48
48
  position: fixed;
49
- } @media screen and (min-width: 600px) { .notification__toastContent_x5voa {
49
+ } @media screen and (min-width: 600px) { .notification__toastContent_2dvad {
50
50
  width: var(--notification-desktop-content-width)
51
51
  }
52
- } .notification__actionSection_x5voa {
52
+ } .notification__actionSection_2dvad {
53
53
  min-width: 104px;
54
54
  min-height: 48px;
55
55
  padding: 0 var(--gap-xs);
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 122qd */
1
+ /* hash: 1eibb */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -21,7 +21,7 @@
21
21
  } :root {
22
22
  } :root {
23
23
  --notification-desktop-content-width: 278px;
24
- } .notification__notificationComponent_x5voa {
24
+ } .notification__notificationComponent_2dvad {
25
25
  visibility: hidden;
26
26
  right: var(--gap-s);
27
27
  transform: translate(0, -500px);
@@ -30,26 +30,26 @@
30
30
  -webkit-user-select: none;
31
31
  user-select: none;
32
32
  transition: transform 0.4s ease-out
33
- } @media screen and (min-width: 600px) { .notification__notificationComponent_x5voa {
33
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_2dvad {
34
34
  right: var(--gap-4xl);
35
35
  width: auto;
36
36
  transform: translate(calc(100% + var(--gap-4xl)), 0)
37
37
  }
38
- } .notification__notificationComponent_x5voa.notification__isVisible_x5voa {
38
+ } .notification__notificationComponent_2dvad.notification__isVisible_2dvad {
39
39
  visibility: visible;
40
40
  transform: translate(0, 0);
41
- } .notification__notificationComponent_x5voa.notification__isClosing_x5voa {
41
+ } .notification__notificationComponent_2dvad.notification__isClosing_2dvad {
42
42
  transition: transform 0.1s ease-out;
43
43
  transform: translate(100vw, 0)
44
- } @media screen and (min-width: 600px) { .notification__notificationComponent_x5voa.notification__isClosing_x5voa {
44
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_2dvad.notification__isClosing_2dvad {
45
45
  transform: translate(calc(100% + var(--gap-4xl)), 0)
46
46
  }
47
- } .notification__notificationComponent_x5voa.notification__notificationComponent_x5voa {
47
+ } .notification__notificationComponent_2dvad.notification__notificationComponent_2dvad {
48
48
  position: fixed;
49
- } @media screen and (min-width: 600px) { .notification__toastContent_x5voa {
49
+ } @media screen and (min-width: 600px) { .notification__toastContent_2dvad {
50
50
  width: var(--notification-desktop-content-width)
51
51
  }
52
- } .notification__actionSection_x5voa {
52
+ } .notification__actionSection_2dvad {
53
53
  min-width: 104px;
54
54
  min-height: 48px;
55
55
  padding: 0 var(--gap-xs);
@@ -8,7 +8,7 @@ import { Stack, stackingOrder } from '@alfalab/core-components-stack/modern';
8
8
  import { ToastPlateDesktop } from '@alfalab/core-components-toast-plate/modern/desktop';
9
9
  import { useClickOutside } from './utils/index.js';
10
10
 
11
- const styles = {"notificationComponent":"notification__notificationComponent_x5voa","isVisible":"notification__isVisible_x5voa","isClosing":"notification__isClosing_x5voa","toastContent":"notification__toastContent_x5voa","actionSection":"notification__actionSection_x5voa"};
11
+ const styles = {"notificationComponent":"notification__notificationComponent_2dvad","isVisible":"notification__isVisible_2dvad","isClosing":"notification__isClosing_2dvad","toastContent":"notification__toastContent_2dvad","actionSection":"notification__actionSection_2dvad"};
12
12
  require('./index.css')
13
13
 
14
14
  const notificationClassNameSelector = `.${styles.notificationComponent}`;
@@ -91,5 +91,6 @@ const Notification = forwardRef(({ className, actionSectionClassName, children,
91
91
  ...style,
92
92
  }, onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, ref: mergeRefs([ref, notificationRef]), role: visible ? 'alert' : undefined, hasCloser: hasCloser, onClose: onClose, ...restProps }, children))))));
93
93
  });
94
+ Notification.displayName = 'Notification';
94
95
 
95
96
  export { Notification };
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 122qd */
1
+ /* hash: 1eibb */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -21,7 +21,7 @@
21
21
  } :root {
22
22
  } :root {
23
23
  --notification-desktop-content-width: 278px;
24
- } .notification__notificationComponent_x5voa {
24
+ } .notification__notificationComponent_2dvad {
25
25
  visibility: hidden;
26
26
  right: var(--gap-s);
27
27
  transform: translate(0, -500px);
@@ -30,26 +30,26 @@
30
30
  -webkit-user-select: none;
31
31
  user-select: none;
32
32
  transition: transform 0.4s ease-out
33
- } @media screen and (min-width: 600px) { .notification__notificationComponent_x5voa {
33
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_2dvad {
34
34
  right: var(--gap-4xl);
35
35
  width: auto;
36
36
  transform: translate(calc(100% + var(--gap-4xl)), 0)
37
37
  }
38
- } .notification__notificationComponent_x5voa.notification__isVisible_x5voa {
38
+ } .notification__notificationComponent_2dvad.notification__isVisible_2dvad {
39
39
  visibility: visible;
40
40
  transform: translate(0, 0);
41
- } .notification__notificationComponent_x5voa.notification__isClosing_x5voa {
41
+ } .notification__notificationComponent_2dvad.notification__isClosing_2dvad {
42
42
  transition: transform 0.1s ease-out;
43
43
  transform: translate(100vw, 0)
44
- } @media screen and (min-width: 600px) { .notification__notificationComponent_x5voa.notification__isClosing_x5voa {
44
+ } @media screen and (min-width: 600px) { .notification__notificationComponent_2dvad.notification__isClosing_2dvad {
45
45
  transform: translate(calc(100% + var(--gap-4xl)), 0)
46
46
  }
47
- } .notification__notificationComponent_x5voa.notification__notificationComponent_x5voa {
47
+ } .notification__notificationComponent_2dvad.notification__notificationComponent_2dvad {
48
48
  position: fixed;
49
- } @media screen and (min-width: 600px) { .notification__toastContent_x5voa {
49
+ } @media screen and (min-width: 600px) { .notification__toastContent_2dvad {
50
50
  width: var(--notification-desktop-content-width)
51
51
  }
52
- } .notification__actionSection_x5voa {
52
+ } .notification__actionSection_2dvad {
53
53
  min-width: 104px;
54
54
  min-height: 48px;
55
55
  padding: 0 var(--gap-xs);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-notification",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -14,9 +14,9 @@
14
14
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@alfalab/core-components-portal": "^3.2.0",
17
+ "@alfalab/core-components-portal": "^3.2.1",
18
18
  "@alfalab/core-components-stack": "^4.1.0",
19
- "@alfalab/core-components-toast-plate": "^7.0.1",
19
+ "@alfalab/core-components-toast-plate": "^7.0.2",
20
20
  "classnames": "^2.3.1",
21
21
  "element-closest": "^3.0.2",
22
22
  "react-merge-refs": "^1.1.0",
package/src/Component.tsx CHANGED
@@ -235,3 +235,5 @@ export const Notification = forwardRef<HTMLDivElement, NotificationProps>(
235
235
  );
236
236
  },
237
237
  );
238
+
239
+ Notification.displayName = 'Notification';