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

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 +140 -260
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/ag-grid-theme",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/salt-ag-theme.css CHANGED
@@ -63,15 +63,15 @@ div[class*=ag-theme-salt]{
63
63
  );
64
64
  --agGrid-foreground:var(
65
65
  --saltAgGrid-foreground,
66
- var(--salt-text-primary-foreground)
66
+ var(--salt-content-primary-foreground)
67
67
  );
68
68
  --agGrid-foreground-disabled:var(
69
69
  --saltAgGrid-foreground-disabled,
70
- var(--salt-text-primary-foreground-disabled)
70
+ var(--salt-content-primary-foreground-disabled)
71
71
  );
72
72
  --agGrid-menu-color:var(
73
73
  --saltAgGrid-menu-color,
74
- var(--salt-text-primary-foreground)
74
+ var(--salt-content-primary-foreground)
75
75
  );
76
76
  --agGrid-row-color-hover:var(
77
77
  --saltAgGrid-row-color-hover,
@@ -91,7 +91,7 @@ div[class*=ag-theme-salt]{
91
91
  );
92
92
  --agGrid-header-foreground:var(
93
93
  --saltAgGrid-header-foreground,
94
- var(--salt-text-primary-foreground)
94
+ var(--salt-content-primary-foreground)
95
95
  );
96
96
  --agGrid-header-fontWeight:var(
97
97
  --saltAgGrid-header-fontWeight,
@@ -140,7 +140,7 @@ div[class*=ag-theme-salt]{
140
140
  );
141
141
  --agGrid-button-color:var(
142
142
  --saltAgGrid-button-color,
143
- var(--salt-text-primary-foreground)
143
+ var(--salt-content-primary-foreground)
144
144
  );
145
145
  --agGrid-button-background-hover:var(
146
146
  --saltAgGrid-button-background-hover,
@@ -152,15 +152,15 @@ div[class*=ag-theme-salt]{
152
152
  );
153
153
  --agGrid-header-icon-color:var(
154
154
  --saltAgGrid-header-icon-color,
155
- var(--salt-text-secondary-foreground)
155
+ var(--salt-content-secondary-foreground)
156
156
  );
157
157
  --agGrid-menu-header-icon-color:var(
158
158
  --saltAgGrid-menu-header-icon-color,
159
- var(--salt-text-secondary-foreground)
159
+ var(--salt-content-secondary-foreground)
160
160
  );
161
161
  --agGrid-icon-color:var(
162
162
  --saltAgGrid-icon-color,
163
- var(--salt-text-primary-foreground)
163
+ var(--salt-content-primary-foreground)
164
164
  );
165
165
  --agGrid-menu-option-color-hover:var(
166
166
  --saltAgGrid-menu-option-color-hover,
@@ -197,7 +197,7 @@ div[class*=ag-theme-salt]{
197
197
  );
198
198
  --agGrid-placeholder-color:var(
199
199
  --saltAgGrid-placeholder-color,
200
- var(--salt-text-secondary-foreground)
200
+ var(--salt-content-secondary-foreground)
201
201
  );
202
202
  --agGrid-ghost-icon-color:var(
203
203
  --saltAgGrid-ghost-icon-color,
@@ -5231,7 +5231,7 @@ div[class*=ag-theme-salt]{
5231
5231
  border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
5232
5232
  }
5233
5233
  .ag-theme-salt-high-compact-dark .ag-status-bar{
5234
- color:var(--salt-text-secondary-foreground);
5234
+ color:var(--salt-content-secondary-foreground);
5235
5235
  font-size:var(--salt-text-fontSize);
5236
5236
  font-weight:var(--salt-text-label-fontWeight);
5237
5237
  height:var(--agGrid-row-height-default);
@@ -5240,19 +5240,16 @@ div[class*=ag-theme-salt]{
5240
5240
  }
5241
5241
  .ag-theme-salt-high-compact-dark .ag-status-panel{
5242
5242
  align-items:center;
5243
- color:var(--salt-text-secondary-foreground);
5243
+ color:var(--salt-content-secondary-foreground);
5244
5244
  padding:var(--salt-spacing-100) 0;
5245
5245
  }
5246
5246
  .ag-theme-salt-high-compact-dark .ag-status-name-value-value{
5247
- color:var(--salt-text-primary-foreground);
5247
+ color:var(--salt-content-primary-foreground);
5248
5248
  font-weight:var(--salt-text-fontWeight-strong);
5249
5249
  }
5250
5250
  .ag-theme-salt-high-compact-dark .ag-header{
5251
5251
  border-color:var(--agGrid-header-borderColor);
5252
5252
  }
5253
- .ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
5254
- margin-right:auto;
5255
- }
5256
5253
  .ag-theme-salt-high-compact-dark .ag-header-row{
5257
5254
  color:var(--agGrid-header-foreground);
5258
5255
  font-size:var(--agGrid-header-fontSize);
@@ -5277,9 +5274,6 @@ div[class*=ag-theme-salt]{
5277
5274
  .ag-theme-salt-high-compact-dark .ag-header-cell,.ag-theme-salt-high-compact-dark .ag-header-group-cell{
5278
5275
  padding:0 calc(var(--salt-spacing-100));
5279
5276
  }
5280
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
5281
- overflow:unset;
5282
- }
5283
5277
  .ag-theme-salt-high-compact-dark .ag-row{
5284
5278
  color:var(--agGrid-foreground);
5285
5279
  }
@@ -5359,48 +5353,42 @@ div[class*=ag-theme-salt]{
5359
5353
  .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
5360
5354
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
5361
5355
  content:"";
5362
- height:99%;
5356
+ height:100%;
5363
5357
  left:0;
5364
5358
  position:absolute;
5365
5359
  top:0;
5366
- width:2px;
5360
+ width:100%;
5367
5361
  z-index:1;
5368
5362
  }
5369
5363
  .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
5370
5364
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
5371
5365
  content:"";
5372
- height:99%;
5366
+ height:100%;
5373
5367
  position:absolute;
5374
5368
  right:0;
5375
5369
  top:0;
5376
- width:2px;
5370
+ width:100%;
5377
5371
  z-index:1;
5378
5372
  }
5379
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
5380
- height:100%;
5381
- }
5382
5373
  .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
5383
5374
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
5384
5375
  content:"";
5385
- height:2px;
5376
+ height:100%;
5386
5377
  left:0;
5387
5378
  position:absolute;
5388
5379
  top:0;
5389
- width:99%;
5380
+ width:100%;
5390
5381
  z-index:1;
5391
5382
  }
5392
5383
  .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
5393
5384
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
5394
5385
  bottom:0;
5395
5386
  content:"";
5396
- height:2px;
5387
+ height:100%;
5397
5388
  left:0;
5398
5389
  position:absolute;
5399
- width:99%;
5400
- z-index:1;
5401
- }
5402
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
5403
5390
  width:100%;
5391
+ z-index:1;
5404
5392
  }
5405
5393
  .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-compact-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
5406
5394
  background:var(--agGrid-range-selection-background);
@@ -5529,11 +5517,11 @@ div[class*=ag-theme-salt]{
5529
5517
  padding-right:var(--salt-spacing-100);
5530
5518
  }
5531
5519
  .ag-theme-salt-high-compact-dark .ag-floating-filter-button-button .ag-icon-filter:before{
5532
- color:var(--salt-text-secondary-foreground);
5520
+ color:var(--salt-content-secondary-foreground);
5533
5521
  content:"\e9ac";
5534
5522
  }
5535
5523
  .ag-theme-salt-high-compact-dark .ag-floating-filter-input{
5536
- color:var(--salt-text-secondary-foreground);
5524
+ color:var(--salt-content-secondary-foreground);
5537
5525
  padding-left:var(--salt-spacing-100);
5538
5526
  }
5539
5527
  .ag-theme-salt-high-compact-dark .ag-header-cell.ag-floating-filter{
@@ -10520,7 +10508,7 @@ div[class*=ag-theme-salt]{
10520
10508
  border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
10521
10509
  }
10522
10510
  .ag-theme-salt-high-compact-light .ag-status-bar{
10523
- color:var(--salt-text-secondary-foreground);
10511
+ color:var(--salt-content-secondary-foreground);
10524
10512
  font-size:var(--salt-text-fontSize);
10525
10513
  font-weight:var(--salt-text-label-fontWeight);
10526
10514
  height:var(--agGrid-row-height-default);
@@ -10529,19 +10517,16 @@ div[class*=ag-theme-salt]{
10529
10517
  }
10530
10518
  .ag-theme-salt-high-compact-light .ag-status-panel{
10531
10519
  align-items:center;
10532
- color:var(--salt-text-secondary-foreground);
10520
+ color:var(--salt-content-secondary-foreground);
10533
10521
  padding:var(--salt-spacing-100) 0;
10534
10522
  }
10535
10523
  .ag-theme-salt-high-compact-light .ag-status-name-value-value{
10536
- color:var(--salt-text-primary-foreground);
10524
+ color:var(--salt-content-primary-foreground);
10537
10525
  font-weight:var(--salt-text-fontWeight-strong);
10538
10526
  }
10539
10527
  .ag-theme-salt-high-compact-light .ag-header{
10540
10528
  border-color:var(--agGrid-header-borderColor);
10541
10529
  }
10542
- .ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
10543
- margin-right:auto;
10544
- }
10545
10530
  .ag-theme-salt-high-compact-light .ag-header-row{
10546
10531
  color:var(--agGrid-header-foreground);
10547
10532
  font-size:var(--agGrid-header-fontSize);
@@ -10566,9 +10551,6 @@ div[class*=ag-theme-salt]{
10566
10551
  .ag-theme-salt-high-compact-light .ag-header-cell,.ag-theme-salt-high-compact-light .ag-header-group-cell{
10567
10552
  padding:0 calc(var(--salt-spacing-100));
10568
10553
  }
10569
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-compact-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
10570
- overflow:unset;
10571
- }
10572
10554
  .ag-theme-salt-high-compact-light .ag-row{
10573
10555
  color:var(--agGrid-foreground);
10574
10556
  }
@@ -10648,48 +10630,42 @@ div[class*=ag-theme-salt]{
10648
10630
  .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
10649
10631
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
10650
10632
  content:"";
10651
- height:99%;
10633
+ height:100%;
10652
10634
  left:0;
10653
10635
  position:absolute;
10654
10636
  top:0;
10655
- width:2px;
10637
+ width:100%;
10656
10638
  z-index:1;
10657
10639
  }
10658
10640
  .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
10659
10641
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
10660
10642
  content:"";
10661
- height:99%;
10643
+ height:100%;
10662
10644
  position:absolute;
10663
10645
  right:0;
10664
10646
  top:0;
10665
- width:2px;
10647
+ width:100%;
10666
10648
  z-index:1;
10667
10649
  }
10668
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
10669
- height:100%;
10670
- }
10671
10650
  .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
10672
10651
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
10673
10652
  content:"";
10674
- height:2px;
10653
+ height:100%;
10675
10654
  left:0;
10676
10655
  position:absolute;
10677
10656
  top:0;
10678
- width:99%;
10657
+ width:100%;
10679
10658
  z-index:1;
10680
10659
  }
