From dd2cea8cf76a0f6a327ee73054fe54ddadf5e7b0 Mon Sep 17 00:00:00 2001 From: release-bot Date: Fri, 19 Jul 2024 18:34:14 +0000 Subject: [PATCH] updating theme files --- .../src/main/res/raw/Notification.json | 4 +-- .../src/main/res/raw/PriceLockup.json | 22 +++++++++++++++- .../src/main/res/raw/theme.json | 26 ++++++++++++++++--- 3 files changed, 46 insertions(+), 6 deletions(-) diff --git a/uds-android-theme-public-mobile/src/main/res/raw/Notification.json b/uds-android-theme-public-mobile/src/main/res/raw/Notification.json index 5038d33..5061766 100644 --- a/uds-android-theme-public-mobile/src/main/res/raw/Notification.json +++ b/uds-android-theme-public-mobile/src/main/res/raw/Notification.json @@ -265,8 +265,8 @@ "blue": 0.33725, "alpha": 1 }, - "containerPaddingLeft": 16, - "containerPaddingRight": 16, + "containerPaddingLeft": 0, + "containerPaddingRight": 0, "dismissButtonGap": 12, "dismissIcon": "PaletteIconMobileXClose", "dismissIconColor": { diff --git a/uds-android-theme-public-mobile/src/main/res/raw/PriceLockup.json b/uds-android-theme-public-mobile/src/main/res/raw/PriceLockup.json index 1586f8a..931d456 100644 --- a/uds-android-theme-public-mobile/src/main/res/raw/PriceLockup.json +++ b/uds-android-theme-public-mobile/src/main/res/raw/PriceLockup.json @@ -2,7 +2,7 @@ "appearances": { "size": { "type": "variant", - "values": ["small", "medium", "large"] + "values": ["micro", "small", "medium", "large"] }, "viewport": { "description": "The size label for the current screen viewport based on the current screen width", @@ -33,6 +33,26 @@ "topTextLineHeight": 1.5 } }, + { + "if": { + "size": "micro" + }, + "tokens": { + "amountFontSize": 36, + "bottomTextFontSize": 16, + "centsFontSize": 18, + "centsLineHeight": 0.975, + "currencySymbolFontSize": 18, + "currencySymbolLineHeight": 1.2, + "rateFontName": "SofiaPro", + "rateFontSize": 16, + "rateFontWeight": 700, + "rateLineHeight": 1.25, + "strikeThroughPosition": 16, + "topTextFontSize": 16, + "topTextLineHeight": 1.5 + } + }, { "if": { "size": "small" diff --git a/uds-android-theme-public-mobile/src/main/res/raw/theme.json b/uds-android-theme-public-mobile/src/main/res/raw/theme.json index df168ee..d32d4db 100644 --- a/uds-android-theme-public-mobile/src/main/res/raw/theme.json +++ b/uds-android-theme-public-mobile/src/main/res/raw/theme.json @@ -6886,8 +6886,8 @@ "blue": 0.33725, "alpha": 1 }, - "containerPaddingLeft": 16, - "containerPaddingRight": 16, + "containerPaddingLeft": 0, + "containerPaddingRight": 0, "dismissButtonGap": 12, "dismissIcon": "PaletteIconMobileXClose", "dismissIconColor": { @@ -7360,7 +7360,7 @@ "appearances": { "size": { "type": "variant", - "values": ["small", "medium", "large"] + "values": ["micro", "small", "medium", "large"] }, "viewport": { "description": "The size label for the current screen viewport based on the current screen width", @@ -7391,6 +7391,26 @@ "topTextLineHeight": 1.5 } }, + { + "if": { + "size": "micro" + }, + "tokens": { + "amountFontSize": 36, + "bottomTextFontSize": 16, + "centsFontSize": 18, + "centsLineHeight": 0.975, + "currencySymbolFontSize": 18, + "currencySymbolLineHeight": 1.2, + "rateFontName": "SofiaPro", + "rateFontSize": 16, + "rateFontWeight": 700, + "rateLineHeight": 1.25, + "strikeThroughPosition": 16, + "topTextFontSize": 16, + "topTextLineHeight": 1.5 + } + }, { "if": { "size": "small"