Skip to content

Commit

Permalink
Merge pull request #499 from natura-cosmeticos/DSY-4671
Browse files Browse the repository at this point in the history
Dsy 4671 Added new colors and states in button component
vagnerbarbosant authored May 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents c8285bd + 8aea4ea commit 23b6f5f
Showing 19 changed files with 3,103 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
"button": {
"borderRadius": {
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
}
}
}
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
"button": {
"borderRadius": {
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
}
}
}
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
"button": {
"borderRadius": {
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
}
}
}
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
"button": {
"borderRadius": {
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
}
}
}
12 changes: 12 additions & 0 deletions packages/natds-themes/properties/brands/biome/dark.json
Original file line number Diff line number Diff line change
@@ -42,12 +42,24 @@
"onSecondaryLight": {
"value": "#000000"
},
"secondaryLightest": {
"value": "#FF9A59"
},
"onSecondaryLightest": {
"value": "#000000"
},
"secondaryDark": {
"value": "#69A172"
},
"onSecondaryDark": {
"value": "#000000"
},
"secondaryDarkest": {
"value": "#AD4907"
},
"onSecondaryDarkest": {
"value": "#FFFFFF"
},


"contentHighlight": {
12 changes: 12 additions & 0 deletions packages/natds-themes/properties/brands/biome/light.json
Original file line number Diff line number Diff line change
@@ -42,12 +42,24 @@
"onSecondaryLight": {
"value": "#000000"
},
"secondaryLightest": {
"value": "#FF9A59"
},
"onSecondaryLightest": {
"value": "#000000"
},
"secondaryDark": {
"value": "#005A00"
},
"onSecondaryDark": {
"value": "#FFFFFF"
},
"secondaryDarkest": {
"value": "#AD4907"
},
"onSecondaryDarkest": {
"value": "#FFFFFF"
},


"contentHighlight": {
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
"button": {
"borderRadius": {
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
}
}
}
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
"button": {
"borderRadius": {
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
}
}
}
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
"button": {
"borderRadius": {
"value": "{borderRadius.none.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
}
}
}
Loading

0 comments on commit 23b6f5f

Please sign in to comment.