Skip to content

Commit 1686c78

Browse files
svc-instuihajnaldo
authored andcommitted
chore: renamed modal token groups
1 parent 7cfc08f commit 1686c78

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/ui-scripts/lib/build/tokensStudio/canvas/component/Modal.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"type": "borderWidth"
7676
}
7777
},
78-
"header": {
78+
"modalHeader": {
7979
"backgroundColor": {
8080
"value": "{color.background.container}",
8181
"type": "color"
@@ -105,7 +105,7 @@
105105
"type": "borderWidth"
106106
}
107107
},
108-
"footer": {
108+
"modalFooter": {
109109
"borderColor": {
110110
"value": "{color.stroke.container.base}",
111111
"type": "color"
@@ -139,7 +139,7 @@
139139
"type": "spacing"
140140
}
141141
},
142-
"body": {
142+
"modalBody": {
143143
"inverseBackgroundColor": {
144144
"value": "{color.background.dark}",
145145
"type": "color"

packages/ui-scripts/lib/build/tokensStudio/rebrand/component/Modal.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"type": "borderWidth"
7676
}
7777
},
78-
"header": {
78+
"modalHeader": {
7979
"backgroundColor": {
8080
"value": "{color.background.container}",
8181
"type": "color"
@@ -105,7 +105,7 @@
105105
"type": "borderWidth"
106106
}
107107
},
108-
"body": {
108+
"modalBody": {
109109
"inverseBackgroundColor": {
110110
"value": "{color.background.dark}",
111111
"type": "color"
@@ -119,7 +119,7 @@
119119
"type": "spacing"
120120
}
121121
},
122-
"footer": {
122+
"modalFooter": {
123123
"borderColor": {
124124
"value": "{color.stroke.container.base}",
125125
"type": "color"

0 commit comments

Comments
 (0)