@appcorp/app-corp-vista 0.3.7 → 0.3.8

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.
@@ -21,7 +21,7 @@ var VistaStatsV2 = function (_a) {
21
21
  return (react_1.default.createElement("div", { key: name, className: "px-4 py-4 sm:px-6 lg:px-8" },
22
22
  react_1.default.createElement("p", { className: "text-sm/6 font-medium text-gray-800 dark:text-gray-200" }, name),
23
23
  isLoading ? (react_1.default.createElement(vista_shimmer_v1_1.VistaShimmerV1, null)) : (react_1.default.createElement("p", { className: "mt-2 flex items-baseline gap-x-2" },
24
- react_1.default.createElement("span", { className: "text-4xl font-semibold tracking-tight text-primary dark:text-white" }, value),
24
+ react_1.default.createElement("span", { className: "text-4xl font-semibold tracking-tight text-primary" }, value),
25
25
  unit && (react_1.default.createElement("span", { className: "text-sm text-primary dark:text-gray-200" }, unit))))));
26
26
  })))));
27
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/app-corp-vista",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "scripts": {
5
5
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib && cp yarn.lock lib",
6
6
  "build:next": "next build",