@adaptabletools/adaptable-react-aggrid 11.1.1 → 11.1.4

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.
Files changed (3) hide show
  1. package/base.css +2 -0
  2. package/index.css +3 -0
  3. package/package.json +4 -4
package/base.css CHANGED
@@ -2751,6 +2751,8 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2751
2751
  .ab-Window-Modal {
2752
2752
  max-height: 100%;
2753
2753
  box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow); }
2754
+ .ab-Window-Modal .ab-Dialog__close-button {
2755
+ top: 3px; }
2754
2756
  .ab-Window-Modal .ab-Panel {
2755
2757
  max-height: initial; }
2756
2758
  .ab-Adaptable-Object-List {
package/index.css CHANGED
@@ -3645,6 +3645,9 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
3645
3645
  max-height: 100%;
3646
3646
  box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow); }
3647
3647
 
3648
+ .ab-Window-Modal .ab-Dialog__close-button {
3649
+ top: 3px; }
3650
+
3648
3651
  .ab-Window-Modal .ab-Panel {
3649
3652
  max-height: initial; }
3650
3653
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-react-aggrid",
3
- "version": "11.1.1",
3
+ "version": "11.1.4",
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": "contact sales@adaptabletools.com for details",
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "tslib": "^2.0.0",
22
- "@adaptabletools/adaptable": "11.1.1"
22
+ "@adaptabletools/adaptable": "11.1.4"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@ag-grid-community/all-modules": ">=27.1.0",
26
26
  "@ag-grid-community/react": ">=27.1.0",
27
- "react": ">=16.8.0",
28
- "react-dom": ">=16.8.0"
27
+ "react": "^16.8.0 || ^17.0.0",
28
+ "react-dom": "^16.8.0 || ^17.0.0"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=6.0.0"