Seems to have problems with Vaadin 23.3.xThe following code throw

Seems to have problems with Vaadin 23.3.x

The following code throws javascript errors on the console looking for `phone-type-formatter.{country}.js`.

```

TextField textField;
add(textField = new TextField("Phone"));
new PhoneI18nFieldFormatter("US").extend(textField);

```

Hi, I have the same problem with PhoneI18nFieldFormatter:

uncaught error: [cleave.js] please include phone-type-formatter.{country}.js lib

this means this cool addon doesn't work for phone formats in Vaadin 23+. Maybe some problem with clave and vite boundling?

Please check the newest version - 23.3.0

23.3.0 works! :)