@thi.ng/rdom-canvas 0.5.50 → 0.5.52
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/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/index.d.ts +2 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -24,7 +24,8 @@ export interface CanvasOpts {
|
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* Reactive [thi.ng/hiccup-canvas](https://thi.ng/hiccup-canvas) component
|
|
27
|
-
* wrapper. Returns a canvas component wrapped in a
|
|
27
|
+
* wrapper. Returns a canvas component wrapped in a
|
|
28
|
+
* [$sub](https://docs.thi.ng/umbrella/rdom/functions/_sub-1.html) and
|
|
28
29
|
* updates/re-renders canvas with each new input received from `body`.
|
|
29
30
|
*
|
|
30
31
|
* @remarks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rdom-canvas",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.52",
|
|
4
4
|
"description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"test": "bun test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.9.
|
|
39
|
-
"@thi.ng/associative": "^6.3.
|
|
40
|
-
"@thi.ng/canvas": "^0.
|
|
41
|
-
"@thi.ng/checks": "^3.4.
|
|
42
|
-
"@thi.ng/hiccup-canvas": "^2.5.
|
|
43
|
-
"@thi.ng/rdom": "^0.
|
|
44
|
-
"@thi.ng/rstream": "^8.2.
|
|
38
|
+
"@thi.ng/api": "^8.9.18",
|
|
39
|
+
"@thi.ng/associative": "^6.3.31",
|
|
40
|
+
"@thi.ng/canvas": "^0.2.0",
|
|
41
|
+
"@thi.ng/checks": "^3.4.18",
|
|
42
|
+
"@thi.ng/hiccup-canvas": "^2.5.6",
|
|
43
|
+
"@thi.ng/rdom": "^1.0.1",
|
|
44
|
+
"@thi.ng/rstream": "^8.2.21"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@microsoft/api-extractor": "^7.39.0",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"status": "alpha",
|
|
92
92
|
"year": 2020
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
|
|
95
95
|
}
|