Skip to content

Commit cd74d4d

Browse files
chore(table): update metadata
1 parent 71939fc commit cd74d4d

File tree

1 file changed

+15
-28
lines changed

1 file changed

+15
-28
lines changed

components/table/dist/metadata.json

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"sourceFile": "index.css",
33
"selectors": [
44
".spectrum-Table",
5+
".spectrum-Table .spectrum-Table-row--summary",
56
".spectrum-Table--compact",
67
".spectrum-Table--emphasized",
78
".spectrum-Table--quiet",
@@ -14,7 +15,6 @@
1415
".spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell",
1516
".spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell",
1617
".spectrum-Table-body.is-drop-target",
17-
".spectrum-Table-body.is-drop-target .spectrum-Table-headRow",
1818
".spectrum-Table-body.is-drop-target .spectrum-Table-row",
1919
".spectrum-Table-body.is-drop-target .spectrum-Table-row .spectrum-Table-checkbox .spectrum-Checkbox-box:before",
2020
".spectrum-Table-body.is-drop-target:after",
@@ -23,10 +23,10 @@
2323
".spectrum-Table-cell--alignStart",
2424
".spectrum-Table-cell--collapsible",
2525
".spectrum-Table-cell--divider",
26-
".spectrum-Table-cell.is-focused",
27-
".spectrum-Table-cell.is-focused:after",
26+
".spectrum-Table-cell:focus",
2827
".spectrum-Table-cell:focus-visible",
2928
".spectrum-Table-cell:focus-visible:after",
29+
".spectrum-Table-cell:focus:after",
3030
".spectrum-Table-chartContent .spectrum-Table-chartImage",
3131
".spectrum-Table-checkboxCell",
3232
".spectrum-Table-checkboxCell .spectrum-Table-checkbox",
@@ -56,11 +56,14 @@
5656
".spectrum-Table-headCell .spectrum-Table-sortButton:focus",
5757
".spectrum-Table-headCell .spectrum-Table-sortButton:focus-visible",
5858
".spectrum-Table-headCell .spectrum-Table-sortButton:hover",
59-
".spectrum-Table-headCell.is-focused",
60-
".spectrum-Table-headCell.is-focused:after",
6159
".spectrum-Table-headCell.is-sortable",
60+
".spectrum-Table-headCell.is-sortable .spectrum-Table-sortButton",
6261
".spectrum-Table-headCell.is-sortable .spectrum-Table-sortButton .spectrum-Icon",
62+
".spectrum-Table-headCell.is-sortable .spectrum-Table-sortButton:active",
6363
".spectrum-Table-headCell.is-sortable .spectrum-Table-sortButton:after",
64+
".spectrum-Table-headCell.is-sortable .spectrum-Table-sortButton:focus",
65+
".spectrum-Table-headCell.is-sortable .spectrum-Table-sortButton:focus-visible",
66+
".spectrum-Table-headCell.is-sortable .spectrum-Table-sortButton:hover",
6467
".spectrum-Table-headCell.is-sortable.is-keyboardFocused",
6568
".spectrum-Table-headCell.is-sortable:active",
6669
".spectrum-Table-headCell.is-sortable:focus",
@@ -71,36 +74,24 @@
7174
".spectrum-Table-headCell.spectrum-Table-hasMenuButton .spectrum-Table-sortButton .spectrum-Button-label",
7275
".spectrum-Table-headCell.spectrum-Table-hasMenuButton .spectrum-Table-sortButton .spectrum-Button-label:after",
7376
".spectrum-Table-headCell.spectrum-Table-hasMenuButton .spectrum-Table-sortButton .spectrum-Icon",
74-
".spectrum-Table-headCell.spectrum-Table-hasMenuButton .spectrum-Table-sortButton.is-focused:after",
7577
".spectrum-Table-headCell.spectrum-Table-hasMenuButton .spectrum-Table-sortButton:focus-visible:after",
78+
".spectrum-Table-headCell.spectrum-Table-hasMenuButton .spectrum-Table-sortButton:hover",
7679
".spectrum-Table-headCell.spectrum-Table-hasMenuButton.is-keyboardFocused",
7780
".spectrum-Table-headCell.spectrum-Table-hasMenuButton:active",
7881
".spectrum-Table-headCell.spectrum-Table-hasMenuButton:focus",
7982
".spectrum-Table-headCell.spectrum-Table-hasMenuButton:focus-visible",
8083
".spectrum-Table-headCell.spectrum-Table-hasMenuButton:hover",
84+
".spectrum-Table-headCell:focus",
8185
".spectrum-Table-headCell:focus-visible",
8286
".spectrum-Table-headCell:focus-visible:after",
87+
".spectrum-Table-headCell:focus:after",
8388
".spectrum-Table-headRow .spectrum-ActionButton:after",
8489
".spectrum-Table-headRow .spectrum-Table-checkboxCell",
8590
".spectrum-Table-headRow .spectrum-Table-checkboxCell .spectrum-Table-checkbox",
8691
".spectrum-Table-headRow .spectrum-Table-headCell",
8792
".spectrum-Table-headRow .spectrum-Table-headCell--alignEnd",
8893
".spectrum-Table-headRow .spectrum-Table-headCell.is-sortable",
89-
".spectrum-Table-headRow.is-drop-target",
90-
".spectrum-Table-headRow.is-focused",
91-
".spectrum-Table-headRow.is-focused:hover",
92-
".spectrum-Table-headRow.is-selected",
93-
".spectrum-Table-headRow.is-selected.is-focused",
94-
".spectrum-Table-headRow.is-selected:active",
95-
".spectrum-Table-headRow.is-selected:focus-visible",
96-
".spectrum-Table-headRow.is-selected:hover",
97-
".spectrum-Table-headRow:active",
9894
".spectrum-Table-headRow:first-child .spectrum-Table-headCell:first-child",
99-
".spectrum-Table-headRow:focus",
100-
".spectrum-Table-headRow:focus-visible",
101-
".spectrum-Table-headRow:focus-visible:hover",
102-
".spectrum-Table-headRow:focus:hover",
103-
".spectrum-Table-headRow:hover",
10495
".spectrum-Table-headRow:last-child .spectrum-Table-headCell:last-child",
10596
".spectrum-Table-main",
10697
".spectrum-Table-row",
@@ -127,16 +118,9 @@
127118
".spectrum-Table-row.is-drop-target",
128119
".spectrum-Table-row.is-drop-target .spectrum-Table-cell",
129120
".spectrum-Table-row.is-drop-target .spectrum-Table-checkbox .spectrum-Checkbox-box:before",
130-
".spectrum-Table-row.is-focused",
131-
".spectrum-Table-row.is-focused .spectrum-Table-cell:first-child",
132-
".spectrum-Table-row.is-focused .spectrum-Table-cell:first-child:before",
133-
".spectrum-Table-row.is-focused .spectrum-Table-checkbox .spectrum-Checkbox-box:before",
134-
".spectrum-Table-row.is-focused:hover",
135-
".spectrum-Table-row.is-focused:last-child .spectrum-Table-cell:first-child:before",
136121
".spectrum-Table-row.is-selected",
137122
".spectrum-Table-row.is-selected .spectrum-Table-cell",
138123
".spectrum-Table-row.is-selected .spectrum-Table-checkbox .spectrum-Checkbox-box:before",
139-
".spectrum-Table-row.is-selected.is-focused",
140124
".spectrum-Table-row.is-selected:active",
141125
".spectrum-Table-row.is-selected:focus-visible",
142126
".spectrum-Table-row.is-selected:hover",
@@ -147,6 +131,7 @@
147131
".spectrum-Table-row:focus",
148132
".spectrum-Table-row:focus .spectrum-Table-cell:first-child",
149133
".spectrum-Table-row:focus .spectrum-Table-cell:first-child:before",
134+
".spectrum-Table-row:focus .spectrum-Table-checkbox .spectrum-Checkbox-box:before",
150135
".spectrum-Table-row:focus-visible",
151136
".spectrum-Table-row:focus-visible .spectrum-Table-cell:first-child",
152137
".spectrum-Table-row:focus-visible .spectrum-Table-cell:first-child:before",
@@ -430,6 +415,7 @@
430415
"--mod-button-background-color-down",
431416
"--mod-button-background-color-focus",
432417
"--mod-button-background-color-hover",
418+
"--mod-button-border-radius",
433419
"--mod-button-content-color-default",
434420
"--mod-button-content-color-down",
435421
"--mod-button-content-color-focus",
@@ -439,7 +425,6 @@
439425
"--mod-button-font-family",
440426
"--mod-button-font-size",
441427
"--mod-button-font-weight",
442-
"--mod-button-height",
443428
"--mod-button-line-height",
444429
"--mod-button-padding-label-to-icon",
445430
"--mod-checkbox-margin-block",
@@ -451,6 +436,8 @@
451436
"--highcontrast-table-cell-focus-indicator-color",
452437
"--highcontrast-table-divider-color",
453438
"--highcontrast-table-focus-indicator-color",
439+
"--highcontrast-table-header-text-color",
440+
"--highcontrast-table-header-text-color-hover",
454441
"--highcontrast-table-icon-color",
455442
"--highcontrast-table-icon-color-focus",
456443
"--highcontrast-table-row-background-color",

0 commit comments

Comments
 (0)