* refactor: explicit types for validate
* refactor: explicit return types for ui-components
* refactor: use exec instead of match
* refactor: add lots more boundary types
* refactor: more eslint warnings
* refactor: more explicit exports
* refactor: more explicit types
* refactor: even more explicit types
* fix: relax type contrainsts for superblock-order
* refactor: final boundaries
* refactor: avoid using 'object' type
* fix: use named import for captureException
This uses TypeScript (which works) instead of import/namespace
(which doesn't) to check if captureException exists in sentry/gatsby
(it does)
* feat: add type to warn miss usage of attributes in formControl
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* refactor the value type
Co-authored-by: sembauke <semboot699@gmail.com>
* add condition type for readyonly and onchange types
* warn when using readonly and onchange props together
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
* allow value to be undefined
* Make read-only undefined
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
---------
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: sembauke <semboot699@gmail.com>
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>