From f417c2d8a4d96cc958ecb3a35281030cfe6c1f2c Mon Sep 17 00:00:00 2001
From: Joe <49767913+joebudi@users.noreply.github.com>
Date: Wed, 21 Feb 2024 13:28:35 +0000
Subject: [PATCH] Joe's lab day minor updates (#12944)
* 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
---
packages/bbui/src/Layout/Page.svelte | 1 +
packages/bbui/src/Typography/Body.svelte | 6 +++++
packages/bbui/src/Typography/Heading.svelte | 4 +++
.../FlowChart/FlowChart.svelte | 1 +
.../builder/app/[application]/data/new.svelte | 2 +-
.../portal/_components/UpgradeButton.svelte | 4 +--
.../portal/settings/diagnostics.svelte | 9 ++++---
packages/client/manifest.json | 26 +++++++++----------
.../client/src/components/app/Button.svelte | 2 +-
9 files changed, 35 insertions(+), 20 deletions(-)
diff --git a/packages/bbui/src/Layout/Page.svelte b/packages/bbui/src/Layout/Page.svelte
index 57c264231b..2169a12459 100644
--- a/packages/bbui/src/Layout/Page.svelte
+++ b/packages/bbui/src/Layout/Page.svelte
@@ -43,6 +43,7 @@
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
+ overflow-y: scroll !important;
flex: 1 1 auto;
overflow-x: hidden;
}
diff --git a/packages/bbui/src/Typography/Body.svelte b/packages/bbui/src/Typography/Body.svelte
index 71b4dca248..2123eeee95 100644
--- a/packages/bbui/src/Typography/Body.svelte
+++ b/packages/bbui/src/Typography/Body.svelte
@@ -20,3 +20,9 @@
>