Skip to content

Commit

Permalink
docs(table): alphabetize tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea committed Jun 19, 2024
1 parent 95f1508 commit 6baa79d
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions packages/calcite-components/src/components/table/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,29 @@
* @prop --calcite-table-corner-radius: The border color of the component.
* @prop --calcite-table-shadow: The shadow of the component.
* @prop --calcite-table-pagination-arrow-background-color-active: Specifies the background color of the component's `pageSize` pagination arrow items while active.
* @prop --calcite-table-pagination-arrow-background-color-hover: Specifies the background color of the component's `pageSize` pagination arrow items while hovered.
* @prop --calcite-table-pagination-arrow-background-color: Specifies the background color of the component's `pageSize` pagination arrow items.
* @prop --calcite-table-pagination-arrow-icon-color-active: Specifies the icon color of the component's `pageSize` pagination arrow items while active.
* @prop --calcite-table-pagination-arrow-icon-color-hover: Specifies the icon color of the component's `pageSize` pagination arrow items while hovered.
* @prop --calcite-table-pagination-arrow-icon-color: Specifies the icon color of the component's `pageSize` pagination arrow items.
* @prop --calcite-table-pagination-item-background-color-active: Specifies the background color of the component's `pageSize` pagination items while active.
* @prop --calcite-table-pagination-item-background-color-hover: Specifies the background color of the component's `pageSize` pagination items while hovered.
* @prop --calcite-table-pagination-item-background-color: Specifies the background color of the component's `pageSize` pagination items.
* @prop --calcite-table-pagination-item-border-color-hover: Specifies the border color the pagination items while hovered.
* @prop --calcite-table-pagination-item-border-color-selected: Specifies the border color of the component's `pageSize` pagination items when selected.
* @prop --calcite-table-pagination-item-text-color-hover: Specifies the text color of the component's `pageSize` pagination items items while hovered.
* @prop --calcite-table-pagination-item-text-color-selected: Specifies the text color of the component's `pageSize` pagination items when selected.
* @prop --calcite-table-pagination-item-text-color: Specifies the text color of the component's `pageSize` pagination items.
* @prop --calcite-table-selection-chip-background-color-selected: The background color of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-chip-background-color: The background color of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-chip-border-color-selected: The border color of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-chip-border-color: The border color of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-chip-corner-radius: The corner radius of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-chip-shadow: The shadow of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-chip-text-color: The text color of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-chip-background-color-selected: The background color of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-chip-border-color-selected: The border color of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-chip-text-color-selected: The text color of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-chip-text-color: The text color of the component's `selectionMode` selection chip.
* @prop --calcite-table-selection-dismiss-button-background-color-active: The background color of the component's `selectionMode` selection dismiss chip when active.
* @prop --calcite-table-selection-dismiss-button-background-color-hover: The background color of the component's `selectionMode` selection dismiss chip when hovered.
Expand All @@ -35,22 +49,7 @@
* @prop --calcite-table-selection-out-of-view-chip-icon-color: The icon color of the component's `selectionMode` selection out of view chip.
* @prop --calcite-table-selection-out-of-view-chip-shadow: The shadow of the component's `selectionMode` selection out of view chip.
* @prop --calcite-table-selection-out-of-view-chip-text-color: The text color of the component's `selectionMode` selection out of view chip.
* @prop --calcite-table-pagination-arrow-background-color-active: Specifies the background color of the component's `pageSize` pagination arrow items while active.
* @prop --calcite-table-pagination-arrow-background-color-hover: Specifies the background color of the component's `pageSize` pagination arrow items while hovered.
* @prop --calcite-table-pagination-arrow-background-color: Specifies the background color of the component's `pageSize` pagination arrow items.
* @prop --calcite-table-pagination-arrow-icon-color-active: Specifies the icon color of the component's `pageSize` pagination arrow items while active.
* @prop --calcite-table-pagination-arrow-icon-color-hover: Specifies the icon color of the component's `pageSize` pagination arrow items while hovered.
* @prop --calcite-table-pagination-arrow-icon-color: Specifies the icon color of the component's `pageSize` pagination arrow items.
* @prop --calcite-table-pagination-item-background-color-active: Specifies the background color of the component's `pageSize` pagination items while active.
* @prop --calcite-table-pagination-item-background-color-hover: Specifies the background color of the component's `pageSize` pagination items while hovered.
* @prop --calcite-table-pagination-item-background-color: Specifies the background color of the component's `pageSize` pagination items.
* @prop --calcite-table-pagination-item-border-color-hover: Specifies the border color the pagination items while hovered.
* @prop --calcite-table-pagination-item-border-color-selected: Specifies the border color of the component's `pageSize` pagination items when selected.
* @prop --calcite-table-pagination-item-text-color-hover: Specifies the text color of the component's `pageSize` pagination items items while hovered.
* @prop --calcite-table-pagination-item-text-color-selected: Specifies the text color of the component's `pageSize` pagination items when selected.
* @prop --calcite-table-pagination-item-text-color: Specifies the text color of the component's `pageSize` pagination items.
*/
*/

:host([scale="s"]) {
--calcite-internal-table-cell-padding: 0.25rem;
Expand Down

0 comments on commit 6baa79d

Please sign in to comment.