Skip to content

Commit

Permalink
Merge pull request #500 from natura-cosmeticos/DSY-4720
Browse files Browse the repository at this point in the history
feat(natds-themes): added button paddindX textTransform
  • Loading branch information
vagnerbarbosant committed May 9, 2024
2 parents 9ea9311 + 60eb59e commit b470951
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
"value": "none"
},
"paddingX":{
"value": "{spacing.tiny}"
},
"textTransform":{
"value": "uppercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
"value": "none"
},
"paddingX":{
"value": "{spacing.tiny}"
},
"textTransform":{
"value": "uppercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
"value": "none"
},
"paddingX":{
"value": "{spacing.tiny}"
},
"textTransform":{
"value": "uppercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
"value": "none"
},
"paddingX":{
"value": "{spacing.tiny}"
},
"textTransform":{
"value": "uppercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
"value": "none"
},
"paddingX":{
"value": "{spacing.tiny}"
},
"textTransform":{
"value": "uppercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
"value": "none"
},
"paddingX":{
"value": "{spacing.tiny}"
},
"textTransform":{
"value": "uppercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"value": "{borderRadius.none.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
"value": "none"
},
"paddingX":{
"value": "{spacing.tiny}"
},
"textTransform":{
"value": "uppercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
"value": "none"
},
"paddingX":{
"value": "{spacing.tiny}"
},
"textTransform":{
"value": "uppercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
"value": "none"
},
"paddingX":{
"value": "{spacing.tiny}"
},
"textTransform":{
"value": "uppercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
},
"elevation": {
"value": "none"
},
"paddingX":{
"value": "{spacing.standard}"
},
"textTransform":{
"value": "lowercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"value": "{borderRadius.medium.value}"
},
"elevation": {
"value": "0 4px 5px 0 rgba(0, 0, 0, 0.14)"
"value": "none"
},
"paddingX":{
"value": "{spacing.tiny}"
},
"textTransform":{
"value": "uppercase"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"elevation": {
"value": "{private.button.elevation.value}"
},
"paddingX": {
"value": "{private.button.paddingX.value}"
},
"textTransform": {
"value": "{private.button.textTransform.value}"
},
"contained": {
"color": {
"primary": {
Expand Down

0 comments on commit b470951

Please sign in to comment.