@adaptabletools/adaptable-react-aggrid 23.0.0-canary.9 → 23.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/index.css +13 -39
- package/package.json +2 -2
package/index.css
CHANGED
|
@@ -798,15 +798,15 @@
|
|
|
798
798
|
.twa\:min-h-\[300px\] {
|
|
799
799
|
min-height: 300px;
|
|
800
800
|
}
|
|
801
|
+
.twa\:min-h-\[500px\] {
|
|
802
|
+
min-height: 500px;
|
|
803
|
+
}
|
|
801
804
|
.twa\:min-h-auto {
|
|
802
805
|
min-height: auto;
|
|
803
806
|
}
|
|
804
807
|
.twa\:min-h-auto\! {
|
|
805
808
|
min-height: auto !important;
|
|
806
809
|
}
|
|
807
|
-
.twa\:min-h-full {
|
|
808
|
-
min-height: 100%;
|
|
809
|
-
}
|
|
810
810
|
.twa\:min-h-input {
|
|
811
811
|
min-height: var(--ab-input-height);
|
|
812
812
|
}
|
|
@@ -1909,6 +1909,9 @@
|
|
|
1909
1909
|
.twa\:pt-0 {
|
|
1910
1910
|
padding-top: 0;
|
|
1911
1911
|
}
|
|
1912
|
+
.twa\:pt-0\! {
|
|
1913
|
+
padding-top: 0 !important;
|
|
1914
|
+
}
|
|
1912
1915
|
.twa\:pt-0\.5 {
|
|
1913
1916
|
padding-top: calc(var(--ab-base-space) * 0.5);
|
|
1914
1917
|
}
|
|
@@ -8014,50 +8017,17 @@
|
|
|
8014
8017
|
box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 24%, transparent);
|
|
8015
8018
|
}
|
|
8016
8019
|
}
|
|
8017
|
-
.ab-SimpleButton.ab-ObjectListActionButton--edit {
|
|
8018
|
-
background-color: var(--ab-color-action-edit) !important;
|
|
8019
|
-
}
|
|
8020
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
8021
|
-
.ab-SimpleButton.ab-ObjectListActionButton--edit {
|
|
8022
|
-
background-color: color-mix(in srgb, var(--ab-color-action-edit) 14%, var(--ab-color-muted)) !important;
|
|
8023
|
-
}
|
|
8024
|
-
}
|
|
8025
|
-
.ab-SimpleButton.ab-ObjectListActionButton--edit {
|
|
8026
|
-
color: var(--ab-color-action-edit);
|
|
8027
|
-
}
|
|
8028
|
-
.ab-SimpleButton.ab-ObjectListActionButton--suspend {
|
|
8020
|
+
.ab-SimpleButton.ab-ObjectListActionButton--edit, .ab-SimpleButton.ab-ObjectListActionButton--suspend, .ab-SimpleButton.ab-ObjectListActionButton--delete, .ab-SimpleButton.ab-ObjectListActionButton--share, .ab-SimpleButton.ab-ObjectListActionButton--clone {
|
|
8029
8021
|
background-color: var(--ab-color-primary-foreground) !important;
|
|
8030
8022
|
}
|
|
8031
8023
|
@supports (color: color-mix(in lab, red, red)) {
|
|
8032
|
-
.ab-SimpleButton.ab-ObjectListActionButton--suspend {
|
|
8024
|
+
.ab-SimpleButton.ab-ObjectListActionButton--edit, .ab-SimpleButton.ab-ObjectListActionButton--suspend, .ab-SimpleButton.ab-ObjectListActionButton--delete, .ab-SimpleButton.ab-ObjectListActionButton--share, .ab-SimpleButton.ab-ObjectListActionButton--clone {
|
|
8033
8025
|
background-color: color-mix( in srgb, var(--ab-color-primary-foreground) 10%, var(--ab-color-muted) ) !important;
|
|
8034
8026
|
}
|
|
8035
8027
|
}
|
|
8036
|
-
.ab-SimpleButton.ab-ObjectListActionButton--suspend {
|
|
8028
|
+
.ab-SimpleButton.ab-ObjectListActionButton--edit, .ab-SimpleButton.ab-ObjectListActionButton--suspend, .ab-SimpleButton.ab-ObjectListActionButton--delete, .ab-SimpleButton.ab-ObjectListActionButton--share, .ab-SimpleButton.ab-ObjectListActionButton--clone {
|
|
8037
8029
|
color: var(--ab-color-primary-foreground);
|
|
8038
8030
|
}
|
|
8039
|
-
.ab-SimpleButton.ab-ObjectListActionButton--delete {
|
|
8040
|
-
background-color: var(--ab-color-action-delete) !important;
|
|
8041
|
-
}
|
|
8042
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
8043
|
-
.ab-SimpleButton.ab-ObjectListActionButton--delete {
|
|
8044
|
-
background-color: color-mix(in srgb, var(--ab-color-action-delete) 14%, var(--ab-color-muted)) !important;
|
|
8045
|
-
}
|
|
8046
|
-
}
|
|
8047
|
-
.ab-SimpleButton.ab-ObjectListActionButton--delete {
|
|
8048
|
-
color: var(--ab-color-action-delete);
|
|
8049
|
-
}
|
|
8050
|
-
.ab-SimpleButton.ab-ObjectListActionButton--share {
|
|
8051
|
-
background-color: var(--ab-color-action-share) !important;
|
|
8052
|
-
}
|
|
8053
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
8054
|
-
.ab-SimpleButton.ab-ObjectListActionButton--share {
|
|
8055
|
-
background-color: color-mix(in srgb, var(--ab-color-action-share) 14%, var(--ab-color-muted)) !important;
|
|
8056
|
-
}
|
|
8057
|
-
}
|
|
8058
|
-
.ab-SimpleButton.ab-ObjectListActionButton--share {
|
|
8059
|
-
color: var(--ab-color-action-share);
|
|
8060
|
-
}
|
|
8061
8031
|
.ab-SimpleButton.ab-ObjectListActionButton:hover:not(:disabled) {
|
|
8062
8032
|
box-shadow: inset 0 0 0 1px currentColor;
|
|
8063
8033
|
}
|
|
@@ -9067,6 +9037,10 @@
|
|
|
9067
9037
|
.ab--theme-dark input.ab-Input[type='number']::-webkit-outer-spin-button,.ab--theme-dark input.ab-Input[type='number']::-webkit-inner-spin-button {
|
|
9068
9038
|
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="4 0 18 18" version="1.1"><path fill="%23f7f7f7" d="M7 10l5 5 5-5z" transform="translate(0, 2)"/><path fill="%23f7f7f7" d="M7 14l5-5 5 5z" transform="translate(0, -6)"/></svg>') no-repeat center center;
|
|
9069
9039
|
}
|
|
9040
|
+
.ab--theme-dark input.ab-Input[type='time']::-webkit-calendar-picker-indicator,.ab--theme-dark input.ab-Input[type='date']::-webkit-calendar-picker-indicator,.ab--theme-dark input.ab-Input[type='datetime-local']::-webkit-calendar-picker-indicator,.ab--theme-dark input.ab-Input[type='month']::-webkit-calendar-picker-indicator,.ab--theme-dark input.ab-Input[type='week']::-webkit-calendar-picker-indicator {
|
|
9041
|
+
filter: invert(1);
|
|
9042
|
+
opacity: 0.85;
|
|
9043
|
+
}
|
|
9070
9044
|
}
|
|
9071
9045
|
@property --tw-translate-x {
|
|
9072
9046
|
syntax: "*";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.1",
|
|
4
4
|
"description": "React version of AdapTable - the powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "contact sales@adaptabletools.com for details",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.8.1",
|
|
10
10
|
"react-redux": "9.2.0",
|
|
11
|
-
"@adaptabletools/adaptable": "23.0.
|
|
11
|
+
"@adaptabletools/adaptable": "23.0.1"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"ag-grid-enterprise": ">=35.3.0",
|