Polaris Web Component s-color-field not updating value after color change

After the recent release of the Polaris Web Components (a few days ago), the ColorField component seems to have stopped working as expected. When selecting or changing color, the value property does not update accordingly. It was functioning correctly before.

Steps to Reproduce:

Seems like the same bug is in the documentation page ColorField

<s-color-field
  onChange={(e) =>console.log(e.currentTarget.value)} <-- this logs null
/>

@Reinis Thanks for logging this, this issue should now be resolved

Thank you! Everything works good