@salt-ds/ag-grid-theme 2.0.1 → 2.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/ag-grid-theme",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,6 +25,6 @@
25
25
  "del": "^7.0.0"
26
26
  },
27
27
  "peerDependencies": {
28
- "@salt-ds/theme": "^1.17.0"
28
+ "@salt-ds/theme": "^1.22.0"
29
29
  }
30
30
  }
package/salt-ag-theme.css CHANGED
@@ -36,6 +36,7 @@ div[class*=ag-theme-salt] {
36
36
  --ag-popup-shadow: var(--salt-overlayable-shadow-modal);
37
37
  --ag-range-selection-background-color: var(--salt-overlayable-rangeSelection);
38
38
  --ag-range-selection-border-style: none;
39
+ --ag-range-selection-highlight-color: var(--salt-overlayable-background-highlight);
39
40
  --ag-row-group-indent-size: calc(var(--ag-icon-size) + var(--ag-cell-widget-spacing));
40
41
  --ag-row-hover-color: var(--salt-selectable-background-hover);
41
42
  --ag-secondary-border-color: var(--salt-separable-tertiary-borderColor);
@@ -116,9 +117,11 @@ div[class*=ag-theme-salt] .ag-floating-filter input[class^=ag-][type=number] {
116
117
  height: calc(var(--salt-size-base) + var(--salt-spacing-100) - 4px);
117
118
  }
118
119
  div[class*=ag-theme-salt] .ag-header-cell:not(.ag-column-resizing) + .ag-header-cell.ag-column-menu-visible:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
120
+ div[class*=ag-theme-salt] .ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving).ag-column-menu-visible:hover,
119
121
  div[class*=ag-theme-salt] .ag-header-cell.ag-column-menu-visible {
120
122
  background: var(--salt-actionable-secondary-background-active);
121
123
  color: var(--salt-actionable-secondary-foreground-active);
124
+ --ag-icon-font-color: var(--salt-actionable-secondary-foreground-active);
122
125
  }
123
126
  div[class*=ag-theme-salt] .ag-header-cell.ag-column-menu-visible .ag-icon {
124
127
  color: var(--salt-actionable-secondary-foreground-active);