@appcorp/app-corp-vista 0.3.32 → 0.3.34

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,8 +8,8 @@ var react_1 = __importDefault(require("react"));
8
8
  var vista_chat_heading_v1_1 = require("../vista-chat-heading-v1/vista-chat-heading-v1");
9
9
  var VistaChatSideBarV2 = function (_a) {
10
10
  var sideBarHeading = _a.sideBarHeading, sideBarNode = _a.sideBarNode;
11
- return (react_1.default.createElement("div", { className: "col-span-3 flex flex-col border-r border-gray-200 shadow-md" },
11
+ return (react_1.default.createElement("div", { className: "col-span-3 flex flex-col border-r border-gray-200 shadow-md h-full" },
12
12
  react_1.default.createElement(vista_chat_heading_v1_1.VistaChatHeadingV1, { heading: sideBarHeading || '' }),
13
- sideBarNode && (react_1.default.createElement("div", { className: "divide flex-1 divide-y divide-gray-600 overflow-y-auto" }, sideBarNode))));
13
+ react_1.default.createElement("div", { className: "divide flex-1 divide-y divide-gray-600 overflow-y-auto" }, sideBarNode)));
14
14
  };
15
15
  exports.VistaChatSideBarV2 = VistaChatSideBarV2;
@@ -21,8 +21,8 @@ var VistaChatV2 = function (_a) {
21
21
  }
22
22
  };
23
23
  return (react_1.default.createElement("div", { className: "relative h-screen overflow-hidden max-w-7xl mx-auto grid grid-cols-6 ".concat(containerClassName) },
24
- react_1.default.createElement("div", { className: "col-span-1 h-full" },
25
- react_1.default.createElement(vista_chat_side_bar_v2_1.VistaChatSideBarV2, { sideBarHeading: sideBarHeading, sideBarNode: sideBarNode })),
24
+ sideBarNode && (react_1.default.createElement("div", { className: "col-span-1 h-full" },
25
+ react_1.default.createElement(vista_chat_side_bar_v2_1.VistaChatSideBarV2, { sideBarHeading: sideBarHeading, sideBarNode: sideBarNode }))),
26
26
  react_1.default.createElement("section", { className: "flex flex-col h-full col-span-5" },
27
27
  react_1.default.createElement(vista_chat_heading_v1_1.VistaChatHeadingV1, { estimatedBalance: estimatedBalance, heading: name, timer: timer }),
28
28
  showBanner && (react_1.default.createElement(vista_banner_v1_1.VistaBannerV1, { description: bannerDescription, heading: bannerHeading })),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/app-corp-vista",
3
- "version": "0.3.32",
3
+ "version": "0.3.34",
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",