@phun-ky/moebius 2.0.26 → 2.0.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phun-ky/moebius",
3
- "version": "2.0.26",
3
+ "version": "2.0.28",
4
4
  "description": "@phun-ky/moebius is a versatile JavaScript library that automatically generates visually pleasing and customizable color palettes from a given base color. Whether you're building data visualizations, UIs, or design systems, Möbius offers various harmony modes (analogous, complementary, triadic, and more), smooth interpolation, luminance shifts, and diverging palette generation - all with extensive color format support and intuitive API design.",
5
5
  "keywords": [
6
6
  "color",
@@ -69,12 +69,15 @@
69
69
  "build": "npm run clean && npm run rollup",
70
70
  "clean": "rm -rf dist dts",
71
71
  "commit": "npx git-cz",
72
- "dev": "npx browser-sync start --server 'dev' --files 'dist' --ss 'dist'",
73
72
  "docs:gen": "node ./node_modules/.bin/typedoc",
73
+ "predocs:dev": "npm run docs:gen",
74
+ "docs:dev": "vitepress dev docs",
75
+ "docs:build": "vitepress build docs",
76
+ "docs:preview": "vitepress preview docs",
74
77
  "release": "release-it",
75
78
  "rollup": "rollup -c",
76
- "prerollup:dev": "npm run clean",
77
- "rollup:dev": "rollup -c -w",
79
+ "prewatch": "npm run clean",
80
+ "watch": "rollup -c -w",
78
81
  "style:code": "npx putout src",
79
82
  "style:format": "./node_modules/.bin/eslint -c ./eslint.config.mjs src --fix && ./node_modules/.bin/prettier --write ./eslint.config.mjs src",
80
83
  "style:lint": "./node_modules/.bin/eslint -c ./eslint.config.mjs src && ./node_modules/.bin/prettier --check src",
@@ -89,7 +92,7 @@
89
92
  }
90
93
  },
91
94
  "dependencies": {
92
- "@phun-ky/typeof": "^2.0.3",
95
+ "@phun-ky/typeof": "^2.0.4",
93
96
  "chroma-js": "^3.1.2",
94
97
  "nearest-color": "^0.4.4"
95
98
  },
@@ -100,6 +103,7 @@
100
103
  "@rollup/plugin-terser": "^0.4.4",
101
104
  "@testing-library/dom": "^10.4.1",
102
105
  "@testing-library/jest-dom": "^6.8.0",
106
+ "@types/chroma-js": "^3.1.1",
103
107
  "@types/node": "^24.5.2",
104
108
  "cobertura": "^1.0.1",
105
109
  "eslint": "^9.36.0",
@@ -111,25 +115,26 @@
111
115
  "prettier": "3.6.2",
112
116
  "putout": "^40.9.0",
113
117
  "release-it": "^19.0.5",
114
- "remark-gfm": "^4.0.1",
115
118
  "remark-github": "^12.0.0",
116
- "remark-insert-headings": "^0.0.0",
117
119
  "remark-toc": "^9.0.0",
118
- "rollup": "^4.52.0",
120
+ "rollup": "^4.52.3",
119
121
  "rollup-plugin-dts": "^6.2.3",
120
122
  "rollup-plugin-typescript2": "^0.36.0",
121
123
  "stylus": "^0.64.0",
122
124
  "tslib": "^2.3.1",
123
- "tsx": "^4.20.5",
124
- "typedoc": "^0.28.13",
125
- "typedoc-plugin-frontmatter": "^1.3.0",
126
- "typedoc-plugin-markdown": "^4.9.0",
127
- "typedoc-plugin-mdn-links": "^5.0.9",
128
- "typedoc-plugin-no-inherit": "^1.6.1",
129
- "typedoc-plugin-remark": "^2.0.1",
130
- "typedoc-plugin-rename-defaults": "^0.7.3",
125
+ "tsx": "^4.20.6",
126
+ "typedoc": "^0.28.2",
127
+ "typedoc-plugin-frontmatter": "^1.0.0",
128
+ "typedoc-plugin-markdown": "^4.2.3",
129
+ "typedoc-plugin-mdn-links": "^5.0.1",
130
+ "typedoc-plugin-no-inherit": "^1.4.0",
131
+ "typedoc-plugin-remark": "^2.0.0",
132
+ "typedoc-plugin-rename-defaults": "^0.7.1",
133
+ "typedoc-vitepress-theme": "^1.1.2",
131
134
  "typescript": "^5.9.2",
132
- "unified-prettier": "^2.0.1"
135
+ "unified-prettier": "^2.0.1",
136
+ "vitepress": "^1.6.4",
137
+ "vitepress-plugin-group-icons": "^1.6.3"
133
138
  },
134
139
  "engines": {
135
140
  "node": ">=22.9.0",