- Update package.json bin field to use object format with 'ficons' command name
- Update README examples to use the new 'ficons search' command syntax
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Documents the npx CLI search functionality with all variation
prefixes including chubby, duotone, and brands.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds a CLI interface to search icons by keyword and optional variation.
Usage: npx @invisi/flaticon-uicons <keyword...> [variation]
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add "Maybe Related" section showing icons with similar names
- Find related icons by base name matching (e.g., time-check → time-delete)
- Add icons to modal section labels (settings-sliders, link)
- Style related icons grid with hover effects
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Prioritizes icon name matches over tag matches when searching. Results are now sorted by the existing scoring system (exact name = 100, starts with = 50, word boundary = 25, etc.).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove CDN-based uicons CSS files and orphaned uicons webfonts that
are not used by the local build system. The package uses flaticon-*
CSS files with self-hosted fonts instead.
Also updates README Package Structure section to reflect actual files.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Adds individual CSS files for bold, duotone, solid, and thin weights
across straight, rounded, and chubby corner styles. Regenerates all
webfont binaries (TTF, WOFF, WOFF2) with updated builds.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Changed build-fonts.js to invoke fontforge -script instead of python3
- Main CSS now uses @import for variant-specific CSS files
- Each variant CSS uses local webfont paths (../webfonts/)