10681
10660
  .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
10682
10661
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
10683
10662
  bottom:0;
10684
10663
  content:"";
10685
- height:2px;
10664
+ height:100%;
10686
10665
  left:0;
10687
10666
  position:absolute;
10688
- width:99%;
10689
- z-index:1;
10690
- }
10691
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
10692
10667
  width:100%;
10668
+ z-index:1;
10693
10669
  }
10694
10670
  .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-compact-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
10695
10671
  background:var(--agGrid-range-selection-background);
@@ -10818,11 +10794,11 @@ div[class*=ag-theme-salt]{
10818
10794
  padding-right:var(--salt-spacing-100);
10819
10795
  }
10820
10796
  .ag-theme-salt-high-compact-light .ag-floating-filter-button-button .ag-icon-filter:before{
10821
- color:var(--salt-text-secondary-foreground);
10797
+ color:var(--salt-content-secondary-foreground);
10822
10798
  content:"\e9ac";
10823
10799
  }
10824
10800
  .ag-theme-salt-high-compact-light .ag-floating-filter-input{
10825
- color:var(--salt-text-secondary-foreground);
10801
+ color:var(--salt-content-secondary-foreground);
10826
10802
  padding-left:var(--salt-spacing-100);
10827
10803
  }
10828
10804
  .ag-theme-salt-high-compact-light .ag-header-cell.ag-floating-filter{
@@ -15818,7 +15794,7 @@ div[class*=ag-theme-salt]{
15818
15794
  border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
15819
15795
  }
15820
15796
  .ag-theme-salt-high-dark .ag-status-bar{
15821
- color:var(--salt-text-secondary-foreground);
15797
+ color:var(--salt-content-secondary-foreground);
15822
15798
  font-size:var(--salt-text-fontSize);
15823
15799
  font-weight:var(--salt-text-label-fontWeight);
15824
15800
  height:var(--agGrid-row-height-default);
@@ -15827,19 +15803,16 @@ div[class*=ag-theme-salt]{
15827
15803
  }
15828
15804
  .ag-theme-salt-high-dark .ag-status-panel{
15829
15805
  align-items:center;
15830
- color:var(--salt-text-secondary-foreground);
15806
+ color:var(--salt-content-secondary-foreground);
15831
15807
  padding:var(--salt-spacing-100) 0;
15832
15808
  }
15833
15809
  .ag-theme-salt-high-dark .ag-status-name-value-value{
15834
- color:var(--salt-text-primary-foreground);
15810
+ color:var(--salt-content-primary-foreground);
15835
15811
  font-weight:var(--salt-text-fontWeight-strong);
15836
15812
  }
15837
15813
  .ag-theme-salt-high-dark .ag-header{
15838
15814
  border-color:var(--agGrid-header-borderColor);
15839
15815
  }
15840
- .ag-theme-salt-high-dark .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
15841
- margin-right:auto;
15842
- }
15843
15816
  .ag-theme-salt-high-dark .ag-header-row{
15844
15817
  color:var(--agGrid-header-foreground);
15845
15818
  font-size:var(--agGrid-header-fontSize);
@@ -15864,9 +15837,6 @@ div[class*=ag-theme-salt]{
15864
15837
  .ag-theme-salt-high-dark .ag-header-cell,.ag-theme-salt-high-dark .ag-header-group-cell{
15865
15838
  padding:0 calc(var(--salt-spacing-100));
15866
15839
  }
15867
- .ag-theme-salt-high-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
15868
- overflow:unset;
15869
- }
15870
15840
  .ag-theme-salt-high-dark .ag-row{
15871
15841
  color:var(--agGrid-foreground);
15872
15842
  }
@@ -15946,48 +15916,42 @@ div[class*=ag-theme-salt]{
15946
15916
  .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
15947
15917
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
15948
15918
  content:"";
15949
- height:99%;
15919
+ height:100%;
15950
15920
  left:0;
15951
15921
  position:absolute;
15952
15922
  top:0;
15953
- width:2px;
15923
+ width:100%;
15954
15924
  z-index:1;
15955
15925
  }
15956
15926
  .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
15957
15927
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
15958
15928
  content:"";
15959
- height:99%;
15929
+ height:100%;
15960
15930
  position:absolute;
15961
15931
  right:0;
15962
15932
  top:0;
15963
- width:2px;
15933
+ width:100%;
15964
15934
  z-index:1;
15965
15935
  }
15966
- .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
15967
- height:100%;
15968
- }
15969
15936
  .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
