@adaptabletools/adaptable-react-aggrid 12.0.1-canary.0 → 12.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/base.css +5 -18
- package/index.css +6 -22
- package/package.json +2 -2
package/base.css
CHANGED
|
@@ -1972,6 +1972,9 @@
|
|
|
1972
1972
|
--ab-cmp-adaptable-statusbar__color: var(--ab-color-text-on-primary);
|
|
1973
1973
|
--ab-cmp-adaptable-statusbar__font-weight: 400;
|
|
1974
1974
|
--ab-cmp-adaptable-statusbar__border: 1px solid var(--ab-color-primary); }
|
|
1975
|
+
:root {
|
|
1976
|
+
--ab-cmp-adaptable-shared-entity-shared-object__border: 2px solid var(--ab-color-primary);
|
|
1977
|
+
--ab-cmp-adaptable-shared-entity-shared-object__nesting-color: var(--ab-color-primary); }
|
|
1975
1978
|
.ab-Radio-input:focus + svg rect {
|
|
1976
1979
|
stroke: var(--ab-color-accent);
|
|
1977
1980
|
stroke-width: 2; }
|
|
@@ -3122,24 +3125,8 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
3122
3125
|
button.ab-StatusBar__SubPanel:hover {
|
|
3123
3126
|
background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
|
|
3124
3127
|
cursor: pointer; }
|
|
3125
|
-
.ab-
|
|
3126
|
-
|
|
3127
|
-
border-right: var(--ab-cmp-adaptable-statusbar__border);
|
|
3128
|
-
border-left: var(--ab-cmp-adaptable-statusbar__border); }
|
|
3129
|
-
.ab-StatusBar__SubPanel {
|
|
3130
|
-
padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
|
|
3131
|
-
border: 0;
|
|
3132
|
-
background: none;
|
|
3133
|
-
font-weight: 400;
|
|
3134
|
-
border-right: var(--ab-cmp-adaptable-statusbar__border); }
|
|
3135
|
-
.ab-StatusBar__SubPanel:last-child {
|
|
3136
|
-
border-right: 0; }
|
|
3137
|
-
.ab-StatusBar__SubPanel,
|
|
3138
|
-
.ab-StatusBar__SubPanel .ab-SimpleButton {
|
|
3139
|
-
color: var(--ab-cmp-adaptable-statusbar__color); }
|
|
3140
|
-
button.ab-StatusBar__SubPanel:hover {
|
|
3141
|
-
background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
|
|
3142
|
-
cursor: pointer; }
|
|
3128
|
+
.ab-Shared-Entity-Shared-Object {
|
|
3129
|
+
border: var(--ab-cmp-adaptable-shared-entity-shared-object__border); }
|
|
3143
3130
|
.ab-alert--error {
|
|
3144
3131
|
background: var(--ab-color-error); }
|
|
3145
3132
|
.ab-alert--success {
|
package/index.css
CHANGED
|
@@ -2672,6 +2672,10 @@ template {
|
|
|
2672
2672
|
--ab-cmp-adaptable-statusbar__font-weight: 400;
|
|
2673
2673
|
--ab-cmp-adaptable-statusbar__border: 1px solid var(--ab-color-primary); }
|
|
2674
2674
|
|
|
2675
|
+
:root {
|
|
2676
|
+
--ab-cmp-adaptable-shared-entity-shared-object__border: 2px solid var(--ab-color-primary);
|
|
2677
|
+
--ab-cmp-adaptable-shared-entity-shared-object__nesting-color: var(--ab-color-primary); }
|
|
2678
|
+
|
|
2675
2679
|
.ab-Radio-input:focus + svg rect {
|
|
2676
2680
|
stroke: var(--ab-color-accent);
|
|
2677
2681
|
stroke-width: 2; }
|
|
@@ -4113,28 +4117,8 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4113
4117
|
background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
|
|
4114
4118
|
cursor: pointer; }
|
|
4115
4119
|
|
|
4116
|
-
.ab-
|
|
4117
|
-
|
|
4118
|
-
border-right: var(--ab-cmp-adaptable-statusbar__border);
|
|
4119
|
-
border-left: var(--ab-cmp-adaptable-statusbar__border); }
|
|
4120
|
-
|
|
4121
|
-
.ab-StatusBar__SubPanel {
|
|
4122
|
-
padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
|
|
4123
|
-
border: 0;
|
|
4124
|
-
background: none;
|
|
4125
|
-
font-weight: 400;
|
|
4126
|
-
border-right: var(--ab-cmp-adaptable-statusbar__border); }
|
|
4127
|
-
|
|
4128
|
-
.ab-StatusBar__SubPanel:last-child {
|
|
4129
|
-
border-right: 0; }
|
|
4130
|
-
|
|
4131
|
-
.ab-StatusBar__SubPanel,
|
|
4132
|
-
.ab-StatusBar__SubPanel .ab-SimpleButton {
|
|
4133
|
-
color: var(--ab-cmp-adaptable-statusbar__color); }
|
|
4134
|
-
|
|
4135
|
-
button.ab-StatusBar__SubPanel:hover {
|
|
4136
|
-
background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
|
|
4137
|
-
cursor: pointer; }
|
|
4120
|
+
.ab-Shared-Entity-Shared-Object {
|
|
4121
|
+
border: var(--ab-cmp-adaptable-shared-entity-shared-object__border); }
|
|
4138
4122
|
|
|
4139
4123
|
.ab-alert--error {
|
|
4140
4124
|
background: var(--ab-color-error); }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "12.0.1
|
|
3
|
+
"version": "12.0.1",
|
|
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,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"tslib": "^2.0.0",
|
|
22
|
-
"@adaptabletools/adaptable": "12.0.1
|
|
22
|
+
"@adaptabletools/adaptable": "12.0.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@ag-grid-community/all-modules": ">=27.3.0",
|