@adaptabletools/adaptable-react-aggrid 11.0.0-canary.3 → 11.0.0-canary.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.
- package/base.css +3 -0
- package/index.css +4 -0
- package/package.json +2 -2
package/base.css
CHANGED
|
@@ -1614,6 +1614,7 @@
|
|
|
1614
1614
|
--ab-cmp-adaptable-popup--settings__height: 90vh;
|
|
1615
1615
|
--ab-cmp-adaptable-popup__height: 90vh;
|
|
1616
1616
|
--ab-cmp-adaptable-popup__max-height: 1200px;
|
|
1617
|
+
--ab-cmp-adaptable-popup__box-shadow: 2px 2px 14px 0px rgb(0 0 0 / 26%);
|
|
1617
1618
|
--ab-cmp-adaptable-popup-navigation-list__padding: var(--ab-space-1) var(--ab-space-2);
|
|
1618
1619
|
--ab-cmp-adaptable-popup-navigation-list__border-right: 2px solid var(--ab-color-defaultbackground);
|
|
1619
1620
|
--ab-cmp-adaptable-popup-navigation-list__font-size: var(--ab-font-size-3);
|
|
@@ -2638,6 +2639,8 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
2638
2639
|
.ab-Adaptable-Popup {
|
|
2639
2640
|
background: var(--ab-cmp-adaptable-popup__background);
|
|
2640
2641
|
max-height: var(--ab-cmp-adaptable-popup__max-height); }
|
|
2642
|
+
.ab-Adaptable-Popup--window {
|
|
2643
|
+
box-shadow: var(--ab-cmp-adaptable-popup__box-shadow); }
|
|
2641
2644
|
.ab-Adaptable-Popup__Navigation {
|
|
2642
2645
|
padding-top: 10px;
|
|
2643
2646
|
overflow: auto;
|
package/index.css
CHANGED
|
@@ -2233,6 +2233,7 @@ template {
|
|
|
2233
2233
|
--ab-cmp-adaptable-popup--settings__height: 90vh;
|
|
2234
2234
|
--ab-cmp-adaptable-popup__height: 90vh;
|
|
2235
2235
|
--ab-cmp-adaptable-popup__max-height: 1200px;
|
|
2236
|
+
--ab-cmp-adaptable-popup__box-shadow: 2px 2px 14px 0px rgb(0 0 0 / 26%);
|
|
2236
2237
|
--ab-cmp-adaptable-popup-navigation-list__padding: var(--ab-space-1) var(--ab-space-2);
|
|
2237
2238
|
--ab-cmp-adaptable-popup-navigation-list__border-right: 2px solid var(--ab-color-defaultbackground);
|
|
2238
2239
|
--ab-cmp-adaptable-popup-navigation-list__font-size: var(--ab-font-size-3);
|
|
@@ -3510,6 +3511,9 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
3510
3511
|
background: var(--ab-cmp-adaptable-popup__background);
|
|
3511
3512
|
max-height: var(--ab-cmp-adaptable-popup__max-height); }
|
|
3512
3513
|
|
|
3514
|
+
.ab-Adaptable-Popup--window {
|
|
3515
|
+
box-shadow: var(--ab-cmp-adaptable-popup__box-shadow); }
|
|
3516
|
+
|
|
3513
3517
|
.ab-Adaptable-Popup__Navigation {
|
|
3514
3518
|
padding-top: 10px;
|
|
3515
3519
|
overflow: auto;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "11.0.0-canary.
|
|
3
|
+
"version": "11.0.0-canary.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": "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-canary.
|
|
22
|
+
"@adaptabletools/adaptable": "11.0.0-canary.4"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@ag-grid-community/all-modules": ">=26.2.0",
|