@appcorp/app-corp-vista 0.0.57 → 0.0.58

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.
@@ -22,7 +22,7 @@ var VistaDashboardProfileV1 = function (_a) {
22
22
  react_1.default.createElement(react_2.MenuItems, { transition: true, className: "absolute right-0 z-10 mt-2.5 w-32 origin-top-right rounded-md bg-white dark:bg-gray-800 py-2 shadow-lg ring-1 ring-gray-900/5 transition focus:outline-none data-[closed]:scale-95 data-[closed]:transform data-[closed]:opacity-0 data-[enter]:duration-100 data-[leave]:duration-75 data-[enter]:ease-out data-[leave]:ease-in" }, profileMenuItems.map(function (_a) {
23
23
  var name = _a.name, handleOnClick = _a.handleOnClick;
24
24
  return (react_1.default.createElement(react_2.MenuItem, { key: name },
25
- react_1.default.createElement("button", { onClick: handleOnClick, className: "block px-3 py-1 text-sm/6 text-gray-900 dark:text-white text-left data-[focus]:bg-gray-50 data-[focus]:outline-none w-full" }, name)));
25
+ react_1.default.createElement("button", { onClick: handleOnClick, className: "\n block\n px-3\n py-1\n text-sm/6\n text-gray-900\n dark:text-white\n text-left\n data-[focus]:bg-primary\n w-full" }, name)));
26
26
  }))));
27
27
  };
28
28
  exports.VistaDashboardProfileV1 = VistaDashboardProfileV1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/app-corp-vista",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
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",