@adaptabletools/adaptable-vue3-aggrid-cjs 23.0.10 → 23.0.11
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 +5 -2
- package/package.json +2 -2
package/index.css
CHANGED
|
@@ -708,8 +708,8 @@
|
|
|
708
708
|
.twa\:max-h-\[min\(calc\(--spacing\(72\)---spacing\(9\)\)\,calc\(var\(--available-height\)---spacing\(9\)\)\)\] {
|
|
709
709
|
max-height: min(calc(calc(var(--ab-base-space) * 72) - calc(var(--ab-base-space) * 9)), calc(var(--available-height) - calc(var(--ab-base-space) * 9)));
|
|
710
710
|
}
|
|
711
|
-
.twa\:max-h-\[min\(var\(--available-height\)\,80vh\)\] {
|
|
712
|
-
max-height: min(var(--available-height), 80vh);
|
|
711
|
+
.twa\:max-h-\[min\(var\(--available-height\,80vh\)\,80vh\)\] {
|
|
712
|
+
max-height: min(var(--available-height,80vh), 80vh);
|
|
713
713
|
}
|
|
714
714
|
.twa\:max-h-full {
|
|
715
715
|
max-height: 100%;
|
|
@@ -1020,6 +1020,9 @@
|
|
|
1020
1020
|
.twa\:max-w-\[min\(var\(--available-width\)\,80vw\)\] {
|
|
1021
1021
|
max-width: min(var(--available-width), 80vw);
|
|
1022
1022
|
}
|
|
1023
|
+
.twa\:max-w-\[min\(var\(--available-width\,80vw\)\,80vw\)\] {
|
|
1024
|
+
max-width: min(var(--available-width,80vw), 80vw);
|
|
1025
|
+
}
|
|
1023
1026
|
.twa\:max-w-full {
|
|
1024
1027
|
max-width: 100%;
|
|
1025
1028
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-vue3-aggrid-cjs",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.11",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"typings": "lib/index.d.ts",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
"vue": "^3.0.0"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@adaptabletools/adaptable-cjs": "23.0.
|
|
12
|
+
"@adaptabletools/adaptable-cjs": "23.0.11"
|
|
13
13
|
}
|
|
14
14
|
}
|