15970
15937
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
15971
15938
  content:"";
15972
- height:2px;
15939
+ height:100%;
15973
15940
  left:0;
15974
15941
  position:absolute;
15975
15942
  top:0;
15976
- width:99%;
15943
+ width:100%;
15977
15944
  z-index:1;
15978
15945
  }
15979
15946
  .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
15980
15947
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
15981
15948
  bottom:0;
15982
15949
  content:"";
15983
- height:2px;
15950
+ height:100%;
15984
15951
  left:0;
15985
15952
  position:absolute;
15986
- width:99%;
15987
- z-index:1;
15988
- }
15989
- .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
15990
15953
  width:100%;
15954
+ z-index:1;
15991
15955
  }
15992
15956
  .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
15993
15957
  background:var(--agGrid-range-selection-background);
@@ -16116,11 +16080,11 @@ div[class*=ag-theme-salt]{
16116
16080
  padding-right:var(--salt-spacing-100);
16117
16081
  }
16118
16082
  .ag-theme-salt-high-dark .ag-floating-filter-button-button .ag-icon-filter:before{
16119
- color:var(--salt-text-secondary-foreground);
16083
+ color:var(--salt-content-secondary-foreground);
16120
16084
  content:"\e9ac";
16121
16085
  }
16122
16086
  .ag-theme-salt-high-dark .ag-floating-filter-input{
16123
- color:var(--salt-text-secondary-foreground);
16087
+ color:var(--salt-content-secondary-foreground);
16124
16088
  padding-left:var(--salt-spacing-100);
16125
16089
  }
16126
16090
  .ag-theme-salt-high-dark .ag-header-cell.ag-floating-filter{
@@ -21107,7 +21071,7 @@ div[class*=ag-theme-salt]{
21107
21071
  border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
21108
21072
  }
21109
21073
  .ag-theme-salt-high-light .ag-status-bar{
21110
- color:var(--salt-text-secondary-foreground);
21074
+ color:var(--salt-content-secondary-foreground);
21111
21075
  font-size:var(--salt-text-fontSize);
21112
21076
  font-weight:var(--salt-text-label-fontWeight);
21113
21077
  height:var(--agGrid-row-height-default);
@@ -21116,19 +21080,16 @@ div[class*=ag-theme-salt]{
21116
21080
  }
21117
21081
  .ag-theme-salt-high-light .ag-status-panel{
21118
21082
  align-items:center;
21119
- color:var(--salt-text-secondary-foreground);
21083
+ color:var(--salt-content-secondary-foreground);
21120
21084
  padding:var(--salt-spacing-100) 0;
21121
21085
  }
21122
21086
  .ag-theme-salt-high-light .ag-status-name-value-value{
21123
- color:var(--salt-text-primary-foreground);
21087
+ color:var(--salt-content-primary-foreground);
21124
21088
  font-weight:var(--salt-text-fontWeight-strong);
21125
21089
  }
21126
21090
  .ag-theme-salt-high-light .ag-header{
21127
21091
  border-color:var(--agGrid-header-borderColor);
21128
21092
  }
21129
- .ag-theme-salt-high-light .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
21130
- margin-right:auto;
21131
- }
21132
21093
  .ag-theme-salt-high-light .ag-header-row{
21133
21094
  color:var(--agGrid-header-foreground);
21134
21095
  font-size:var(--agGrid-header-fontSize);
@@ -21153,9 +21114,6 @@ div[class*=ag-theme-salt]{
21153
21114
  .ag-theme-salt-high-light .ag-header-cell,.ag-theme-salt-high-light .ag-header-group-cell{
21154
21115
  padding:0 calc(var(--salt-spacing-100));
21155
21116
  }
21156
- .ag-theme-salt-high-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
21157
- overflow:unset;
21158
- }
21159
21117
  .ag-theme-salt-high-light .ag-row{
21160
21118
  color:var(--agGrid-foreground);
21161
21119
  }
@@ -21235,48 +21193,42 @@ div[class*=ag-theme-salt]{
21235
21193
  .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
21236
21194
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
21237
21195
  content:"";
21238
- height:99%;
21196
+ height:100%;
21239
21197
  left:0;
21240
21198
  position:absolute;
21241
21199
  top:0;
21242
- width:2px;
21200
+ width:100%;
21243
21201
  z-index:1;
21244
21202
  }
21245
21203
  .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
21246
21204
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
21247
21205
  content:"";
21248
- height:99%;
21206
+ height:100%;
21249
21207
  position:absolute;
21250
21208
  right:0;
21251
21209
  top:0;
21252
- width:2px;
21210
+ width:100%;
21253
21211
  z-index:1;
21254
21212
  }
21255
- .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
21256
- height:100%;
21257
- }
21258
21213
  .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
