@adaptabletools/adaptable-vue3-aggrid-cjs 23.0.9 → 23.0.10
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 +51 -6
- package/package.json +2 -2
package/index.css
CHANGED
|
@@ -405,9 +405,6 @@
|
|
|
405
405
|
.twa\:-mx-1 {
|
|
406
406
|
margin-inline: calc(var(--ab-base-space) * -1);
|
|
407
407
|
}
|
|
408
|
-
.twa\:mx-0\.5 {
|
|
409
|
-
margin-inline: calc(var(--ab-base-space) * 0.5);
|
|
410
|
-
}
|
|
411
408
|
.twa\:mx-1 {
|
|
412
409
|
margin-inline: var(--ab-base-space);
|
|
413
410
|
}
|
|
@@ -1379,9 +1376,6 @@
|
|
|
1379
1376
|
.twa\:gap-y-3 {
|
|
1380
1377
|
row-gap: calc(var(--ab-base-space) * 3);
|
|
1381
1378
|
}
|
|
1382
|
-
.twa\:self-center {
|
|
1383
|
-
align-self: center;
|
|
1384
|
-
}
|
|
1385
1379
|
.twa\:self-end {
|
|
1386
1380
|
align-self: flex-end;
|
|
1387
1381
|
}
|
|
@@ -1825,6 +1819,9 @@
|
|
|
1825
1819
|
.twa\:px-0 {
|
|
1826
1820
|
padding-inline: 0;
|
|
1827
1821
|
}
|
|
1822
|
+
.twa\:px-0\.5 {
|
|
1823
|
+
padding-inline: calc(var(--ab-base-space) * 0.5);
|
|
1824
|
+
}
|
|
1828
1825
|
.twa\:px-1 {
|
|
1829
1826
|
padding-inline: var(--ab-base-space);
|
|
1830
1827
|
}
|
|
@@ -2756,6 +2753,16 @@
|
|
|
2756
2753
|
}
|
|
2757
2754
|
}
|
|
2758
2755
|
}
|
|
2756
|
+
@media (hover: hover) {
|
|
2757
|
+
.twa\:hover\:bg-current\/15:hover {
|
|
2758
|
+
background-color: currentcolor;
|
|
2759
|
+
}
|
|
2760
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2761
|
+
.twa\:hover\:bg-current\/15:hover {
|
|
2762
|
+
background-color: color-mix(in oklab, currentcolor 15%, transparent);
|
|
2763
|
+
}
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2759
2766
|
@media (hover: hover) {
|
|
2760
2767
|
.twa\:hover\:bg-destructive\/20:hover {
|
|
2761
2768
|
background-color: var(--ab-color-destructive);
|
|
@@ -3630,6 +3637,9 @@
|
|
|
3630
3637
|
:is(.twa\:\*\:\[\[role\=button\]\]\:absolute > *):is([role=button]) {
|
|
3631
3638
|
position: absolute;
|
|
3632
3639
|
}
|
|
3640
|
+
:is(.twa\:\*\:\[\[role\=button\]\]\:relative > *):is([role=button]) {
|
|
3641
|
+
position: relative;
|
|
3642
|
+
}
|
|
3633
3643
|
:is(.twa\:\*\:\[\[role\=button\]\]\:inset-x-0\.5 > *):is([role=button]) {
|
|
3634
3644
|
inset-inline: calc(var(--ab-base-space) * 0.5);
|
|
3635
3645
|
}
|
|
@@ -3639,12 +3649,31 @@
|
|
|
3639
3649
|
:is(.twa\:\*\:\[\[role\=button\]\]\:h-auto > *):is([role=button]) {
|
|
3640
3650
|
height: auto;
|
|
3641
3651
|
}
|
|
3652
|
+
:is(.twa\:\*\:\[\[role\=button\]\]\:h-full > *):is([role=button]) {
|
|
3653
|
+
height: 100%;
|
|
3654
|
+
}
|
|
3655
|
+
:is(.twa\:\*\:\[\[role\=button\]\]\:min-w-0 > *):is([role=button]) {
|
|
3656
|
+
min-width: 0;
|
|
3657
|
+
}
|
|
3658
|
+
:is(.twa\:\*\:\[\[role\=button\]\]\:flex-1 > *):is([role=button]) {
|
|
3659
|
+
flex: 1;
|
|
3660
|
+
}
|
|
3661
|
+
:is(.twa\:\*\:\[\[role\=button\]\]\:basis-0 > *):is([role=button]) {
|
|
3662
|
+
flex-basis: 0;
|
|
3663
|
+
}
|
|
3642
3664
|
:is(.twa\:\*\:\[\[role\=button\]\]\:rounded-input > *):is([role=button]) {
|
|
3643
3665
|
border-radius: var(--ab-border-radius-input);
|
|
3644
3666
|
}
|
|
3667
|
+
:is(.twa\:\*\:\[\[role\=button\]\]\:border-none > *):is([role=button]) {
|
|
3668
|
+
--tw-border-style: none;
|
|
3669
|
+
border-style: none;
|
|
3670
|
+
}
|
|
3645
3671
|
:is(.twa\:\*\:\[input\]\:absolute > *):is(input) {
|
|
3646
3672
|
position: absolute;
|
|
3647
3673
|
}
|
|
3674
|
+
:is(.twa\:\*\:\[input\]\:relative > *):is(input) {
|
|
3675
|
+
position: relative;
|
|
3676
|
+
}
|
|
3648
3677
|
:is(.twa\:\*\:\[input\]\:inset-x-0\.5 > *):is(input) {
|
|
3649
3678
|
inset-inline: calc(var(--ab-base-space) * 0.5);
|
|
3650
3679
|
}
|
|
@@ -3654,9 +3683,25 @@
|
|
|
3654
3683
|
:is(.twa\:\*\:\[input\]\:h-auto > *):is(input) {
|
|
3655
3684
|
height: auto;
|
|
3656
3685
|
}
|
|
3686
|
+
:is(.twa\:\*\:\[input\]\:h-full > *):is(input) {
|
|
3687
|
+
height: 100%;
|
|
3688
|
+
}
|
|
3689
|
+
:is(.twa\:\*\:\[input\]\:min-w-0 > *):is(input) {
|
|
3690
|
+
min-width: 0;
|
|
3691
|
+
}
|
|
3692
|
+
:is(.twa\:\*\:\[input\]\:flex-1 > *):is(input) {
|
|
3693
|
+
flex: 1;
|
|
3694
|
+
}
|
|
3695
|
+
:is(.twa\:\*\:\[input\]\:basis-0 > *):is(input) {
|
|
3696
|
+
flex-basis: 0;
|
|
3697
|
+
}
|
|
3657
3698
|
:is(.twa\:\*\:\[input\]\:rounded-input > *):is(input) {
|
|
3658
3699
|
border-radius: var(--ab-border-radius-input);
|
|
3659
3700
|
}
|
|
3701
|
+
:is(.twa\:\*\:\[input\]\:border-none > *):is(input) {
|
|
3702
|
+
--tw-border-style: none;
|
|
3703
|
+
border-style: none;
|
|
3704
|
+
}
|
|
3660
3705
|
:is(.twa\:\*\*\:\[input\]\:min-h-auto\! *):is(input) {
|
|
3661
3706
|
min-height: auto !important;
|
|
3662
3707
|
}
|
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.10",
|
|
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.10"
|
|
13
13
|
}
|
|
14
14
|
}
|