@appcorp/kismaa-web-ui 0.1.77 → 0.1.78
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,10 +18,10 @@ 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 max-w-xl flex-col items-
|
|
21
|
+
react_1.default.createElement("div", { className: "flex max-w-xl flex-col items-center justify-center text-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
|
-
react_1.default.createElement("div", { className: "mb-10
|
|
24
|
+
react_1.default.createElement("div", { className: "mt-4 mb-10 text-slate-900/95 lg:mb-16" },
|
|
25
25
|
react_1.default.createElement(molecules_1.Typography, { variant: molecules_1.TYPOGRAPHY_VARIANTS.P1 }, description)),
|
|
26
26
|
react_1.default.createElement("div", { className: "flex w-fit flex-col items-start justify-start gap-6 md:w-[75%] lg:w-[85%] lg:flex-row lg:items-center" },
|
|
27
27
|
react_1.default.createElement(molecules_1.Button, { label: firstBtnText, type: molecules_1.BUTTON_TYPES.PRIMARY, handleOnClick: firstBtnHandleClick }),
|
|
@@ -65,7 +65,7 @@ var Footer = function (_a) {
|
|
|
65
65
|
react_1.default.createElement("div", { className: "kismaa-container" },
|
|
66
66
|
react_1.default.createElement("footer", { className: "w-full gap-10 md:grid-cols-2 lg:grid-cols-3 lg:gap-16" },
|
|
67
67
|
react_1.default.createElement(kismaa_logo_1.KismaaLogo, { className: logoClassName }),
|
|
68
|
-
react_1.default.createElement("div", { className: "grid grid-cols-
|
|
68
|
+
react_1.default.createElement("div", { className: "grid grid-cols-1 gap-8 md:grid-cols-3" },
|
|
69
69
|
react_1.default.createElement("div", { className: "w-full" },
|
|
70
70
|
react_1.default.createElement("div", { className: "mt-3 mb-10 text-neutral-800" },
|
|
71
71
|
react_1.default.createElement(molecules_1.Typography, { variant: molecules_1.TYPOGRAPHY_VARIANTS.SUBH4 }, description)),
|
|
@@ -93,7 +93,7 @@ var Footer = function (_a) {
|
|
|
93
93
|
return (react_1.default.createElement(link_1.default, { key: index, href: href, className: "cursor-pointer" },
|
|
94
94
|
react_1.default.createElement(molecules_1.Typography, { variant: molecules_1.TYPOGRAPHY_VARIANTS.SUBH4 }, label)));
|
|
95
95
|
})))),
|
|
96
|
-
react_1.default.createElement("div", { className: "block h-full w-fit
|
|
96
|
+
react_1.default.createElement("div", { className: "block h-full w-fit" },
|
|
97
97
|
react_1.default.createElement("div", { className: "text-neutral-800" },
|
|
98
98
|
react_1.default.createElement(molecules_1.Typography, { variant: molecules_1.TYPOGRAPHY_VARIANTS.H5 }, "Payment Solutions")),
|
|
99
99
|
react_1.default.createElement("div", { className: "mt-6 flex flex-wrap gap-2" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcorp/kismaa-web-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.78",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"main": "lib/main.js",
|
|
6
6
|
"module": "lib/module.js",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@appcorp/app-corp-designs": "^0.4.
|
|
48
|
-
"@appcorp/app-corp-vista": "^0.1.
|
|
49
|
-
"@appcorp/kismaa-utils": "^0.1.
|
|
47
|
+
"@appcorp/app-corp-designs": "^0.4.65",
|
|
48
|
+
"@appcorp/app-corp-vista": "^0.1.5",
|
|
49
|
+
"@appcorp/kismaa-utils": "^0.1.77",
|
|
50
50
|
"@chromatic-com/storybook": "3.2.3",
|
|
51
51
|
"@eslint/compat": "^1.2.3",
|
|
52
52
|
"@headlessui/react": "^2.2.0",
|
|
@@ -56,24 +56,24 @@
|
|
|
56
56
|
"@mdx-js/react": "^3.1.0",
|
|
57
57
|
"@next/eslint-plugin-next": "^15",
|
|
58
58
|
"@next/mdx": "^15",
|
|
59
|
-
"@react-pakistan/util-functions": "^1.23.
|
|
60
|
-
"@storybook/addon-essentials": "8
|
|
61
|
-
"@storybook/addon-interactions": "8
|
|
62
|
-
"@storybook/addon-links": "^8
|
|
63
|
-
"@storybook/addon-onboarding": "8
|
|
64
|
-
"@storybook/addon-themes": "8
|
|
65
|
-
"@storybook/blocks": "8
|
|
66
|
-
"@storybook/nextjs": "8
|
|
67
|
-
"@storybook/react": "8
|
|
68
|
-
"@storybook/test": "8
|
|
69
|
-
"@storybook/types": "^8
|
|
59
|
+
"@react-pakistan/util-functions": "^1.23.74",
|
|
60
|
+
"@storybook/addon-essentials": "^8",
|
|
61
|
+
"@storybook/addon-interactions": "^8",
|
|
62
|
+
"@storybook/addon-links": "^8",
|
|
63
|
+
"@storybook/addon-onboarding": "^8",
|
|
64
|
+
"@storybook/addon-themes": "^8",
|
|
65
|
+
"@storybook/blocks": "^8",
|
|
66
|
+
"@storybook/nextjs": "^8",
|
|
67
|
+
"@storybook/react": "^8",
|
|
68
|
+
"@storybook/test": "^8",
|
|
69
|
+
"@storybook/types": "^8",
|
|
70
70
|
"@tailwindcss/cli": "^4",
|
|
71
71
|
"@tailwindcss/forms": "^0.5.10",
|
|
72
72
|
"@tailwindcss/postcss": "^4",
|
|
73
73
|
"@testing-library/dom": "^10.4.0",
|
|
74
74
|
"@testing-library/jest-dom": "^6.6.3",
|
|
75
75
|
"@testing-library/react": "^16.0.1",
|
|
76
|
-
"@types/jest": "^29
|
|
76
|
+
"@types/jest": "^29",
|
|
77
77
|
"@types/mdx": "^2.0.13",
|
|
78
78
|
"@types/node": "^22",
|
|
79
79
|
"@types/react": "^19",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"react": "^19",
|
|
99
99
|
"react-dom": "^19",
|
|
100
100
|
"rimraf": "^6.0.1",
|
|
101
|
-
"storybook": "8
|
|
101
|
+
"storybook": "^8",
|
|
102
102
|
"swiper": "^11.1.15",
|
|
103
103
|
"tailwindcss": "^4",
|
|
104
104
|
"ts-jest": "^29.2.5",
|