* Added icons to buttons, removed svg code added icon component code.
* Added icon functionality to button group component.
* Added gap to button manifest
* Added gap to button setitngs.
* Added gap setting to ButtonGroup component
* Added the ability to clear the selected icon.
* Added enter search to icon select
* Removed use:styleable as its for the button
* Moved non internal props up
* Fixed broken DynamicFilter component icon
* Updated DynamicFilter icon to a better suited one
---------
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
* Rebuild table schema when adding new column to get externalType
* Added MySQL integration test suite
* Add test for emitting datasource on save new column
* Update packages/server/src/integration-test/mysql.spec.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
* remove duplicate tests
* Use UUID
* update account portal
* Remove _add for internal save
* Internal DB add column unit test
* rename column test
* update modules
* fix tests
---------
Co-authored-by: Sam Rose <hello@samwho.dev>
* Rebuild table schema when adding new column to get externalType
* Added MySQL integration test suite
* Add test for emitting datasource on save new column
* Update packages/server/src/integration-test/mysql.spec.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
* remove duplicate tests
* Use UUID
* update account portal
---------
Co-authored-by: Sam Rose <hello@samwho.dev>
* Added helper function to check user plan type.
* Updated help menu email support license check.
* Removed stray output check
* Updated function name as per feedback.
* Reworked code to use the licensing store over the auth store.
* Removed unnecessary variable declaration and return instead.
* Updated function name to maintain consistency.
* Fixed linting issues.
* Removed stray comment from icon component.