@warp-drive-mirror/react 5.8.0-alpha.8 → 5.8.0-alpha.9
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/README.md +6 -6
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<img
|
|
3
3
|
class="project-logo"
|
|
4
|
-
src="./logos/
|
|
4
|
+
src="./logos/warp-drive-logo-dark.svg#gh-light-mode-only"
|
|
5
5
|
alt="WarpDrive"
|
|
6
|
-
width="
|
|
6
|
+
width="200px"
|
|
7
7
|
title="WarpDrive" />
|
|
8
8
|
<img
|
|
9
9
|
class="project-logo"
|
|
10
|
-
src="./logos/
|
|
10
|
+
src="./logos/warp-drive-logo-gold.svg#gh-dark-mode-only"
|
|
11
11
|
alt="WarpDrive"
|
|
12
|
-
width="
|
|
12
|
+
width="200px"
|
|
13
13
|
title="WarpDrive" />
|
|
14
14
|
</p>
|
|
15
15
|
|
|
@@ -44,7 +44,7 @@ This library provides reactive utilities for working with promises and requests,
|
|
|
44
44
|
img.project-logo {
|
|
45
45
|
padding: 0 5em 1em 5em;
|
|
46
46
|
width: 100px;
|
|
47
|
-
border-bottom: 2px solid #
|
|
47
|
+
border-bottom: 2px solid #bbb;
|
|
48
48
|
margin: 0 auto;
|
|
49
49
|
display: block;
|
|
50
50
|
}
|
|
@@ -60,7 +60,7 @@ This library provides reactive utilities for working with promises and requests,
|
|
|
60
60
|
display: inline-block;
|
|
61
61
|
padding: .2rem 0;
|
|
62
62
|
color: #000;
|
|
63
|
-
border-bottom: 3px solid #
|
|
63
|
+
border-bottom: 3px solid #bbb;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
details > details {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive-mirror/react",
|
|
3
3
|
"description": "Data bindings and utilities for React applications using WarpDrive",
|
|
4
|
-
"version": "5.8.0-alpha.
|
|
4
|
+
"version": "5.8.0-alpha.9",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
7
7
|
"repository": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"peerDependencies": {},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@embroider/macros": "^1.18.1",
|
|
41
|
-
"@warp-drive-mirror/core": "5.8.0-alpha.
|
|
42
|
-
"@warp-drive-mirror/tc39-proposal-signals": "5.8.0-alpha.
|
|
41
|
+
"@warp-drive-mirror/core": "5.8.0-alpha.9",
|
|
42
|
+
"@warp-drive-mirror/tc39-proposal-signals": "5.8.0-alpha.9",
|
|
43
43
|
"signal-polyfill": "^0.2.2",
|
|
44
44
|
"react": "^19.1.1"
|
|
45
45
|
},
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@babel/runtime": "^7.28.3",
|
|
54
54
|
"decorator-transforms": "^2.3.0",
|
|
55
55
|
"@embroider/addon-dev": "^8.1.0",
|
|
56
|
-
"@warp-drive/internal-config": "5.8.0-alpha.
|
|
57
|
-
"@warp-drive-mirror/core": "5.8.0-alpha.
|
|
56
|
+
"@warp-drive/internal-config": "5.8.0-alpha.9",
|
|
57
|
+
"@warp-drive-mirror/core": "5.8.0-alpha.9",
|
|
58
58
|
"@types/react": "^19.1.11",
|
|
59
59
|
"react": "^19.1.1",
|
|
60
60
|
"rollup": "^4.48.0",
|