* Added ValidationHooks and attribute to FormControl
* Event listener uses data attribute to set type
* Changed default event listener to blur
* Add validation data attribute to other components
* Adjusted querySelector to remove condition
* Added nullish operator to prevent error
* Added optional chaining to validator
* Added Short Unique ID npm library
* Added unique ID to form-control
* Added unique ID to form-group
* Unique ID added to <form>
* Added unique IDs to control components
* Added IDs to label and fieldset
* Update Form.astro with requested changes
Co-authored-by: Ayo Ayco <ayo@ayco.io>
* Adjustments for requested changes.
Co-authored-by: Ayo Ayco <ayo@ayco.io>