* Enhance Android input manager to store current selection before applying diffs and ensure correct selection position post-update.
* Add autocorrect test case to Android input examples
This update introduces a new test case for autocorrect functionality in both JavaScript and TypeScript examples. The test case instructs users to type "Cant" and verify the cursor position after autocorrection.
* Add changeset
* Remove unnecessary comments
* Drop pending selection change on programatic text insert
* fix: types for richtext.tsx
* fix: types for check-lists, code-highlighting and custom placeholder
* fix: types for editable-voids, embeds, forced-layout, hovering-toolbar
* fix: types for remaining examples
* fix: typescript error for files in image element
* fix: types for examples and some minor fixes
* fix: normalize-tokens.ts type
* fix: types for [example].tsx
* chore: moved all ts files for examples to examples/ts
* add: tsc to eject js and jsx output
* example: add js transpiled examples
* example: update example site to show both js and ts code
* chore: fix yarn lint
* fix(example): getAllExamplesPath