@featherk/icons 0.9.1 → 0.9.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.
package/README.md CHANGED
@@ -60,7 +60,7 @@ const successIcon = getCustomIcon("check", {
60
60
  ```
61
61
 
62
62
  For experimental and in-development helper functions (CSS helpers, base64
63
- variants, data URL usage, and related utilities) see [COMING-SOON.md](packages/icons/docs/COMING-SOON.md#L1).
63
+ variants, data URL usage, and related utilities) see [COMING-SOON.md](docs/COMING-SOON.md).
64
64
 
65
65
  ## Icon gallery
66
66
 
package/docs/ICONS.md CHANGED
@@ -211,4 +211,4 @@
211
211
  |rating_star_selected|switch_left|switch_off|switch_on|switch_right| |
212
212
  <!-- markdownlint-enable MD033-->
213
213
 
214
- > Generated: 2026-08-05T04:09:44.337Z
214
+ > Generated: 2026-08-10T20:11:13.397Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featherk/icons",
3
- "version": "0.9.1",
3
+ "version": "0.9.4",
4
4
  "main": "dist/featherk-icons.umd.js",
5
5
  "module": "dist/featherk-icons.es.js",
6
6
  "types": "dist/index.d.ts",