@phun-ky/moebius 2.0.30 → 2.0.32
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/dist/moebius.js +1 -1
- package/package.json +8 -8
package/dist/moebius.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @phun-ky/moebius
|
|
3
3
|
* @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.
|
|
4
4
|
* @author Alexander Vassbotn Røyne-Helgesen <alexander+github.com@phun-ky.net>
|
|
5
|
-
* @version 2.0.
|
|
5
|
+
* @version 2.0.32
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2023 Alexander Vassbotn Røyne-Helgesen
|
|
8
8
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phun-ky/moebius",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.32",
|
|
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",
|
|
@@ -99,21 +99,21 @@
|
|
|
99
99
|
"devDependencies": {
|
|
100
100
|
"@release-it/conventional-changelog": "^10.0.1",
|
|
101
101
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
102
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
102
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
103
103
|
"@rollup/plugin-terser": "^0.4.4",
|
|
104
104
|
"@testing-library/dom": "^10.4.1",
|
|
105
105
|
"@testing-library/jest-dom": "^6.8.0",
|
|
106
106
|
"@types/chroma-js": "^3.1.1",
|
|
107
|
-
"@types/node": "^24.
|
|
107
|
+
"@types/node": "^24.7.2",
|
|
108
108
|
"cobertura": "^1.0.1",
|
|
109
109
|
"eslint": "^9.36.0",
|
|
110
110
|
"eslint-config-phun-ky": "^1.0.18",
|
|
111
111
|
"git-cz": "^4.9.0",
|
|
112
112
|
"glob": "^11.0.3",
|
|
113
|
-
"global-jsdom": "^
|
|
114
|
-
"jsdom": "^
|
|
113
|
+
"global-jsdom": "^27.0.0",
|
|
114
|
+
"jsdom": "^27.0.0",
|
|
115
115
|
"prettier": "3.6.2",
|
|
116
|
-
"putout": "^40.
|
|
116
|
+
"putout": "^40.10.0",
|
|
117
117
|
"release-it": "^19.0.5",
|
|
118
118
|
"remark-github": "^12.0.0",
|
|
119
119
|
"remark-toc": "^9.0.0",
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
"stylus": "^0.64.0",
|
|
124
124
|
"tslib": "^2.3.1",
|
|
125
125
|
"tsx": "^4.20.6",
|
|
126
|
-
"typedoc": "^0.28.
|
|
126
|
+
"typedoc": "^0.28.14",
|
|
127
127
|
"typedoc-plugin-frontmatter": "^1.0.0",
|
|
128
128
|
"typedoc-plugin-markdown": "^4.2.3",
|
|
129
|
-
"typedoc-plugin-mdn-links": "^5.0.
|
|
129
|
+
"typedoc-plugin-mdn-links": "^5.0.10",
|
|
130
130
|
"typedoc-plugin-no-inherit": "^1.4.0",
|
|
131
131
|
"typedoc-plugin-remark": "^2.0.0",
|
|
132
132
|
"typedoc-plugin-rename-defaults": "^0.7.1",
|