a tool for shared writing and social publishing

fix canvas poll block types

+5 -1
+1
lexicons/api/lexicons.ts
··· 1492 1492 'lex:pub.leaflet.blocks.horizontalRule', 1493 1493 'lex:pub.leaflet.blocks.bskyPost', 1494 1494 'lex:pub.leaflet.blocks.page', 1495 + 'lex:pub.leaflet.blocks.poll', 1495 1496 ], 1496 1497 }, 1497 1498 x: {
+2
lexicons/api/types/pub/leaflet/pages/canvas.ts
··· 21 21 import type * as PubLeafletBlocksHorizontalRule from '../blocks/horizontalRule' 22 22 import type * as PubLeafletBlocksBskyPost from '../blocks/bskyPost' 23 23 import type * as PubLeafletBlocksPage from '../blocks/page' 24 + import type * as PubLeafletBlocksPoll from '../blocks/poll' 24 25 25 26 const is$typed = _is$typed, 26 27 validate = _validate ··· 57 58 | $Typed<PubLeafletBlocksHorizontalRule.Main> 58 59 | $Typed<PubLeafletBlocksBskyPost.Main> 59 60 | $Typed<PubLeafletBlocksPage.Main> 61 + | $Typed<PubLeafletBlocksPoll.Main> 60 62 | { $type: string } 61 63 x: number 62 64 y: number
+2 -1
lexicons/pub/leaflet/pages/canvas.json
··· 43 43 "pub.leaflet.blocks.code", 44 44 "pub.leaflet.blocks.horizontalRule", 45 45 "pub.leaflet.blocks.bskyPost", 46 - "pub.leaflet.blocks.page" 46 + "pub.leaflet.blocks.page", 47 + "pub.leaflet.blocks.poll" 47 48 ] 48 49 }, 49 50 "x": {