@forgecharts/sdk 1.5.44 → 1.5.45
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/dist/forgecharts.css +7 -1
- package/dist/react/index.js +1 -1
- package/dist/react/internal.js +1 -1
- package/package.json +1 -1
package/dist/forgecharts.css
CHANGED
|
@@ -1557,12 +1557,18 @@ select {
|
|
|
1557
1557
|
/* Build identity in the status bar. Muted and monospace so it reads as
|
|
1558
1558
|
metadata rather than a control, and never competes with the toolbar
|
|
1559
1559
|
buttons beside it. */
|
|
1560
|
+
/* Build identity. Muted, but readable: it set no colour at all, so it inherited
|
|
1561
|
+
whatever the embedding page happened to use — which on a host with dark text
|
|
1562
|
+
put dark-on-dark in the toolbar — and then halved it with opacity 0.5. That
|
|
1563
|
+
measured 2.16:1 in dark and 2.32:1 in light, failing both. --text-muted is
|
|
1564
|
+
the token its readable neighbours use, and carries the de-emphasis on its
|
|
1565
|
+
own: 5.92:1 and 7.46:1. */
|
|
1560
1566
|
.bottom-bar-version {
|
|
1561
1567
|
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
|
|
1562
1568
|
font-size: 10px;
|
|
1563
1569
|
line-height: 1;
|
|
1564
1570
|
padding: 0 6px 0 2px;
|
|
1565
|
-
|
|
1571
|
+
color: var(--text-muted);
|
|
1566
1572
|
user-select: text;
|
|
1567
1573
|
white-space: nowrap;
|
|
1568
1574
|
}
|
package/dist/react/index.js
CHANGED
|
@@ -26716,7 +26716,7 @@ function _guessFrontMonth(product, months) {
|
|
|
26716
26716
|
}
|
|
26717
26717
|
|
|
26718
26718
|
// src/version.ts
|
|
26719
|
-
var FORGECHARTS_VERSION = "1.5.
|
|
26719
|
+
var FORGECHARTS_VERSION = "1.5.45" ;
|
|
26720
26720
|
var TIMEZONE_OPTIONS = [
|
|
26721
26721
|
{ label: "UTC", value: "UTC" },
|
|
26722
26722
|
{ label: "Exchange", value: "exchange" },
|
package/dist/react/internal.js
CHANGED
|
@@ -26941,7 +26941,7 @@ function _guessFrontMonth(product, months) {
|
|
|
26941
26941
|
}
|
|
26942
26942
|
|
|
26943
26943
|
// src/version.ts
|
|
26944
|
-
var FORGECHARTS_VERSION = "1.5.
|
|
26944
|
+
var FORGECHARTS_VERSION = "1.5.45" ;
|
|
26945
26945
|
var TIMEZONE_OPTIONS = [
|
|
26946
26946
|
{ label: "UTC", value: "UTC" },
|
|
26947
26947
|
{ label: "Exchange", value: "exchange" },
|