@datum-cloud/datum-ui 0.8.0 → 0.8.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.
- package/dist/nprogress/nprogress.css +59 -11
- package/package.json +3 -3
|
@@ -1,24 +1,72 @@
|
|
|
1
|
-
|
|
2
|
-
* NProgress styles
|
|
3
|
-
*
|
|
1
|
+
/*
|
|
2
|
+
* NProgress styles — inlined from nprogress@0.2.0 with custom theme baked in.
|
|
3
|
+
* Inlined to avoid a Tailwind v4 CSS resolver recursion where the upstream
|
|
4
|
+
* `@import 'nprogress/nprogress.css'` collided with this file's own
|
|
5
|
+
* containing directory (`.../nprogress/nprogress.css`).
|
|
4
6
|
*/
|
|
5
7
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
+
#nprogress {
|
|
9
|
+
pointer-events: none;
|
|
10
|
+
}
|
|
8
11
|
|
|
9
|
-
/* Custom theme overrides */
|
|
10
12
|
#nprogress .bar {
|
|
11
|
-
|
|
13
|
+
position: fixed;
|
|
14
|
+
top: 0;
|
|
15
|
+
left: 0;
|
|
16
|
+
z-index: 1031;
|
|
17
|
+
width: 100%;
|
|
12
18
|
height: 4px;
|
|
19
|
+
background: var(--color-primary);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/* Fancy blur effect */
|
|
23
|
+
#nprogress .peg {
|
|
24
|
+
display: block;
|
|
25
|
+
position: absolute;
|
|
26
|
+
right: 0;
|
|
27
|
+
width: 100px;
|
|
28
|
+
height: 100%;
|
|
29
|
+
opacity: 1;
|
|
30
|
+
transform: rotate(3deg) translate(0, -4px);
|
|
31
|
+
box-shadow:
|
|
32
|
+
0 0 10px var(--color-primary),
|
|
33
|
+
0 0 5px var(--color-primary);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
#nprogress .spinner {
|
|
37
|
+
display: block;
|
|
38
|
+
position: fixed;
|
|
39
|
+
top: 15px;
|
|
40
|
+
right: 15px;
|
|
41
|
+
z-index: 1031;
|
|
13
42
|
}
|
|
14
43
|
|
|
15
44
|
#nprogress .spinner-icon {
|
|
45
|
+
box-sizing: border-box;
|
|
46
|
+
width: 18px;
|
|
47
|
+
height: 18px;
|
|
48
|
+
border: solid 2px transparent;
|
|
16
49
|
border-top-color: var(--color-primary);
|
|
17
50
|
border-left-color: var(--color-primary);
|
|
51
|
+
border-radius: 50%;
|
|
52
|
+
animation: nprogress-spinner 400ms linear infinite;
|
|
18
53
|
}
|
|
19
54
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
55
|
+
.nprogress-custom-parent {
|
|
56
|
+
overflow: hidden;
|
|
57
|
+
position: relative;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.nprogress-custom-parent #nprogress .spinner,
|
|
61
|
+
.nprogress-custom-parent #nprogress .bar {
|
|
62
|
+
position: absolute;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@keyframes nprogress-spinner {
|
|
66
|
+
0% {
|
|
67
|
+
transform: rotate(0deg);
|
|
68
|
+
}
|
|
69
|
+
100% {
|
|
70
|
+
transform: rotate(360deg);
|
|
71
|
+
}
|
|
24
72
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datum-cloud/datum-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/datum-cloud/datum-ui"
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"@tiptap/extension-underline": ">=3",
|
|
399
399
|
"@tiptap/react": ">=3",
|
|
400
400
|
"@tiptap/starter-kit": ">=3",
|
|
401
|
-
"date-fns": ">=4",
|
|
401
|
+
"date-fns": ">=4.1.0",
|
|
402
402
|
"date-fns-tz": ">=3",
|
|
403
403
|
"js-yaml": "^4.1.0",
|
|
404
404
|
"leaflet": ">=1.9",
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
"@radix-ui/react-visually-hidden": "^1",
|
|
551
551
|
"class-variance-authority": "^0.7.1",
|
|
552
552
|
"clsx": "^2.1.1",
|
|
553
|
-
"cmdk": "^1",
|
|
553
|
+
"cmdk": "^1.1.1",
|
|
554
554
|
"isomorphic-dompurify": "^3.8.0",
|
|
555
555
|
"tailwind-merge": "^3.5.0",
|
|
556
556
|
"tw-animate-css": "^1"
|