@ankhorage/color-theory 0.0.5 → 0.0.7
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 +12 -0
- package/README.md +1 -10
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# @ankhorage/color-theory
|
|
5
5
|
|
|
6
|
-
         
|
|
7
7
|
|
|
8
8
|
Standalone color theory, harmony, swatch, contrast, and theme color generation utilities.
|
|
9
9
|
|
|
@@ -75,12 +75,3 @@ graph TD
|
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
</details>
|
|
78
|
-
|
|
79
|
-
## Path resolution
|
|
80
|
-
|
|
81
|
-
- Config discovery: searches upward from `process.cwd()` for `paradox.config.ts/js/mjs/cjs` (required; no fallback).
|
|
82
|
-
- Package root: defaults to the directory containing `paradox.config.*`; `package.root` (when relative) resolves relative to that directory.
|
|
83
|
-
- Output directory: defaults to `paradox/`; `output.dir` (when relative) resolves relative to the resolved package root and must stay inside it.
|
|
84
|
-
- Modes:
|
|
85
|
-
- `safe`: writes generated artifacts only under the output directory
|
|
86
|
-
- `write`: additionally updates `<packageRoot>/README.md`
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ankhorage/color-theory",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"description": "Standalone color theory, harmony, swatch, contrast, and theme color generation utilities.",
|
|
6
6
|
"homepage": "https://github.com/ankhorage/color-theory#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"version-packages": "changeset version"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@ankhorage/devtools": "^1.0.
|
|
77
|
-
"@ankhorage/paradox": "^0.1.
|
|
76
|
+
"@ankhorage/devtools": "^1.0.6",
|
|
77
|
+
"@ankhorage/paradox": "^0.1.6",
|
|
78
78
|
"@changesets/cli": "^2.31.0",
|
|
79
79
|
"@types/bun": "^1.3.13",
|
|
80
80
|
"@types/culori": "^4.0.1",
|