@salt-ds/ag-grid-theme 2.0.2 → 2.1.1

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.2",
3
+ "version": "2.1.1",
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.23.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);
@@ -210,9 +211,9 @@ div[class*=ag-theme-salt] .editable-cell,
210
211
  div[class*=ag-theme-salt] .editable-numeric-cell {
211
212
  outline: var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
212
213
  outline-offset: -1px;
213
- text-align: right;
214
214
  }
215
- div[class*=ag-theme-salt] .ag-cell.numeric-cell {
215
+ div[class*=ag-theme-salt] .ag-cell.numeric-cell,
216
+ div[class*=ag-theme-salt] .editable-numeric-cell {
216
217
  text-align: right;
217
218
  }
218
219
  div[class*=ag-theme-salt] .ag-cell.numeric-cell.ag-cell-inline-editing .ag-cell-editor input:not(:focus) {