21259
21214
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
21260
21215
  content:"";
21261
- height:2px;
21216
+ height:100%;
21262
21217
  left:0;
21263
21218
  position:absolute;
21264
21219
  top:0;
21265
- width:99%;
21220
+ width:100%;
21266
21221
  z-index:1;
21267
21222
  }
21268
21223
  .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
21269
21224
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
21270
21225
  bottom:0;
21271
21226
  content:"";
21272
- height:2px;
21227
+ height:100%;
21273
21228
  left:0;
21274
21229
  position:absolute;
21275
- width:99%;
21276
- z-index:1;
21277
- }
21278
- .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
21279
21230
  width:100%;
21231
+ z-index:1;
21280
21232
  }
21281
21233
  .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
21282
21234
  background:var(--agGrid-range-selection-background);
@@ -21405,11 +21357,11 @@ div[class*=ag-theme-salt]{
21405
21357
  padding-right:var(--salt-spacing-100);
21406
21358
  }
21407
21359
  .ag-theme-salt-high-light .ag-floating-filter-button-button .ag-icon-filter:before{
21408
- color:var(--salt-text-secondary-foreground);
21360
+ color:var(--salt-content-secondary-foreground);
21409
21361
  content:"\e9ac";
21410
21362
  }
21411
21363
  .ag-theme-salt-high-light .ag-floating-filter-input{
21412
- color:var(--salt-text-secondary-foreground);
21364
+ color:var(--salt-content-secondary-foreground);
21413
21365
  padding-left:var(--salt-spacing-100);
21414
21366
  }
21415
21367
  .ag-theme-salt-high-light .ag-header-cell.ag-floating-filter{
@@ -26406,7 +26358,7 @@ div[class*=ag-theme-salt]{
26406
26358
  border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
26407
26359
  }
26408
26360
  .ag-theme-salt-medium-dark .ag-status-bar{
26409
- color:var(--salt-text-secondary-foreground);
26361
+ color:var(--salt-content-secondary-foreground);
26410
26362
  font-size:var(--salt-text-fontSize);
26411
26363
  font-weight:var(--salt-text-label-fontWeight);
26412
26364
  height:var(--agGrid-row-height-default);
@@ -26415,19 +26367,16 @@ div[class*=ag-theme-salt]{
26415
26367
  }
26416
26368
  .ag-theme-salt-medium-dark .ag-status-panel{
26417
26369
  align-items:center;
26418
- color:var(--salt-text-secondary-foreground);
26370
+ color:var(--salt-content-secondary-foreground);
26419
26371
  padding:var(--salt-spacing-100) 0;
26420
26372
  }
26421
26373
  .ag-theme-salt-medium-dark .ag-status-name-value-value{
26422
- color:var(--salt-text-primary-foreground);
26374
+ color:var(--salt-content-primary-foreground);
26423
26375
  font-weight:var(--salt-text-fontWeight-strong);
26424
26376
  }
26425
26377
  .ag-theme-salt-medium-dark .ag-header{
26426
26378
  border-color:var(--agGrid-header-borderColor);
26427
26379
  }
26428
- .ag-theme-salt-medium-dark .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
26429
- margin-right:auto;
26430
- }
26431
26380
  .ag-theme-salt-medium-dark .ag-header-row{
26432
26381
  color:var(--agGrid-header-foreground);
26433
26382
  font-size:var(--agGrid-header-fontSize);
@@ -26452,9 +26401,6 @@ div[class*=ag-theme-salt]{
26452
26401
  .ag-theme-salt-medium-dark .ag-header-cell,.ag-theme-salt-medium-dark .ag-header-group-cell{
26453
26402
  padding:0 calc(var(--salt-spacing-100));
26454
26403
  }
26455
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-medium-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
26456
- overflow:unset;
26457
- }
26458
26404
  .ag-theme-salt-medium-dark .ag-row{
26459
26405
  color:var(--agGrid-foreground);
26460
26406
  }
@@ -26534,48 +26480,42 @@ div[class*=ag-theme-salt]{
26534
26480
  .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
26535
26481
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
26536
26482
  content:"";
26537
- height:99%;
26483
+ height:100%;
26538
26484
  left:0;
26539
26485
  position:absolute;
26540
26486
  top:0;
26541
- width:2px;
26487
+ width:100%;
26542
26488
  z-index:1;
26543
26489
  }
26544
26490
  .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
26545
26491
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
26546
26492
  content:"";
26547
- height:99%;
26493
+ height:100%;
26548
26494
  position:absolute;
26549
26495
  right:0;
26550
26496
  top:0;
26551
- width:2px;
26497
+ width:100%;
26552
26498
  z-index:1;
26553
26499
  }
26554
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
26555
- height:100%;
26556
- }
26557
26500
  .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
26558
26501
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
26559
26502
  content:"";
26560
- height:2px;
26503
+ height:100%;
26561
26504
  left:0;
26562
26505
  position:absolute;
26563
26506
  top:0;
26564
- width:99%;
26507
+ width:100%;
26565
26508
  z-index:1;
26566
26509
  }
26567
26510
  .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
26568
26511
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
26569
26512
  bottom:0;
26570
26513
  content:"";
