@thi.ng/meta-css 0.6.3 → 0.6.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +7 -6
  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-29T21:04:46Z
3
+ - **Last updated**: 2024-01-30T21:37:19Z
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
@@ -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 | 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) |
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",
3
+ "version": "0.6.5",
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.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"
41
+ "@thi.ng/api": "^8.9.22",
42
+ "@thi.ng/args": "^2.3.10",
43
+ "@thi.ng/arrays": "^2.7.19",
44
+ "@thi.ng/checks": "^3.4.22",
45
+ "@thi.ng/errors": "^2.4.15",
46
+ "@thi.ng/file-io": "^1.2.4",
47
+ "@thi.ng/hiccup-css": "^2.4.5",
48
+ "@thi.ng/logger": "^2.1.8",
49
+ "@thi.ng/rstream": "^8.2.25",
50
+ "@thi.ng/strings": "^3.7.13",
51
+ "@thi.ng/text-format": "^2.0.9",
52
+ "@thi.ng/transducers": "^8.8.26"
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": "3fa30b2dc2de762f24fd64b881b68d4da33d4c38\n"
107
+ "gitHead": "a86521dfac00768f7e51a607209325eb72004730\n"
108
108
  }