This directory is included for WordPress.org review.
It contains the human-readable source used to build the bundled widget JavaScript shipped as assets/js/odeva-widgets.js.
To build from source: run `bun install` in this directory, then `cd odeva-widgets && bun run build`. The output `dist/index.global.js` is what gets copied to assets/js/odeva-widgets.js.
The block editor source is the plugin's src/index.js (unminified) compiling to build/index.js via @wordpress/scripts.
