@syncfusion/ej2-angular-documenteditor 23.2.7 → 24.1.41
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/esm2020/src/document-editor/documenteditor-all.module.mjs +7 -4
- package/esm2020/src/document-editor/documenteditor.component.mjs +10 -3
- package/esm2020/src/index.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +16 -6
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +16 -6
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +1 -0
- package/src/document-editor/documenteditor.component.d.ts +1 -1
- package/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +30 -0
- package/styles/bootstrap.css +30 -0
- package/styles/bootstrap4.css +30 -0
- package/styles/bootstrap5-dark.css +30 -0
- package/styles/bootstrap5.css +30 -0
- package/styles/document-editor/_theme.scss +28 -0
- package/styles/document-editor/bootstrap-dark.css +30 -0
- package/styles/document-editor/bootstrap.css +30 -0
- package/styles/document-editor/bootstrap4.css +30 -0
- package/styles/document-editor/bootstrap5-dark.css +30 -0
- package/styles/document-editor/bootstrap5.css +30 -0
- package/styles/document-editor/fabric-dark.css +30 -0
- package/styles/document-editor/fabric.css +30 -0
- package/styles/document-editor/fluent-dark.css +30 -0
- package/styles/document-editor/fluent.css +30 -0
- package/styles/document-editor/highcontrast.css +30 -0
- package/styles/document-editor/material-dark.css +30 -0
- package/styles/document-editor/material.css +30 -0
- package/styles/document-editor/material3-dark.css +30 -0
- package/styles/document-editor/material3.css +30 -0
- package/styles/document-editor/tailwind-dark.css +30 -0
- package/styles/document-editor/tailwind.css +30 -0
- package/styles/fabric-dark.css +30 -0
- package/styles/fabric.css +30 -0
- package/styles/fluent-dark.css +30 -0
- package/styles/fluent.css +30 -0
- package/styles/highcontrast.css +30 -0
- package/styles/material-dark.css +30 -0
- package/styles/material.css +30 -0
- package/styles/material3-dark.css +30 -0
- package/styles/material3.css +30 -0
- package/styles/tailwind-dark.css +30 -0
- package/styles/tailwind.css +30 -0
|
@@ -3708,6 +3708,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3708
3708
|
right: 10px;
|
|
3709
3709
|
}
|
|
3710
3710
|
|
|
3711
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3712
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3713
|
+
transition-duration: 200ms;
|
|
3714
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3715
|
+
position: absolute;
|
|
3716
|
+
bottom: 0px;
|
|
3717
|
+
height: 6px;
|
|
3718
|
+
width: 6px;
|
|
3719
|
+
min-width: 0px;
|
|
3720
|
+
max-width: 6px;
|
|
3721
|
+
border-radius: 6px;
|
|
3722
|
+
padding: 0px;
|
|
3723
|
+
}
|
|
3724
|
+
|
|
3725
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3726
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3727
|
+
transition-duration: 300ms;
|
|
3728
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3729
|
+
position: absolute;
|
|
3730
|
+
bottom: 0px;
|
|
3731
|
+
height: 20px;
|
|
3732
|
+
line-height: 20px;
|
|
3733
|
+
min-width: 44px;
|
|
3734
|
+
max-width: 150px;
|
|
3735
|
+
padding: 0px 8px;
|
|
3736
|
+
text-overflow: ellipsis;
|
|
3737
|
+
white-space: nowrap;
|
|
3738
|
+
color: white;
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3711
3741
|
.e-bigger {
|
|
3712
3742
|
/* stylelint-disable */
|
|
3713
3743
|
/* stylelint-enable */
|
|
@@ -3865,6 +3865,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3865
3865
|
right: 17px;
|
|
3866
3866
|
}
|
|
3867
3867
|
|
|
3868
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3869
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3870
|
+
transition-duration: 200ms;
|
|
3871
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3872
|
+
position: absolute;
|
|
3873
|
+
bottom: 0px;
|
|
3874
|
+
height: 6px;
|
|
3875
|
+
width: 6px;
|
|
3876
|
+
min-width: 0px;
|
|
3877
|
+
max-width: 6px;
|
|
3878
|
+
border-radius: 6px;
|
|
3879
|
+
padding: 0px;
|
|
3880
|
+
}
|
|
3881
|
+
|
|
3882
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3883
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3884
|
+
transition-duration: 300ms;
|
|
3885
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3886
|
+
position: absolute;
|
|
3887
|
+
bottom: 0px;
|
|
3888
|
+
height: 20px;
|
|
3889
|
+
line-height: 20px;
|
|
3890
|
+
min-width: 44px;
|
|
3891
|
+
max-width: 150px;
|
|
3892
|
+
padding: 0px 8px;
|
|
3893
|
+
text-overflow: ellipsis;
|
|
3894
|
+
white-space: nowrap;
|
|
3895
|
+
color: white;
|
|
3896
|
+
}
|
|
3897
|
+
|
|
3868
3898
|
.e-bigger {
|
|
3869
3899
|
/* stylelint-disable */
|
|
3870
3900
|
/* stylelint-enable */
|
|
@@ -3921,6 +3921,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3921
3921
|
right: 17px;
|
|
3922
3922
|
}
|
|
3923
3923
|
|
|
3924
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3925
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3926
|
+
transition-duration: 200ms;
|
|
3927
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3928
|
+
position: absolute;
|
|
3929
|
+
bottom: 0px;
|
|
3930
|
+
height: 6px;
|
|
3931
|
+
width: 6px;
|
|
3932
|
+
min-width: 0px;
|
|
3933
|
+
max-width: 6px;
|
|
3934
|
+
border-radius: 6px;
|
|
3935
|
+
padding: 0px;
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3939
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3940
|
+
transition-duration: 300ms;
|
|
3941
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3942
|
+
position: absolute;
|
|
3943
|
+
bottom: 0px;
|
|
3944
|
+
height: 20px;
|
|
3945
|
+
line-height: 20px;
|
|
3946
|
+
min-width: 44px;
|
|
3947
|
+
max-width: 150px;
|
|
3948
|
+
padding: 0px 8px;
|
|
3949
|
+
text-overflow: ellipsis;
|
|
3950
|
+
white-space: nowrap;
|
|
3951
|
+
color: white;
|
|
3952
|
+
}
|
|
3953
|
+
|
|
3924
3954
|
.e-bigger {
|
|
3925
3955
|
/* stylelint-disable */
|
|
3926
3956
|
/* stylelint-enable */
|
|
@@ -4020,6 +4020,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4020
4020
|
right: 19px;
|
|
4021
4021
|
}
|
|
4022
4022
|
|
|
4023
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
4024
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
4025
|
+
transition-duration: 200ms;
|
|
4026
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
4027
|
+
position: absolute;
|
|
4028
|
+
bottom: 0px;
|
|
4029
|
+
height: 6px;
|
|
4030
|
+
width: 6px;
|
|
4031
|
+
min-width: 0px;
|
|
4032
|
+
max-width: 6px;
|
|
4033
|
+
border-radius: 6px;
|
|
4034
|
+
padding: 0px;
|
|
4035
|
+
}
|
|
4036
|
+
|
|
4037
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
4038
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
4039
|
+
transition-duration: 300ms;
|
|
4040
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
4041
|
+
position: absolute;
|
|
4042
|
+
bottom: 0px;
|
|
4043
|
+
height: 20px;
|
|
4044
|
+
line-height: 20px;
|
|
4045
|
+
min-width: 44px;
|
|
4046
|
+
max-width: 150px;
|
|
4047
|
+
padding: 0px 8px;
|
|
4048
|
+
text-overflow: ellipsis;
|
|
4049
|
+
white-space: nowrap;
|
|
4050
|
+
color: white;
|
|
4051
|
+
}
|
|
4052
|
+
|
|
4023
4053
|
.e-bigger {
|
|
4024
4054
|
/* stylelint-disable */
|
|
4025
4055
|
/* stylelint-enable */
|
|
@@ -4023,6 +4023,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4023
4023
|
right: 19px;
|
|
4024
4024
|
}
|
|
4025
4025
|
|
|
4026
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
4027
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
4028
|
+
transition-duration: 200ms;
|
|
4029
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
4030
|
+
position: absolute;
|
|
4031
|
+
bottom: 0px;
|
|
4032
|
+
height: 6px;
|
|
4033
|
+
width: 6px;
|
|
4034
|
+
min-width: 0px;
|
|
4035
|
+
max-width: 6px;
|
|
4036
|
+
border-radius: 6px;
|
|
4037
|
+
padding: 0px;
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
4041
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
4042
|
+
transition-duration: 300ms;
|
|
4043
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
4044
|
+
position: absolute;
|
|
4045
|
+
bottom: 0px;
|
|
4046
|
+
height: 20px;
|
|
4047
|
+
line-height: 20px;
|
|
4048
|
+
min-width: 44px;
|
|
4049
|
+
max-width: 150px;
|
|
4050
|
+
padding: 0px 8px;
|
|
4051
|
+
text-overflow: ellipsis;
|
|
4052
|
+
white-space: nowrap;
|
|
4053
|
+
color: white;
|
|
4054
|
+
}
|
|
4055
|
+
|
|
4026
4056
|
.e-bigger {
|
|
4027
4057
|
/* stylelint-disable */
|
|
4028
4058
|
/* stylelint-enable */
|
package/styles/fabric-dark.css
CHANGED
|
@@ -3715,6 +3715,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3715
3715
|
right: 11px;
|
|
3716
3716
|
}
|
|
3717
3717
|
|
|
3718
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3719
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3720
|
+
transition-duration: 200ms;
|
|
3721
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3722
|
+
position: absolute;
|
|
3723
|
+
bottom: 0px;
|
|
3724
|
+
height: 6px;
|
|
3725
|
+
width: 6px;
|
|
3726
|
+
min-width: 0px;
|
|
3727
|
+
max-width: 6px;
|
|
3728
|
+
border-radius: 6px;
|
|
3729
|
+
padding: 0px;
|
|
3730
|
+
}
|
|
3731
|
+
|
|
3732
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3733
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3734
|
+
transition-duration: 300ms;
|
|
3735
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3736
|
+
position: absolute;
|
|
3737
|
+
bottom: 0px;
|
|
3738
|
+
height: 20px;
|
|
3739
|
+
line-height: 20px;
|
|
3740
|
+
min-width: 44px;
|
|
3741
|
+
max-width: 150px;
|
|
3742
|
+
padding: 0px 8px;
|
|
3743
|
+
text-overflow: ellipsis;
|
|
3744
|
+
white-space: nowrap;
|
|
3745
|
+
color: white;
|
|
3746
|
+
}
|
|
3747
|
+
|
|
3718
3748
|
.e-bigger {
|
|
3719
3749
|
/* stylelint-disable */
|
|
3720
3750
|
/* stylelint-enable */
|
package/styles/fabric.css
CHANGED
|
@@ -3719,6 +3719,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3719
3719
|
right: 11px;
|
|
3720
3720
|
}
|
|
3721
3721
|
|
|
3722
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3723
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3724
|
+
transition-duration: 200ms;
|
|
3725
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3726
|
+
position: absolute;
|
|
3727
|
+
bottom: 0px;
|
|
3728
|
+
height: 6px;
|
|
3729
|
+
width: 6px;
|
|
3730
|
+
min-width: 0px;
|
|
3731
|
+
max-width: 6px;
|
|
3732
|
+
border-radius: 6px;
|
|
3733
|
+
padding: 0px;
|
|
3734
|
+
}
|
|
3735
|
+
|
|
3736
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3737
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3738
|
+
transition-duration: 300ms;
|
|
3739
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3740
|
+
position: absolute;
|
|
3741
|
+
bottom: 0px;
|
|
3742
|
+
height: 20px;
|
|
3743
|
+
line-height: 20px;
|
|
3744
|
+
min-width: 44px;
|
|
3745
|
+
max-width: 150px;
|
|
3746
|
+
padding: 0px 8px;
|
|
3747
|
+
text-overflow: ellipsis;
|
|
3748
|
+
white-space: nowrap;
|
|
3749
|
+
color: white;
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3722
3752
|
.e-bigger {
|
|
3723
3753
|
/* stylelint-disable */
|
|
3724
3754
|
/* stylelint-enable */
|
package/styles/fluent-dark.css
CHANGED
|
@@ -3755,6 +3755,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3755
3755
|
right: 15px;
|
|
3756
3756
|
}
|
|
3757
3757
|
|
|
3758
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3759
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3760
|
+
transition-duration: 200ms;
|
|
3761
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3762
|
+
position: absolute;
|
|
3763
|
+
bottom: 0px;
|
|
3764
|
+
height: 6px;
|
|
3765
|
+
width: 6px;
|
|
3766
|
+
min-width: 0px;
|
|
3767
|
+
max-width: 6px;
|
|
3768
|
+
border-radius: 6px;
|
|
3769
|
+
padding: 0px;
|
|
3770
|
+
}
|
|
3771
|
+
|
|
3772
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3773
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3774
|
+
transition-duration: 300ms;
|
|
3775
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3776
|
+
position: absolute;
|
|
3777
|
+
bottom: 0px;
|
|
3778
|
+
height: 20px;
|
|
3779
|
+
line-height: 20px;
|
|
3780
|
+
min-width: 44px;
|
|
3781
|
+
max-width: 150px;
|
|
3782
|
+
padding: 0px 8px;
|
|
3783
|
+
text-overflow: ellipsis;
|
|
3784
|
+
white-space: nowrap;
|
|
3785
|
+
color: white;
|
|
3786
|
+
}
|
|
3787
|
+
|
|
3758
3788
|
.e-bigger {
|
|
3759
3789
|
/* stylelint-disable */
|
|
3760
3790
|
/* stylelint-enable */
|
package/styles/fluent.css
CHANGED
|
@@ -3755,6 +3755,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3755
3755
|
right: 15px;
|
|
3756
3756
|
}
|
|
3757
3757
|
|
|
3758
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3759
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3760
|
+
transition-duration: 200ms;
|
|
3761
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3762
|
+
position: absolute;
|
|
3763
|
+
bottom: 0px;
|
|
3764
|
+
height: 6px;
|
|
3765
|
+
width: 6px;
|
|
3766
|
+
min-width: 0px;
|
|
3767
|
+
max-width: 6px;
|
|
3768
|
+
border-radius: 6px;
|
|
3769
|
+
padding: 0px;
|
|
3770
|
+
}
|
|
3771
|
+
|
|
3772
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3773
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3774
|
+
transition-duration: 300ms;
|
|
3775
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3776
|
+
position: absolute;
|
|
3777
|
+
bottom: 0px;
|
|
3778
|
+
height: 20px;
|
|
3779
|
+
line-height: 20px;
|
|
3780
|
+
min-width: 44px;
|
|
3781
|
+
max-width: 150px;
|
|
3782
|
+
padding: 0px 8px;
|
|
3783
|
+
text-overflow: ellipsis;
|
|
3784
|
+
white-space: nowrap;
|
|
3785
|
+
color: white;
|
|
3786
|
+
}
|
|
3787
|
+
|
|
3758
3788
|
.e-bigger {
|
|
3759
3789
|
/* stylelint-disable */
|
|
3760
3790
|
/* stylelint-enable */
|
package/styles/highcontrast.css
CHANGED
|
@@ -3714,6 +3714,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3714
3714
|
right: 10px;
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3718
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3719
|
+
transition-duration: 200ms;
|
|
3720
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3721
|
+
position: absolute;
|
|
3722
|
+
bottom: 0px;
|
|
3723
|
+
height: 6px;
|
|
3724
|
+
width: 6px;
|
|
3725
|
+
min-width: 0px;
|
|
3726
|
+
max-width: 6px;
|
|
3727
|
+
border-radius: 6px;
|
|
3728
|
+
padding: 0px;
|
|
3729
|
+
}
|
|
3730
|
+
|
|
3731
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3732
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3733
|
+
transition-duration: 300ms;
|
|
3734
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3735
|
+
position: absolute;
|
|
3736
|
+
bottom: 0px;
|
|
3737
|
+
height: 20px;
|
|
3738
|
+
line-height: 20px;
|
|
3739
|
+
min-width: 44px;
|
|
3740
|
+
max-width: 150px;
|
|
3741
|
+
padding: 0px 8px;
|
|
3742
|
+
text-overflow: ellipsis;
|
|
3743
|
+
white-space: nowrap;
|
|
3744
|
+
color: white;
|
|
3745
|
+
}
|
|
3746
|
+
|
|
3717
3747
|
.e-bigger {
|
|
3718
3748
|
/* stylelint-disable */
|
|
3719
3749
|
/* stylelint-enable */
|
package/styles/material-dark.css
CHANGED
|
@@ -3708,6 +3708,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3708
3708
|
right: 10px;
|
|
3709
3709
|
}
|
|
3710
3710
|
|
|
3711
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3712
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3713
|
+
transition-duration: 200ms;
|
|
3714
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3715
|
+
position: absolute;
|
|
3716
|
+
bottom: 0px;
|
|
3717
|
+
height: 6px;
|
|
3718
|
+
width: 6px;
|
|
3719
|
+
min-width: 0px;
|
|
3720
|
+
max-width: 6px;
|
|
3721
|
+
border-radius: 6px;
|
|
3722
|
+
padding: 0px;
|
|
3723
|
+
}
|
|
3724
|
+
|
|
3725
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3726
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3727
|
+
transition-duration: 300ms;
|
|
3728
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3729
|
+
position: absolute;
|
|
3730
|
+
bottom: 0px;
|
|
3731
|
+
height: 20px;
|
|
3732
|
+
line-height: 20px;
|
|
3733
|
+
min-width: 44px;
|
|
3734
|
+
max-width: 150px;
|
|
3735
|
+
padding: 0px 8px;
|
|
3736
|
+
text-overflow: ellipsis;
|
|
3737
|
+
white-space: nowrap;
|
|
3738
|
+
color: white;
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3711
3741
|
.e-bigger {
|
|
3712
3742
|
/* stylelint-disable */
|
|
3713
3743
|
/* stylelint-enable */
|
package/styles/material.css
CHANGED
|
@@ -3708,6 +3708,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3708
3708
|
right: 10px;
|
|
3709
3709
|
}
|
|
3710
3710
|
|
|
3711
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3712
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3713
|
+
transition-duration: 200ms;
|
|
3714
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3715
|
+
position: absolute;
|
|
3716
|
+
bottom: 0px;
|
|
3717
|
+
height: 6px;
|
|
3718
|
+
width: 6px;
|
|
3719
|
+
min-width: 0px;
|
|
3720
|
+
max-width: 6px;
|
|
3721
|
+
border-radius: 6px;
|
|
3722
|
+
padding: 0px;
|
|
3723
|
+
}
|
|
3724
|
+
|
|
3725
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3726
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3727
|
+
transition-duration: 300ms;
|
|
3728
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3729
|
+
position: absolute;
|
|
3730
|
+
bottom: 0px;
|
|
3731
|
+
height: 20px;
|
|
3732
|
+
line-height: 20px;
|
|
3733
|
+
min-width: 44px;
|
|
3734
|
+
max-width: 150px;
|
|
3735
|
+
padding: 0px 8px;
|
|
3736
|
+
text-overflow: ellipsis;
|
|
3737
|
+
white-space: nowrap;
|
|
3738
|
+
color: white;
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3711
3741
|
.e-bigger {
|
|
3712
3742
|
/* stylelint-disable */
|
|
3713
3743
|
/* stylelint-enable */
|
|
@@ -3865,6 +3865,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3865
3865
|
right: 17px;
|
|
3866
3866
|
}
|
|
3867
3867
|
|
|
3868
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3869
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3870
|
+
transition-duration: 200ms;
|
|
3871
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3872
|
+
position: absolute;
|
|
3873
|
+
bottom: 0px;
|
|
3874
|
+
height: 6px;
|
|
3875
|
+
width: 6px;
|
|
3876
|
+
min-width: 0px;
|
|
3877
|
+
max-width: 6px;
|
|
3878
|
+
border-radius: 6px;
|
|
3879
|
+
padding: 0px;
|
|
3880
|
+
}
|
|
3881
|
+
|
|
3882
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3883
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3884
|
+
transition-duration: 300ms;
|
|
3885
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3886
|
+
position: absolute;
|
|
3887
|
+
bottom: 0px;
|
|
3888
|
+
height: 20px;
|
|
3889
|
+
line-height: 20px;
|
|
3890
|
+
min-width: 44px;
|
|
3891
|
+
max-width: 150px;
|
|
3892
|
+
padding: 0px 8px;
|
|
3893
|
+
text-overflow: ellipsis;
|
|
3894
|
+
white-space: nowrap;
|
|
3895
|
+
color: white;
|
|
3896
|
+
}
|
|
3897
|
+
|
|
3868
3898
|
.e-bigger {
|
|
3869
3899
|
/* stylelint-disable */
|
|
3870
3900
|
/* stylelint-enable */
|
package/styles/material3.css
CHANGED
|
@@ -3921,6 +3921,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3921
3921
|
right: 17px;
|
|
3922
3922
|
}
|
|
3923
3923
|
|
|
3924
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
3925
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
3926
|
+
transition-duration: 200ms;
|
|
3927
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3928
|
+
position: absolute;
|
|
3929
|
+
bottom: 0px;
|
|
3930
|
+
height: 6px;
|
|
3931
|
+
width: 6px;
|
|
3932
|
+
min-width: 0px;
|
|
3933
|
+
max-width: 6px;
|
|
3934
|
+
border-radius: 6px;
|
|
3935
|
+
padding: 0px;
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
3939
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
3940
|
+
transition-duration: 300ms;
|
|
3941
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
3942
|
+
position: absolute;
|
|
3943
|
+
bottom: 0px;
|
|
3944
|
+
height: 20px;
|
|
3945
|
+
line-height: 20px;
|
|
3946
|
+
min-width: 44px;
|
|
3947
|
+
max-width: 150px;
|
|
3948
|
+
padding: 0px 8px;
|
|
3949
|
+
text-overflow: ellipsis;
|
|
3950
|
+
white-space: nowrap;
|
|
3951
|
+
color: white;
|
|
3952
|
+
}
|
|
3953
|
+
|
|
3924
3954
|
.e-bigger {
|
|
3925
3955
|
/* stylelint-disable */
|
|
3926
3956
|
/* stylelint-enable */
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -4020,6 +4020,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4020
4020
|
right: 19px;
|
|
4021
4021
|
}
|
|
4022
4022
|
|
|
4023
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
4024
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
4025
|
+
transition-duration: 200ms;
|
|
4026
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
4027
|
+
position: absolute;
|
|
4028
|
+
bottom: 0px;
|
|
4029
|
+
height: 6px;
|
|
4030
|
+
width: 6px;
|
|
4031
|
+
min-width: 0px;
|
|
4032
|
+
max-width: 6px;
|
|
4033
|
+
border-radius: 6px;
|
|
4034
|
+
padding: 0px;
|
|
4035
|
+
}
|
|
4036
|
+
|
|
4037
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
4038
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
4039
|
+
transition-duration: 300ms;
|
|
4040
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
4041
|
+
position: absolute;
|
|
4042
|
+
bottom: 0px;
|
|
4043
|
+
height: 20px;
|
|
4044
|
+
line-height: 20px;
|
|
4045
|
+
min-width: 44px;
|
|
4046
|
+
max-width: 150px;
|
|
4047
|
+
padding: 0px 8px;
|
|
4048
|
+
text-overflow: ellipsis;
|
|
4049
|
+
white-space: nowrap;
|
|
4050
|
+
color: white;
|
|
4051
|
+
}
|
|
4052
|
+
|
|
4023
4053
|
.e-bigger {
|
|
4024
4054
|
/* stylelint-disable */
|
|
4025
4055
|
/* stylelint-enable */
|
package/styles/tailwind.css
CHANGED
|
@@ -4023,6 +4023,36 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4023
4023
|
right: 19px;
|
|
4024
4024
|
}
|
|
4025
4025
|
|
|
4026
|
+
.e-de-user-info.e-de-user-name-collapse span {
|
|
4027
|
+
transition-property: height, min-width, max-width, width, border-radius, padding;
|
|
4028
|
+
transition-duration: 200ms;
|
|
4029
|
+
transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
4030
|
+
position: absolute;
|
|
4031
|
+
bottom: 0px;
|
|
4032
|
+
height: 6px;
|
|
4033
|
+
width: 6px;
|
|
4034
|
+
min-width: 0px;
|
|
4035
|
+
max-width: 6px;
|
|
4036
|
+
border-radius: 6px;
|
|
4037
|
+
padding: 0px;
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
.e-de-user-info.e-de-user-name-expended span {
|
|
4041
|
+
transition-property: height, width, min-width, max-width, border-radius, padding;
|
|
4042
|
+
transition-duration: 300ms;
|
|
4043
|
+
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
|
|
4044
|
+
position: absolute;
|
|
4045
|
+
bottom: 0px;
|
|
4046
|
+
height: 20px;
|
|
4047
|
+
line-height: 20px;
|
|
4048
|
+
min-width: 44px;
|
|
4049
|
+
max-width: 150px;
|
|
4050
|
+
padding: 0px 8px;
|
|
4051
|
+
text-overflow: ellipsis;
|
|
4052
|
+
white-space: nowrap;
|
|
4053
|
+
color: white;
|
|
4054
|
+
}
|
|
4055
|
+
|
|
4026
4056
|
.e-bigger {
|
|
4027
4057
|
/* stylelint-disable */
|
|
4028
4058
|
/* stylelint-enable */
|