canvasxpress 49.1.52 → 49.2.4

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": "49.1.52",
6
+ "version": "49.2.4",
7
7
  "license": {
8
8
  "type": "Dual licensing",
9
9
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -50,6 +50,10 @@
50
50
  --cx-color-stripped-hover: rgba(180, 180, 180, 0.3);
51
51
  --cx-color-old: linear-gradient(rgb(240, 240, 240), rgb(230, 230, 230));
52
52
  --cx-color-old-hover: rgba(230,230,230,0.1);
53
+ --cx-color-bms: rgb(190, 43, 187);
54
+ --cx-color-bms-hover: rgba(190, 43, 187, 0.1);
55
+ --cx-color-bms2: rgb(89, 84, 84);
56
+ --cx-color-bms2-hover: rgba(89, 84, 84, 0.1);
53
57
  /* UI: These are the exposed variables */
54
58
  --cx-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif !important;
55
59
  --cx-border-radius: 5px;
@@ -1780,7 +1784,6 @@ div.CanvasXpressTableCellLink {
1780
1784
  overflow: hidden;
1781
1785
  position: relative;
1782
1786
  text-overflow: ellipsis;
1783
- white-space: nowrap;
1784
1787
  text-align: left;
1785
1788
  }
1786
1789