canvasxpress 40.1.13 → 40.3.129

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
@@ -3,7 +3,7 @@
3
3
  "main": "src/canvasXpress.js",
4
4
  "style": "src/canvasXpress.css",
5
5
  "title": "CanvasXpress",
6
- "version": "40.1.13",
6
+ "version": "40.3.129",
7
7
  "license": {
8
8
  "type": "Dual licensing",
9
9
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -391,19 +391,21 @@ div.CanvasXpressCode {
391
391
  border: 1px solid rgb(51, 122, 183);
392
392
  border-radius: 5px;
393
393
  box-sizing: content-box;
394
- background-color: rgba(255, 255, 255, 0.95);
394
+ background-color: #eeeeee;
395
395
  cursor: move;
396
396
  color: rgb(34, 34, 34);
397
397
  font: normal 12px arial, tahoma, sans-serif;
398
398
  margin: 2px 3px;
399
- padding: 18px;
399
+ padding: 10px 20px 20px 10px;
400
400
  position: absolute;
401
401
  white-space: nowrap;
402
402
  }
403
403
 
404
404
  img.CanvasXpressCode, svg.CanvasXpressCode {
405
405
  background: rgba(0, 0, 0, 0) !important;
406
- border: 0px none !important;
406
+ border-radius: 5px;
407
+ border: 1px solid rgb(51, 122, 183) !important;
408
+ padding: 5px;
407
409
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
408
410
  cursor: default;
409
411
  float: right;
@@ -435,8 +437,10 @@ div.CanvasXpressCodeContainer {
435
437
  clear: both;
436
438
  width: 600px;
437
439
  overflow: auto;
438
- padding: 10px;
439
440
  resize: horizontal;
441
+ background-color: #ffffff;
442
+ position: relative;
443
+ top: 10px;
440
444
  }
441
445
 
442
446
  div.CanvasXpressCodeContent {
@@ -445,14 +449,33 @@ div.CanvasXpressCodeContent {
445
449
  padding: 2px 3px;
446
450
  }
447
451
 
452
+ div.CanvasXpressCodeError {
453
+ box-sizing: content-box;
454
+ height: 36px;
455
+ width: 300px;
456
+ float: left;
457
+ clear: none;
458
+ resize: none;
459
+ top: 5px;
460
+ left: 20px;
461
+ background-color: #eee;
462
+ overflow: hidden;
463
+ white-space: normal;
464
+ color: #ff0000;
465
+ position: relative;
466
+ cursor: pointer;
467
+ }
468
+
448
469
  pre.CanvasXpressCodeContent {
449
470
  margin: 0 !important;
450
471
  padding: 0 !important;
451
472
  white-space: pre;
452
473
  font-size: inherit;
453
- line-height: inherit;
474
+ line-height: 0 !important;
454
475
  color: inherit;
455
- border-radius: inherit;
476
+ border: none !important;
477
+ outline: none !important;
478
+ cursor: text;
456
479
  }
457
480
 
458
481
  pre.CanvasXpressCodeContent:before {
@@ -461,6 +484,7 @@ pre.CanvasXpressCodeContent:before {
461
484
 
462
485
  pre.CanvasXpressCodeContent code {
463
486
  counter-increment: listing;
487
+ padding: 0 !important;
464
488
  white-space: inherit;
465
489
  line-height: 1.5;
466
490
  }
@@ -479,7 +503,6 @@ pre.CanvasXpressCodeContent code::before {
479
503
  -webkit-user-select: none;
480
504
  }
481
505
 
482
-
483
506
  /*
484
507
  * Carousel
485
508
  */
@@ -722,7 +745,7 @@ div.CanvasXpressCustomizerLeftPanel {
722
745
  display: grid;
723
746
  }
724
747
 
725
- a.CanvasXpressCustomizerLeft, a.CanvasXpressCustomizerLeftActive {
748
+ a.CanvasXpressCustomizerLeft, a.CanvasXpressCustomizerLeftActive, a.CanvasXpressCustomizerLeftActive:hover {
726
749
  border-style: solid;
727
750
  border-width: 1px;
728
751
  color: rgb(34, 34, 34);
@@ -743,7 +766,7 @@ a.CanvasXpressCustomizerLeft {
743
766
  border-color: rgba(0, 0, 0, 0);
744
767
  }
745
768
 
746
- a.CanvasXpressCustomizerLeftActive {
769
+ a.CanvasXpressCustomizerLeftActive, a.CanvasXpressCustomizerLeftActive:hover {
747
770
  background: linear-gradient(rgb(243, 253, 255), rgb(217, 232, 251));
748
771
  border-color: rgb(170, 204, 246);
749
772
  }
@@ -1123,7 +1146,7 @@ span.CanvasXpressSearchCustomizerCurrent:after {
1123
1146
  * File Customizer
1124
1147
  */
1125
1148
 
1126
- a.CanvasXpressFileCustomizer, div.CanvasXpressToolCustomizer {
1149
+ a.CanvasXpressFileCustomizer, div.CanvasXpressToolCustomizer, div.CanvasXpressFileCustomizer {
1127
1150
  border-color: rgba(0, 0, 0, 0);
1128
1151
  border-bottom-color: rgb(170, 204, 246);
1129
1152
  border-style: solid;
@@ -1161,6 +1184,12 @@ a.CanvasXpressFileCustomizerActive, div.CanvasXpressToolCustomizerActive {
1161
1184
  white-space: nowrap;
1162
1185
  }
1163
1186
 
1187
+ a.CanvasXpressFileCustomizer:hover, a.CanvasXpressFileCustomizerActive:hover {
1188
+ border-color: rgb(170, 204, 246);
1189
+ border-style: solid;
1190
+ border-width: 1px;
1191
+ }
1192
+
1164
1193
  img.CanvasXpressFileCustomizer, svg.CanvasXpressFileCustomizer {
1165
1194
  background-position: center;
1166
1195
  border: 0px none !important;
@@ -3823,6 +3852,11 @@ div.CanvasXpress-ParentNode {
3823
3852
  display: table;
3824
3853
  padding: 0;
3825
3854
  */
3855
+ -moz-transform: none;
3856
+ -webkit-transform: none;
3857
+ -o-transform: none;
3858
+ -ms-transform: none;
3859
+ transform: none;
3826
3860
  }
3827
3861
 
3828
3862
  /*