@thi.ng/hiccup-css 2.1.18 → 2.1.19

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**: 2022-08-01T14:53:59Z
3
+ - **Last updated**: 2022-09-21T21:37:59Z
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
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![hiccup-css](https://media.thi.ng/umbrella/banners/thing-hiccup-css.svg?20ae8b36)
3
+ # ![hiccup-css](https://media.thi.ng/umbrella/banners-20220914/thing-hiccup-css.svg?d70fb87e)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/hiccup-css.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-css)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/hiccup-css.svg)
@@ -12,8 +12,8 @@ This project is part of the
12
12
  - [About](#about)
13
13
  - [Features](#features)
14
14
  - [Use cases](#use-cases)
15
- - [Status](#status)
16
- - [Related packages](#related-packages)
15
+ - [Status](#status)
16
+ - [Related packages](#related-packages)
17
17
  - [Installation](#installation)
18
18
  - [Dependencies](#dependencies)
19
19
  - [Usage examples](#usage-examples)
@@ -85,13 +85,13 @@ Clojure projects:
85
85
  - [hiccup](https://github.com/weavejester/hiccup)
86
86
  - [garden](https://github.com/noprompt/garden)
87
87
 
88
- ### Status
88
+ ## Status
89
89
 
90
90
  **STABLE** - used in production
91
91
 
92
92
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bhiccup-css%5D+in%3Atitle)
93
93
 
94
- ### Related packages
94
+ ## Related packages
95
95
 
96
96
  - [@thi.ng/hiccup-html](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-html) - 100+ type-checked HTML5 element functions for [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup) related infrastructure
97
97
  - [@thi.ng/hiccup-svg](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-svg) - SVG element functions for [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup) & [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-css",
3
- "version": "2.1.18",
3
+ "version": "2.1.19",
4
4
  "description": "CSS from nested JS data structures",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,18 +34,18 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.1",
38
- "@thi.ng/checks": "^3.2.4",
39
- "@thi.ng/errors": "^2.1.10",
40
- "@thi.ng/transducers": "^8.3.13"
37
+ "@thi.ng/api": "^8.4.2",
38
+ "@thi.ng/checks": "^3.2.5",
39
+ "@thi.ng/errors": "^2.2.0",
40
+ "@thi.ng/transducers": "^8.3.14"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.25.0",
44
- "@thi.ng/testament": "^0.2.12",
43
+ "@microsoft/api-extractor": "^7.31.1",
44
+ "@thi.ng/testament": "^0.3.0",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
47
  "typedoc": "^0.22.17",
48
- "typescript": "^4.7.4"
48
+ "typescript": "^4.8.3"
49
49
  },
50
50
  "keywords": [
51
51
  "array",
@@ -127,5 +127,5 @@
127
127
  ],
128
128
  "year": 2016
129
129
  },
130
- "gitHead": "be8423e2019e95c14a096260a93b9762dde0c768\n"
130
+ "gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
131
131
  }