26571
- height:2px;
26514
+ height:100%;
26572
26515
  left:0;
26573
26516
  position:absolute;
26574
- width:99%;
26575
- z-index:1;
26576
- }
26577
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
26578
26517
  width:100%;
26518
+ z-index:1;
26579
26519
  }
26580
26520
  .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-medium-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
26581
26521
  background:var(--agGrid-range-selection-background);
@@ -26704,11 +26644,11 @@ div[class*=ag-theme-salt]{
26704
26644
  padding-right:var(--salt-spacing-100);
26705
26645
  }
26706
26646
  .ag-theme-salt-medium-dark .ag-floating-filter-button-button .ag-icon-filter:before{
26707
- color:var(--salt-text-secondary-foreground);
26647
+ color:var(--salt-content-secondary-foreground);
26708
26648
  content:"\e9ac";
26709
26649
  }
26710
26650
  .ag-theme-salt-medium-dark .ag-floating-filter-input{
26711
- color:var(--salt-text-secondary-foreground);
26651
+ color:var(--salt-content-secondary-foreground);
26712
26652
  padding-left:var(--salt-spacing-100);
26713
26653
  }
26714
26654
  .ag-theme-salt-medium-dark .ag-header-cell.ag-floating-filter{
@@ -31695,7 +31635,7 @@ div[class*=ag-theme-salt]{
31695
31635
  border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
31696
31636
  }
31697
31637
  .ag-theme-salt-medium-light .ag-status-bar{
31698
- color:var(--salt-text-secondary-foreground);
31638
+ color:var(--salt-content-secondary-foreground);
31699
31639
  font-size:var(--salt-text-fontSize);
31700
31640
  font-weight:var(--salt-text-label-fontWeight);
31701
31641
  height:var(--agGrid-row-height-default);
@@ -31704,19 +31644,16 @@ div[class*=ag-theme-salt]{
31704
31644
  }
31705
31645
  .ag-theme-salt-medium-light .ag-status-panel{
31706
31646
  align-items:center;
31707
- color:var(--salt-text-secondary-foreground);
31647
+ color:var(--salt-content-secondary-foreground);
31708
31648
  padding:var(--salt-spacing-100) 0;
31709
31649
  }
31710
31650
  .ag-theme-salt-medium-light .ag-status-name-value-value{
31711
- color:var(--salt-text-primary-foreground);
31651
+ color:var(--salt-content-primary-foreground);
31712
31652
  font-weight:var(--salt-text-fontWeight-strong);
31713
31653
  }
31714
31654
  .ag-theme-salt-medium-light .ag-header{
31715
31655
  border-color:var(--agGrid-header-borderColor);
31716
31656
  }
31717
- .ag-theme-salt-medium-light .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
31718
- margin-right:auto;
31719
- }
31720
31657
  .ag-theme-salt-medium-light .ag-header-row{
31721
31658
  color:var(--agGrid-header-foreground);
31722
31659
  font-size:var(--agGrid-header-fontSize);
@@ -31741,9 +31678,6 @@ div[class*=ag-theme-salt]{
31741
31678
  .ag-theme-salt-medium-light .ag-header-cell,.ag-theme-salt-medium-light .ag-header-group-cell{
31742
31679
  padding:0 calc(var(--salt-spacing-100));
31743
31680
  }
31744
- .ag-theme-salt-medium-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-medium-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
31745
- overflow:unset;
31746
- }
31747
31681
  .ag-theme-salt-medium-light .ag-row{
31748
31682
  color:var(--agGrid-foreground);
31749
31683
  }
@@ -31823,48 +31757,42 @@ div[class*=ag-theme-salt]{
31823
31757
  .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
31824
31758
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
31825
31759
  content:"";
31826
- height:99%;
31760
+ height:100%;
31827
31761
  left:0;
31828
31762
  position:absolute;
31829
31763
  top:0;
31830
- width:2px;
31764
+ width:100%;
31831
31765
  z-index:1;
31832
31766
  }
31833
31767
  .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
31834
31768
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
31835
31769
  content:"";
31836
- height:99%;
31770
+ height:100%;
31837
31771
  position:absolute;
31838
31772
  right:0;
31839
31773
  top:0;
31840
- width:2px;
31774
+ width:100%;
31841
31775
  z-index:1;
31842
31776
  }
31843
- .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
31844
- height:100%;
31845
- }
31846
31777
  .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
31847
31778
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
31848
31779
  content:"";
31849
- height:2px;
31780
+ height:100%;
31850
31781
  left:0;
31851
31782
  position:absolute;
31852
31783
  top:0;
31853
- width:99%;
31784
+ width:100%;
31854
31785
  z-index:1;
31855
31786
  }
31856
31787
  .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
31857
31788
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
31858
31789
  bottom:0;
31859
31790
  content:"";
31860
- height:2px;
31791
+ height:100%;
31861
31792
  left:0;
31862
31793
  position:absolute;
31863
- width:99%;
31864
- z-index:1;
31865
- }
31866
- .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
31867
31794
  width:100%;
31795
+ z-index:1;
31868
31796
  }
31869
31797
  .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-medium-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
31870
31798
  background:var(--agGrid-range-selection-background);
@@ -31993,11 +31921,11 @@ div[class*=ag-theme-salt]{
31993
31921
  padding-right:var(--salt-spacing-100);
31994
31922
  }
31995
31923
  .ag-theme-salt-medium-light .ag-floating-filter-button-button .ag-icon-filter:before{
31996
- color:var(--salt-text-secondary-foreground);
31924
+ color:var(--salt-content-secondary-foreground);
31997
31925
  content:"\e9ac";
31998
31926
  }
31999
31927
  .ag-theme-salt-medium-light .ag-floating-filter-input{
32000
- color:var(--salt-text-secondary-foreground);
31928
+ color:var(--salt-content-secondary-foreground);
32001
31929
  padding-left:var(--salt-spacing-100);
32002
31930
  }
