@thi.ng/meta-css 0.6.1 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +14 -8
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-01-26T18:03:04Z
3
+ - **Last updated**: 2024-01-30T15:21:30Z
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
@@ -7,9 +7,13 @@
7
7
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/meta-css.svg)
8
8
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
9
9
 
10
- This is a standalone project, maintained as part of the
11
- [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and
12
- anti-framework.
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,13 @@ 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 | Live demo | Source |
1046
- |:-----------------------------------------------------------------------------------------------------------------------|:-----------------------------------------|:------------------------------------------------------|:-----------------------------------------------------------------------------------|
1047
- | <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) |
1048
- | <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) |
1049
- | <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) |
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) |
1050
1056
 
1051
1057
  ## Authors
1052
1058
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/meta-css",
3
- "version": "0.6.1",
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.18",
42
- "@thi.ng/args": "^2.3.6",
43
- "@thi.ng/arrays": "^2.7.15",
44
- "@thi.ng/checks": "^3.4.18",
45
- "@thi.ng/errors": "^2.4.11",
46
- "@thi.ng/file-io": "^1.2.0",
47
- "@thi.ng/hiccup-css": "^2.4.1",
48
- "@thi.ng/logger": "^2.1.4",
49
- "@thi.ng/rstream": "^8.2.21",
50
- "@thi.ng/strings": "^3.7.9",
51
- "@thi.ng/text-format": "^2.0.5",
52
- "@thi.ng/transducers": "^8.8.22"
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": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
107
+ "gitHead": "ded7c5e87ebc7f6279c24f183c24ff348db8f304\n"
108
108
  }