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 +1 -1
- package/src/canvasXpress.css +4 -1
- package/src/canvasXpress.js +5435 -5360
package/package.json
CHANGED
package/src/canvasXpress.css
CHANGED
|
@@ -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
|
|