igniteui-theming 27.2.1 → 27.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3494,6 +3494,11 @@
3494
3494
  "type": "Color",
3495
3495
  "description": "The row bottom border color. Auto-derived from content-background."
3496
3496
  },
3497
+ {
3498
+ "name": "action-border-color",
3499
+ "type": "Color",
3500
+ "description": "The color used for action borders."
3501
+ },
3497
3502
  {
3498
3503
  "name": "pinned-border-width",
3499
3504
  "type": "String",
package/dist/mcp/index.js CHANGED
@@ -33,7 +33,7 @@ import { z } from "zod";
33
33
  function createServer() {
34
34
  const server = new McpServer({
35
35
  name: "igniteui-theming",
36
- version: "v27.2.1",
36
+ version: "v27.3.0",
37
37
  description: "Generate Sass theming code for Ignite UI components - create palettes, typography, elevations, and complete themes"
38
38
  });
39
39
  registerTools(server);
@@ -1108,7 +1108,7 @@ var accordion = {
1108
1108
  }
1109
1109
  ]
1110
1110
  };
1111
- var grid = /* @__PURE__ */ JSON.parse("{\"name\":\"grid\",\"themeFunctionName\":\"grid-theme\",\"description\":\"Grid Theme\",\"primaryTokens\":[{\"name\":\"background\",\"description\":\"Controls the overall background color of the grid, including header and content.\"},{\"name\":\"foreground\",\"description\":\"Controls the overall foreground color of the grid, including text and icons.\"},{\"name\":\"accent-color\",\"description\":\"Controls the accent color used for interactive elements in the grid.\"}],\"tokens\":[{\"name\":\"background\",\"type\":\"Color\",\"description\":\"The background color of the grid.\"},{\"name\":\"foreground\",\"type\":\"Color\",\"description\":\"The foreground color of the grid.\"},{\"name\":\"accent-color\",\"type\":\"Color\",\"description\":\"The accent color used for interactive elements in the grid.\"},{\"name\":\"header-background\",\"type\":\"Color\",\"description\":\"The table header background color - derives header-text-color, header-border-color, and many more.\"},{\"name\":\"header-text-color\",\"type\":\"Color\",\"description\":\"The table header text color. Auto-derived from header-background.\"},{\"name\":\"header-border-width\",\"type\":\"String\",\"description\":\"The border width used for header borders.\"},{\"name\":\"header-border-style\",\"type\":\"String\",\"description\":\"The border style used for header borders.\"},{\"name\":\"header-border-color\",\"type\":\"Color\",\"description\":\"The color used for header borders. Auto-derived from header-background.\"},{\"name\":\"header-selected-background\",\"type\":\"Color\",\"description\":\"The table header background color when selected. Auto-derived from header-background.\"},{\"name\":\"header-selected-text-color\",\"type\":\"Color\",\"description\":\"The table header text color when selected. Auto-derived from header-selected-background.\"},{\"name\":\"sorted-header-icon-color\",\"type\":\"Color\",\"description\":\"The sort icon color when sorted. Auto-derived from header-background.\"},{\"name\":\"sortable-header-icon-hover-color\",\"type\":\"color\",\"description\":\"The icon color on hover when sortable. Auto-derived from sorted-header-icon-color.\"},{\"name\":\"content-background\",\"type\":\"Color\",\"description\":\"The table body background color - derives content-text-color, row backgrounds, cell backgrounds, borders.\"},{\"name\":\"content-text-color\",\"type\":\"Color\",\"description\":\"The table body text color. Auto-derived from content-background.\"},{\"name\":\"ghost-header-text-color\",\"type\":\"Color\",\"description\":\"The dragged header text color. Auto-derived from ghost-header-background.\"},{\"name\":\"ghost-header-icon-color\",\"type\":\"Color\",\"description\":\"The dragged header icon color. Auto-derived from ghost-header-background.\"},{\"name\":\"ghost-header-background\",\"type\":\"Color\",\"description\":\"The dragged header background color - derives ghost-header-text-color, ghost-header-icon-color.\"},{\"name\":\"row-odd-background\",\"type\":\"Color\",\"description\":\"The background color of odd rows. Auto-derived from content-background.\"},{\"name\":\"row-even-background\",\"type\":\"Color\",\"description\":\"The background color of even rows. Auto-derived from content-background.\"},{\"name\":\"row-odd-text-color\",\"type\":\"Color\",\"description\":\"The text color of odd rows. Auto-derived from row-odd-background.\"},{\"name\":\"row-even-text-color\",\"type\":\"Color\",\"description\":\"The text color of even rows. Auto-derived from row-even-background.\"},{\"name\":\"row-selected-background\",\"type\":\"Color\",\"description\":\"The selected row background color. Auto-derived from content-background.\"},{\"name\":\"row-selected-hover-background\",\"type\":\"Color\",\"description\":\"The selected row hover background color. Auto-derived from row-selected-background.\"},{\"name\":\"row-selected-text-color\",\"type\":\"Color\",\"description\":\"The selected row text color. Auto-derived from row-selected-background.\"},{\"name\":\"row-selected-hover-text-color\",\"type\":\"Color\",\"description\":\"The selected row hover text color. Auto-derived from row-selected-hover-background.\"},{\"name\":\"row-hover-background\",\"type\":\"Color\",\"description\":\"The hover row background color. Auto-derived from content-background.\"},{\"name\":\"row-hover-text-color\",\"type\":\"Color\",\"description\":\"The hover row text color. Auto-derived from row-hover-background.\"},{\"name\":\"row-border-width\",\"type\":\"String\",\"description\":\"The row bottom border width.\"},{\"name\":\"row-border-style\",\"type\":\"String\",\"description\":\"The row bottom border style.\"},{\"name\":\"row-border-color\",\"type\":\"Color\",\"description\":\"The row bottom border color. Auto-derived from content-background.\"},{\"name\":\"pinned-border-width\",\"type\":\"String\",\"description\":\"The border width of the pinned border.\"},{\"name\":\"pinned-border-style\",\"type\":\"String\",\"description\":\"The CSS border style of the pinned border.\"},{\"name\":\"pinned-border-color\",\"type\":\"Color\",\"description\":\"The color of the pinned border. Auto-derived from content-background.\"},{\"name\":\"cell-active-border-width\",\"type\":\"String\",\"description\":\"The border width for the active cell.\"},{\"name\":\"cell-active-border-color\",\"type\":\"Color\",\"description\":\"The border color for the active cell. Auto-derived from content-background.\"},{\"name\":\"cell-selected-background\",\"type\":\"Color\",\"description\":\"The selected cell background color. Auto-derived from content-background.\"},{\"name\":\"cell-selected-text-color\",\"type\":\"Color\",\"description\":\"The selected cell text color. Auto-derived from cell-selected-background.\"},{\"name\":\"cell-editing-background\",\"type\":\"Color\",\"description\":\"The background of the cell being edited. Auto-derived from content-background.\"},{\"name\":\"cell-editing-foreground\",\"type\":\"Color\",\"description\":\"The cell text color in edit mode. Auto-derived from cell-editing-background.\"},{\"name\":\"cell-editing-focus-foreground\",\"type\":\"Color\",\"description\":\"The cell text color in edit mode on focus. Auto-derived from cell-editing-background.\"},{\"name\":\"cell-edited-value-color\",\"type\":\"Color\",\"description\":\"The text color of an edited cell.\"},{\"name\":\"cell-new-color\",\"type\":\"Color\",\"description\":\"The text color of a new cell.\"},{\"name\":\"cell-disabled-color\",\"type\":\"Color\",\"description\":\"The text color of a disabled cell.\"},{\"name\":\"cell-selected-within-background\",\"type\":\"Color\",\"description\":\"The background of selected cell in selected row. Auto-derived from row-selected-background.\"},{\"name\":\"cell-selected-within-text-color\",\"type\":\"Color\",\"description\":\"The color of selected cell in selected row. Auto-derived from cell-selected-within-background.\"},{\"name\":\"edit-mode-color\",\"type\":\"Color\",\"description\":\"The color around the row/cell in edit mode. Auto-derived from content-background.\"},{\"name\":\"edited-row-indicator\",\"type\":\"Color\",\"description\":\"The edited row indicator line color.\"},{\"name\":\"resize-line-color\",\"type\":\"Color\",\"description\":\"The table header resize line color.\"},{\"name\":\"drop-indicator-color\",\"type\":\"Color\",\"description\":\"The color of the column drag indicator line.\"},{\"name\":\"grouparea-background\",\"type\":\"Color\",\"description\":\"The grid group area background color - derives grouparea-color, drop-area-background. Auto-derived from header-background.\"},{\"name\":\"grouparea-color\",\"type\":\"Color\",\"description\":\"The grid group area color. Auto-derived from grouparea-background.\"},{\"name\":\"group-row-background\",\"type\":\"Color\",\"description\":\"The grid group row background color - derives expand-icon-color, group-row-selected-background, group-label-text, group-count-background. Auto-derived from header-background.\"},{\"name\":\"group-row-selected-background\",\"type\":\"Color\",\"description\":\"The group row selected background. Auto-derived from group-row-background.\"},{\"name\":\"group-label-column-name-text\",\"type\":\"Color\",\"description\":\"The grid group row column name text color.\"},{\"name\":\"group-label-icon\",\"type\":\"Color\",\"description\":\"The grid group row icon color.\"},{\"name\":\"group-label-text\",\"type\":\"Color\",\"description\":\"The grid group row text color. Auto-derived from group-row-background or group-row-selected-background.\"},{\"name\":\"expand-all-icon-color\",\"type\":\"Color\",\"description\":\"The header expand all icon color. Auto-derived from header-background.\"},{\"name\":\"expand-all-icon-hover-color\",\"type\":\"Color\",\"description\":\"The header expand all icon hover color. Auto-derived from header-background.\"},{\"name\":\"expand-icon-color\",\"type\":\"Color\",\"description\":\"The grid row expand icon color. Auto-derived from group-row-background or group-row-selected-background.\"},{\"name\":\"expand-icon-hover-color\",\"type\":\"Color\",\"description\":\"The grid row expand icon hover color. Auto-derived from expand-icon-color.\"},{\"name\":\"active-expand-icon-color\",\"type\":\"Color\",\"description\":\"The active expand icon color.\"},{\"name\":\"active-expand-icon-hover-color\",\"type\":\"Color\",\"description\":\"The active expand icon hover color.\"},{\"name\":\"group-count-background\",\"type\":\"Color\",\"description\":\"The group row count badge background. Auto-derived from group-row-background or group-row-selected-background.\"},{\"name\":\"group-count-text-color\",\"type\":\"Color\",\"description\":\"The group row count badge text color. Auto-derived from group-count-background.\"},{\"name\":\"drop-area-text-color\",\"type\":\"Color\",\"description\":\"The drop area text color. Auto-derived from drop-area-background.\"},{\"name\":\"drop-area-icon-color\",\"type\":\"Color\",\"description\":\"The drop area icon color. Auto-derived from drop-area-background.\"},{\"name\":\"drop-area-background\",\"type\":\"Color\",\"description\":\"The drop area background color. Auto-derived from grouparea-background.\"},{\"name\":\"drop-area-on-drop-background\",\"type\":\"Color\",\"description\":\"The drop area background on drop. Auto-derived from drop-area-background.\"},{\"name\":\"filtering-header-background\",\"type\":\"Color\",\"description\":\"The filtered column header background. Auto-derived from header-background.\"},{\"name\":\"filtering-header-text-color\",\"type\":\"Color\",\"description\":\"The filtered column header text color. Auto-derived from filtering-header-background.\"},{\"name\":\"filtering-row-background\",\"type\":\"Color\",\"description\":\"The filtering row background. Auto-derived from header-background.\"},{\"name\":\"filtering-row-text-color\",\"type\":\"Color\",\"description\":\"The filtering row text color. Auto-derived from filtering-row-background.\"},{\"name\":\"filtering-dialog-background\",\"type\":\"Color\",\"description\":\"The background color of the advanced filtering dialog.\"},{\"name\":\"excel-filtering-header-foreground\",\"type\":\"Color\",\"description\":\"The excel filtering header text color. Auto-derived from filtering-row-background.\"},{\"name\":\"excel-filtering-subheader-foreground\",\"type\":\"Color\",\"description\":\"The excel filtering subheader text color. Auto-derived from filtering-row-background.\"},{\"name\":\"excel-filtering-actions-foreground\",\"type\":\"Color\",\"description\":\"The excel filtering actions text color. Auto-derived from filtering-row-background.\"},{\"name\":\"excel-filtering-actions-hover-foreground\",\"type\":\"Color\",\"description\":\"The excel filtering actions hover text color.\"},{\"name\":\"excel-filtering-actions-disabled-foreground\",\"type\":\"Color\",\"description\":\"The excel filtering actions disabled text color. Auto-derived from filtering-row-background.\"},{\"name\":\"excel-filtering-border-color\",\"type\":\"Color\",\"description\":\"The border color used in the excel style filter. Auto-derived from foreground and background.\"},{\"name\":\"tree-filtered-text-color\",\"type\":\"Color\",\"description\":\"Grouping row background color on focus.\"},{\"name\":\"summaries-border-color\",\"type\":\"Color\",\"description\":\"The border color of the summaries row.\"},{\"name\":\"summaries-patch-background\",\"type\":\"Color\",\"description\":\"The leading summaries patch background.\"},{\"name\":\"row-highlight\",\"type\":\"Color\",\"description\":\"The grid row highlight indication color.\"},{\"name\":\"grid-shadow\",\"type\":\"List\",\"description\":\"The shadow of the grid.\"},{\"name\":\"drag-shadow\",\"type\":\"List\",\"description\":\"The shadow for movable elements.\"},{\"name\":\"row-ghost-background\",\"type\":\"color\",\"description\":\"The dragged row background color.\"},{\"name\":\"row-drag-color\",\"type\":\"color\",\"description\":\"The row drag handle color.\"},{\"name\":\"grid-border-color\",\"type\":\"Color\",\"description\":\"The color of the grid border.\"},{\"name\":\"drop-area-border-radius\",\"type\":\"List\",\"description\":\"The border radius for column drop area.\"},{\"name\":\"active-state-border-style\",\"type\":\"List\",\"description\":\"The border style used for row active state and cell active state.\"},{\"name\":\"body-column-border-color\",\"type\":\"Color\",\"description\":\"The border color used for the body column.\"},{\"name\":\"body-column-hover-border-color\",\"type\":\"Color\",\"description\":\"The border color used for the body column when in hovered row.\"},{\"name\":\"body-column-hover-selected-border-color\",\"type\":\"Color\",\"description\":\"The border color used for the body column when in hovered + selected row.\"},{\"name\":\"body-column-selected-border-color\",\"type\":\"Color\",\"description\":\"The border color used for the body column when in selected row.\"}]}");
1111
+ var grid = /* @__PURE__ */ JSON.parse("{\"name\":\"grid\",\"themeFunctionName\":\"grid-theme\",\"description\":\"Grid Theme\",\"primaryTokens\":[{\"name\":\"background\",\"description\":\"Controls the overall background color of the grid, including header and content.\"},{\"name\":\"foreground\",\"description\":\"Controls the overall foreground color of the grid, including text and icons.\"},{\"name\":\"accent-color\",\"description\":\"Controls the accent color used for interactive elements in the grid.\"}],\"tokens\":[{\"name\":\"background\",\"type\":\"Color\",\"description\":\"The background color of the grid.\"},{\"name\":\"foreground\",\"type\":\"Color\",\"description\":\"The foreground color of the grid.\"},{\"name\":\"accent-color\",\"type\":\"Color\",\"description\":\"The accent color used for interactive elements in the grid.\"},{\"name\":\"header-background\",\"type\":\"Color\",\"description\":\"The table header background color - derives header-text-color, header-border-color, and many more.\"},{\"name\":\"header-text-color\",\"type\":\"Color\",\"description\":\"The table header text color. Auto-derived from header-background.\"},{\"name\":\"header-border-width\",\"type\":\"String\",\"description\":\"The border width used for header borders.\"},{\"name\":\"header-border-style\",\"type\":\"String\",\"description\":\"The border style used for header borders.\"},{\"name\":\"header-border-color\",\"type\":\"Color\",\"description\":\"The color used for header borders. Auto-derived from header-background.\"},{\"name\":\"header-selected-background\",\"type\":\"Color\",\"description\":\"The table header background color when selected. Auto-derived from header-background.\"},{\"name\":\"header-selected-text-color\",\"type\":\"Color\",\"description\":\"The table header text color when selected. Auto-derived from header-selected-background.\"},{\"name\":\"sorted-header-icon-color\",\"type\":\"Color\",\"description\":\"The sort icon color when sorted. Auto-derived from header-background.\"},{\"name\":\"sortable-header-icon-hover-color\",\"type\":\"color\",\"description\":\"The icon color on hover when sortable. Auto-derived from sorted-header-icon-color.\"},{\"name\":\"content-background\",\"type\":\"Color\",\"description\":\"The table body background color - derives content-text-color, row backgrounds, cell backgrounds, borders.\"},{\"name\":\"content-text-color\",\"type\":\"Color\",\"description\":\"The table body text color. Auto-derived from content-background.\"},{\"name\":\"ghost-header-text-color\",\"type\":\"Color\",\"description\":\"The dragged header text color. Auto-derived from ghost-header-background.\"},{\"name\":\"ghost-header-icon-color\",\"type\":\"Color\",\"description\":\"The dragged header icon color. Auto-derived from ghost-header-background.\"},{\"name\":\"ghost-header-background\",\"type\":\"Color\",\"description\":\"The dragged header background color - derives ghost-header-text-color, ghost-header-icon-color.\"},{\"name\":\"row-odd-background\",\"type\":\"Color\",\"description\":\"The background color of odd rows. Auto-derived from content-background.\"},{\"name\":\"row-even-background\",\"type\":\"Color\",\"description\":\"The background color of even rows. Auto-derived from content-background.\"},{\"name\":\"row-odd-text-color\",\"type\":\"Color\",\"description\":\"The text color of odd rows. Auto-derived from row-odd-background.\"},{\"name\":\"row-even-text-color\",\"type\":\"Color\",\"description\":\"The text color of even rows. Auto-derived from row-even-background.\"},{\"name\":\"row-selected-background\",\"type\":\"Color\",\"description\":\"The selected row background color. Auto-derived from content-background.\"},{\"name\":\"row-selected-hover-background\",\"type\":\"Color\",\"description\":\"The selected row hover background color. Auto-derived from row-selected-background.\"},{\"name\":\"row-selected-text-color\",\"type\":\"Color\",\"description\":\"The selected row text color. Auto-derived from row-selected-background.\"},{\"name\":\"row-selected-hover-text-color\",\"type\":\"Color\",\"description\":\"The selected row hover text color. Auto-derived from row-selected-hover-background.\"},{\"name\":\"row-hover-background\",\"type\":\"Color\",\"description\":\"The hover row background color. Auto-derived from content-background.\"},{\"name\":\"row-hover-text-color\",\"type\":\"Color\",\"description\":\"The hover row text color. Auto-derived from row-hover-background.\"},{\"name\":\"row-border-width\",\"type\":\"String\",\"description\":\"The row bottom border width.\"},{\"name\":\"row-border-style\",\"type\":\"String\",\"description\":\"The row bottom border style.\"},{\"name\":\"row-border-color\",\"type\":\"Color\",\"description\":\"The row bottom border color. Auto-derived from content-background.\"},{\"name\":\"action-border-color\",\"type\":\"Color\",\"description\":\"The color used for action borders.\"},{\"name\":\"pinned-border-width\",\"type\":\"String\",\"description\":\"The border width of the pinned border.\"},{\"name\":\"pinned-border-style\",\"type\":\"String\",\"description\":\"The CSS border style of the pinned border.\"},{\"name\":\"pinned-border-color\",\"type\":\"Color\",\"description\":\"The color of the pinned border. Auto-derived from content-background.\"},{\"name\":\"cell-active-border-width\",\"type\":\"String\",\"description\":\"The border width for the active cell.\"},{\"name\":\"cell-active-border-color\",\"type\":\"Color\",\"description\":\"The border color for the active cell. Auto-derived from content-background.\"},{\"name\":\"cell-selected-background\",\"type\":\"Color\",\"description\":\"The selected cell background color. Auto-derived from content-background.\"},{\"name\":\"cell-selected-text-color\",\"type\":\"Color\",\"description\":\"The selected cell text color. Auto-derived from cell-selected-background.\"},{\"name\":\"cell-editing-background\",\"type\":\"Color\",\"description\":\"The background of the cell being edited. Auto-derived from content-background.\"},{\"name\":\"cell-editing-foreground\",\"type\":\"Color\",\"description\":\"The cell text color in edit mode. Auto-derived from cell-editing-background.\"},{\"name\":\"cell-editing-focus-foreground\",\"type\":\"Color\",\"description\":\"The cell text color in edit mode on focus. Auto-derived from cell-editing-background.\"},{\"name\":\"cell-edited-value-color\",\"type\":\"Color\",\"description\":\"The text color of an edited cell.\"},{\"name\":\"cell-new-color\",\"type\":\"Color\",\"description\":\"The text color of a new cell.\"},{\"name\":\"cell-disabled-color\",\"type\":\"Color\",\"description\":\"The text color of a disabled cell.\"},{\"name\":\"cell-selected-within-background\",\"type\":\"Color\",\"description\":\"The background of selected cell in selected row. Auto-derived from row-selected-background.\"},{\"name\":\"cell-selected-within-text-color\",\"type\":\"Color\",\"description\":\"The color of selected cell in selected row. Auto-derived from cell-selected-within-background.\"},{\"name\":\"edit-mode-color\",\"type\":\"Color\",\"description\":\"The color around the row/cell in edit mode. Auto-derived from content-background.\"},{\"name\":\"edited-row-indicator\",\"type\":\"Color\",\"description\":\"The edited row indicator line color.\"},{\"name\":\"resize-line-color\",\"type\":\"Color\",\"description\":\"The table header resize line color.\"},{\"name\":\"drop-indicator-color\",\"type\":\"Color\",\"description\":\"The color of the column drag indicator line.\"},{\"name\":\"grouparea-background\",\"type\":\"Color\",\"description\":\"The grid group area background color - derives grouparea-color, drop-area-background. Auto-derived from header-background.\"},{\"name\":\"grouparea-color\",\"type\":\"Color\",\"description\":\"The grid group area color. Auto-derived from grouparea-background.\"},{\"name\":\"group-row-background\",\"type\":\"Color\",\"description\":\"The grid group row background color - derives expand-icon-color, group-row-selected-background, group-label-text, group-count-background. Auto-derived from header-background.\"},{\"name\":\"group-row-selected-background\",\"type\":\"Color\",\"description\":\"The group row selected background. Auto-derived from group-row-background.\"},{\"name\":\"group-label-column-name-text\",\"type\":\"Color\",\"description\":\"The grid group row column name text color.\"},{\"name\":\"group-label-icon\",\"type\":\"Color\",\"description\":\"The grid group row icon color.\"},{\"name\":\"group-label-text\",\"type\":\"Color\",\"description\":\"The grid group row text color. Auto-derived from group-row-background or group-row-selected-background.\"},{\"name\":\"expand-all-icon-color\",\"type\":\"Color\",\"description\":\"The header expand all icon color. Auto-derived from header-background.\"},{\"name\":\"expand-all-icon-hover-color\",\"type\":\"Color\",\"description\":\"The header expand all icon hover color. Auto-derived from header-background.\"},{\"name\":\"expand-icon-color\",\"type\":\"Color\",\"description\":\"The grid row expand icon color. Auto-derived from group-row-background or group-row-selected-background.\"},{\"name\":\"expand-icon-hover-color\",\"type\":\"Color\",\"description\":\"The grid row expand icon hover color. Auto-derived from expand-icon-color.\"},{\"name\":\"active-expand-icon-color\",\"type\":\"Color\",\"description\":\"The active expand icon color.\"},{\"name\":\"active-expand-icon-hover-color\",\"type\":\"Color\",\"description\":\"The active expand icon hover color.\"},{\"name\":\"group-count-background\",\"type\":\"Color\",\"description\":\"The group row count badge background. Auto-derived from group-row-background or group-row-selected-background.\"},{\"name\":\"group-count-text-color\",\"type\":\"Color\",\"description\":\"The group row count badge text color. Auto-derived from group-count-background.\"},{\"name\":\"drop-area-text-color\",\"type\":\"Color\",\"description\":\"The drop area text color. Auto-derived from drop-area-background.\"},{\"name\":\"drop-area-icon-color\",\"type\":\"Color\",\"description\":\"The drop area icon color. Auto-derived from drop-area-background.\"},{\"name\":\"drop-area-background\",\"type\":\"Color\",\"description\":\"The drop area background color. Auto-derived from grouparea-background.\"},{\"name\":\"drop-area-on-drop-background\",\"type\":\"Color\",\"description\":\"The drop area background on drop. Auto-derived from drop-area-background.\"},{\"name\":\"filtering-header-background\",\"type\":\"Color\",\"description\":\"The filtered column header background. Auto-derived from header-background.\"},{\"name\":\"filtering-header-text-color\",\"type\":\"Color\",\"description\":\"The filtered column header text color. Auto-derived from filtering-header-background.\"},{\"name\":\"filtering-row-background\",\"type\":\"Color\",\"description\":\"The filtering row background. Auto-derived from header-background.\"},{\"name\":\"filtering-row-text-color\",\"type\":\"Color\",\"description\":\"The filtering row text color. Auto-derived from filtering-row-background.\"},{\"name\":\"filtering-dialog-background\",\"type\":\"Color\",\"description\":\"The background color of the advanced filtering dialog.\"},{\"name\":\"excel-filtering-header-foreground\",\"type\":\"Color\",\"description\":\"The excel filtering header text color. Auto-derived from filtering-row-background.\"},{\"name\":\"excel-filtering-subheader-foreground\",\"type\":\"Color\",\"description\":\"The excel filtering subheader text color. Auto-derived from filtering-row-background.\"},{\"name\":\"excel-filtering-actions-foreground\",\"type\":\"Color\",\"description\":\"The excel filtering actions text color. Auto-derived from filtering-row-background.\"},{\"name\":\"excel-filtering-actions-hover-foreground\",\"type\":\"Color\",\"description\":\"The excel filtering actions hover text color.\"},{\"name\":\"excel-filtering-actions-disabled-foreground\",\"type\":\"Color\",\"description\":\"The excel filtering actions disabled text color. Auto-derived from filtering-row-background.\"},{\"name\":\"excel-filtering-border-color\",\"type\":\"Color\",\"description\":\"The border color used in the excel style filter. Auto-derived from foreground and background.\"},{\"name\":\"tree-filtered-text-color\",\"type\":\"Color\",\"description\":\"Grouping row background color on focus.\"},{\"name\":\"summaries-border-color\",\"type\":\"Color\",\"description\":\"The border color of the summaries row.\"},{\"name\":\"summaries-patch-background\",\"type\":\"Color\",\"description\":\"The leading summaries patch background.\"},{\"name\":\"row-highlight\",\"type\":\"Color\",\"description\":\"The grid row highlight indication color.\"},{\"name\":\"grid-shadow\",\"type\":\"List\",\"description\":\"The shadow of the grid.\"},{\"name\":\"drag-shadow\",\"type\":\"List\",\"description\":\"The shadow for movable elements.\"},{\"name\":\"row-ghost-background\",\"type\":\"color\",\"description\":\"The dragged row background color.\"},{\"name\":\"row-drag-color\",\"type\":\"color\",\"description\":\"The row drag handle color.\"},{\"name\":\"grid-border-color\",\"type\":\"Color\",\"description\":\"The color of the grid border.\"},{\"name\":\"drop-area-border-radius\",\"type\":\"List\",\"description\":\"The border radius for column drop area.\"},{\"name\":\"active-state-border-style\",\"type\":\"List\",\"description\":\"The border style used for row active state and cell active state.\"},{\"name\":\"body-column-border-color\",\"type\":\"Color\",\"description\":\"The border color used for the body column.\"},{\"name\":\"body-column-hover-border-color\",\"type\":\"Color\",\"description\":\"The border color used for the body column when in hovered row.\"},{\"name\":\"body-column-hover-selected-border-color\",\"type\":\"Color\",\"description\":\"The border color used for the body column when in hovered + selected row.\"},{\"name\":\"body-column-selected-border-color\",\"type\":\"Color\",\"description\":\"The border color used for the body column when in selected row.\"}]}");
1112
1112
  var highlight = {
1113
1113
  "name": "highlight",
1114
1114
  "themeFunctionName": "highlight-theme",