@appcorp/kismaa-web-ui 0.3.4 → 0.3.5

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.
@@ -2,7 +2,7 @@ import { KismaaLogo } from '../../atoms/kismaa-logo';
2
2
  import { Typography, TYPOGRAPHY_VARIANTS } from '../../molecules';
3
3
  import React, { useMemo } from 'react';
4
4
  import Link from 'next/link';
5
- import Image from 'next/image';
5
+ // import Image from 'next/image';
6
6
  export var Footer = function (_a) {
7
7
  var _b = _a.logoClassName, logoClassName = _b === void 0 ? 'h-24 w-28' : _b, description = _a.description, socialLinks = _a.socialLinks, quickLinks = _a.quickLinks;
8
8
  var halfLength = Math.ceil(quickLinks.length / 2);
@@ -54,14 +54,5 @@ export var Footer = function (_a) {
54
54
  return (React.createElement(Link, { key: index, href: href, className: "cursor-pointer" },
55
55
  React.createElement(Typography, { variant: TYPOGRAPHY_VARIANTS.SUBH4 }, label)));
56
56
  })))),
57
- React.createElement("div", { className: "block h-full w-fit" },
58
- React.createElement("div", { className: "text-neutral-800" },
59
- React.createElement(Typography, { variant: TYPOGRAPHY_VARIANTS.H5 }, "Payment Solutions")),
60
- React.createElement("div", { className: "mt-6 flex flex-wrap items-start gap-2" },
61
- React.createElement("table", { className: "w-full" },
62
- React.createElement("tbody", null,
63
- React.createElement("tr", null,
64
- React.createElement("td", null,
65
- React.createElement("div", { className: "relative h-32 w-full" },
66
- React.createElement(Image, { alt: "PayPal Acceptance Mark", className: "object-contain object-top", fill: true, height: 0, sizes: "20vw", src: "https://ccxavhjpwqlubqxzrdqp.supabase.co/storage/v1/object/public/publicBlob/assets/paypal-solutions.png", width: 0 })))))))))))));
57
+ React.createElement("div", { className: "block h-full w-fit" }))))));
67
58
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/kismaa-web-ui",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "source": "src/index.ts",
5
5
  "main": "lib/main.js",
6
6
  "module": "lib/module.js",