@thi.ng/hiccup-css 2.2.0 → 2.2.1

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**: 2023-09-02T12:26:39Z
3
+ - **Last updated**: 2023-09-06T13:36:28Z
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
@@ -117,7 +117,7 @@ For Node.js REPL:
117
117
  const hiccupCss = await import("@thi.ng/hiccup-css");
118
118
  ```
119
119
 
120
- Package sizes (brotli'd, pre-treeshake): ESM: 1.99 KB
120
+ Package sizes (brotli'd, pre-treeshake): ESM: 2.08 KB
121
121
 
122
122
  ## Dependencies
123
123
 
@@ -134,9 +134,10 @@ directory are using this package.
134
134
 
135
135
  A selection:
136
136
 
137
- | Screenshot | Description | Live demo | Source |
138
- |:-----------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------|:------------------------------------------------------|:-----------------------------------------------------------------------------------|
139
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-benchmark2.png" width="240"/> | hdom update performance benchmark w/ config options | [Demo](https://demo.thi.ng/umbrella/hdom-benchmark2/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-benchmark2) |
137
+ | Screenshot | Description | Live demo | Source |
138
+ |:-----------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------|:------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------|
139
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-benchmark2.png" width="240"/> | hdom update performance benchmark w/ config options | [Demo](https://demo.thi.ng/umbrella/hdom-benchmark2/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-benchmark2) |
140
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hiccup-css-image-transition.jpg" width="240"/> | Generating pure CSS image transitions | [Demo](https://demo.thi.ng/umbrella/hiccup-css-image-transition/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hiccup-css-image-transition) |
140
141
 
141
142
  ## API
142
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-css",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "CSS from nested JS data structures",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,7 +37,7 @@
37
37
  "@thi.ng/api": "^8.9.5",
38
38
  "@thi.ng/checks": "^3.4.5",
39
39
  "@thi.ng/errors": "^2.3.5",
40
- "@thi.ng/transducers": "^8.6.4"
40
+ "@thi.ng/transducers": "^8.6.5"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.36.4",
@@ -127,5 +127,5 @@
127
127
  ],
128
128
  "year": 2016
129
129
  },
130
- "gitHead": "63b1ef4b2b35d67554830c7394c0ec2fcc21198d\n"
130
+ "gitHead": "1bbef970bab7f7def0700e587cf0471e1e1ef9f3\n"
131
131
  }