@appcorp/kismaa-web-ui 0.1.6 → 0.1.8
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.
|
@@ -4,32 +4,32 @@ exports.bannerSlidesData = exports.bannerSlides = void 0;
|
|
|
4
4
|
exports.bannerSlides = [
|
|
5
5
|
{
|
|
6
6
|
id: 1,
|
|
7
|
-
imageUrl: 'https://
|
|
7
|
+
imageUrl: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
8
8
|
title: 'Beautiful Waterfall',
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
id: 2,
|
|
12
|
-
imageUrl: 'https://
|
|
12
|
+
imageUrl: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
13
13
|
title: 'Sunset in the Mountains',
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
id: 3,
|
|
17
|
-
imageUrl: 'https://
|
|
17
|
+
imageUrl: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
18
18
|
title: 'Serene Forest',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
id: 4,
|
|
22
|
-
imageUrl: 'https://
|
|
22
|
+
imageUrl: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
23
23
|
title: 'Sunny Beach',
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
id: 5,
|
|
27
|
-
imageUrl: 'https://
|
|
27
|
+
imageUrl: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
28
28
|
title: 'City Lights at Night',
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
id: 6,
|
|
32
|
-
imageUrl: 'https://
|
|
32
|
+
imageUrl: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
33
33
|
title: 'Starry Sky',
|
|
34
34
|
},
|
|
35
35
|
];
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.extendedUserCardData = void 0;
|
|
4
4
|
exports.extendedUserCardData = {
|
|
5
5
|
isActive: true,
|
|
6
|
-
imageUrl: 'https://
|
|
6
|
+
imageUrl: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
7
7
|
title: 'TRUE HEALER',
|
|
8
8
|
fee: '$199.00/min',
|
|
9
9
|
avgRating: 5,
|
|
@@ -10,12 +10,12 @@ var molecules_1 = require("../../molecules");
|
|
|
10
10
|
var solid_1 = require("@heroicons/react/24/solid");
|
|
11
11
|
var link_1 = __importDefault(require("next/link"));
|
|
12
12
|
var react_1 = __importDefault(require("react"));
|
|
13
|
-
|
|
13
|
+
// import { useRouter } from 'next/navigation';
|
|
14
14
|
var Navbar = function (_a) {
|
|
15
|
-
var
|
|
16
|
-
|
|
15
|
+
var handleLogin = _a.handleLogin, handleSearch = _a.handleSearch, handleSignup = _a.handleSignup, isMobileMenuOpen = _a.isMobileMenuOpen, loginLabel = _a.loginLabel, navLinks = _a.navLinks, signupLabel = _a.signupLabel, toggleMobileMenu = _a.toggleMobileMenu;
|
|
16
|
+
// const router = useRouter();
|
|
17
17
|
var displayedLinks = navLinks.slice(0, 5);
|
|
18
|
-
|
|
18
|
+
// const isActive = (href: string) => router.pathname === href;
|
|
19
19
|
return (react_1.default.createElement("nav", { className: "fixed z-50 w-full bg-purple-200/90" },
|
|
20
20
|
react_1.default.createElement("div", { className: "kismaa-container flex items-center justify-between gap-10 py-1.5 lg:py-3.5" },
|
|
21
21
|
react_1.default.createElement("div", { className: "w-[15%]" },
|
|
@@ -24,10 +24,10 @@ var Navbar = function (_a) {
|
|
|
24
24
|
react_1.default.createElement(search_icon_1.SearchIcon, { className: "size-5 cursor-pointer" }),
|
|
25
25
|
react_1.default.createElement("button", { onClick: toggleMobileMenu, className: "cursor-pointer" }, isMobileMenuOpen ? (react_1.default.createElement(solid_1.XMarkIcon, { className: "h-8 w-8" })) : (react_1.default.createElement(solid_1.Bars3Icon, { className: "h-8 w-8" })))),
|
|
26
26
|
react_1.default.createElement("div", { className: "hidden w-[85%] items-center justify-between lg:flex" },
|
|
27
|
-
react_1.default.createElement("div", { className: "flex gap-8" }, displayedLinks === null || displayedLinks === void 0 ? void 0 : displayedLinks.map(function (link) { return (react_1.default.createElement(link_1.default, { key: link.label, href: link.href, className: "cursor-pointer transition-all duration-300 ease-in-out hover:text-primary ".concat(
|
|
27
|
+
react_1.default.createElement("div", { className: "flex gap-8" }, displayedLinks === null || displayedLinks === void 0 ? void 0 : displayedLinks.map(function (link) { return (react_1.default.createElement(link_1.default, { key: link.label, href: link.href, className: "cursor-pointer transition-all duration-300 ease-in-out hover:text-primary ".concat(link.href ? 'text-primary' : 'text-[#263238]') },
|
|
28
28
|
react_1.default.createElement(molecules_1.Typography, { variant: molecules_1.TYPOGRAPHY_VARIANTS.SUBH2 }, link.label))); })),
|
|
29
29
|
react_1.default.createElement("div", { className: "flex items-center justify-end gap-4" },
|
|
30
|
-
react_1.default.createElement("div", { className: "", onClick:
|
|
30
|
+
react_1.default.createElement("div", { className: "", onClick: handleSearch },
|
|
31
31
|
react_1.default.createElement(search_icon_1.SearchIcon, { className: "size-5 cursor-pointer" })),
|
|
32
32
|
react_1.default.createElement("div", { className: "flex items-center justify-end" },
|
|
33
33
|
react_1.default.createElement("div", { className: "w-fit" },
|
|
@@ -4,7 +4,7 @@ exports.userGridData = exports.userCardGridData = void 0;
|
|
|
4
4
|
exports.userCardGridData = [
|
|
5
5
|
{
|
|
6
6
|
isActive: true,
|
|
7
|
-
imageSrc: 'https://
|
|
7
|
+
imageSrc: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
8
8
|
name: 'Emma Thompson',
|
|
9
9
|
description: '15420 reading for 2005',
|
|
10
10
|
badges: [
|
|
@@ -21,7 +21,7 @@ exports.userCardGridData = [
|
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
isActive: false,
|
|
24
|
-
imageSrc: 'https://
|
|
24
|
+
imageSrc: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
25
25
|
name: 'Michael Chen',
|
|
26
26
|
description: '15420 reading for 2005',
|
|
27
27
|
badges: [
|
|
@@ -35,7 +35,7 @@ exports.userCardGridData = [
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
isActive: true,
|
|
38
|
-
imageSrc: 'https://
|
|
38
|
+
imageSrc: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
39
39
|
name: 'Sophia Rodriguez',
|
|
40
40
|
description: '15420 reading for 2005',
|
|
41
41
|
badges: [
|
|
@@ -49,7 +49,7 @@ exports.userCardGridData = [
|
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
isActive: true,
|
|
52
|
-
imageSrc: 'https://
|
|
52
|
+
imageSrc: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
53
53
|
name: 'Alex Johnson',
|
|
54
54
|
badges: [
|
|
55
55
|
{ label: 'Palm Reading', bgColor: '#9BB8ED1A', textColor: '#9BB8ED' },
|
|
@@ -62,7 +62,7 @@ exports.userCardGridData = [
|
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
isActive: false,
|
|
65
|
-
imageSrc: 'https://
|
|
65
|
+
imageSrc: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
66
66
|
name: 'Olivia Baker',
|
|
67
67
|
badges: [
|
|
68
68
|
{ label: 'Reiki', bgColor: '#FFC5671A', textColor: '#FFC567' },
|
|
@@ -75,7 +75,7 @@ exports.userCardGridData = [
|
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
isActive: true,
|
|
78
|
-
imageSrc: 'https://
|
|
78
|
+
imageSrc: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
79
79
|
name: 'Daniel Lee',
|
|
80
80
|
description: '15420 reading for 2005',
|
|
81
81
|
badges: [
|
|
@@ -89,7 +89,7 @@ exports.userCardGridData = [
|
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
isActive: true,
|
|
92
|
-
imageSrc: 'https://
|
|
92
|
+
imageSrc: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
93
93
|
name: 'Isabella Martinez',
|
|
94
94
|
description: '15420 reading for 2005',
|
|
95
95
|
badges: [
|
|
@@ -103,7 +103,7 @@ exports.userCardGridData = [
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
isActive: false,
|
|
106
|
-
imageSrc: 'https://
|
|
106
|
+
imageSrc: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
107
107
|
name: 'William Taylor',
|
|
108
108
|
description: '15420 reading for 2005',
|
|
109
109
|
badges: [
|
|
@@ -117,7 +117,7 @@ exports.userCardGridData = [
|
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
isActive: true,
|
|
120
|
-
imageSrc: 'https://
|
|
120
|
+
imageSrc: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
121
121
|
name: 'Ava Wilson',
|
|
122
122
|
description: '15420 reading for 2005',
|
|
123
123
|
badges: [
|
|
@@ -131,7 +131,7 @@ exports.userCardGridData = [
|
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
isActive: true,
|
|
134
|
-
imageSrc: 'https://
|
|
134
|
+
imageSrc: 'https://ytiwekjzaihrkrirjgpk.supabase.co/storage/v1/object/public/publicBlob/assets/psychic-signin.webp',
|
|
135
135
|
name: 'Ethan Brown',
|
|
136
136
|
description: '15420 reading for 2005',
|
|
137
137
|
badges: [
|