32003
31931
  .ag-theme-salt-medium-light .ag-header-cell.ag-floating-filter{
@@ -36990,7 +36918,7 @@ div[class*=ag-theme-salt]{
36990
36918
  border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
36991
36919
  }
36992
36920
  .ag-theme-salt-low-dark .ag-status-bar{
36993
- color:var(--salt-text-secondary-foreground);
36921
+ color:var(--salt-content-secondary-foreground);
36994
36922
  font-size:var(--salt-text-fontSize);
36995
36923
  font-weight:var(--salt-text-label-fontWeight);
36996
36924
  height:var(--agGrid-row-height-default);
@@ -36999,19 +36927,16 @@ div[class*=ag-theme-salt]{
36999
36927
  }
37000
36928
  .ag-theme-salt-low-dark .ag-status-panel{
37001
36929
  align-items:center;
37002
- color:var(--salt-text-secondary-foreground);
36930
+ color:var(--salt-content-secondary-foreground);
37003
36931
  padding:var(--salt-spacing-100) 0;
37004
36932
  }
37005
36933
  .ag-theme-salt-low-dark .ag-status-name-value-value{
37006
- color:var(--salt-text-primary-foreground);
36934
+ color:var(--salt-content-primary-foreground);
37007
36935
  font-weight:var(--salt-text-fontWeight-strong);
37008
36936
  }
37009
36937
  .ag-theme-salt-low-dark .ag-header{
37010
36938
  border-color:var(--agGrid-header-borderColor);
37011
36939
  }
37012
- .ag-theme-salt-low-dark .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
37013
- margin-right:auto;
37014
- }
37015
36940
  .ag-theme-salt-low-dark .ag-header-row{
37016
36941
  color:var(--agGrid-header-foreground);
37017
36942
  font-size:var(--agGrid-header-fontSize);
@@ -37036,9 +36961,6 @@ div[class*=ag-theme-salt]{
37036
36961
  .ag-theme-salt-low-dark .ag-header-cell,.ag-theme-salt-low-dark .ag-header-group-cell{
37037
36962
  padding:0 calc(var(--salt-spacing-100));
37038
36963
  }
37039
- .ag-theme-salt-low-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-low-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
37040
- overflow:unset;
37041
- }
37042
36964
  .ag-theme-salt-low-dark .ag-row{
37043
36965
  color:var(--agGrid-foreground);
37044
36966
  }
@@ -37118,48 +37040,42 @@ div[class*=ag-theme-salt]{
37118
37040
  .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
37119
37041
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
37120
37042
  content:"";
37121
- height:99%;
37043
+ height:100%;
37122
37044
  left:0;
37123
37045
  position:absolute;
37124
37046
  top:0;
37125
- width:2px;
37047
+ width:100%;
37126
37048
  z-index:1;
37127
37049
  }
37128
37050
  .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
37129
37051
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
37130
37052
  content:"";
37131
- height:99%;
37053
+ height:100%;
37132
37054
  position:absolute;
37133
37055
  right:0;
37134
37056
  top:0;
37135
- width:2px;
37057
+ width:100%;
37136
37058
  z-index:1;
37137
37059
  }
37138
- .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
37139
- height:100%;
37140
- }
37141
37060
  .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
37142
37061
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
37143
37062
  content:"";
37144
- height:2px;
37063
+ height:100%;
37145
37064
  left:0;
37146
37065
  position:absolute;
37147
37066
  top:0;
37148
- width:99%;
37067
+ width:100%;
37149
37068
  z-index:1;
37150
37069
  }
37151
37070
  .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
37152
37071
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
37153
37072
  bottom:0;
37154
37073
  content:"";
37155
- height:2px;
37074
+ height:100%;
37156
37075
  left:0;
37157
37076
  position:absolute;
37158
- width:99%;
37159
- z-index:1;
37160
- }
37161
- .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
37162
37077
  width:100%;
37078
+ z-index:1;
37163
37079
  }
37164
37080
  .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-low-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
37165
37081
  background:var(--agGrid-range-selection-background);
@@ -37288,11 +37204,11 @@ div[class*=ag-theme-salt]{
37288
37204
  padding-right:var(--salt-spacing-100);
37289
37205
  }
37290
37206
  .ag-theme-salt-low-dark .ag-floating-filter-button-button .ag-icon-filter:before{
37291
- color:var(--salt-text-secondary-foreground);
37207
+ color:var(--salt-content-secondary-foreground);
37292
37208
  content:"\e9ac";
37293
37209
  }
37294
37210
  .ag-theme-salt-low-dark .ag-floating-filter-input{
37295
- color:var(--salt-text-secondary-foreground);
37211
+ color:var(--salt-content-secondary-foreground);
37296
37212
  padding-left:var(--salt-spacing-100);
37297
37213
  }
37298
37214
  .ag-theme-salt-low-dark .ag-header-cell.ag-floating-filter{
@@ -42275,7 +42191,7 @@ div[class*=ag-theme-salt]{
42275
42191
  border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
42276
42192
  }
42277
42193
  .ag-theme-salt-low-light .ag-status-bar{
42278
- color:var(--salt-text-secondary-foreground);
42194
+ color:var(--salt-content-secondary-foreground);
42279
42195
  font-size:var(--salt-text-fontSize);
42280
42196
  font-weight:var(--salt-text-label-fontWeight);
42281
42197
  height:var(--agGrid-row-height-default);
@@ -42284,19 +42200,16 @@ div[class*=ag-theme-salt]{
42284
42200
  }
42285
42201
  .ag-theme-salt-low-light .ag-status-panel{
42286
42202
  align-items:center;
42287
- color:var(--salt-text-secondary-foreground);
42203
+ color:var(--salt-content-secondary-foreground);
42288
42204
  padding:var(--salt-spacing-100) 0;
42289
42205
  }
42290
42206
  .ag-theme-salt-low-light .ag-status-name-value-value{
42291
- color:var(--salt-text-primary-foreground);
42207
+ color:var(--salt-content-primary-foreground);
42292
42208
  font-weight:var(--salt-text-fontWeight-strong);
42293
42209
  }
42294
42210
  .ag-theme-salt-low-light .ag-header{
42295
42211
  border-color:var(--agGrid-header-borderColor);
42296
42212
  }
42297
- .ag-theme-salt-low-light .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
42298
- margin-right:auto;
42299
- }
42300
42213
  .ag-theme-salt-low-light .ag-header-row{
42301
42214
  color:var(--agGrid-header-foreground);
42302
42215
  font-size:var(--agGrid-header-fontSize);
@@ -42321,9 +42234,6 @@ div[class*=ag-theme-salt]{
42321
42234
  .ag-theme-salt-low-light .ag-header-cell,.ag-theme-salt-low-light .ag-header-group-cell{
42322
42235
  padding:0 calc(var(--salt-spacing-100));
42323
42236
  }
42324
- .ag-theme-salt-low-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-low-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
42325
- overflow:unset;
42326
- }
42327
42237
  .ag-theme-salt-low-light .ag-row{
42328
42238
  color:var(--agGrid-foreground);
42329
42239
  }
@@ -42403,48 +42313,42 @@ div[class*=ag-theme-salt]{
42403
42313
  .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
42404
42314
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
42405
42315
  content:"";
42406
- height:99%;
42316
+ height:100%;
42407
42317
  left:0;
42408
42318
  position:absolute;
42409
42319
  top:0;
42410
- width:2px;
42320
+ width:100%;
42411
42321
  z-index:1;
42412
42322
  }
42413
42323
  .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
42414
42324
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
42415
42325
  content:"";
42416
- height:99%;
42326
+ height:100%;
42417
42327
  position:absolute;
42418
42328
  right:0;
42419
42329
  top:0;
42420
- width:2px;
42330
+ width:100%;
42421
42331
  z-index:1;
42422
42332
  }
42423
- .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
42424
- height:100%;
42425
- }
42426
42333
  .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
