@thi.ng/meta-css 0.15.9 → 0.15.11

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**: 2024-11-09T15:34:31Z
3
+ - **Last updated**: 2024-11-13T12:46:52Z
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.
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
9
9
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
10
10
  and/or version bumps of transitive dependencies.
11
11
 
12
+ ### [0.15.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.15.11) (2024-11-13)
13
+
14
+ #### 🩹 Bug fixes
15
+
16
+ - fix `fill()` template spec ([9151d85](https://github.com/thi-ng/umbrella/commit/9151d85))
17
+
12
18
  ## [0.15.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.15.0) (2024-08-28)
13
19
 
14
20
  #### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/meta-css",
3
- "version": "0.15.9",
3
+ "version": "0.15.11",
4
4
  "description": "Data-driven CSS framework codegen, transpiler & bundler",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -32,7 +32,7 @@
32
32
  "build:esbuild": "esbuild --format=esm --platform=node --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
33
33
  "build:specs": "bin/metacss generate --prec 3 -o export/framework.json specs/*.json",
34
34
  "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
36
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
37
37
  "doc:readme": "yarn doc:specs && bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
38
38
  "doc:specs": "yarn build:specs && bin/metacss doc --level 2 --title NONE -o export/framework.md export/framework.json",
@@ -41,20 +41,20 @@
41
41
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@thi.ng/api": "^8.11.11",
45
- "@thi.ng/args": "^2.3.47",
46
- "@thi.ng/arrays": "^2.10.4",
47
- "@thi.ng/checks": "^3.6.13",
48
- "@thi.ng/compare": "^2.4.3",
49
- "@thi.ng/errors": "^2.5.17",
50
- "@thi.ng/file-io": "^2.1.15",
51
- "@thi.ng/hiccup-css": "^2.7.27",
52
- "@thi.ng/logger": "^3.0.21",
53
- "@thi.ng/memoize": "^4.0.1",
54
- "@thi.ng/rstream": "^9.0.7",
55
- "@thi.ng/strings": "^3.8.9",
56
- "@thi.ng/text-format": "^2.2.16",
57
- "@thi.ng/transducers": "^9.2.7"
44
+ "@thi.ng/api": "^8.11.12",
45
+ "@thi.ng/args": "^2.3.48",
46
+ "@thi.ng/arrays": "^2.10.5",
47
+ "@thi.ng/checks": "^3.6.14",
48
+ "@thi.ng/compare": "^2.4.4",
49
+ "@thi.ng/errors": "^2.5.18",
50
+ "@thi.ng/file-io": "^2.1.16",
51
+ "@thi.ng/hiccup-css": "^2.7.28",
52
+ "@thi.ng/logger": "^3.0.22",
53
+ "@thi.ng/memoize": "^4.0.2",
54
+ "@thi.ng/rstream": "^9.0.8",
55
+ "@thi.ng/strings": "^3.8.10",
56
+ "@thi.ng/text-format": "^2.2.17",
57
+ "@thi.ng/transducers": "^9.2.8"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@microsoft/api-extractor": "^7.47.9",
@@ -110,5 +110,5 @@
110
110
  "status": "alpha",
111
111
  "year": 2023
112
112
  },
113
- "gitHead": "c2c371069911fdae138149fdcf937c4ad7a8c71e\n"
113
+ "gitHead": "10a1633519e744335853d3c64d9d23d06d63cda4\n"
114
114
  }
@@ -213,7 +213,7 @@
213
213
  "args": ["name: variable name (without `--` prefix)"]
214
214
  },
215
215
  "name": "<var>",
216
- "props": { "<var>": "var(--color{0})" },
216
+ "props": { "<var>": "var(--{0})" },
217
217
  "vars": ["fill-stroke"]
218
218
  }
219
219
  ]