@adaptabletools/adaptable-react-aggrid 11.0.0 → 11.0.1

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/README.md CHANGED
@@ -4,7 +4,7 @@ Repository for the **AdapTable React AG Grid Wrapper** which allows you to use A
4
4
 
5
5
  ## Documentation
6
6
 
7
- For full details on how to install, instantiate and reference AdapTable programmatically at run-time please read the [AdapTable React Documentation](https://docs.adaptabletools.com/docs/react-wrapper/react-wrapper-overview).
7
+ For full details on how to install, instantiate and reference AdapTable programmatically at run-time please read the [AdapTable React Documentation](https://docs.adaptabletools.com/learn/react-overview).
8
8
 
9
9
  ## Demo
10
10
 
@@ -23,7 +23,7 @@ We can also make a trial licence available for a short period of time to allow y
23
23
  **Note: The AdapTable licence does not include AG Grid's licence which you must pay for that separately**.
24
24
 
25
25
 
26
- Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [Licence Help Page](https://docs.adaptabletools.com/docs/getting-started/licence) for more information.
26
+ Please contact [`sales@adaptabletools.com`](mailto:sales@adaptabletools.com) or see our [Licence Help Page](https://docs.adaptabletools.com/licensing) for more information.
27
27
 
28
28
 
29
29
  ## Other AdapTable Resources
package/base.css CHANGED
@@ -2322,8 +2322,7 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
2322
2322
  align-items: stretch;
2323
2323
  flex: 1;
2324
2324
  overflow-x: auto;
2325
- padding-top: var(--ab-dashboard-gap-size);
2326
- padding-bottom: var(--ab-dashboard-gap-size); }
2325
+ padding: var(--ab-dashboard-gap-size); }
2327
2326
  .ab-Dashboard__container {
2328
2327
  display: flex;
2329
2328
  flex-shrink: 0;
package/index.css CHANGED
@@ -3103,8 +3103,7 @@ input[type='number'].ab-Input:hover::-webkit-inner-spin-button:active {
3103
3103
  align-items: stretch;
3104
3104
  flex: 1;
3105
3105
  overflow-x: auto;
3106
- padding-top: var(--ab-dashboard-gap-size);
3107
- padding-bottom: var(--ab-dashboard-gap-size); }
3106
+ padding: var(--ab-dashboard-gap-size); }
3108
3107
 
3109
3108
  .ab-Dashboard__container {
3110
3109
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-react-aggrid",
3
- "version": "11.0.0",
3
+ "version": "11.0.1",
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.0.0"
22
+ "@adaptabletools/adaptable": "11.0.1"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@ag-grid-community/all-modules": ">=27.0.0",