@adaptabletools/adaptable-react-aggrid 11.1.0 → 11.1.1-canary.2
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/base.css +4 -6
- package/index.css +4 -6
- package/package.json +2 -2
package/base.css
CHANGED
|
@@ -2813,13 +2813,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
2813
2813
|
height: 100%;
|
|
2814
2814
|
width: 100%; }
|
|
2815
2815
|
.ab-ActionColumn {
|
|
2816
|
-
|
|
2817
|
-
|
|
2816
|
+
height: 100%;
|
|
2817
|
+
display: flex;
|
|
2818
|
+
column-gap: var(--ab-space-1); }
|
|
2818
2819
|
.ab-ActionColumn > button.ab-SimpleButton {
|
|
2819
|
-
height: 100%;
|
|
2820
|
-
position: absolute;
|
|
2821
|
-
top: 0;
|
|
2822
|
-
left: 0; }
|
|
2820
|
+
height: 100%; }
|
|
2823
2821
|
.Toastify__toast-container {
|
|
2824
2822
|
border-style: none;
|
|
2825
2823
|
border-width: 0px; }
|
package/index.css
CHANGED
|
@@ -3728,14 +3728,12 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
3728
3728
|
width: 100%; }
|
|
3729
3729
|
|
|
3730
3730
|
.ab-ActionColumn {
|
|
3731
|
-
|
|
3732
|
-
|
|
3731
|
+
height: 100%;
|
|
3732
|
+
display: flex;
|
|
3733
|
+
column-gap: var(--ab-space-1); }
|
|
3733
3734
|
|
|
3734
3735
|
.ab-ActionColumn > button.ab-SimpleButton {
|
|
3735
|
-
height: 100%;
|
|
3736
|
-
position: absolute;
|
|
3737
|
-
top: 0;
|
|
3738
|
-
left: 0; }
|
|
3736
|
+
height: 100%; }
|
|
3739
3737
|
|
|
3740
3738
|
.Toastify__toast-container {
|
|
3741
3739
|
border-style: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.1-canary.2",
|
|
4
4
|
"description": "React version of the powerful data-agnostic HTML5 datagrid add-on that sits on top of the agGrid component and provides all the rich functionality that advanced users expect from their DataGrids and Data Tables",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"tslib": "^2.0.0",
|
|
22
|
-
"@adaptabletools/adaptable": "11.1.
|
|
22
|
+
"@adaptabletools/adaptable": "11.1.1-canary.2"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@ag-grid-community/all-modules": ">=27.1.0",
|