File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-dot-cursor" ,
3- "version" : " 0.2.0 " ,
4- "description" : " An opinionated cursor component animated with Motion for React." ,
3+ "version" : " 0.2.1 " ,
4+ "description" : " A fully customizable cursor component animated with Motion for React." ,
55 "exports" : {
66 "." : {
77 "types" : " ./dist/index.d.ts" ,
2727 " cursor" ,
2828 " custom cursor" ,
2929 " dot cursor" ,
30- " motion cursor"
30+ " motion cursor" ,
31+ " animated cursor" ,
32+ " customizable cursor" ,
33+ " react custom cursor" ,
34+ " react cursor"
3135 ],
3236 "author" :
" Guillaume Coussot <[email protected] >" ,
3337 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " website" ,
33 "private" : true ,
4- "version" : " 0.1.12 " ,
4+ "version" : " 0.1.13 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const theme: CursorTheme = {
1919 height : 'auto' ,
2020 } ,
2121 content : {
22- text : 'v0.2.0 ' ,
22+ text : 'v0.2.1 ' ,
2323 style : {
2424 fontSize : '12px' ,
2525 fontWeight : 'bold' ,
You can’t perform that action at this time.
0 commit comments