* add an exmaple with a static svelte component in a live view parent with list
* adjusted the styling of example
* chore: added more e2e tests
* chore: preserve client state
* chore: added tests for simple counter
* chore: added live lights e2e tests
* chore: added sigil e2e tests
* chore: added plus/minus tests
* chore: added live plus/minus tests
* chore: added hybrid plus/minus tests
* chore: added static color demo tests
* fix: handle correctly v sigil props
* chore: added tests to log list example
* chore: added tests to breaking news example
* chore: added chat tests
* chore: added tests for live json
* chore: added tests for simple slots
* chore: added tests for dynamic slots. added missing test ids
* chore: add tests to client loading
* chore: addes tests to otp ecto example
* chore: prepare for 0.17.4 release
* remove old link in example page. add real time for ecto example
* upgraded tailwind 4 and latest phoenix for example
* fixed svelte component remounting on server events
* generate auto ids for duplicate components
* handle static svelte components in live view parent properly
* prepare release 0.17.3 release
* adjust the live_svelte version in mix.exs