-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
release-bot
committed
Apr 5, 2024
1 parent
132e6ae
commit 0ac5aa1
Showing
4 changed files
with
639 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
uds-android-theme-public-mobile/src/main/res/raw/ProductCard.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"appearances": { | ||
"viewport": { | ||
"description": "The size label for the current screen viewport based on the current screen width", | ||
"values": ["xs", "sm", "md", "lg", "xl"], | ||
"type": "state" | ||
} | ||
}, | ||
"rules": [ | ||
{ | ||
"if": { | ||
"viewport": ["xs", "sm", "md"] | ||
}, | ||
"tokens": { | ||
"borderWidth": 0, | ||
"paddingHorizontal": 24, | ||
"paddingVertical": 0 | ||
} | ||
} | ||
], | ||
"tokens": { | ||
"borderColor": { | ||
"red": 0.61176, | ||
"green": 0.62353, | ||
"blue": 0.66667, | ||
"alpha": 1 | ||
}, | ||
"borderRadius": 6, | ||
"borderStyle": "solid", | ||
"borderWidth": 1, | ||
"paddingHorizontal": 24, | ||
"paddingVertical": 24, | ||
"selectedButtonIcon": "PaletteIconCheckMark" | ||
} | ||
} |
Oops, something went wrong.