Skip to content

Commit 64b7fb9

Browse files
committed
Align table tokens to latest
1 parent 74c508e commit 64b7fb9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

design-tokens/tokens/component/component.default.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -7160,7 +7160,7 @@
71607160
},
71617161
"borderColor": {
71627162
"$type": "color",
7163-
"$value": "#00000000",
7163+
"$value": "{color.transparent}",
71647164
"$description": "",
71657165
"$extensions": {
71667166
"com.figma": {
@@ -7172,7 +7172,7 @@
71727172
},
71737173
"background": {
71747174
"$type": "color",
7175-
"$value": "#00000000",
7175+
"$value": "{color.transparent}",
71767176
"$description": "",
71777177
"$extensions": {
71787178
"com.figma": {
@@ -7222,7 +7222,7 @@
72227222
},
72237223
"background": {
72247224
"$type": "color",
7225-
"$value": "#00000000",
7225+
"$value": "{color.transparent}",
72267226
"$description": "",
72277227
"$extensions": {
72287228
"com.figma": {
@@ -7236,7 +7236,7 @@
72367236
"disabled": {
72377237
"textColor": {
72387238
"$type": "color",
7239-
"$value": "{dataCell.enabled.textColor}",
7239+
"$value": "{color.text.disabled}",
72407240
"$description": "",
72417241
"$extensions": {
72427242
"com.figma": {
@@ -7483,7 +7483,7 @@
74837483
"hover": {
74847484
"textColor": {
74857485
"$type": "color",
7486-
"$value": "{dataCell.hover.textColor}",
7486+
"$value": "{dataCell.primary.enabled.textColor}",
74877487
"$description": "",
74887488
"$extensions": {
74897489
"com.figma": {
@@ -7583,7 +7583,7 @@
75837583
"pinned": {
75847584
"textColor": {
75857585
"$type": "color",
7586-
"$value": "{dataCell.pinned.textColor}",
7586+
"$value": "{dataCell.primary.enabled.textColor}",
75877587
"$description": "",
75887588
"$extensions": {
75897589
"com.figma": {
@@ -7756,7 +7756,7 @@
77567756
},
77577757
"background": {
77587758
"$type": "color",
7759-
"$value": "#00000000",
7759+
"$value": "{color.transparent}",
77607760
"$description": "",
77617761
"$extensions": {
77627762
"com.figma": {
@@ -7770,7 +7770,7 @@
77707770
"hover": {
77717771
"textColor": {
77727772
"$type": "color",
7773-
"$value": "{dataCell.hover.textColor}",
7773+
"$value": "{headerCell.enabled.textColor}",
77747774
"$description": "",
77757775
"$extensions": {
77767776
"com.figma": {
@@ -7794,7 +7794,7 @@
77947794
},
77957795
"borderColor": {
77967796
"$type": "color",
7797-
"$value": "{dataCell.hover.borderColor}",
7797+
"$value": "{headerCell.enabled.borderColor}",
77987798
"$description": "",
77997799
"$extensions": {
78007800
"com.figma": {
@@ -7820,7 +7820,7 @@
78207820
"pinned": {
78217821
"textColor": {
78227822
"$type": "color",
7823-
"$value": "{dataCell.hover.textColor}",
7823+
"$value": "{dataCell.enabled.textColor}",
78247824
"$description": "",
78257825
"$extensions": {
78267826
"com.figma": {
@@ -7856,7 +7856,7 @@
78567856
},
78577857
"background": {
78587858
"$type": "color",
7859-
"$value": "#00000000",
7859+
"$value": "{color.transparent}",
78607860
"$description": "",
78617861
"$extensions": {
78627862
"com.figma": {
@@ -9494,7 +9494,7 @@
94949494
},
94959495
"background": {
94969496
"$type": "color",
9497-
"$value": "#00000000",
9497+
"$value": "{color.transparent}",
94989498
"$description": "",
94999499
"$extensions": {
95009500
"com.figma": {
@@ -9508,7 +9508,7 @@
95089508
"hover": {
95099509
"textColor": {
95109510
"$type": "color",
9511-
"$value": "{dataCell.hover.textColor}",
9511+
"$value": "{footerCell.enabled.textColor}",
95129512
"$description": "",
95139513
"$extensions": {
95149514
"com.figma": {
@@ -9532,7 +9532,7 @@
95329532
},
95339533
"borderColor": {
95349534
"$type": "color",
9535-
"$value": "{dataCell.hover.borderColor}",
9535+
"$value": "{footerCell.enabled.borderColor}",
95369536
"$description": "",
95379537
"$extensions": {
95389538
"com.figma": {
@@ -9544,7 +9544,7 @@
95449544
},
95459545
"background": {
95469546
"$type": "color",
9547-
"$value": "#00000000",
9547+
"$value": "{color.transparent}",
95489548
"$description": "",
95499549
"$extensions": {
95509550
"com.figma": {
@@ -9558,7 +9558,7 @@
95589558
"pinned": {
95599559
"textColor": {
95609560
"$type": "color",
9561-
"$value": "{dataCell.hover.textColor}",
9561+
"$value": "{dataCell.enabled.textColor}",
95629562
"$description": "",
95639563
"$extensions": {
95649564
"com.figma": {
@@ -9594,7 +9594,7 @@
95949594
},
95959595
"background": {
95969596
"$type": "color",
9597-
"$value": "#00000000",
9597+
"$value": "{color.transparent}",
95989598
"$description": "",
95999599
"$extensions": {
96009600
"com.figma": {

0 commit comments

Comments
 (0)