@salt-ds/ag-grid-theme 2.1.0 → 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.1.0",
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.22.0"
28
+ "@salt-ds/theme": "^1.23.0"
29
29
  }
30
30
  }
package/salt-ag-theme.css CHANGED
@@ -211,9 +211,9 @@ div[class*=ag-theme-salt] .editable-cell,
211
211
  div[class*=ag-theme-salt] .editable-numeric-cell {
212
212
  outline: var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
213
213
  outline-offset: -1px;
214
- text-align: right;
215
214
  }
216
- 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 {
217
217
  text-align: right;
218
218
  }
219
219
  div[class*=ag-theme-salt] .ag-cell.numeric-cell.ag-cell-inline-editing .ag-cell-editor input:not(:focus) {