@skdx/icons 0.34.0 → 0.35.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -178,7 +178,7 @@ No export carries an `@deprecated` tag, because no deprecated name is published
178
178
 
179
179
  Both filters read `lucide-static`'s own bundled type declarations (`dist/lucide-static.d.ts`) — the trailing `export { … }` block names aliases as `Canonical as Alias`, and any `@deprecated` JSDoc marks an icon scheduled for removal. `tags.json` and `icon-nodes.json` are keyed by exactly the canonical set and cross-check it, so a release where those artifacts disagree fails the generator instead of shipping the wrong set. Nothing is hand-curated, and a `lucide-static` bump re-derives all of it.
180
180
 
181
- **Categories are not modeled.** lucide publishes per-icon categories only in its monorepo's unpublished icon JSON — no shipped artifact of `lucide-static` carries them (`tags.json`, `icon-nodes.json`, `font/info.json`, `sprite.svg` and the bundled `.d.ts` were all checked). Modeling them would mean hand-writing and maintaining a 1,748-entry list, which is exactly what the generator exists to avoid. The docs gallery's category filter is its own name-prefix heuristic (`apps/docs/scripts/icons/naming.mjs`), not upstream data.
181
+ **Categories are not modeled.** lucide publishes per-icon categories only in its monorepo's unpublished icon JSON — no shipped artifact of `lucide-static` carries them (`tags.json`, `icon-nodes.json`, `font/info.json`, `sprite.svg` and the bundled `.d.ts` were all checked). Modeling them would mean hand-writing and maintaining a 1,748-entry list, which is exactly what the generator exists to avoid. The docs gallery's category filter is its own name-prefix heuristic (`docs.ui.skdx/scripts/icons/naming.mjs`), not upstream data.
182
182
 
183
183
  ## Custom icons
184
184
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skdx/icons",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
4
4
  "description": "Themeable SVG icon components for the SkandaDX design system — 24x24 by default, colored via currentColor so --skdx-* theme tokens apply",
5
5
  "license": "MIT",
6
6
  "publishConfig": {