@thi.ng/meta-css 0.6.1 → 0.6.3
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 +13 -8
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,9 +7,13 @@
|
|
|
7
7
|

|
|
8
8
|
[](https://mastodon.thi.ng/@toxi)
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> This is one of 189 standalone projects, maintained as part
|
|
12
|
+
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
13
|
+
> and anti-framework.
|
|
14
|
+
>
|
|
15
|
+
> 🚀 Help me to work full-time on these projects by [sponsoring me on
|
|
16
|
+
> GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
|
|
13
17
|
|
|
14
18
|
- [About](#about)
|
|
15
19
|
- [Generating CSS frameworks](#generating-css-frameworks)
|
|
@@ -1042,11 +1046,12 @@ Several projects in this repo's
|
|
|
1042
1046
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
1043
1047
|
directory are using this package:
|
|
1044
1048
|
|
|
1045
|
-
| Screenshot | Description
|
|
1046
|
-
|
|
1047
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/
|
|
1048
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/
|
|
1049
|
-
| <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/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) |
|
|
1053
|
+
| <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) |
|
|
1054
|
+
| <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) |
|
|
1050
1055
|
|
|
1051
1056
|
## Authors
|
|
1052
1057
|
|
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.3",
|
|
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.20",
|
|
42
|
+
"@thi.ng/args": "^2.3.8",
|
|
43
|
+
"@thi.ng/arrays": "^2.7.17",
|
|
44
|
+
"@thi.ng/checks": "^3.4.20",
|
|
45
|
+
"@thi.ng/errors": "^2.4.13",
|
|
46
|
+
"@thi.ng/file-io": "^1.2.2",
|
|
47
|
+
"@thi.ng/hiccup-css": "^2.4.3",
|
|
48
|
+
"@thi.ng/logger": "^2.1.6",
|
|
49
|
+
"@thi.ng/rstream": "^8.2.23",
|
|
50
|
+
"@thi.ng/strings": "^3.7.11",
|
|
51
|
+
"@thi.ng/text-format": "^2.0.7",
|
|
52
|
+
"@thi.ng/transducers": "^8.8.24"
|
|
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": "3fa30b2dc2de762f24fd64b881b68d4da33d4c38\n"
|
|
108
108
|
}
|