@adaptabletools/adaptable-react-aggrid 12.0.0-canary.7 → 12.0.1-canary.0
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 +1 -1
- package/index.css +1 -1
- package/package.json +4 -4
package/base.css
CHANGED
|
@@ -1954,7 +1954,7 @@
|
|
|
1954
1954
|
--ab-cmp-adaptable-object-compact-list__header__padding: var(--ab-space-2);
|
|
1955
1955
|
--ab-cmp-adaptable-object-compact-list__header__margin-bottom: var(--ab-space-1);
|
|
1956
1956
|
--ab-cmp-adaptable-object-compact-list__header__font-size: var(--ab-font-size-4);
|
|
1957
|
-
--ab-cmp-adaptable-object-compact-list-item-name__width:
|
|
1957
|
+
--ab-cmp-adaptable-object-compact-list-item-name__width: 95px;
|
|
1958
1958
|
--ab-cmp-adaptable-object-compact-list-item-name__padding: var(--ab-space-1);
|
|
1959
1959
|
--ab-cmp-adaptable-object-compact-list-item-name__margin-right: var(--ab-space-1);
|
|
1960
1960
|
--ab-cmp-adaptable-object-compact-list-item-name__font-size: var(--ab-font-size-4); }
|
package/index.css
CHANGED
|
@@ -2649,7 +2649,7 @@ template {
|
|
|
2649
2649
|
--ab-cmp-adaptable-object-compact-list__header__padding: var(--ab-space-2);
|
|
2650
2650
|
--ab-cmp-adaptable-object-compact-list__header__margin-bottom: var(--ab-space-1);
|
|
2651
2651
|
--ab-cmp-adaptable-object-compact-list__header__font-size: var(--ab-font-size-4);
|
|
2652
|
-
--ab-cmp-adaptable-object-compact-list-item-name__width:
|
|
2652
|
+
--ab-cmp-adaptable-object-compact-list-item-name__width: 95px;
|
|
2653
2653
|
--ab-cmp-adaptable-object-compact-list-item-name__padding: var(--ab-space-1);
|
|
2654
2654
|
--ab-cmp-adaptable-object-compact-list-item-name__margin-right: var(--ab-space-1);
|
|
2655
2655
|
--ab-cmp-adaptable-object-compact-list-item-name__font-size: var(--ab-font-size-4); }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.1-canary.0",
|
|
4
4
|
"description": "React version of AdapTable - the powerful AG Grid add-on that provides all the rich functionality that advanced users expect from their DataGrids and Data Tables",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "contact sales@adaptabletools.com for details",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"tslib": "^2.0.0",
|
|
22
|
-
"@adaptabletools/adaptable": "12.0.
|
|
22
|
+
"@adaptabletools/adaptable": "12.0.1-canary.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@ag-grid-community/all-modules": ">=27.
|
|
26
|
-
"@ag-grid-community/react": ">=27.
|
|
25
|
+
"@ag-grid-community/all-modules": ">=27.3.0",
|
|
26
|
+
"@ag-grid-community/react": ">=27.3.0",
|
|
27
27
|
"react": "^16.8.0 || ^17.0.0",
|
|
28
28
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
29
29
|
},
|