* Added new colour select textColor to tag component manifest
* Intergrated textColor into tag component
* Reverted default text colour to white, avoids issues with the internal use
* Updated conditional colour set
* 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>
* Ensure _id is decoded for external search
* Fetch initial value for 'Update' type forms
* test didn't run locally - might run on github workflow
* Tested and appears to be as before
* Null-pointer fix
* undo type change
* update modules
* add test
* update modules
* update svelte versions
* temporarilly disable svelte warnings
* change bbap version pointed to
* remove sub module specifying svelte version
* point at updated account-portal
* add type declaration for svelte in the server
* add svelte transformer for server jest tests
* remove svelte from bbui package.json
* get builder tests working
* linting fixes
* prettier fixes
* fix server test
* fix another server test
* fix server serverlog test
* account-portal-version
* pin master version of pro
* revert hbs doc file in server to use triple braces, ensures nothing gets escaped
* Change default button type to CTA
- change default button type to CTA
- change ordering of types/variants
* Fix layout shift within portal
Within the portal, when navigating from screen to screen, there's a slight layout shift caused by the scrollbar. This is a small fix.
* row/column icons change
The current row/column icons for positioning components are confusing. I believe these icons are easier to understand.
* Fix for horizontal scrollbar showing
When adding/removing actions within automations, the horizontal scrollbar flashes. Fix.
* Title change for Upload data
Upload data is not wrong, but it's best to be explicit.
* Increase size of upgrade button
* small fix for the styling inconsistency
* Dianostics padding fix
* lint fix
* update account-portal
* update icons
---------
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Mel O'Hagan <mel@budibase.com>
* Revert "Quick fix, if compare isn't set then don't try to use it at all."
This reverts commit b8c7da02e2.
* Revert "Quick fix for all usages of compare function in select."
This reverts commit b4be6daea6.
* Don't force fetch rows on fieldApi change
* Revert "Revert "Quick fix for all usages of compare function in select.""
This reverts commit 8cb5e2b569.
* Revert "Revert "Quick fix, if compare isn't set then don't try to use it at all.""
This reverts commit 0c09d5878b.
* update account portal