@phun-ky/moebius 2.0.26 → 2.0.27
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 +2 -2
- package/dist/moebius.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phun-ky/moebius",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.27",
|
|
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",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@phun-ky/typeof": "^2.0.
|
|
92
|
+
"@phun-ky/typeof": "^2.0.4",
|
|
93
93
|
"chroma-js": "^3.1.2",
|
|
94
94
|
"nearest-color": "^0.4.4"
|
|
95
95
|
},
|
|
@@ -115,12 +115,12 @@
|
|
|
115
115
|
"remark-github": "^12.0.0",
|
|
116
116
|
"remark-insert-headings": "^0.0.0",
|
|
117
117
|
"remark-toc": "^9.0.0",
|
|
118
|
-
"rollup": "^4.52.
|
|
118
|
+
"rollup": "^4.52.3",
|
|
119
119
|
"rollup-plugin-dts": "^6.2.3",
|
|
120
120
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
121
121
|
"stylus": "^0.64.0",
|
|
122
122
|
"tslib": "^2.3.1",
|
|
123
|
-
"tsx": "^4.20.
|
|
123
|
+
"tsx": "^4.20.6",
|
|
124
124
|
"typedoc": "^0.28.13",
|
|
125
125
|
"typedoc-plugin-frontmatter": "^1.3.0",
|
|
126
126
|
"typedoc-plugin-markdown": "^4.9.0",
|