@appcorp/app-corp-vista 0.1.41 → 0.1.42

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.
@@ -8,7 +8,7 @@ var react_1 = __importDefault(require("react"));
8
8
  var class_names_1 = require("../utils/class-names");
9
9
  var VistaStatsV1 = function (_a) {
10
10
  var containerClassName = _a.containerClassName, _b = _a.isLoading, isLoading = _b === void 0 ? false : _b, items = _a.items;
11
- return (react_1.default.createElement("dl", { className: "mx-auto grid grid-cols-1 gap-px sm:grid-cols-2 lg:grid-cols-4 border border-gray-300 rounded-lg ".concat(containerClassName) }, items
11
+ return (react_1.default.createElement("dl", { className: "grid grid-cols-1 gap-px sm:grid-cols-2 lg:grid-cols-4 border border-gray-300 rounded-lg ".concat(containerClassName) }, items
12
12
  .sort(function (a, b) { return a.order - b.order; })
13
13
  .filter(function (_a) {
14
14
  var enabled = _a.enabled;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/app-corp-vista",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "scripts": {
5
5
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
6
6
  "build:next": "next build",