42427
42334
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
42428
42335
  content:"";
42429
- height:2px;
42336
+ height:100%;
42430
42337
  left:0;
42431
42338
  position:absolute;
42432
42339
  top:0;
42433
- width:99%;
42340
+ width:100%;
42434
42341
  z-index:1;
42435
42342
  }
42436
42343
  .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
42437
42344
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
42438
42345
  bottom:0;
42439
42346
  content:"";
42440
- height:2px;
42347
+ height:100%;
42441
42348
  left:0;
42442
42349
  position:absolute;
42443
- width:99%;
42444
- z-index:1;
42445
- }
42446
- .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
42447
42350
  width:100%;
42351
+ z-index:1;
42448
42352
  }
42449
42353
  .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-low-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
42450
42354
  background:var(--agGrid-range-selection-background);
@@ -42573,11 +42477,11 @@ div[class*=ag-theme-salt]{
42573
42477
  padding-right:var(--salt-spacing-100);
42574
42478
  }
42575
42479
  .ag-theme-salt-low-light .ag-floating-filter-button-button .ag-icon-filter:before{
42576
- color:var(--salt-text-secondary-foreground);
42480
+ color:var(--salt-content-secondary-foreground);
42577
42481
  content:"\e9ac";
42578
42482
  }
42579
42483
  .ag-theme-salt-low-light .ag-floating-filter-input{
42580
- color:var(--salt-text-secondary-foreground);
42484
+ color:var(--salt-content-secondary-foreground);
42581
42485
  padding-left:var(--salt-spacing-100);
42582
42486
  }
42583
42487
  .ag-theme-salt-low-light .ag-header-cell.ag-floating-filter{
@@ -47574,7 +47478,7 @@ div[class*=ag-theme-salt]{
47574
47478
  border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
47575
47479
  }
47576
47480
  .ag-theme-salt-touch-light .ag-status-bar{
47577
- color:var(--salt-text-secondary-foreground);
47481
+ color:var(--salt-content-secondary-foreground);
47578
47482
  font-size:var(--salt-text-fontSize);
47579
47483
  font-weight:var(--salt-text-label-fontWeight);
47580
47484
  height:var(--agGrid-row-height-default);
@@ -47583,19 +47487,16 @@ div[class*=ag-theme-salt]{
47583
47487
  }
47584
47488
  .ag-theme-salt-touch-light .ag-status-panel{
47585
47489
  align-items:center;
47586
- color:var(--salt-text-secondary-foreground);
47490
+ color:var(--salt-content-secondary-foreground);
47587
47491
  padding:var(--salt-spacing-100) 0;
47588
47492
  }
47589
47493
  .ag-theme-salt-touch-light .ag-status-name-value-value{
47590
- color:var(--salt-text-primary-foreground);
47494
+ color:var(--salt-content-primary-foreground);
47591
47495
  font-weight:var(--salt-text-fontWeight-strong);
47592
47496
  }
47593
47497
  .ag-theme-salt-touch-light .ag-header{
47594
47498
  border-color:var(--agGrid-header-borderColor);
47595
47499
  }
47596
- .ag-theme-salt-touch-light .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
47597
- margin-right:auto;
47598
- }
47599
47500
  .ag-theme-salt-touch-light .ag-header-row{
47600
47501
  color:var(--agGrid-header-foreground);
47601
47502
  font-size:var(--agGrid-header-fontSize);
@@ -47620,9 +47521,6 @@ div[class*=ag-theme-salt]{
47620
47521
  .ag-theme-salt-touch-light .ag-header-cell,.ag-theme-salt-touch-light .ag-header-group-cell{
47621
47522
  padding:0 calc(var(--salt-spacing-100));
47622
47523
  }
47623
- .ag-theme-salt-touch-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-touch-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
47624
- overflow:unset;
47625
- }
47626
47524
  .ag-theme-salt-touch-light .ag-row{
47627
47525
  color:var(--agGrid-foreground);
47628
47526
  }
@@ -47702,48 +47600,42 @@ div[class*=ag-theme-salt]{
47702
47600
  .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
47703
47601
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
47704
47602
  content:"";
47705
- height:99%;
47603
+ height:100%;
47706
47604
  left:0;
47707
47605
  position:absolute;
47708
47606
  top:0;
47709
- width:2px;
47607
+ width:100%;
47710
47608
  z-index:1;
47711
47609
  }
47712
47610
  .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
47713
47611
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
47714
47612
  content:"";
47715
- height:99%;
47613
+ height:100%;
47716
47614
  position:absolute;
47717
47615
  right:0;
47718
47616
  top:0;
47719
- width:2px;
47617
+ width:100%;
47720
47618
  z-index:1;
47721
47619
  }
47722
- .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
47723
- height:100%;
47724
- }
47725
47620
  .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
47726
47621
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
47727
47622
  content:"";
47728
- height:2px;
47623
+ height:100%;
47729
47624
  left:0;
47730
47625
  position:absolute;
47731
47626
  top:0;
47732
- width:99%;
47627
+ width:100%;
47733
47628
  z-index:1;
47734
47629
  }
47735
47630
  .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
47736
47631
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
47737
47632
  bottom:0;
47738
47633
  content:"";
47739
- height:2px;
47634
+ height:100%;
47740
47635
  left:0;
47741
47636
  position:absolute;
47742
- width:99%;
47743
- z-index:1;
47744
- }
47745
- .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
47746
47637
  width:100%;
