@adaptabletools/adaptable-react-aggrid 23.0.5-canary.0 → 23.0.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/index.css +0 -64
- package/package.json +2 -2
package/index.css
CHANGED
|
@@ -420,12 +420,6 @@
|
|
|
420
420
|
.twa\:mx-3 {
|
|
421
421
|
margin-inline: calc(var(--ab-base-space) * 3);
|
|
422
422
|
}
|
|
423
|
-
.twa\:mx-\[1px\] {
|
|
424
|
-
margin-inline: 1px;
|
|
425
|
-
}
|
|
426
|
-
.twa\:mx-\[px\] {
|
|
427
|
-
margin-inline: px;
|
|
428
|
-
}
|
|
429
423
|
.twa\:my-0 {
|
|
430
424
|
margin-block: 0;
|
|
431
425
|
}
|
|
@@ -444,9 +438,6 @@
|
|
|
444
438
|
.twa\:my-3 {
|
|
445
439
|
margin-block: calc(var(--ab-base-space) * 3);
|
|
446
440
|
}
|
|
447
|
-
.twa\:my-\[2px\] {
|
|
448
|
-
margin-block: 2px;
|
|
449
|
-
}
|
|
450
441
|
.twa\:\!mt-0 {
|
|
451
442
|
margin-top: 0 !important;
|
|
452
443
|
}
|
|
@@ -498,9 +489,6 @@
|
|
|
498
489
|
.twa\:mr-6 {
|
|
499
490
|
margin-right: calc(var(--ab-base-space) * 6);
|
|
500
491
|
}
|
|
501
|
-
.twa\:mr-\[2px\] {
|
|
502
|
-
margin-right: 2px;
|
|
503
|
-
}
|
|
504
492
|
.twa\:mb-0 {
|
|
505
493
|
margin-bottom: 0;
|
|
506
494
|
}
|
|
@@ -1161,9 +1149,6 @@
|
|
|
1161
1149
|
.twa\:min-w-\[min\(calc\(var\(--anchor-width\)\+--spacing\(7\)\)\,var\(--available-width\)\,80vw\)\] {
|
|
1162
1150
|
min-width: min(calc(var(--anchor-width) + calc(var(--ab-base-space) * 7)), var(--available-width), 80vw);
|
|
1163
1151
|
}
|
|
1164
|
-
.twa\:min-w-max {
|
|
1165
|
-
min-width: max-content;
|
|
1166
|
-
}
|
|
1167
1152
|
.twa\:flex-0 {
|
|
1168
1153
|
flex: 0;
|
|
1169
1154
|
}
|
|
@@ -1700,18 +1685,6 @@
|
|
|
1700
1685
|
.twa\:bg-accentlight {
|
|
1701
1686
|
background-color: var(--ab-color-accentlight);
|
|
1702
1687
|
}
|
|
1703
|
-
.twa\:bg-action-clone {
|
|
1704
|
-
background-color: var(--ab-color-action-clone);
|
|
1705
|
-
}
|
|
1706
|
-
.twa\:bg-action-delete {
|
|
1707
|
-
background-color: var(--ab-color-action-delete);
|
|
1708
|
-
}
|
|
1709
|
-
.twa\:bg-action-edit {
|
|
1710
|
-
background-color: var(--ab-color-action-edit);
|
|
1711
|
-
}
|
|
1712
|
-
.twa\:bg-action-share {
|
|
1713
|
-
background-color: var(--ab-color-action-share);
|
|
1714
|
-
}
|
|
1715
1688
|
.twa\:bg-background {
|
|
1716
1689
|
background-color: var(--ab-color-background);
|
|
1717
1690
|
}
|
|
@@ -1798,18 +1771,6 @@
|
|
|
1798
1771
|
.twa\:bg-clip-padding {
|
|
1799
1772
|
background-clip: padding-box;
|
|
1800
1773
|
}
|
|
1801
|
-
.twa\:fill-action-clone-foreground {
|
|
1802
|
-
fill: var(--ab-color-action-clone-foreground);
|
|
1803
|
-
}
|
|
1804
|
-
.twa\:fill-action-delete-foreground {
|
|
1805
|
-
fill: var(--ab-color-action-delete-foreground);
|
|
1806
|
-
}
|
|
1807
|
-
.twa\:fill-action-edit-foreground {
|
|
1808
|
-
fill: var(--ab-color-action-edit-foreground);
|
|
1809
|
-
}
|
|
1810
|
-
.twa\:fill-action-share-foreground {
|
|
1811
|
-
fill: var(--ab-color-action-share-foreground);
|
|
1812
|
-
}
|
|
1813
1774
|
.twa\:fill-current {
|
|
1814
1775
|
fill: currentcolor;
|
|
1815
1776
|
}
|
|
@@ -2144,18 +2105,6 @@
|
|
|
2144
2105
|
.twa\:text-accentlight {
|
|
2145
2106
|
color: var(--ab-color-accentlight);
|
|
2146
2107
|
}
|
|
2147
|
-
.twa\:text-action-clone-foreground {
|
|
2148
|
-
color: var(--ab-color-action-clone-foreground);
|
|
2149
|
-
}
|
|
2150
|
-
.twa\:text-action-delete-foreground {
|
|
2151
|
-
color: var(--ab-color-action-delete-foreground);
|
|
2152
|
-
}
|
|
2153
|
-
.twa\:text-action-edit-foreground {
|
|
2154
|
-
color: var(--ab-color-action-edit-foreground);
|
|
2155
|
-
}
|
|
2156
|
-
.twa\:text-action-share-foreground {
|
|
2157
|
-
color: var(--ab-color-action-share-foreground);
|
|
2158
|
-
}
|
|
2159
2108
|
.twa\:text-background {
|
|
2160
2109
|
color: var(--ab-color-background);
|
|
2161
2110
|
}
|
|
@@ -6532,15 +6481,6 @@
|
|
|
6532
6481
|
input.ab-Radio-input:checked:disabled::after {
|
|
6533
6482
|
background-color: #656565;
|
|
6534
6483
|
}
|
|
6535
|
-
.ab-Table td,.ab-Table th {
|
|
6536
|
-
padding: calc(var(--ab-base-space) * 2);
|
|
6537
|
-
}
|
|
6538
|
-
.ab-Table th {
|
|
6539
|
-
border-bottom: 2px solid var(--ab-color-primarydark);
|
|
6540
|
-
}
|
|
6541
|
-
.ab-Table tr:not(last-child) td {
|
|
6542
|
-
border-bottom: 1px solid var(--ab-color-primarylight);
|
|
6543
|
-
}
|
|
6544
6484
|
.ab-CheckBox,.ab-CheckBox *,.ab-CheckBox *:before,.ab-CheckBox *:after {
|
|
6545
6485
|
box-sizing: border-box;
|
|
6546
6486
|
}
|
|
@@ -6936,10 +6876,6 @@
|
|
|
6936
6876
|
.ab-FileDroppable,.ab-FileDroppable *,.ab-FileDroppable *:before,.ab-FileDroppable *:after {
|
|
6937
6877
|
box-sizing: border-box;
|
|
6938
6878
|
}
|
|
6939
|
-
.ab-WizardPanel > .ab-Panel__body {
|
|
6940
|
-
display: flex;
|
|
6941
|
-
flex-flow: column;
|
|
6942
|
-
}
|
|
6943
6879
|
.ab-Dashboard {
|
|
6944
6880
|
z-index: 1000;
|
|
6945
6881
|
user-select: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "23.0.5
|
|
3
|
+
"version": "23.0.5",
|
|
4
4
|
"description": "React version of AdapTable - the powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "contact sales@adaptabletools.com for details",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.8.1",
|
|
10
10
|
"react-redux": "9.2.0",
|
|
11
|
-
"@adaptabletools/adaptable": "23.0.5
|
|
11
|
+
"@adaptabletools/adaptable": "23.0.5"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"ag-grid-enterprise": ">=35.3.0",
|