@thi.ng/rdom 0.9.2 → 0.9.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-01T14:54:00Z
3
+ - **Last updated**: 2022-08-01T22:09:32Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -196,6 +196,7 @@ A selection:
196
196
 
197
197
  | Screenshot | Description | Live demo | Source |
198
198
  |:---------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------|
199
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/big-font.png" width="240"/> | Large ASCII font text generator using @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/big-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/big-font) |
199
200
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/color-themes.png" width="240"/> | Probabilistic color theme generator | [Demo](https://demo.thi.ng/umbrella/color-themes/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/color-themes) |
200
201
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/dominant-colors.png" width="240"/> | Color palette generation via dominant color extraction from uploaded images | [Demo](https://demo.thi.ng/umbrella/dominant-colors/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/dominant-colors) |
201
202
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ellipse-proximity.png" width="240"/> | Interactive visualization of closest points on ellipses | [Demo](https://demo.thi.ng/umbrella/ellipse-proximity/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/ellipse-proximity) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom",
3
- "version": "0.9.2",
3
+ "version": "0.9.5",
4
4
  "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,17 +36,17 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@thi.ng/api": "^8.3.9",
39
- "@thi.ng/checks": "^3.2.3",
40
- "@thi.ng/errors": "^2.1.9",
41
- "@thi.ng/hiccup": "^4.2.11",
42
- "@thi.ng/paths": "^5.1.10",
39
+ "@thi.ng/checks": "^3.2.4",
40
+ "@thi.ng/errors": "^2.1.10",
41
+ "@thi.ng/hiccup": "^4.2.13",
42
+ "@thi.ng/paths": "^5.1.12",
43
43
  "@thi.ng/prefixes": "^2.1.9",
44
- "@thi.ng/rstream": "^7.2.11",
45
- "@thi.ng/strings": "^3.3.7"
44
+ "@thi.ng/rstream": "^7.2.14",
45
+ "@thi.ng/strings": "^3.3.9"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.25.0",
49
- "@thi.ng/testament": "^0.2.10",
49
+ "@thi.ng/testament": "^0.2.11",
50
50
  "rimraf": "^3.0.2",
51
51
  "tools": "^0.0.1",
52
52
  "typedoc": "^0.22.17",
@@ -140,5 +140,5 @@
140
140
  "status": "beta",
141
141
  "year": 2020
142
142
  },
143
- "gitHead": "976ccd698cedaa60dcef2e69030a5eb98898cc4a\n"
143
+ "gitHead": "01b7a47077d88c2aefe77650ce3340040bae00ee\n"
144
144
  }