Skip to content

Commit

Permalink
updating theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
release-bot committed Jan 29, 2024
1 parent d70ea94 commit b6044b5
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 142 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"values": [true, false],
"type": "state"
},
"pressed": {
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
"values": [true, false],
"type": "state"
},
"viewport": {
"description": "The size label for the current screen viewport based on the current screen width",
"values": ["xs", "sm", "md", "lg", "xl"],
Expand All @@ -29,6 +34,32 @@
"tokens": {
"icon": "PaletteIconChevronUp"
}
},
{
"if": {
"pressed": true
},
"tokens": {
"iconBackgroundColor": {
"red": 0.38824,
"green": 0.42353,
"blue": 0.54902,
"alpha": 1
},
"iconBorderColor": {
"red": 0.99608,
"green": 0.99608,
"blue": 0.98824,
"alpha": 1
},
"iconColor": {
"red": 0.99608,
"green": 0.99608,
"blue": 0.98824,
"alpha": 1
},
"iconOuterBorderGap": 4
}
}
],
"tokens": {
Expand Down Expand Up @@ -87,6 +118,32 @@
"expandTitlePaddingLeft": 0,
"expandTitleUnderline": "none",
"icon": "PaletteIconChevronDown",
"iconBackgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"iconBorderColor": {
"red": 0.38824,
"green": 0.42353,
"blue": 0.54902,
"alpha": 1
},
"iconColor": {
"red": 0.38824,
"green": 0.42353,
"blue": 0.54902,
"alpha": 1
},
"iconOuterBorderColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"iconOuterBorderGap": 0,
"iconOuterBorderWidth": 0,
"listColor": {
"red": 0.22353,
"green": 0.25098,
Expand Down
Loading

0 comments on commit b6044b5

Please # to comment.