@appcorp/app-corp-vista 0.3.26 → 0.3.27

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.
@@ -29,7 +29,7 @@ var VistaModalV1 = function (_a) {
29
29
  react_1.default.createElement(react_2.DialogTitle, { as: "h3", className: "text-base font-semibold text-gray-900" }, title),
30
30
  react_1.default.createElement("div", { className: "mt-2" }, children))),
31
31
  enableActions && (react_1.default.createElement("div", { className: "w-full row-span-1 flex flex-col justify-center items-end h-full mt-2 rounded-md" },
32
- react_1.default.createElement("div", { className: "px-4 py-4 flex flex-row justify-end items-center gap-4" },
32
+ react_1.default.createElement("div", { className: "py-4 flex flex-row justify-end items-center gap-4" },
33
33
  react_1.default.createElement(vista_button_v1_1.VistaButtonV1, { className: "min-w-60 max-w-60", disabled: cancelDisabled, handleOnClick: function () { return handleCancelOnClick(false); }, label: cancelLabel, prefixIcon: cancelPrefixIcon, rounded: cancelRounded, size: cancelSize, suffixIcon: cancelSuffixIcon, variant: vista_button_type_1.VISTA_BUTTON_VARIANT.SECONDARY }),
34
34
  handleSaveOnClick && saveLabel && (react_1.default.createElement(vista_button_v1_1.VistaButtonV1, { className: "min-w-60 max-w-60", disabled: saveDisabled, handleOnClick: handleSaveOnClick, label: saveLabel, prefixIcon: savePrefixIcon, rounded: saveRounded, size: saveSize, suffixIcon: saveSuffixIcon, variant: vista_button_type_1.VISTA_BUTTON_VARIANT.PRIMARY }))))))))));
35
35
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/app-corp-vista",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
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",