canvasxpress-cli 38.0.7 → 38.3.52

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": "38.0.7",
3
+ "version": "38.3.52",
4
4
  "license": {
5
5
  "type": "Dual licensing",
6
6
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -975,7 +975,9 @@ div.CanvasXpressTooltipArrowLeft {
975
975
  height: 0;
976
976
  width: 0;
977
977
  background: rgba(255, 255, 255, 0.95);
978
- border: 1px solid rgb(51, 122, 183);
978
+ border: 2px solid rgb(51, 122, 183);
979
+ border-top: none;
980
+ border-right: none;
979
981
  z-index: 1;
980
982
  }
981
983
 
@@ -983,7 +985,7 @@ div.CanvasXpressTooltipArrowLeft:after,
983
985
  div.CanvasXpressTooltipArrowLeft:before {
984
986
  border: solid transparent;
985
987
  right: 0px;
986
- content: " ";
988
+ content: "";
987
989
  position: absolute;
988
990
  pointer-events: none;
989
991
  }
@@ -1002,6 +1004,40 @@ div.CanvasXpressTooltipArrowLeft:before {
1002
1004
  margin-top: -9px;
1003
1005
  }
1004
1006
 
1007
+ div.CanvasXpressTooltipArrowRight {
1008
+ position: absolute;
1009
+ height: 0;
1010
+ width: 0;
1011
+ background: rgba(255, 255, 255, 0.95);
1012
+ border: 2px solid rgb(51, 122, 183);
1013
+ border-top: none;
1014
+ border-left: none;
1015
+ z-index: 1;
1016
+ }
1017
+
1018
+ div.CanvasXpressTooltipArrowRight:after,
1019
+ div.CanvasXpressTooltipArrowRight:before {
1020
+ border: solid transparent;
1021
+ right: 0px;
1022
+ content: "";
1023
+ position: absolute;
1024
+ pointer-events: none;
1025
+ }
1026
+
1027
+ div.CanvasXpressTooltipArrowRight:after {
1028
+ border-color: rgba(245, 245, 245, 0);
1029
+ border-left-color: rgb(245, 245, 245);
1030
+ border-width: 9px;
1031
+ margin-top: -9px;
1032
+ }
1033
+
1034
+ div.CanvasXpressTooltipArrowRight:before {
1035
+ border-color: rgba(51, 122, 183, 0);
1036
+ border-left-color: rgb(51, 122, 183);
1037
+ border-width: 8px;
1038
+ margin-top: -8px;
1039
+ }
1040
+
1005
1041
  img.CanvasXpressTooltip, svg.CanvasXpressTooltip {
1006
1042
  background: rgba(0, 0, 0, 0) !important;
1007
1043
  border: 0px none !important;