canvasxpress-cli 39.4.26 → 39.7.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvasxpress-cli",
3
- "version": "39.4.26",
3
+ "version": "39.7.5",
4
4
  "license": {
5
5
  "type": "Dual licensing",
6
6
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -38,7 +38,7 @@
38
38
  100% {
39
39
  transform: rotate(360deg);
40
40
  }
41
- }
41
+ }
42
42
 
43
43
  /*
44
44
  * Loading Image
@@ -626,7 +626,7 @@ div.CanvasXpressBinContainerTab {
626
626
  background-color: rgba(255, 255, 255, 0.95);
627
627
  border-width: 1px 1px 1px 1px;
628
628
  border-style: solid;
629
- border-color: rgb(51, 122, 183);
629
+ border-color: rgb(51, 122, 183);
630
630
  border-radius: 5px;
631
631
  box-sizing: content-box;
632
632
  clear: none;
@@ -1462,14 +1462,14 @@ span.CanvasXpressDataCustomizerListNumericActive:before {
1462
1462
  color: rgb(51, 122, 183);
1463
1463
  content: "\00a0#\00a0\00a0\00a0";
1464
1464
  }
1465
-
1465
+
1466
1466
  span.CanvasXpressDataCustomizerListString:before,
1467
1467
  span.CanvasXpressDataCustomizerListStringActive:before {
1468
1468
  font: normal 10px courier;
1469
1469
  color: rgb(51, 122, 183);
1470
1470
  content: "Abc\00a0\00a0";
1471
1471
  }
1472
-
1472
+
1473
1473
  span.CanvasXpressDataCustomizerListUnique:before,
1474
1474
  span.CanvasXpressDataCustomizerListUniqueActive:before {
1475
1475
  font: normal 10px courier;
@@ -1814,7 +1814,7 @@ div.CanvasXpressMarker {
1814
1814
 
1815
1815
 
1816
1816
  /*
1817
- * Toolbar
1817
+ * Toolbar
1818
1818
  */
1819
1819
 
1820
1820
 
@@ -1844,7 +1844,7 @@ div.CanvasXpressToolbar img.CanvasXpressToolbarImage:hover+img.CanvasXpressToolb
1844
1844
  transform: scale(1.1);
1845
1845
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.7)));
1846
1846
  }
1847
- */
1847
+ */
1848
1848
 