47638
+ z-index:1;
47747
47639
  }
47748
47640
  .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-touch-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
47749
47641
  background:var(--agGrid-range-selection-background);
@@ -47872,11 +47764,11 @@ div[class*=ag-theme-salt]{
47872
47764
  padding-right:var(--salt-spacing-100);
47873
47765
  }
47874
47766
  .ag-theme-salt-touch-light .ag-floating-filter-button-button .ag-icon-filter:before{
47875
- color:var(--salt-text-secondary-foreground);
47767
+ color:var(--salt-content-secondary-foreground);
47876
47768
  content:"\e9ac";
47877
47769
  }
47878
47770
  .ag-theme-salt-touch-light .ag-floating-filter-input{
47879
- color:var(--salt-text-secondary-foreground);
47771
+ color:var(--salt-content-secondary-foreground);
47880
47772
  padding-left:var(--salt-spacing-100);
47881
47773
  }
47882
47774
  .ag-theme-salt-touch-light .ag-header-cell.ag-floating-filter{
@@ -52877,7 +52769,7 @@ div[class*=ag-theme-salt]{
52877
52769
  border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
52878
52770
  }
52879
52771
  .ag-theme-salt-touch-dark .ag-status-bar{
52880
- color:var(--salt-text-secondary-foreground);
52772
+ color:var(--salt-content-secondary-foreground);
52881
52773
  font-size:var(--salt-text-fontSize);
52882
52774
  font-weight:var(--salt-text-label-fontWeight);
52883
52775
  height:var(--agGrid-row-height-default);
@@ -52886,19 +52778,16 @@ div[class*=ag-theme-salt]{
52886
52778
  }
52887
52779
  .ag-theme-salt-touch-dark .ag-status-panel{
52888
52780
  align-items:center;
52889
- color:var(--salt-text-secondary-foreground);
52781
+ color:var(--salt-content-secondary-foreground);
52890
52782
  padding:var(--salt-spacing-100) 0;
52891
52783
  }
52892
52784
  .ag-theme-salt-touch-dark .ag-status-name-value-value{
52893
- color:var(--salt-text-primary-foreground);
52785
+ color:var(--salt-content-primary-foreground);
52894
52786
  font-weight:var(--salt-text-fontWeight-strong);
52895
52787
  }
52896
52788
  .ag-theme-salt-touch-dark .ag-header{
52897
52789
  border-color:var(--agGrid-header-borderColor);
52898
52790
  }
52899
- .ag-theme-salt-touch-dark .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
52900
- margin-right:auto;
52901
- }
52902
52791
  .ag-theme-salt-touch-dark .ag-header-row{
52903
52792
  color:var(--agGrid-header-foreground);
52904
52793
  font-size:var(--agGrid-header-fontSize);
@@ -52923,9 +52812,6 @@ div[class*=ag-theme-salt]{
52923
52812
  .ag-theme-salt-touch-dark .ag-header-cell,.ag-theme-salt-touch-dark .ag-header-group-cell{
52924
52813
  padding:0 calc(var(--salt-spacing-100));
52925
52814
  }
52926
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-touch-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
52927
- overflow:unset;
52928
- }
52929
52815
  .ag-theme-salt-touch-dark .ag-row{
52930
52816
  color:var(--agGrid-foreground);
52931
52817
  }
@@ -53005,48 +52891,42 @@ div[class*=ag-theme-salt]{
53005
52891
  .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
53006
52892
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
53007
52893
  content:"";
53008
- height:99%;
52894
+ height:100%;
53009
52895
  left:0;
53010
52896
  position:absolute;
53011
52897
  top:0;
53012
- width:2px;
52898
+ width:100%;
53013
52899
  z-index:1;
53014
52900
  }
53015
52901
  .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
53016
52902
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
53017
52903
  content:"";
53018
- height:99%;
52904
+ height:100%;
53019
52905
  position:absolute;
53020
52906
  right:0;
53021
52907
  top:0;
53022
- width:2px;
52908
+ width:100%;
53023
52909
  z-index:1;
53024
52910
  }
53025
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
53026
- height:100%;
53027
- }
53028
52911
  .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
53029
52912
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
53030
52913
  content:"";
53031
- height:2px;
52914
+ height:100%;
53032
52915
  left:0;
53033
52916
  position:absolute;
53034
52917
  top:0;
53035
- width:99%;
52918
+ width:100%;
53036
52919
  z-index:1;
53037
52920
  }
53038
52921
  .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
53039
52922
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
53040
52923
  bottom:0;
53041
52924
  content:"";
53042
- height:2px;
52925
+ height:100%;
53043
52926
  left:0;
53044
52927
  position:absolute;
53045
- width:99%;
53046
- z-index:1;
53047
- }
53048
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
53049
52928
  width:100%;
52929
+ z-index:1;
53050
52930
  }
53051
52931
  .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-touch-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
53052
52932
  background:var(--agGrid-range-selection-background);
@@ -53175,11 +53055,11 @@ div[class*=ag-theme-salt]{
53175
53055
  padding-right:var(--salt-spacing-100);
53176
53056
  }
53177
53057
  .ag-theme-salt-touch-dark .ag-floating-filter-button-button .ag-icon-filter:before{
53178
- color:var(--salt-text-secondary-foreground);
53058
+ color:var(--salt-content-secondary-foreground);
53179
53059
  content:"\e9ac";
53180
53060
  }
53181
53061
  .ag-theme-salt-touch-dark .ag-floating-filter-input{
53182
- color:var(--salt-text-secondary-foreground);
53062
+ color:var(--salt-content-secondary-foreground);
53183
53063
  padding-left:var(--salt-spacing-100);
53184
53064
  }
53185
53065
  .ag-theme-salt-touch-dark .ag-header-cell.ag-floating-filter{
@@ -53249,7 +53129,7 @@ div[class*=ag-theme-salt]{
53249
53129
  );
53250
53130
  --agGrid-checkbox-foreground-selected:var(
53251
53131
  --saltAgGrid-checkbox-foreground-selected,
53252
- var(--salt-selectable-primary-foreground-selected)
53132
+ var(--salt-actionable-primary-foreground-active)
53253
53133
  );
53254
53134
  --_agGrid-checkbox-border:1px var(--salt-selectable-borderStyle) var(--salt-selectable-borderColor);
53255
53135
  --agGrid-checkbox-border:var(