@appcorp/kismaa-web-ui 0.1.34 → 0.1.35

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.
@@ -18,7 +18,7 @@ var CtaBanner = function (_a) {
18
18
  backgroundPosition: '50% 40%',
19
19
  } },
20
20
  react_1.default.createElement("div", { className: "kismaa-container flex items-center justify-center" },
21
- react_1.default.createElement("div", { className: "flex flex-col items-start justify-center lg:items-center" },
21
+ react_1.default.createElement("div", { className: "flex max-w-xl flex-col items-start justify-center text-center lg:items-center" },
22
22
  react_1.default.createElement("div", { className: "text-gray-600/80" },
23
23
  react_1.default.createElement(molecules_1.Typography, { variant: molecules_1.TYPOGRAPHY_VARIANTS.H1 }, heading)),
24
24
  react_1.default.createElement("div", { className: "mb-10 mt-4 text-slate-900/95 lg:mb-16" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/kismaa-web-ui",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "source": "src/index.ts",
5
5
  "main": "lib/main.js",
6
6
  "module": "lib/module.js",