1849
1849
  div.CanvasXpressToolbar img.CanvasXpressToolbarImage, div.CanvasXpressToolbar svg.CanvasXpressToolbarImage {
1850
1850
  background: rgba(0, 0, 0, 0) !important;
@@ -3639,6 +3639,218 @@ div.CanvasXpress-ParentNode {
3639
3639
  */
3640
3640
  }
3641
3641
 
3642
+ /*
3643
+ * CanvasXpress Tab Panel
3644
+ */
3645
+
3646
+ div.CanvasXpressTabPanel {
3647
+ font: normal 16px arial, tahoma, sans-serif;
3648
+ margin: 10px;
3649
+ float: left;
3650
+ width: 100%
3651
+ }
3652
+
3653
+ /* Customizer */
3654
+
3655
+ div.CanvasXpressTabPanelCustomizer {
3656
+ position: relative;
3657
+ border-bottom: 1px solid #dddddd;
3658
+ top: -10px;
3659
+ overflow: hidden;
3660
+ }
3661
+
3662
+ div.CanvasXpressTabPanelRibbon {
3663
+ float: left;
3664
+ margin-right: 10px;
3665
+ }
3666
+
3667
+ span.CanvasXpressTabPanelRibbon {
3668
+ color: rgb(34, 34, 34);
3669
+ font: normal 16px arial, tahoma, sans-serif;
3670
+ line-height: 28px;
3671
+ list-style: none;
3672
+ white-space: nowrap;
3673
+ position: relative;
3674
+ height: 28px;
3675
+ }
3676
+
3677
+ div.CanvasXpressTabPanelRibbonContainer {
3678
+ border: 1px solid rgb(51, 122, 183);
3679
+ border-radius: 5px;
3680
+ }
3681
+
3682
+ svg.CanvasXpressTabPanelRibbon {
3683
+ float: left;
3684
+ border: 1px solid rgb(51, 122, 183);
3685
+ margin-left: 5px;
3686
+ margin-top: 5px;
3687
+ padding: 5px;
3688
+ border-radius: 5px;
3689
+ }
3690
+
3691
+ /* Header */
3692
+
3693
+ div.CanvasXpressTabPanelHeader {
3694
+ font: normal 16px arial, tahoma, sans-serif;
3695
+ border-bottom: 2px solid rgb(51, 122, 183);
3696
+ height: 38px;
3697
+ width: 100%;
3698
+ float: left;
3699
+ }
3700
+
3701
+ div.CanvasXpressTabPanelHeaderTab {
3702
+ font: normal 16px arial, tahoma, sans-serif;
3703
+ margin-left: 20px;
3704
+ margin-right: 20px;
3705
+ float: left;
3706
+ }
3707
+
3708
+ input.CanvasXpressTabPanelHeader {
3709
+ border-width: 1px 1px 0 1px;
3710
+ border-color: rgb(51, 122, 183);
3711
+ border-style: solid;
3712
+ border-radius: 5px 5px 0 0;
3713
+ padding: 8px;
3714
+ font: normal 16px arial, tahoma, sans-serif;
3715
+ max-width: 100px;
3716
+ outline: none;
3717
+ text-align: center;
3718
+ }
3719
+
3720
+ input.CanvasXpressTabPanelHeaderActive {
3721
+ border-bottom-width: 2px;
3722
+ border-left-color: rgb(51, 122, 183);
3723
+ border-top-color: rgb(51, 122, 183);
3724
+ border-right-color: rgb(51, 122, 183);
3725
+ border-bottom-color: #ffffff;
3726
+ border-style: solid;
3727
+ border-radius: 5px 5px 0 0;
3728
+ padding: 8px;
3729
+ font: normal 16px arial, tahoma, sans-serif;
3730
+ max-width: 100px;
3731
+ outline: none;
3732
+ text-align: center;
3733
+ }
3734
+
3735
+ /* Content */
3736
+
3737
+ div.CanvasXpressTabPanelContent {
3738
+ margin-top: 10px;
3739
+ display: block;
3740
+ float: left;
3741
+ width: 100%;
3742
+ position: relative;
3743
+ }
3744
+
3745
+ /* Rows */
3746
+
3747
+ div.CanvasXpressRow {
3748
+ clear: both;
3749
+ display: flex;
3750
+ flex-wrap: wrap;
3751
+ margin-top: 10px;
3752
+ float: left;
3753
+ width: 100%;
3754
+ }
3755
+ div.CanvasXpressRow:before, div.CanvasXpressRow:after {
3756
+ content: " ";
3757
+ display: table;
3758
+ }
3759
+ div.CanvasXpressRow:after {
3760
+ clear: both;
3761
+ }
3762
+
3763
+ div.CanvasXpressRowColumnFull, div.CanvasXpressRowColumnTwoThird, div.CanvasXpressRowColumnThreeFourth, div.CanvasXpressRowColumnFourFifth, div.CanvasXpressRowColumnFiveSixth,
3764
+ div.CanvasXpressRowColumnHalf, div.CanvasXpressRowColumnThird, div.CanvasXpressRowColumnFourth, div.CanvasXpressRowColumnFifth, div.CanvasXpressRowColumnSixth {
3765
+ float: left;
3766
+ padding-left: 1rem;
3767
+ padding-right: 1rem;
3768
+ -moz-box-sizing: border-box;
3769
+ -webkit-box-sizing: border-box;
3770
+ box-sizing: border-box;
3771
+ }
3772
+
3773
+ div.CanvasXpressRowColumnFull {
3774
+ width: 100%;
3775
+ }
3776
+ div.CanvasXpressRowColumnFullActive {
3777
+ border: 1px solid red;
3778
+ padding: 5px;
3779
+ width: 100%;
3780
+ }
3781
+ div.CanvasXpressRowColumnTwoThird {
3782
+ width: 66.7%;
3783
+ }
3784
+ div.CanvasXpressRowColumnTwoThirdActive {
3785
+ border: 1px solid red;
3786
+ padding: 5px;
3787
+ width: 66.7%;
3788
+ }
3789
+ div.CanvasXpressRowColumnThreeFourth {
3790
+ width: 75%;
3791
+ }
3792
+ div.CanvasXpressRowColumnThreeFourthActive {
3793
+ border: 1px solid red;
3794
+ padding: 5px;
3795
+ width: 75%;
3796
+ }
3797
+ div.CanvasXpressRowColumnFourFifth {
3798
+ width: 80%;
3799
+ }
3800
+ div.CanvasXpressRowColumnFourFifthActive {
3801
+ border: 1px solid red;
3802
+ padding: 5px;
3803
+ width: 80%;
3804
+ }
3805
+ div.CanvasXpressRowColumnFiveSixth {
3806
+ width: 83.4%;
3807
+ }
3808
+ div.CanvasXpressRowColumnFiveSixthActive {
3809
+ border: 1px solid red;
3810
+ padding: 5px;
3811
+ width: 83.4%;
3812
+ }
3813
+ div.CanvasXpressRowColumnHalf {
3814
+ width: 50%;
3815
+ }
3816
+ div.CanvasXpressRowColumnHalfActive {
3817
+ border: 1px solid red;
3818
+ padding: 5px;
3819
+ width: 50%;
3820
+ }
3821
+ div.CanvasXpressRowColumnThird {
3822
+ width: 33.3%;
3823
+ }
3824
+ div.CanvasXpressRowColumnThirdActive {
3825
+ border: 1px solid red;
3826
+ padding: 5px;
3827
+ width: 33.3%;
3828
+ }
3829
+ div.CanvasXpressRowColumnFourth {
3830
+ width: 25%;
3831
+ }
3832
+ div.CanvasXpressRowColumnFourthActive {
3833
+ border: 1px solid red;
3834
+ padding: 5px;
3835
+ width: 25%;
3836
+ }
3837
+ div.CanvasXpressRowColumnFifth {
3838
+ width: 20%;
3839
+ }
3840
+ div.CanvasXpressRowColumnFifthActive {
3841
+ border: 1px solid red;
3842
+ padding: 5px;
3843
+ width: 20%;
3844
+ }
3845
+ div.CanvasXpressRowColumnSixth {
3846
+ width: 16.6%;
3847
+ }
3848
+ div.CanvasXpressRowColumnSixthActive {
3849
+ border: 1px solid red;
3850
+ padding: 5px;
3851
+ width: 16.6%;
3852
+ }
3853
+
3642
3854
  /*
3643
3855
  * CanvasXpress
3644
3856
  */