@salt-ds/ag-grid-theme 1.3.6 → 1.3.7

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/salt-ag-theme.css +40 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/ag-grid-theme",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/salt-ag-theme.css CHANGED
@@ -5259,8 +5259,11 @@ div[class*=ag-theme-salt]{
5259
5259
  height:var(--agGrid-column-separator-height);
5260
5260
  top:var(--agGrid-column-separator-top);
5261
5261
  }
5262
+ .ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
5263
+ margin-right:auto;
5264
+ }
5262
5265
  .ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
5263
- margin-left:var(--salt-spacing-100);
5266
+ margin-left:auto;
5264
5267
  }
5265
5268
  .ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-header-cell:focus:after{
5266
5269
  border:2px dotted var(--agGrid-color-focus);
@@ -10536,8 +10539,11 @@ div[class*=ag-theme-salt]{
10536
10539
  height:var(--agGrid-column-separator-height);
10537
10540
  top:var(--agGrid-column-separator-top);
10538
10541
  }
10542
+ .ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
10543
+ margin-right:auto;
10544
+ }
10539
10545
  .ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
10540
- margin-left:var(--salt-spacing-100);
10546
+ margin-left:auto;
10541
10547
  }
10542
10548
  .ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-cell:focus:after{
10543
10549
  border:2px dotted var(--agGrid-color-focus);
@@ -15822,8 +15828,11 @@ div[class*=ag-theme-salt]{
15822
15828
  height:var(--agGrid-column-separator-height);
15823
15829
  top:var(--agGrid-column-separator-top);
15824
15830
  }
15831
+ .ag-theme-salt-high-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
15832
+ margin-right:auto;
15833
+ }
15825
15834
  .ag-theme-salt-high-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
15826
- margin-left:var(--salt-spacing-100);
15835
+ margin-left:auto;
15827
15836
  }
15828
15837
  .ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-cell:focus:after{
15829
15838
  border:2px dotted var(--agGrid-color-focus);
@@ -21099,8 +21108,11 @@ div[class*=ag-theme-salt]{
21099
21108
  height:var(--agGrid-column-separator-height);
21100
21109
  top:var(--agGrid-column-separator-top);
21101
21110
  }
21111
+ .ag-theme-salt-high-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
21112
+ margin-right:auto;
21113
+ }
21102
21114
  .ag-theme-salt-high-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
21103
- margin-left:var(--salt-spacing-100);
21115
+ margin-left:auto;
21104
21116
  }
21105
21117
  .ag-theme-salt-high-light .ag-keyboard-focus .ag-header-cell:focus:after{
21106
21118
  border:2px dotted var(--agGrid-color-focus);
@@ -26386,8 +26398,11 @@ div[class*=ag-theme-salt]{
26386
26398
  height:var(--agGrid-column-separator-height);
26387
26399
  top:var(--agGrid-column-separator-top);
26388
26400
  }
26401
+ .ag-theme-salt-medium-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
26402
+ margin-right:auto;
26403
+ }
26389
26404
  .ag-theme-salt-medium-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
26390
- margin-left:var(--salt-spacing-100);
26405
+ margin-left:auto;
26391
26406
  }
26392
26407
  .ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-cell:focus:after{
26393
26408
  border:2px dotted var(--agGrid-color-focus);
@@ -31663,8 +31678,11 @@ div[class*=ag-theme-salt]{
31663
31678
  height:var(--agGrid-column-separator-height);
31664
31679
  top:var(--agGrid-column-separator-top);
31665
31680
  }
31681
+ .ag-theme-salt-medium-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
31682
+ margin-right:auto;
31683
+ }
31666
31684
  .ag-theme-salt-medium-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
31667
- margin-left:var(--salt-spacing-100);
31685
+ margin-left:auto;
31668
31686
  }
31669
31687
  .ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-cell:focus:after{
31670
31688
  border:2px dotted var(--agGrid-color-focus);
@@ -36946,8 +36964,11 @@ div[class*=ag-theme-salt]{
36946
36964
  height:var(--agGrid-column-separator-height);
36947
36965
  top:var(--agGrid-column-separator-top);
36948
36966
  }
36967
+ .ag-theme-salt-low-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
36968
+ margin-right:auto;
36969
+ }
36949
36970
  .ag-theme-salt-low-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
36950
- margin-left:var(--salt-spacing-100);
36971
+ margin-left:auto;
36951
36972
  }
36952
36973
  .ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-cell:focus:after{
36953
36974
  border:2px dotted var(--agGrid-color-focus);
@@ -42219,8 +42240,11 @@ div[class*=ag-theme-salt]{
42219
42240
  height:var(--agGrid-column-separator-height);
42220
42241
  top:var(--agGrid-column-separator-top);
42221
42242
  }
42243
+ .ag-theme-salt-low-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
42244
+ margin-right:auto;
42245
+ }
42222
42246
  .ag-theme-salt-low-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
42223
- margin-left:var(--salt-spacing-100);
42247
+ margin-left:auto;
42224
42248
  }
42225
42249
  .ag-theme-salt-low-light .ag-keyboard-focus .ag-header-cell:focus:after{
42226
42250
  border:2px dotted var(--agGrid-color-focus);
@@ -47506,8 +47530,11 @@ div[class*=ag-theme-salt]{
47506
47530
  height:var(--agGrid-column-separator-height);
47507
47531
  top:var(--agGrid-column-separator-top);
47508
47532
  }
47533
+ .ag-theme-salt-touch-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
47534
+ margin-right:auto;
47535
+ }
47509
47536
  .ag-theme-salt-touch-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
47510
- margin-left:var(--salt-spacing-100);
47537
+ margin-left:auto;
47511
47538
  }
47512
47539
  .ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-cell:focus:after{
47513
47540
  border:2px dotted var(--agGrid-color-focus);
@@ -52797,8 +52824,11 @@ div[class*=ag-theme-salt]{
52797
52824
  height:var(--agGrid-column-separator-height);
52798
52825
  top:var(--agGrid-column-separator-top);
52799
52826
  }
52827
+ .ag-theme-salt-touch-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
52828
+ margin-right:auto;
52829
+ }
52800
52830
  .ag-theme-salt-touch-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
52801
- margin-left:var(--salt-spacing-100);
52831
+ margin-left:auto;
52802
52832
  }
52803
52833
  .ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-cell:focus:after{
52804
52834
  border:2px dotted var(--agGrid-color-focus);