@salt-ds/ag-grid-theme 1.3.4 → 1.3.5
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 +1 -1
- package/salt-ag-theme.css +60 -120
package/package.json
CHANGED
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-
|
|
66
|
+
var(--salt-content-primary-foreground)
|
|
67
67
|
);
|
|
68
68
|
--agGrid-foreground-disabled:var(
|
|
69
69
|
--saltAgGrid-foreground-disabled,
|
|
70
|
-
var(--salt-
|
|
70
|
+
var(--salt-content-primary-foreground-disabled)
|
|
71
71
|
);
|
|
72
72
|
--agGrid-menu-color:var(
|
|
73
73
|
--saltAgGrid-menu-color,
|
|
74
|
-
var(--salt-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
159
|
+
var(--salt-content-secondary-foreground)
|
|
160
160
|
);
|
|
161
161
|
--agGrid-icon-color:var(
|
|
162
162
|
--saltAgGrid-icon-color,
|
|
163
|
-
var(--salt-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
}
|
|
@@ -5529,11 +5523,11 @@ div[class*=ag-theme-salt]{
|
|
|
5529
5523
|
padding-right:var(--salt-spacing-100);
|
|
5530
5524
|
}
|
|
5531
5525
|
.ag-theme-salt-high-compact-dark .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
5532
|
-
color:var(--salt-
|
|
5526
|
+
color:var(--salt-content-secondary-foreground);
|
|
5533
5527
|
content:"\e9ac";
|
|
5534
5528
|
}
|
|
5535
5529
|
.ag-theme-salt-high-compact-dark .ag-floating-filter-input{
|
|
5536
|
-
color:var(--salt-
|
|
5530
|
+
color:var(--salt-content-secondary-foreground);
|
|
5537
5531
|
padding-left:var(--salt-spacing-100);
|
|
5538
5532
|
}
|
|
5539
5533
|
.ag-theme-salt-high-compact-dark .ag-header-cell.ag-floating-filter{
|
|
@@ -10520,7 +10514,7 @@ div[class*=ag-theme-salt]{
|
|
|
10520
10514
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
10521
10515
|
}
|
|
10522
10516
|
.ag-theme-salt-high-compact-light .ag-status-bar{
|
|
10523
|
-
color:var(--salt-
|
|
10517
|
+
color:var(--salt-content-secondary-foreground);
|
|
10524
10518
|
font-size:var(--salt-text-fontSize);
|
|
10525
10519
|
font-weight:var(--salt-text-label-fontWeight);
|
|
10526
10520
|
height:var(--agGrid-row-height-default);
|
|
@@ -10529,19 +10523,16 @@ div[class*=ag-theme-salt]{
|
|
|
10529
10523
|
}
|
|
10530
10524
|
.ag-theme-salt-high-compact-light .ag-status-panel{
|
|
10531
10525
|
align-items:center;
|
|
10532
|
-
color:var(--salt-
|
|
10526
|
+
color:var(--salt-content-secondary-foreground);
|
|
10533
10527
|
padding:var(--salt-spacing-100) 0;
|
|
10534
10528
|
}
|
|
10535
10529
|
.ag-theme-salt-high-compact-light .ag-status-name-value-value{
|
|
10536
|
-
color:var(--salt-
|
|
10530
|
+
color:var(--salt-content-primary-foreground);
|
|
10537
10531
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
10538
10532
|
}
|
|
10539
10533
|
.ag-theme-salt-high-compact-light .ag-header{
|
|
10540
10534
|
border-color:var(--agGrid-header-borderColor);
|
|
10541
10535
|
}
|
|
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
10536
|
.ag-theme-salt-high-compact-light .ag-header-row{
|
|
10546
10537
|
color:var(--agGrid-header-foreground);
|
|
10547
10538
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -10566,9 +10557,6 @@ div[class*=ag-theme-salt]{
|
|
|
10566
10557
|
.ag-theme-salt-high-compact-light .ag-header-cell,.ag-theme-salt-high-compact-light .ag-header-group-cell{
|
|
10567
10558
|
padding:0 calc(var(--salt-spacing-100));
|
|
10568
10559
|
}
|
|
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
10560
|
.ag-theme-salt-high-compact-light .ag-row{
|
|
10573
10561
|
color:var(--agGrid-foreground);
|
|
10574
10562
|
}
|
|
@@ -10818,11 +10806,11 @@ div[class*=ag-theme-salt]{
|
|
|
10818
10806
|
padding-right:var(--salt-spacing-100);
|
|
10819
10807
|
}
|
|
10820
10808
|
.ag-theme-salt-high-compact-light .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
10821
|
-
color:var(--salt-
|
|
10809
|
+
color:var(--salt-content-secondary-foreground);
|
|
10822
10810
|
content:"\e9ac";
|
|
10823
10811
|
}
|
|
10824
10812
|
.ag-theme-salt-high-compact-light .ag-floating-filter-input{
|
|
10825
|
-
color:var(--salt-
|
|
10813
|
+
color:var(--salt-content-secondary-foreground);
|
|
10826
10814
|
padding-left:var(--salt-spacing-100);
|
|
10827
10815
|
}
|
|
10828
10816
|
.ag-theme-salt-high-compact-light .ag-header-cell.ag-floating-filter{
|
|
@@ -15818,7 +15806,7 @@ div[class*=ag-theme-salt]{
|
|
|
15818
15806
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
15819
15807
|
}
|
|
15820
15808
|
.ag-theme-salt-high-dark .ag-status-bar{
|
|
15821
|
-
color:var(--salt-
|
|
15809
|
+
color:var(--salt-content-secondary-foreground);
|
|
15822
15810
|
font-size:var(--salt-text-fontSize);
|
|
15823
15811
|
font-weight:var(--salt-text-label-fontWeight);
|
|
15824
15812
|
height:var(--agGrid-row-height-default);
|
|
@@ -15827,19 +15815,16 @@ div[class*=ag-theme-salt]{
|
|
|
15827
15815
|
}
|
|
15828
15816
|
.ag-theme-salt-high-dark .ag-status-panel{
|
|
15829
15817
|
align-items:center;
|
|
15830
|
-
color:var(--salt-
|
|
15818
|
+
color:var(--salt-content-secondary-foreground);
|
|
15831
15819
|
padding:var(--salt-spacing-100) 0;
|
|
15832
15820
|
}
|
|
15833
15821
|
.ag-theme-salt-high-dark .ag-status-name-value-value{
|
|
15834
|
-
color:var(--salt-
|
|
15822
|
+
color:var(--salt-content-primary-foreground);
|
|
15835
15823
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
15836
15824
|
}
|
|
15837
15825
|
.ag-theme-salt-high-dark .ag-header{
|
|
15838
15826
|
border-color:var(--agGrid-header-borderColor);
|
|
15839
15827
|
}
|
|
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
15828
|
.ag-theme-salt-high-dark .ag-header-row{
|
|
15844
15829
|
color:var(--agGrid-header-foreground);
|
|
15845
15830
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -15864,9 +15849,6 @@ div[class*=ag-theme-salt]{
|
|
|
15864
15849
|
.ag-theme-salt-high-dark .ag-header-cell,.ag-theme-salt-high-dark .ag-header-group-cell{
|
|
15865
15850
|
padding:0 calc(var(--salt-spacing-100));
|
|
15866
15851
|
}
|
|
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
15852
|
.ag-theme-salt-high-dark .ag-row{
|
|
15871
15853
|
color:var(--agGrid-foreground);
|
|
15872
15854
|
}
|
|
@@ -16116,11 +16098,11 @@ div[class*=ag-theme-salt]{
|
|
|
16116
16098
|
padding-right:var(--salt-spacing-100);
|
|
16117
16099
|
}
|
|
16118
16100
|
.ag-theme-salt-high-dark .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
16119
|
-
color:var(--salt-
|
|
16101
|
+
color:var(--salt-content-secondary-foreground);
|
|
16120
16102
|
content:"\e9ac";
|
|
16121
16103
|
}
|
|
16122
16104
|
.ag-theme-salt-high-dark .ag-floating-filter-input{
|
|
16123
|
-
color:var(--salt-
|
|
16105
|
+
color:var(--salt-content-secondary-foreground);
|
|
16124
16106
|
padding-left:var(--salt-spacing-100);
|
|
16125
16107
|
}
|
|
16126
16108
|
.ag-theme-salt-high-dark .ag-header-cell.ag-floating-filter{
|
|
@@ -21107,7 +21089,7 @@ div[class*=ag-theme-salt]{
|
|
|
21107
21089
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
21108
21090
|
}
|
|
21109
21091
|
.ag-theme-salt-high-light .ag-status-bar{
|
|
21110
|
-
color:var(--salt-
|
|
21092
|
+
color:var(--salt-content-secondary-foreground);
|
|
21111
21093
|
font-size:var(--salt-text-fontSize);
|
|
21112
21094
|
font-weight:var(--salt-text-label-fontWeight);
|
|
21113
21095
|
height:var(--agGrid-row-height-default);
|
|
@@ -21116,19 +21098,16 @@ div[class*=ag-theme-salt]{
|
|
|
21116
21098
|
}
|
|
21117
21099
|
.ag-theme-salt-high-light .ag-status-panel{
|
|
21118
21100
|
align-items:center;
|
|
21119
|
-
color:var(--salt-
|
|
21101
|
+
color:var(--salt-content-secondary-foreground);
|
|
21120
21102
|
padding:var(--salt-spacing-100) 0;
|
|
21121
21103
|
}
|
|
21122
21104
|
.ag-theme-salt-high-light .ag-status-name-value-value{
|
|
21123
|
-
color:var(--salt-
|
|
21105
|
+
color:var(--salt-content-primary-foreground);
|
|
21124
21106
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
21125
21107
|
}
|
|
21126
21108
|
.ag-theme-salt-high-light .ag-header{
|
|
21127
21109
|
border-color:var(--agGrid-header-borderColor);
|
|
21128
21110
|
}
|
|
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
21111
|
.ag-theme-salt-high-light .ag-header-row{
|
|
21133
21112
|
color:var(--agGrid-header-foreground);
|
|
21134
21113
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -21153,9 +21132,6 @@ div[class*=ag-theme-salt]{
|
|
|
21153
21132
|
.ag-theme-salt-high-light .ag-header-cell,.ag-theme-salt-high-light .ag-header-group-cell{
|
|
21154
21133
|
padding:0 calc(var(--salt-spacing-100));
|
|
21155
21134
|
}
|
|
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
21135
|
.ag-theme-salt-high-light .ag-row{
|
|
21160
21136
|
color:var(--agGrid-foreground);
|
|
21161
21137
|
}
|
|
@@ -21405,11 +21381,11 @@ div[class*=ag-theme-salt]{
|
|
|
21405
21381
|
padding-right:var(--salt-spacing-100);
|
|
21406
21382
|
}
|
|
21407
21383
|
.ag-theme-salt-high-light .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
21408
|
-
color:var(--salt-
|
|
21384
|
+
color:var(--salt-content-secondary-foreground);
|
|
21409
21385
|
content:"\e9ac";
|
|
21410
21386
|
}
|
|
21411
21387
|
.ag-theme-salt-high-light .ag-floating-filter-input{
|
|
21412
|
-
color:var(--salt-
|
|
21388
|
+
color:var(--salt-content-secondary-foreground);
|
|
21413
21389
|
padding-left:var(--salt-spacing-100);
|
|
21414
21390
|
}
|
|
21415
21391
|
.ag-theme-salt-high-light .ag-header-cell.ag-floating-filter{
|
|
@@ -26406,7 +26382,7 @@ div[class*=ag-theme-salt]{
|
|
|
26406
26382
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
26407
26383
|
}
|
|
26408
26384
|
.ag-theme-salt-medium-dark .ag-status-bar{
|
|
26409
|
-
color:var(--salt-
|
|
26385
|
+
color:var(--salt-content-secondary-foreground);
|
|
26410
26386
|
font-size:var(--salt-text-fontSize);
|
|
26411
26387
|
font-weight:var(--salt-text-label-fontWeight);
|
|
26412
26388
|
height:var(--agGrid-row-height-default);
|
|
@@ -26415,19 +26391,16 @@ div[class*=ag-theme-salt]{
|
|
|
26415
26391
|
}
|
|
26416
26392
|
.ag-theme-salt-medium-dark .ag-status-panel{
|
|
26417
26393
|
align-items:center;
|
|
26418
|
-
color:var(--salt-
|
|
26394
|
+
color:var(--salt-content-secondary-foreground);
|
|
26419
26395
|
padding:var(--salt-spacing-100) 0;
|
|
26420
26396
|
}
|
|
26421
26397
|
.ag-theme-salt-medium-dark .ag-status-name-value-value{
|
|
26422
|
-
color:var(--salt-
|
|
26398
|
+
color:var(--salt-content-primary-foreground);
|
|
26423
26399
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
26424
26400
|
}
|
|
26425
26401
|
.ag-theme-salt-medium-dark .ag-header{
|
|
26426
26402
|
border-color:var(--agGrid-header-borderColor);
|
|
26427
26403
|
}
|
|
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
26404
|
.ag-theme-salt-medium-dark .ag-header-row{
|
|
26432
26405
|
color:var(--agGrid-header-foreground);
|
|
26433
26406
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -26452,9 +26425,6 @@ div[class*=ag-theme-salt]{
|
|
|
26452
26425
|
.ag-theme-salt-medium-dark .ag-header-cell,.ag-theme-salt-medium-dark .ag-header-group-cell{
|
|
26453
26426
|
padding:0 calc(var(--salt-spacing-100));
|
|
26454
26427
|
}
|
|
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
26428
|
.ag-theme-salt-medium-dark .ag-row{
|
|
26459
26429
|
color:var(--agGrid-foreground);
|
|
26460
26430
|
}
|
|
@@ -26704,11 +26674,11 @@ div[class*=ag-theme-salt]{
|
|
|
26704
26674
|
padding-right:var(--salt-spacing-100);
|
|
26705
26675
|
}
|
|
26706
26676
|
.ag-theme-salt-medium-dark .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
26707
|
-
color:var(--salt-
|
|
26677
|
+
color:var(--salt-content-secondary-foreground);
|
|
26708
26678
|
content:"\e9ac";
|
|
26709
26679
|
}
|
|
26710
26680
|
.ag-theme-salt-medium-dark .ag-floating-filter-input{
|
|
26711
|
-
color:var(--salt-
|
|
26681
|
+
color:var(--salt-content-secondary-foreground);
|
|
26712
26682
|
padding-left:var(--salt-spacing-100);
|
|
26713
26683
|
}
|
|
26714
26684
|
.ag-theme-salt-medium-dark .ag-header-cell.ag-floating-filter{
|
|
@@ -31695,7 +31665,7 @@ div[class*=ag-theme-salt]{
|
|
|
31695
31665
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
31696
31666
|
}
|
|
31697
31667
|
.ag-theme-salt-medium-light .ag-status-bar{
|
|
31698
|
-
color:var(--salt-
|
|
31668
|
+
color:var(--salt-content-secondary-foreground);
|
|
31699
31669
|
font-size:var(--salt-text-fontSize);
|
|
31700
31670
|
font-weight:var(--salt-text-label-fontWeight);
|
|
31701
31671
|
height:var(--agGrid-row-height-default);
|
|
@@ -31704,19 +31674,16 @@ div[class*=ag-theme-salt]{
|
|
|
31704
31674
|
}
|
|
31705
31675
|
.ag-theme-salt-medium-light .ag-status-panel{
|
|
31706
31676
|
align-items:center;
|
|
31707
|
-
color:var(--salt-
|
|
31677
|
+
color:var(--salt-content-secondary-foreground);
|
|
31708
31678
|
padding:var(--salt-spacing-100) 0;
|
|
31709
31679
|
}
|
|
31710
31680
|
.ag-theme-salt-medium-light .ag-status-name-value-value{
|
|
31711
|
-
color:var(--salt-
|
|
31681
|
+
color:var(--salt-content-primary-foreground);
|
|
31712
31682
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
31713
31683
|
}
|
|
31714
31684
|
.ag-theme-salt-medium-light .ag-header{
|
|
31715
31685
|
border-color:var(--agGrid-header-borderColor);
|
|
31716
31686
|
}
|
|
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
31687
|
.ag-theme-salt-medium-light .ag-header-row{
|
|
31721
31688
|
color:var(--agGrid-header-foreground);
|
|
31722
31689
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -31741,9 +31708,6 @@ div[class*=ag-theme-salt]{
|
|
|
31741
31708
|
.ag-theme-salt-medium-light .ag-header-cell,.ag-theme-salt-medium-light .ag-header-group-cell{
|
|
31742
31709
|
padding:0 calc(var(--salt-spacing-100));
|
|
31743
31710
|
}
|
|
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
31711
|
.ag-theme-salt-medium-light .ag-row{
|
|
31748
31712
|
color:var(--agGrid-foreground);
|
|
31749
31713
|
}
|
|
@@ -31993,11 +31957,11 @@ div[class*=ag-theme-salt]{
|
|
|
31993
31957
|
padding-right:var(--salt-spacing-100);
|
|
31994
31958
|
}
|
|
31995
31959
|
.ag-theme-salt-medium-light .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
31996
|
-
color:var(--salt-
|
|
31960
|
+
color:var(--salt-content-secondary-foreground);
|
|
31997
31961
|
content:"\e9ac";
|
|
31998
31962
|
}
|
|
31999
31963
|
.ag-theme-salt-medium-light .ag-floating-filter-input{
|
|
32000
|
-
color:var(--salt-
|
|
31964
|
+
color:var(--salt-content-secondary-foreground);
|
|
32001
31965
|
padding-left:var(--salt-spacing-100);
|
|
32002
31966
|
}
|
|
32003
31967
|
.ag-theme-salt-medium-light .ag-header-cell.ag-floating-filter{
|
|
@@ -36990,7 +36954,7 @@ div[class*=ag-theme-salt]{
|
|
|
36990
36954
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
36991
36955
|
}
|
|
36992
36956
|
.ag-theme-salt-low-dark .ag-status-bar{
|
|
36993
|
-
color:var(--salt-
|
|
36957
|
+
color:var(--salt-content-secondary-foreground);
|
|
36994
36958
|
font-size:var(--salt-text-fontSize);
|
|
36995
36959
|
font-weight:var(--salt-text-label-fontWeight);
|
|
36996
36960
|
height:var(--agGrid-row-height-default);
|
|
@@ -36999,19 +36963,16 @@ div[class*=ag-theme-salt]{
|
|
|
36999
36963
|
}
|
|
37000
36964
|
.ag-theme-salt-low-dark .ag-status-panel{
|
|
37001
36965
|
align-items:center;
|
|
37002
|
-
color:var(--salt-
|
|
36966
|
+
color:var(--salt-content-secondary-foreground);
|
|
37003
36967
|
padding:var(--salt-spacing-100) 0;
|
|
37004
36968
|
}
|
|
37005
36969
|
.ag-theme-salt-low-dark .ag-status-name-value-value{
|
|
37006
|
-
color:var(--salt-
|
|
36970
|
+
color:var(--salt-content-primary-foreground);
|
|
37007
36971
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
37008
36972
|
}
|
|
37009
36973
|
.ag-theme-salt-low-dark .ag-header{
|
|
37010
36974
|
border-color:var(--agGrid-header-borderColor);
|
|
37011
36975
|
}
|
|
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
36976
|
.ag-theme-salt-low-dark .ag-header-row{
|
|
37016
36977
|
color:var(--agGrid-header-foreground);
|
|
37017
36978
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -37036,9 +36997,6 @@ div[class*=ag-theme-salt]{
|
|
|
37036
36997
|
.ag-theme-salt-low-dark .ag-header-cell,.ag-theme-salt-low-dark .ag-header-group-cell{
|
|
37037
36998
|
padding:0 calc(var(--salt-spacing-100));
|
|
37038
36999
|
}
|
|
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
37000
|
.ag-theme-salt-low-dark .ag-row{
|
|
37043
37001
|
color:var(--agGrid-foreground);
|
|
37044
37002
|
}
|
|
@@ -37288,11 +37246,11 @@ div[class*=ag-theme-salt]{
|
|
|
37288
37246
|
padding-right:var(--salt-spacing-100);
|
|
37289
37247
|
}
|
|
37290
37248
|
.ag-theme-salt-low-dark .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
37291
|
-
color:var(--salt-
|
|
37249
|
+
color:var(--salt-content-secondary-foreground);
|
|
37292
37250
|
content:"\e9ac";
|
|
37293
37251
|
}
|
|
37294
37252
|
.ag-theme-salt-low-dark .ag-floating-filter-input{
|
|
37295
|
-
color:var(--salt-
|
|
37253
|
+
color:var(--salt-content-secondary-foreground);
|
|
37296
37254
|
padding-left:var(--salt-spacing-100);
|
|
37297
37255
|
}
|
|
37298
37256
|
.ag-theme-salt-low-dark .ag-header-cell.ag-floating-filter{
|
|
@@ -42275,7 +42233,7 @@ div[class*=ag-theme-salt]{
|
|
|
42275
42233
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
42276
42234
|
}
|
|
42277
42235
|
.ag-theme-salt-low-light .ag-status-bar{
|
|
42278
|
-
color:var(--salt-
|
|
42236
|
+
color:var(--salt-content-secondary-foreground);
|
|
42279
42237
|
font-size:var(--salt-text-fontSize);
|
|
42280
42238
|
font-weight:var(--salt-text-label-fontWeight);
|
|
42281
42239
|
height:var(--agGrid-row-height-default);
|
|
@@ -42284,19 +42242,16 @@ div[class*=ag-theme-salt]{
|
|
|
42284
42242
|
}
|
|
42285
42243
|
.ag-theme-salt-low-light .ag-status-panel{
|
|
42286
42244
|
align-items:center;
|
|
42287
|
-
color:var(--salt-
|
|
42245
|
+
color:var(--salt-content-secondary-foreground);
|
|
42288
42246
|
padding:var(--salt-spacing-100) 0;
|
|
42289
42247
|
}
|
|
42290
42248
|
.ag-theme-salt-low-light .ag-status-name-value-value{
|
|
42291
|
-
color:var(--salt-
|
|
42249
|
+
color:var(--salt-content-primary-foreground);
|
|
42292
42250
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
42293
42251
|
}
|
|
42294
42252
|
.ag-theme-salt-low-light .ag-header{
|
|
42295
42253
|
border-color:var(--agGrid-header-borderColor);
|
|
42296
42254
|
}
|
|
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
42255
|
.ag-theme-salt-low-light .ag-header-row{
|
|
42301
42256
|
color:var(--agGrid-header-foreground);
|
|
42302
42257
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -42321,9 +42276,6 @@ div[class*=ag-theme-salt]{
|
|
|
42321
42276
|
.ag-theme-salt-low-light .ag-header-cell,.ag-theme-salt-low-light .ag-header-group-cell{
|
|
42322
42277
|
padding:0 calc(var(--salt-spacing-100));
|
|
42323
42278
|
}
|
|
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
42279
|
.ag-theme-salt-low-light .ag-row{
|
|
42328
42280
|
color:var(--agGrid-foreground);
|
|
42329
42281
|
}
|
|
@@ -42573,11 +42525,11 @@ div[class*=ag-theme-salt]{
|
|
|
42573
42525
|
padding-right:var(--salt-spacing-100);
|
|
42574
42526
|
}
|
|
42575
42527
|
.ag-theme-salt-low-light .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
42576
|
-
color:var(--salt-
|
|
42528
|
+
color:var(--salt-content-secondary-foreground);
|
|
42577
42529
|
content:"\e9ac";
|
|
42578
42530
|
}
|
|
42579
42531
|
.ag-theme-salt-low-light .ag-floating-filter-input{
|
|
42580
|
-
color:var(--salt-
|
|
42532
|
+
color:var(--salt-content-secondary-foreground);
|
|
42581
42533
|
padding-left:var(--salt-spacing-100);
|
|
42582
42534
|
}
|
|
42583
42535
|
.ag-theme-salt-low-light .ag-header-cell.ag-floating-filter{
|
|
@@ -47574,7 +47526,7 @@ div[class*=ag-theme-salt]{
|
|
|
47574
47526
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
47575
47527
|
}
|
|
47576
47528
|
.ag-theme-salt-touch-light .ag-status-bar{
|
|
47577
|
-
color:var(--salt-
|
|
47529
|
+
color:var(--salt-content-secondary-foreground);
|
|
47578
47530
|
font-size:var(--salt-text-fontSize);
|
|
47579
47531
|
font-weight:var(--salt-text-label-fontWeight);
|
|
47580
47532
|
height:var(--agGrid-row-height-default);
|
|
@@ -47583,19 +47535,16 @@ div[class*=ag-theme-salt]{
|
|
|
47583
47535
|
}
|
|
47584
47536
|
.ag-theme-salt-touch-light .ag-status-panel{
|
|
47585
47537
|
align-items:center;
|
|
47586
|
-
color:var(--salt-
|
|
47538
|
+
color:var(--salt-content-secondary-foreground);
|
|
47587
47539
|
padding:var(--salt-spacing-100) 0;
|
|
47588
47540
|
}
|
|
47589
47541
|
.ag-theme-salt-touch-light .ag-status-name-value-value{
|
|
47590
|
-
color:var(--salt-
|
|
47542
|
+
color:var(--salt-content-primary-foreground);
|
|
47591
47543
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
47592
47544
|
}
|
|
47593
47545
|
.ag-theme-salt-touch-light .ag-header{
|
|
47594
47546
|
border-color:var(--agGrid-header-borderColor);
|
|
47595
47547
|
}
|
|
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
47548
|
.ag-theme-salt-touch-light .ag-header-row{
|
|
47600
47549
|
color:var(--agGrid-header-foreground);
|
|
47601
47550
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -47620,9 +47569,6 @@ div[class*=ag-theme-salt]{
|
|
|
47620
47569
|
.ag-theme-salt-touch-light .ag-header-cell,.ag-theme-salt-touch-light .ag-header-group-cell{
|
|
47621
47570
|
padding:0 calc(var(--salt-spacing-100));
|
|
47622
47571
|
}
|
|
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
47572
|
.ag-theme-salt-touch-light .ag-row{
|
|
47627
47573
|
color:var(--agGrid-foreground);
|
|
47628
47574
|
}
|
|
@@ -47872,11 +47818,11 @@ div[class*=ag-theme-salt]{
|
|
|
47872
47818
|
padding-right:var(--salt-spacing-100);
|
|
47873
47819
|
}
|
|
47874
47820
|
.ag-theme-salt-touch-light .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
47875
|
-
color:var(--salt-
|
|
47821
|
+
color:var(--salt-content-secondary-foreground);
|
|
47876
47822
|
content:"\e9ac";
|
|
47877
47823
|
}
|
|
47878
47824
|
.ag-theme-salt-touch-light .ag-floating-filter-input{
|
|
47879
|
-
color:var(--salt-
|
|
47825
|
+
color:var(--salt-content-secondary-foreground);
|
|
47880
47826
|
padding-left:var(--salt-spacing-100);
|
|
47881
47827
|
}
|
|
47882
47828
|
.ag-theme-salt-touch-light .ag-header-cell.ag-floating-filter{
|
|
@@ -52877,7 +52823,7 @@ div[class*=ag-theme-salt]{
|
|
|
52877
52823
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
52878
52824
|
}
|
|
52879
52825
|
.ag-theme-salt-touch-dark .ag-status-bar{
|
|
52880
|
-
color:var(--salt-
|
|
52826
|
+
color:var(--salt-content-secondary-foreground);
|
|
52881
52827
|
font-size:var(--salt-text-fontSize);
|
|
52882
52828
|
font-weight:var(--salt-text-label-fontWeight);
|
|
52883
52829
|
height:var(--agGrid-row-height-default);
|
|
@@ -52886,19 +52832,16 @@ div[class*=ag-theme-salt]{
|
|
|
52886
52832
|
}
|
|
52887
52833
|
.ag-theme-salt-touch-dark .ag-status-panel{
|
|
52888
52834
|
align-items:center;
|
|
52889
|
-
color:var(--salt-
|
|
52835
|
+
color:var(--salt-content-secondary-foreground);
|
|
52890
52836
|
padding:var(--salt-spacing-100) 0;
|
|
52891
52837
|
}
|
|
52892
52838
|
.ag-theme-salt-touch-dark .ag-status-name-value-value{
|
|
52893
|
-
color:var(--salt-
|
|
52839
|
+
color:var(--salt-content-primary-foreground);
|
|
52894
52840
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
52895
52841
|
}
|
|
52896
52842
|
.ag-theme-salt-touch-dark .ag-header{
|
|
52897
52843
|
border-color:var(--agGrid-header-borderColor);
|
|
52898
52844
|
}
|
|
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
52845
|
.ag-theme-salt-touch-dark .ag-header-row{
|
|
52903
52846
|
color:var(--agGrid-header-foreground);
|
|
52904
52847
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -52923,9 +52866,6 @@ div[class*=ag-theme-salt]{
|
|
|
52923
52866
|
.ag-theme-salt-touch-dark .ag-header-cell,.ag-theme-salt-touch-dark .ag-header-group-cell{
|
|
52924
52867
|
padding:0 calc(var(--salt-spacing-100));
|
|
52925
52868
|
}
|
|
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
52869
|
.ag-theme-salt-touch-dark .ag-row{
|
|
52930
52870
|
color:var(--agGrid-foreground);
|
|
52931
52871
|
}
|
|
@@ -53175,11 +53115,11 @@ div[class*=ag-theme-salt]{
|
|
|
53175
53115
|
padding-right:var(--salt-spacing-100);
|
|
53176
53116
|
}
|
|
53177
53117
|
.ag-theme-salt-touch-dark .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
53178
|
-
color:var(--salt-
|
|
53118
|
+
color:var(--salt-content-secondary-foreground);
|
|
53179
53119
|
content:"\e9ac";
|
|
53180
53120
|
}
|
|
53181
53121
|
.ag-theme-salt-touch-dark .ag-floating-filter-input{
|
|
53182
|
-
color:var(--salt-
|
|
53122
|
+
color:var(--salt-content-secondary-foreground);
|
|
53183
53123
|
padding-left:var(--salt-spacing-100);
|
|
53184
53124
|
}
|
|
53185
53125
|
.ag-theme-salt-touch-dark .ag-header-cell.ag-floating-filter{
|
|
@@ -53249,7 +53189,7 @@ div[class*=ag-theme-salt]{
|
|
|
53249
53189
|
);
|
|
53250
53190
|
--agGrid-checkbox-foreground-selected:var(
|
|
53251
53191
|
--saltAgGrid-checkbox-foreground-selected,
|
|
53252
|
-
var(--salt-
|
|
53192
|
+
var(--salt-actionable-primary-foreground-active)
|
|
53253
53193
|
);
|
|
53254
53194
|
--_agGrid-checkbox-border:1px var(--salt-selectable-borderStyle) var(--salt-selectable-borderColor);
|
|
53255
53195
|
--agGrid-checkbox-border:var(
|