@mantine/notifications 7.6.2 → 7.7.1

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.
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
  'use strict';
3
3
 
4
- var classes = {"root":"m-b37d9ac7","notification":"m-5ed0edd0"};
4
+ var classes = {"root":"m_b37d9ac7","notification":"m_5ed0edd0"};
5
5
 
6
6
  module.exports = classes;
7
7
  //# sourceMappingURL=Notifications.module.css.cjs.map
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- var classes = {"root":"m-b37d9ac7","notification":"m-5ed0edd0"};
2
+ var classes = {"root":"m_b37d9ac7","notification":"m_5ed0edd0"};
3
3
 
4
4
  export { classes as default };
5
5
  //# sourceMappingURL=Notifications.module.css.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mantine/notifications",
3
- "version": "7.6.2",
3
+ "version": "7.7.1",
4
4
  "description": "Mantine notifications system",
5
5
  "homepage": "https://mantine.dev",
6
6
  "license": "MIT",
@@ -44,18 +44,18 @@
44
44
  "directory": "packages/@mantine/notifications"
45
45
  },
46
46
  "peerDependencies": {
47
- "@mantine/core": "7.6.2",
48
- "@mantine/hooks": "7.6.2",
47
+ "@mantine/core": "7.7.1",
48
+ "@mantine/hooks": "7.7.1",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0"
51
51
  },
52
52
  "dependencies": {
53
- "@mantine/store": "7.6.2",
53
+ "@mantine/store": "7.7.1",
54
54
  "react-transition-group": "4.4.5"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@mantine-tests/core": "1.1.0",
58
- "@mantine/core": "7.6.2",
59
- "@mantine/hooks": "7.6.2"
58
+ "@mantine/core": "7.7.1",
59
+ "@mantine/hooks": "7.7.1"
60
60
  }
61
61
  }
package/styles.css CHANGED
@@ -1,4 +1,4 @@
1
- .m-b37d9ac7 {
1
+ .m_b37d9ac7 {
2
2
  width: calc(100% - var(--mantine-spacing-md) * 2);
3
3
  position: fixed;
4
4
  z-index: var(--notifications-z-index);
@@ -10,6 +10,6 @@
10
10
  max-width: var(--notifications-container-width);
11
11
  }
12
12
 
13
- .m-5ed0edd0 + .m-5ed0edd0 {
13
+ .m_5ed0edd0 + .m_5ed0edd0 {
14
14
  margin-top: var(--mantine-spacing-md);
15
15
  }
package/styles.layer.css CHANGED
@@ -1,4 +1,4 @@
1
- @layer mantine {.m-b37d9ac7 {
1
+ @layer mantine {.m_b37d9ac7 {
2
2
  width: calc(100% - var(--mantine-spacing-md) * 2);
3
3
  position: fixed;
4
4
  z-index: var(--notifications-z-index);
@@ -10,7 +10,7 @@
10
10
  max-width: var(--notifications-container-width);
11
11
  }
12
12
 
13
- .m-5ed0edd0 + .m-5ed0edd0 {
13
+ .m_5ed0edd0 + .m_5ed0edd0 {
14
14
  margin-top: var(--mantine-spacing-md);
15
15
  }
16
16
  }