Skip to content

Commit

Permalink
feat(natds-themes): added button paddindX textTransform
Browse files Browse the repository at this point in the history
affects: natds-themes
DSY-4720
  • Loading branch information
vagnerbarbosant committed May 9, 2024
1 parent 9ea9311 commit 60eb59e
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 60eb59e

Please sign in to comment.