@sdeverywhere/check-ui-shell 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1115,7 +1115,7 @@ function ps(n, e) {
1115
1115
  lineTension: 0
1116
1116
  });
1117
1117
  }
1118
- t(e.pointsR, "crimson"), t(e.pointsL, "deepskyblue");
1118
+ t(e.pointsR, "deepskyblue"), t(e.pointsL, "crimson");
1119
1119
  for (const a of e.refPlots)
1120
1120
  t(a.points, "green", a.style || "normal");
1121
1121
  const s = e.xMin, i = e.xMax, o = s === 1990;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdeverywhere/check-ui-shell",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "files": [
5
5
  "dist/**",
6
6
  "types/**"