You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cell size prop (#110)
* add new cellSize prop
* typecheck script
* dynamic font size
* change cell size for mini
* use Math.ceil for position calcs
* v2.2.0
---------
Co-authored-by: tblackwell-tm <t.blackwell@techmodal.com>
Small screen style improvements (#92)
* centre grid
* shuffling class modifier
* icon viewbox
* reduce global line-height
* mini example crossword
* narrow styles
---------
Co-authored-by: tblackwell-tm <t.blackwell@techmodal.com>
Remove dependencies and update Vite config (#90)
* Vite config fix attempt
* export css separately
* point at dist folder
* skip sanitization on the server
* bump version
* revert sanitize
* switch to use basic html sanitize
* bump version
* decodeHtmlEntities
* lowercase entity
* bump version
* fix named entity to be case insensitive
---------
Co-authored-by: tblackwell-tm <t.blackwell@techmodal.com>