@thi.ng/meta-css 0.6.3 → 0.6.4
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 +7 -6
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1046,12 +1046,13 @@ Several projects in this repo's
|
|
|
1046
1046
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
1047
1047
|
directory are using this package:
|
|
1048
1048
|
|
|
1049
|
-
| Screenshot | Description
|
|
1050
|
-
|
|
1051
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/blurhash.jpg" width="240"/> | Interactive & reactive image blurhash generator
|
|
1052
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/
|
|
1053
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/
|
|
1054
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-
|
|
1049
|
+
| Screenshot | Description | Live demo | Source |
|
|
1050
|
+
|:-----------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------|:------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
|
1051
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/blurhash.jpg" width="240"/> | Interactive & reactive image blurhash generator | [Demo](https://demo.thi.ng/umbrella/blurhash/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/blurhash) |
|
|
1052
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/layout-gridgen.png" width="240"/> | Randomized space-filling, nested grid layout generator | [Demo](https://demo.thi.ng/umbrella/layout-gridgen/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/layout-gridgen) |
|
|
1053
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/meta-css-basics.png" width="240"/> | Basic thi.ng/meta-css usage & testbed | [Demo](https://demo.thi.ng/umbrella/meta-css-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/meta-css-basics) |
|
|
1054
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-dnd.png" width="240"/> | rdom drag & drop example | [Demo](https://demo.thi.ng/umbrella/rdom-dnd/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-dnd) |
|
|
1055
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rdom-lazy-load.png" width="240"/> | Lazy loading components via @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/rdom-lazy-load/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-lazy-load) |
|
|
1055
1056
|
|
|
1056
1057
|
## Authors
|
|
1057
1058
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/meta-css",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Data-driven CSS framework codegen, transpiler & bundler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"test": "bun test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^8.9.
|
|
42
|
-
"@thi.ng/args": "^2.3.
|
|
43
|
-
"@thi.ng/arrays": "^2.7.
|
|
44
|
-
"@thi.ng/checks": "^3.4.
|
|
45
|
-
"@thi.ng/errors": "^2.4.
|
|
46
|
-
"@thi.ng/file-io": "^1.2.
|
|
47
|
-
"@thi.ng/hiccup-css": "^2.4.
|
|
48
|
-
"@thi.ng/logger": "^2.1.
|
|
49
|
-
"@thi.ng/rstream": "^8.2.
|
|
50
|
-
"@thi.ng/strings": "^3.7.
|
|
51
|
-
"@thi.ng/text-format": "^2.0.
|
|
52
|
-
"@thi.ng/transducers": "^8.8.
|
|
41
|
+
"@thi.ng/api": "^8.9.21",
|
|
42
|
+
"@thi.ng/args": "^2.3.9",
|
|
43
|
+
"@thi.ng/arrays": "^2.7.18",
|
|
44
|
+
"@thi.ng/checks": "^3.4.21",
|
|
45
|
+
"@thi.ng/errors": "^2.4.14",
|
|
46
|
+
"@thi.ng/file-io": "^1.2.3",
|
|
47
|
+
"@thi.ng/hiccup-css": "^2.4.4",
|
|
48
|
+
"@thi.ng/logger": "^2.1.7",
|
|
49
|
+
"@thi.ng/rstream": "^8.2.24",
|
|
50
|
+
"@thi.ng/strings": "^3.7.12",
|
|
51
|
+
"@thi.ng/text-format": "^2.0.8",
|
|
52
|
+
"@thi.ng/transducers": "^8.8.25"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@microsoft/api-extractor": "^7.39.0",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"status": "alpha",
|
|
105
105
|
"year": 2023
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "ded7c5e87ebc7f6279c24f183c24ff348db8f304\n"
|
|
108
108
|
}
|