color-value-tools 1.1.2 → 1.1.4

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.
Files changed (2) hide show
  1. package/README.md +28 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,13 @@
1
- # color-value-tools
1
+ <div align="center" style="background:#111827;border-radius:20px;padding:28px 20px 20px;margin-bottom:32px">
2
+ <h1 style="color:#f9fafb;margin:0 0 32px;font-size:2.2em;letter-spacing:-0.03em;font-weight:700;font-family:sans-serif">
3
+ color-value-tools
4
+ </h1>
5
+ <img
6
+ src="https://s3.twcstorage.ru/c9a2cc89-780f97fd-311d-4a1a-b86f-c25665c9dc46/images/npm/color-value-tools.webp"
7
+ alt="vue-virtual-scroller-kit"
8
+ style="max-width:100%;width:auto;height:300px;border-radius:12px"
9
+ />
10
+ </div>
2
11
 
3
12
  A comprehensive utility library for parsing, converting, manipulating, and analyzing color values across all major color models — hex, RGB, HSL, HSV, HWB, Lab, LCH, OKLAB, OKLCH, CMYK — plus CSS variables and named colors.
4
13
 
@@ -330,14 +339,28 @@ const palette = colorShades(accent, 5);
330
339
 
331
340
  ---
332
341
 
342
+ ## License
343
+
344
+ MIT
345
+
346
+ ---
347
+
333
348
  ## Author
334
349
 
335
350
  Danil Lisin Vladimirovich aka Macrulez
336
351
 
337
- GitHub: [macrulezru](https://github.com/macrulezru)
352
+ GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru/en](https://macrulez.ru/en)
338
353
 
339
- Website: [macrulez.ru](https://macrulez.ru/)
354
+ Bugs and questions — [issues](https://github.com/macrulezru/color-value-tools/issues)
340
355
 
341
- ## License
356
+ ---
342
357
 
343
- MIT
358
+ ## 💖 Support the project
359
+
360
+ Open source takes time and effort. If my work saves you time or brings value, consider supporting further development.
361
+
362
+ <a href="https://donate.cryptocloud.plus/M6O34NIN" target="_blank">
363
+ <img src="https://img.shields.io/badge/Donate-CryptoCloud-8A2BE2?style=for-the-badge&logo=cryptocurrency&logoColor=white" alt="Donate via CryptoCloud">
364
+ </a>
365
+
366
+ Thank you for being part of this journey. ❤️
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "color-value-tools",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "A comprehensive utility library for parsing, converting, manipulating, and analyzing color values across all major color models — hex, RGB, HSL, HSV, HWB, Lab, LCH, OKLAB, OKLCH, CMYK — plus CSS variables and named colors.",
5
5
  "repository": {
6
6
  "type": "git",