@mantine/nprogress 7.7.0 → 7.7.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mantine/nprogress",
|
|
3
|
-
"version": "7.7.
|
|
3
|
+
"version": "7.7.2",
|
|
4
4
|
"description": "Navigation progress bar",
|
|
5
5
|
"homepage": "https://mantine.dev/x/nprogress/",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"directory": "packages/@mantine/nprogress"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@mantine/core": "7.7.
|
|
47
|
-
"@mantine/hooks": "7.7.
|
|
46
|
+
"@mantine/core": "7.7.2",
|
|
47
|
+
"@mantine/hooks": "7.7.2",
|
|
48
48
|
"react": "^18.2.0",
|
|
49
49
|
"react-dom": "^18.2.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@mantine/store": "7.7.
|
|
52
|
+
"@mantine/store": "7.7.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@mantine-tests/core": "1.1.0",
|
|
56
|
-
"@mantine/core": "7.7.
|
|
57
|
-
"@mantine/hooks": "7.7.
|
|
56
|
+
"@mantine/core": "7.7.2",
|
|
57
|
+
"@mantine/hooks": "7.7.2"
|
|
58
58
|
}
|
|
59
59
|
}
|
package/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_8f2832ae {
|
|
2
2
|
position: fixed;
|
|
3
3
|
top: 0;
|
|
4
4
|
inset-inline: 0;
|
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
overflow: visible;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.
|
|
13
|
+
.m_8f2832ae:where([data-mounted]) {
|
|
14
14
|
opacity: 1;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
.m_7a0fe999 {
|
|
18
18
|
position: relative;
|
|
19
19
|
transition: width 150ms ease;
|
|
20
20
|
overflow: visible;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
.m_7a0fe999::before {
|
|
24
24
|
content: '';
|
|
25
25
|
position: absolute;
|
|
26
26
|
width: calc(6.25rem * var(--mantine-scale));
|
package/styles.layer.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_8f2832ae {
|
|
2
2
|
position: fixed;
|
|
3
3
|
top: 0;
|
|
4
4
|
inset-inline: 0;
|
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
overflow: visible;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.
|
|
13
|
+
.m_8f2832ae:where([data-mounted]) {
|
|
14
14
|
opacity: 1;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
.m_7a0fe999 {
|
|
18
18
|
position: relative;
|
|
19
19
|
transition: width 150ms ease;
|
|
20
20
|
overflow: visible;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
.m_7a0fe999::before {
|
|
24
24
|
content: '';
|
|
25
25
|
position: absolute;
|
|
26
26
|
width: calc(6.25rem * var(--mantine-scale));
|