@adaptabletools/adaptable-react-aggrid 11.1.6 → 11.1.9

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 +16 -0
  2. package/index.css +20 -0
  3. package/package.json +2 -2
package/base.css CHANGED
@@ -1672,6 +1672,11 @@
1672
1672
  --ab-cmp-system-status-list__background-color: var(--ab-color-defaultbackground); }
1673
1673
  :root {
1674
1674
  --ab-cmp-dashboard-module-selector-background: var(--ab-color-defaultbackground); }
1675
+ :root {
1676
+ --ab-cmp-adaptable-statusbar-sub-panel__padding: var(--ab-space-1) var(--ab-space-2);
1677
+ --ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover: var(--ab-color-primary);
1678
+ --ab-cmp-adaptable-statusbar__color: var(--ab-color-text-on-primary);
1679
+ --ab-cmp-adaptable-statusbar__font-weight: 400; }
1675
1680
  .ab-Radio-input:focus + svg rect {
1676
1681
  stroke: var(--ab-color-accent);
1677
1682
  stroke-width: 2; }
@@ -2781,6 +2786,17 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
2781
2786
  width: var(--ab-cmp-adaptable-object-list-item-label__width); }
2782
2787
  .ab-Adaptable-Object-List__Item__label:hover .ab-Adaptable-Object-List__Item__edit-property {
2783
2788
  visibility: visible; }
2789
+ .ab-StatusBar__SubPanel {
2790
+ padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
2791
+ border: 0;
2792
+ background: none;
2793
+ font-weight: 400; }
2794
+ .ab-StatusBar__SubPanel,
2795
+ .ab-StatusBar__SubPanel .ab-SimpleButton {
2796
+ color: var(--ab-cmp-adaptable-statusbar__color); }
2797
+ button.ab-StatusBar__SubPanel:hover {
2798
+ background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
2799
+ cursor: pointer; }
2784
2800
  .ab-alert--error {
2785
2801
  background: var(--ab-color-error); }
2786
2802
  .ab-alert--success {
package/index.css CHANGED
@@ -2297,6 +2297,12 @@ template {
2297
2297
  :root {
2298
2298
  --ab-cmp-dashboard-module-selector-background: var(--ab-color-defaultbackground); }
2299
2299
 
2300
+ :root {
2301
+ --ab-cmp-adaptable-statusbar-sub-panel__padding: var(--ab-space-1) var(--ab-space-2);
2302
+ --ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover: var(--ab-color-primary);
2303
+ --ab-cmp-adaptable-statusbar__color: var(--ab-color-text-on-primary);
2304
+ --ab-cmp-adaptable-statusbar__font-weight: 400; }
2305
+
2300
2306
  .ab-Radio-input:focus + svg rect {
2301
2307
  stroke: var(--ab-color-accent);
2302
2308
  stroke-width: 2; }
@@ -3685,6 +3691,20 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
3685
3691
  .ab-Adaptable-Object-List__Item__label:hover .ab-Adaptable-Object-List__Item__edit-property {
3686
3692
  visibility: visible; }
3687
3693
 
3694
+ .ab-StatusBar__SubPanel {
3695
+ padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
3696
+ border: 0;
3697
+ background: none;
3698
+ font-weight: 400; }
3699
+
3700
+ .ab-StatusBar__SubPanel,
3701
+ .ab-StatusBar__SubPanel .ab-SimpleButton {
3702
+ color: var(--ab-cmp-adaptable-statusbar__color); }
3703
+
3704
+ button.ab-StatusBar__SubPanel:hover {
3705
+ background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
3706
+ cursor: pointer; }
3707
+
3688
3708
  .ab-alert--error {
3689
3709
  background: var(--ab-color-error); }
3690
3710
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-react-aggrid",
3
- "version": "11.1.6",
3
+ "version": "11.1.9",
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,7 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "tslib": "^2.0.0",
22
- "@adaptabletools/adaptable": "11.1.6"
22
+ "@adaptabletools/adaptable": "11.1.9"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@ag-grid-community/all-modules": ">=27.1.0",