canvasxpress-cli 39.7.5 → 39.8.7
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/package.json +1 -1
- package/src/canvasXpress.css +25 -0
- package/src/canvasXpress.js +2166 -1807
package/package.json
CHANGED
package/src/canvasXpress.css
CHANGED
|
@@ -3770,7 +3770,14 @@ div.CanvasXpressRowColumnHalf, div.CanvasXpressRowColumnThird, div.CanvasXpressR
|
|
|
3770
3770
|
box-sizing: border-box;
|
|
3771
3771
|
}
|
|
3772
3772
|
|
|
3773
|
+
div.CanvasXpressRowColumnFull:hover, div.CanvasXpressRowColumnTwoThird:hover, div.CanvasXpressRowColumnThreeFourth:hover, div.CanvasXpressRowColumnFourFifth:hover, div.CanvasXpressRowColumnFiveSixth:hover,
|
|
3774
|
+
div.CanvasXpressRowColumnHalf:hover, div.CanvasXpressRowColumnThird:hover, div.CanvasXpressRowColumnFourth:hover, div.CanvasXpressRowColumnFifth:hover, div.CanvasXpressRowColumnSixth:hover {
|
|
3775
|
+
border: 1px solid #dddddd;
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3773
3778
|
div.CanvasXpressRowColumnFull {
|
|
3779
|
+
border: 1px solid white;
|
|
3780
|
+
padding: 5px;
|
|
3774
3781
|
width: 100%;
|
|
3775
3782
|
}
|
|
3776
3783
|
div.CanvasXpressRowColumnFullActive {
|
|
@@ -3779,6 +3786,8 @@ div.CanvasXpressRowColumnFullActive {
|
|
|
3779
3786
|
width: 100%;
|
|
3780
3787
|
}
|
|
3781
3788
|
div.CanvasXpressRowColumnTwoThird {
|
|
3789
|
+
border: 1px solid white;
|
|
3790
|
+
padding: 5px;
|
|
3782
3791
|
width: 66.7%;
|
|
3783
3792
|
}
|
|
3784
3793
|
div.CanvasXpressRowColumnTwoThirdActive {
|
|
@@ -3787,6 +3796,8 @@ div.CanvasXpressRowColumnTwoThirdActive {
|
|
|
3787
3796
|
width: 66.7%;
|
|
3788
3797
|
}
|
|
3789
3798
|
div.CanvasXpressRowColumnThreeFourth {
|
|
3799
|
+
border: 1px solid white;
|
|
3800
|
+
padding: 5px;
|
|
3790
3801
|
width: 75%;
|
|
3791
3802
|
}
|
|
3792
3803
|
div.CanvasXpressRowColumnThreeFourthActive {
|
|
@@ -3795,6 +3806,8 @@ div.CanvasXpressRowColumnThreeFourthActive {
|
|
|
3795
3806
|
width: 75%;
|
|
3796
3807
|
}
|
|
3797
3808
|
div.CanvasXpressRowColumnFourFifth {
|
|
3809
|
+
border: 1px solid white;
|
|
3810
|
+
padding: 5px;
|
|
3798
3811
|
width: 80%;
|
|
3799
3812
|
}
|
|
3800
3813
|
div.CanvasXpressRowColumnFourFifthActive {
|
|
@@ -3803,6 +3816,8 @@ div.CanvasXpressRowColumnFourFifthActive {
|
|
|
3803
3816
|
width: 80%;
|
|
3804
3817
|
}
|
|
3805
3818
|
div.CanvasXpressRowColumnFiveSixth {
|
|
3819
|
+
border: 1px solid white;
|
|
3820
|
+
padding: 5px;
|
|
3806
3821
|
width: 83.4%;
|
|
3807
3822
|
}
|
|
3808
3823
|
div.CanvasXpressRowColumnFiveSixthActive {
|
|
@@ -3811,6 +3826,8 @@ div.CanvasXpressRowColumnFiveSixthActive {
|
|
|
3811
3826
|
width: 83.4%;
|
|
3812
3827
|
}
|
|
3813
3828
|
div.CanvasXpressRowColumnHalf {
|
|
3829
|
+
border: 1px solid white;
|
|
3830
|
+
padding: 5px;
|
|
3814
3831
|
width: 50%;
|
|
3815
3832
|
}
|
|
3816
3833
|
div.CanvasXpressRowColumnHalfActive {
|
|
@@ -3819,6 +3836,8 @@ div.CanvasXpressRowColumnHalfActive {
|
|
|
3819
3836
|
width: 50%;
|
|
3820
3837
|
}
|
|
3821
3838
|
div.CanvasXpressRowColumnThird {
|
|
3839
|
+
border: 1px solid white;
|
|
3840
|
+
padding: 5px;
|
|
3822
3841
|
width: 33.3%;
|
|
3823
3842
|
}
|
|
3824
3843
|
div.CanvasXpressRowColumnThirdActive {
|
|
@@ -3827,6 +3846,8 @@ div.CanvasXpressRowColumnThirdActive {
|
|
|
3827
3846
|
width: 33.3%;
|
|
3828
3847
|
}
|
|
3829
3848
|
div.CanvasXpressRowColumnFourth {
|
|
3849
|
+
border: 1px solid white;
|
|
3850
|
+
padding: 5px;
|
|
3830
3851
|
width: 25%;
|
|
3831
3852
|
}
|
|
3832
3853
|
div.CanvasXpressRowColumnFourthActive {
|
|
@@ -3835,6 +3856,8 @@ div.CanvasXpressRowColumnFourthActive {
|
|
|
3835
3856
|
width: 25%;
|
|
3836
3857
|
}
|
|
3837
3858
|
div.CanvasXpressRowColumnFifth {
|
|
3859
|
+
border: 1px solid white;
|
|
3860
|
+
padding: 5px;
|
|
3838
3861
|
width: 20%;
|
|
3839
3862
|
}
|
|
3840
3863
|
div.CanvasXpressRowColumnFifthActive {
|
|
@@ -3843,6 +3866,8 @@ div.CanvasXpressRowColumnFifthActive {
|
|
|
3843
3866
|
width: 20%;
|
|
3844
3867
|
}
|
|
3845
3868
|
div.CanvasXpressRowColumnSixth {
|
|
3869
|
+
border: 1px solid white;
|
|
3870
|
+
padding: 5px;
|
|
3846
3871
|
width: 16.6%;
|
|
3847
3872
|
}
|
|
3848
3873
|
div.CanvasXpressRowColumnSixthActive {
|