@@ -191,6 +191,26 @@ export const storybookTables = {
191
191
value : "var(--button-background-color-hover)" ,
192
192
name : "--button-background-color-ghost-hover" ,
193
193
} ,
194
+ {
195
+ value : { default : "var(--background-color-canvas)" } ,
196
+ name : "--table-row-background-color" ,
197
+ } ,
198
+ {
199
+ value : {
200
+ forcedColors : "var(--background-color-canvas)" ,
201
+ brand : {
202
+ light : "#f0f0f4" ,
203
+ dark : "var(--color-gray-80)" ,
204
+ default : "light-dark(#f0f0f4, var(--color-gray-80))" ,
205
+ } ,
206
+ platform : {
207
+ light : "rgba(0,0,0,5%)" ,
208
+ dark : "rgba(255,255,255,5%)" ,
209
+ default : "light-dark(rgba(0,0,0,5%), rgba(255,255,255,5%))" ,
210
+ } ,
211
+ } ,
212
+ name : "--table-row-background-color-alternate" ,
213
+ } ,
194
214
] ,
195
215
"border-color" : [
196
216
{ value : { prefersContrast : "var(--text-color)" } , name : "--border-color" } ,
@@ -766,28 +786,6 @@ export const storybookTables = {
766
786
{ value : "calc(6 * var(--space-xsmall))" , name : "--space-xlarge" } ,
767
787
{ value : "calc(8 * var(--space-xsmall))" , name : "--space-xxlarge" } ,
768
788
] ,
769
- "table-row" : [
770
- {
771
- value : { default : "var(--background-color-canvas)" } ,
772
- name : "--table-row-background-color" ,
773
- } ,
774
- {
775
- value : {
776
- forcedColors : "var(--background-color-canvas)" ,
777
- brand : {
778
- light : "#f0f0f4" ,
779
- dark : "var(--color-gray-80)" ,
780
- default : "light-dark(#f0f0f4, var(--color-gray-80))" ,
781
- } ,
782
- platform : {
783
- light : "rgba(0,0,0,5%)" ,
784
- dark : "rgba(255,255,255,5%)" ,
785
- default : "light-dark(rgba(0,0,0,5%), rgba(255,255,255,5%))" ,
786
- } ,
787
- } ,
788
- name : "--table-row-background-color-alternate" ,
789
- } ,
790
- ] ,
791
789
} ;
792
790
793
791
export const variableLookupTable = {
0 commit comments