@sachin-tosa/tosa 1.0.4 → 1.0.6
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.
- package/dist/tosa.es.js +721 -206
- package/dist/tosa.umd.js +425 -30
- package/package.json +1 -1
package/dist/tosa.es.js
CHANGED
|
@@ -1,148 +1,148 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
function
|
|
5
|
-
if (
|
|
6
|
-
|
|
7
|
-
var
|
|
8
|
-
function u(
|
|
9
|
-
var
|
|
10
|
-
if (
|
|
11
|
-
|
|
12
|
-
for (var
|
|
13
|
-
|
|
14
|
-
} else
|
|
15
|
-
return
|
|
16
|
-
$$typeof:
|
|
17
|
-
type:
|
|
18
|
-
key:
|
|
19
|
-
ref:
|
|
20
|
-
props:
|
|
1
|
+
import ne, { useState as G, useEffect as oe } from "react";
|
|
2
|
+
var S = { exports: {} }, w = {};
|
|
3
|
+
var F;
|
|
4
|
+
function ie() {
|
|
5
|
+
if (F) return w;
|
|
6
|
+
F = 1;
|
|
7
|
+
var a = /* @__PURE__ */ Symbol.for("react.transitional.element"), m = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
8
|
+
function u(f, s, c) {
|
|
9
|
+
var b = null;
|
|
10
|
+
if (c !== void 0 && (b = "" + c), s.key !== void 0 && (b = "" + s.key), "key" in s) {
|
|
11
|
+
c = {};
|
|
12
|
+
for (var g in s)
|
|
13
|
+
g !== "key" && (c[g] = s[g]);
|
|
14
|
+
} else c = s;
|
|
15
|
+
return s = c.ref, {
|
|
16
|
+
$$typeof: a,
|
|
17
|
+
type: f,
|
|
18
|
+
key: b,
|
|
19
|
+
ref: s !== void 0 ? s : null,
|
|
20
|
+
props: c
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
|
-
return
|
|
23
|
+
return w.Fragment = m, w.jsx = u, w.jsxs = u, w;
|
|
24
24
|
}
|
|
25
|
-
var
|
|
26
|
-
var
|
|
27
|
-
function
|
|
28
|
-
return
|
|
29
|
-
function
|
|
25
|
+
var y = {};
|
|
26
|
+
var W;
|
|
27
|
+
function se() {
|
|
28
|
+
return W || (W = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
29
|
+
function a(e) {
|
|
30
30
|
if (e == null) return null;
|
|
31
31
|
if (typeof e == "function")
|
|
32
|
-
return e.$$typeof ===
|
|
32
|
+
return e.$$typeof === re ? null : e.displayName || e.name || null;
|
|
33
33
|
if (typeof e == "string") return e;
|
|
34
34
|
switch (e) {
|
|
35
35
|
case _:
|
|
36
36
|
return "Fragment";
|
|
37
|
-
case
|
|
37
|
+
case J:
|
|
38
38
|
return "Profiler";
|
|
39
|
-
case
|
|
39
|
+
case X:
|
|
40
40
|
return "StrictMode";
|
|
41
|
-
case
|
|
41
|
+
case Z:
|
|
42
42
|
return "Suspense";
|
|
43
|
-
case
|
|
43
|
+
case Q:
|
|
44
44
|
return "SuspenseList";
|
|
45
|
-
case
|
|
45
|
+
case ee:
|
|
46
46
|
return "Activity";
|
|
47
47
|
}
|
|
48
48
|
if (typeof e == "object")
|
|
49
49
|
switch (typeof e.tag == "number" && console.error(
|
|
50
50
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
51
51
|
), e.$$typeof) {
|
|
52
|
-
case
|
|
52
|
+
case q:
|
|
53
53
|
return "Portal";
|
|
54
|
-
case
|
|
54
|
+
case H:
|
|
55
55
|
return e.displayName || "Context";
|
|
56
|
-
case q:
|
|
57
|
-
return (e._context.displayName || "Context") + ".Consumer";
|
|
58
56
|
case V:
|
|
57
|
+
return (e._context.displayName || "Context") + ".Consumer";
|
|
58
|
+
case B:
|
|
59
59
|
var r = e.render;
|
|
60
60
|
return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
61
|
-
case
|
|
62
|
-
return r = e.displayName || null, r !== null ? r :
|
|
63
|
-
case
|
|
61
|
+
case K:
|
|
62
|
+
return r = e.displayName || null, r !== null ? r : a(e.type) || "Memo";
|
|
63
|
+
case j:
|
|
64
64
|
r = e._payload, e = e._init;
|
|
65
65
|
try {
|
|
66
|
-
return
|
|
66
|
+
return a(e(r));
|
|
67
67
|
} catch {
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
return null;
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function m(e) {
|
|
73
73
|
return "" + e;
|
|
74
74
|
}
|
|
75
75
|
function u(e) {
|
|
76
76
|
try {
|
|
77
|
-
|
|
77
|
+
m(e);
|
|
78
78
|
var r = !1;
|
|
79
79
|
} catch {
|
|
80
80
|
r = !0;
|
|
81
81
|
}
|
|
82
82
|
if (r) {
|
|
83
83
|
r = console;
|
|
84
|
-
var
|
|
85
|
-
return
|
|
84
|
+
var n = r.error, o = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
85
|
+
return n.call(
|
|
86
86
|
r,
|
|
87
87
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
88
|
-
|
|
89
|
-
),
|
|
88
|
+
o
|
|
89
|
+
), m(e);
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
|
-
function
|
|
92
|
+
function f(e) {
|
|
93
93
|
if (e === _) return "<>";
|
|
94
|
-
if (typeof e == "object" && e !== null && e.$$typeof ===
|
|
94
|
+
if (typeof e == "object" && e !== null && e.$$typeof === j)
|
|
95
95
|
return "<...>";
|
|
96
96
|
try {
|
|
97
|
-
var r =
|
|
97
|
+
var r = a(e);
|
|
98
98
|
return r ? "<" + r + ">" : "<...>";
|
|
99
99
|
} catch {
|
|
100
100
|
return "<...>";
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
|
-
function
|
|
104
|
-
var e =
|
|
103
|
+
function s() {
|
|
104
|
+
var e = T.A;
|
|
105
105
|
return e === null ? null : e.getOwner();
|
|
106
106
|
}
|
|
107
|
-
function
|
|
107
|
+
function c() {
|
|
108
108
|
return Error("react-stack-top-frame");
|
|
109
109
|
}
|
|
110
|
-
function
|
|
111
|
-
if (
|
|
110
|
+
function b(e) {
|
|
111
|
+
if ($.call(e, "key")) {
|
|
112
112
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
113
113
|
if (r && r.isReactWarning) return !1;
|
|
114
114
|
}
|
|
115
115
|
return e.key !== void 0;
|
|
116
116
|
}
|
|
117
|
-
function
|
|
118
|
-
function
|
|
119
|
-
|
|
117
|
+
function g(e, r) {
|
|
118
|
+
function n() {
|
|
119
|
+
Y || (Y = !0, console.error(
|
|
120
120
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
121
121
|
r
|
|
122
122
|
));
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
get:
|
|
124
|
+
n.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
125
|
+
get: n,
|
|
126
126
|
configurable: !0
|
|
127
127
|
});
|
|
128
128
|
}
|
|
129
|
-
function
|
|
130
|
-
var e =
|
|
131
|
-
return
|
|
129
|
+
function d() {
|
|
130
|
+
var e = a(this.type);
|
|
131
|
+
return L[e] || (L[e] = !0, console.error(
|
|
132
132
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
133
133
|
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
136
|
-
var
|
|
135
|
+
function h(e, r, n, o, E, N) {
|
|
136
|
+
var i = n.ref;
|
|
137
137
|
return e = {
|
|
138
|
-
$$typeof:
|
|
138
|
+
$$typeof: z,
|
|
139
139
|
type: e,
|
|
140
140
|
key: r,
|
|
141
|
-
props:
|
|
142
|
-
_owner:
|
|
143
|
-
}, (
|
|
141
|
+
props: n,
|
|
142
|
+
_owner: o
|
|
143
|
+
}, (i !== void 0 ? i : null) !== null ? Object.defineProperty(e, "ref", {
|
|
144
144
|
enumerable: !1,
|
|
145
|
-
get:
|
|
145
|
+
get: d
|
|
146
146
|
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
147
147
|
configurable: !1,
|
|
148
148
|
enumerable: !1,
|
|
@@ -157,111 +157,111 @@ function ae() {
|
|
|
157
157
|
configurable: !1,
|
|
158
158
|
enumerable: !1,
|
|
159
159
|
writable: !0,
|
|
160
|
-
value:
|
|
160
|
+
value: E
|
|
161
161
|
}), Object.defineProperty(e, "_debugTask", {
|
|
162
162
|
configurable: !1,
|
|
163
163
|
enumerable: !1,
|
|
164
164
|
writable: !0,
|
|
165
|
-
value:
|
|
165
|
+
value: N
|
|
166
166
|
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
167
167
|
}
|
|
168
|
-
function
|
|
169
|
-
var
|
|
170
|
-
if (
|
|
171
|
-
if (
|
|
172
|
-
if (
|
|
173
|
-
for (
|
|
174
|
-
|
|
175
|
-
Object.freeze && Object.freeze(
|
|
168
|
+
function P(e, r, n, o, E, N) {
|
|
169
|
+
var i = r.children;
|
|
170
|
+
if (i !== void 0)
|
|
171
|
+
if (o)
|
|
172
|
+
if (te(i)) {
|
|
173
|
+
for (o = 0; o < i.length; o++)
|
|
174
|
+
A(i[o]);
|
|
175
|
+
Object.freeze && Object.freeze(i);
|
|
176
176
|
} else
|
|
177
177
|
console.error(
|
|
178
178
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
179
179
|
);
|
|
180
|
-
else
|
|
181
|
-
if (
|
|
182
|
-
|
|
183
|
-
var
|
|
184
|
-
return
|
|
180
|
+
else A(i);
|
|
181
|
+
if ($.call(r, "key")) {
|
|
182
|
+
i = a(e);
|
|
183
|
+
var v = Object.keys(r).filter(function(ae) {
|
|
184
|
+
return ae !== "key";
|
|
185
185
|
});
|
|
186
|
-
|
|
186
|
+
o = 0 < v.length ? "{key: someKey, " + v.join(": ..., ") + ": ...}" : "{key: someKey}", D[i + o] || (v = 0 < v.length ? "{" + v.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
187
187
|
`A props object containing a "key" prop is being spread into JSX:
|
|
188
188
|
let props = %s;
|
|
189
189
|
<%s {...props} />
|
|
190
190
|
React keys must be passed directly to JSX without using spread:
|
|
191
191
|
let props = %s;
|
|
192
192
|
<%s key={someKey} {...props} />`,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
),
|
|
198
|
-
}
|
|
199
|
-
if (
|
|
200
|
-
|
|
201
|
-
for (var
|
|
202
|
-
|
|
203
|
-
} else
|
|
204
|
-
return
|
|
205
|
-
|
|
193
|
+
o,
|
|
194
|
+
i,
|
|
195
|
+
v,
|
|
196
|
+
i
|
|
197
|
+
), D[i + o] = !0);
|
|
198
|
+
}
|
|
199
|
+
if (i = null, n !== void 0 && (u(n), i = "" + n), b(r) && (u(r.key), i = "" + r.key), "key" in r) {
|
|
200
|
+
n = {};
|
|
201
|
+
for (var C in r)
|
|
202
|
+
C !== "key" && (n[C] = r[C]);
|
|
203
|
+
} else n = r;
|
|
204
|
+
return i && g(
|
|
205
|
+
n,
|
|
206
206
|
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
207
|
-
),
|
|
207
|
+
), h(
|
|
208
208
|
e,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
209
|
+
i,
|
|
210
|
+
n,
|
|
211
|
+
s(),
|
|
212
|
+
E,
|
|
213
|
+
N
|
|
214
214
|
);
|
|
215
215
|
}
|
|
216
|
-
function
|
|
217
|
-
O(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof ===
|
|
216
|
+
function A(e) {
|
|
217
|
+
O(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === j && (e._payload.status === "fulfilled" ? O(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
218
218
|
}
|
|
219
219
|
function O(e) {
|
|
220
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
220
|
+
return typeof e == "object" && e !== null && e.$$typeof === z;
|
|
221
221
|
}
|
|
222
|
-
var
|
|
222
|
+
var k = ne, z = /* @__PURE__ */ Symbol.for("react.transitional.element"), q = /* @__PURE__ */ Symbol.for("react.portal"), _ = /* @__PURE__ */ Symbol.for("react.fragment"), X = /* @__PURE__ */ Symbol.for("react.strict_mode"), J = /* @__PURE__ */ Symbol.for("react.profiler"), V = /* @__PURE__ */ Symbol.for("react.consumer"), H = /* @__PURE__ */ Symbol.for("react.context"), B = /* @__PURE__ */ Symbol.for("react.forward_ref"), Z = /* @__PURE__ */ Symbol.for("react.suspense"), Q = /* @__PURE__ */ Symbol.for("react.suspense_list"), K = /* @__PURE__ */ Symbol.for("react.memo"), j = /* @__PURE__ */ Symbol.for("react.lazy"), ee = /* @__PURE__ */ Symbol.for("react.activity"), re = /* @__PURE__ */ Symbol.for("react.client.reference"), T = k.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, $ = Object.prototype.hasOwnProperty, te = Array.isArray, R = console.createTask ? console.createTask : function() {
|
|
223
223
|
return null;
|
|
224
224
|
};
|
|
225
|
-
|
|
225
|
+
k = {
|
|
226
226
|
react_stack_bottom_frame: function(e) {
|
|
227
227
|
return e();
|
|
228
228
|
}
|
|
229
229
|
};
|
|
230
|
-
var
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
)(),
|
|
234
|
-
|
|
235
|
-
var
|
|
236
|
-
return
|
|
230
|
+
var Y, L = {}, I = k.react_stack_bottom_frame.bind(
|
|
231
|
+
k,
|
|
232
|
+
c
|
|
233
|
+
)(), M = R(f(c)), D = {};
|
|
234
|
+
y.Fragment = _, y.jsx = function(e, r, n) {
|
|
235
|
+
var o = 1e4 > T.recentlyCreatedOwnerStacks++;
|
|
236
|
+
return P(
|
|
237
237
|
e,
|
|
238
238
|
r,
|
|
239
|
-
|
|
239
|
+
n,
|
|
240
240
|
!1,
|
|
241
|
-
|
|
242
|
-
|
|
241
|
+
o ? Error("react-stack-top-frame") : I,
|
|
242
|
+
o ? R(f(e)) : M
|
|
243
243
|
);
|
|
244
|
-
},
|
|
245
|
-
var
|
|
246
|
-
return
|
|
244
|
+
}, y.jsxs = function(e, r, n) {
|
|
245
|
+
var o = 1e4 > T.recentlyCreatedOwnerStacks++;
|
|
246
|
+
return P(
|
|
247
247
|
e,
|
|
248
248
|
r,
|
|
249
|
-
|
|
249
|
+
n,
|
|
250
250
|
!0,
|
|
251
|
-
|
|
252
|
-
|
|
251
|
+
o ? Error("react-stack-top-frame") : I,
|
|
252
|
+
o ? R(f(e)) : M
|
|
253
253
|
);
|
|
254
254
|
};
|
|
255
|
-
})()),
|
|
255
|
+
})()), y;
|
|
256
256
|
}
|
|
257
|
-
var
|
|
258
|
-
function
|
|
259
|
-
return
|
|
257
|
+
var U;
|
|
258
|
+
function le() {
|
|
259
|
+
return U || (U = 1, process.env.NODE_ENV === "production" ? S.exports = ie() : S.exports = se()), S.exports;
|
|
260
260
|
}
|
|
261
|
-
var
|
|
262
|
-
const
|
|
263
|
-
const
|
|
264
|
-
return
|
|
261
|
+
var t = le();
|
|
262
|
+
const p = (() => {
|
|
263
|
+
const a = document.createElement("style");
|
|
264
|
+
return a.textContent = `
|
|
265
265
|
* {
|
|
266
266
|
margin: 0;
|
|
267
267
|
padding: 0;
|
|
@@ -372,33 +372,8 @@ const c = (() => {
|
|
|
372
372
|
transform: translateY(-9.5px) rotate(-45deg);
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
max-width: 1200px;
|
|
378
|
-
margin: 0 auto;
|
|
379
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.demoSection {
|
|
383
|
-
margin-bottom: 3rem;
|
|
384
|
-
padding: 3rem 2rem;
|
|
385
|
-
background: #f8f9fa;
|
|
386
|
-
border-radius: 12px;
|
|
387
|
-
scroll-margin-top: 80px;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.demoSection h2 {
|
|
391
|
-
color: #1a1a2e;
|
|
392
|
-
margin-bottom: 1rem;
|
|
393
|
-
font-size: 2rem;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
.demoSection p {
|
|
397
|
-
color: #666;
|
|
398
|
-
line-height: 1.8;
|
|
399
|
-
font-size: 1.1rem;
|
|
400
|
-
}
|
|
401
|
-
|
|
375
|
+
|
|
376
|
+
|
|
402
377
|
@media (max-width: 768px) {
|
|
403
378
|
.hamburger {
|
|
404
379
|
display: flex;
|
|
@@ -475,7 +450,7 @@ const c = (() => {
|
|
|
475
450
|
width: 100%;
|
|
476
451
|
}
|
|
477
452
|
}
|
|
478
|
-
`, document.head.querySelector("[data-navbar-styles]") || (
|
|
453
|
+
`, document.head.querySelector("[data-navbar-styles]") || (a.setAttribute("data-navbar-styles", ""), document.head.appendChild(a)), {
|
|
479
454
|
navbar: "navbar",
|
|
480
455
|
navContainer: "navContainer",
|
|
481
456
|
logo: "logo",
|
|
@@ -484,54 +459,594 @@ const c = (() => {
|
|
|
484
459
|
hamburger: "hamburger",
|
|
485
460
|
bar: "bar",
|
|
486
461
|
active: "active",
|
|
487
|
-
open: "open"
|
|
488
|
-
demoContent: "demoContent",
|
|
489
|
-
demoSection: "demoSection"
|
|
462
|
+
open: "open"
|
|
490
463
|
};
|
|
491
464
|
})();
|
|
492
|
-
function
|
|
493
|
-
const [u,
|
|
494
|
-
return /* @__PURE__ */
|
|
495
|
-
/* @__PURE__ */
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
{
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
{
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
] }) }),
|
|
521
|
-
/* @__PURE__ */ i.jsx("div", { className: c.demoContent, children: f.map((o, s) => /* @__PURE__ */ i.jsxs("section", { id: o.toLowerCase(), className: c.demoSection, children: [
|
|
522
|
-
/* @__PURE__ */ i.jsx("h2", { children: o }),
|
|
523
|
-
/* @__PURE__ */ i.jsxs("p", { children: [
|
|
524
|
-
"This is the ",
|
|
525
|
-
o,
|
|
526
|
-
" section. The navbar stays fixed at the top and smoothly transitions on mobile devices. Scroll down to see the sticky behavior in action. The navigation links will smoothly scroll to each section."
|
|
527
|
-
] })
|
|
528
|
-
] }, s)) })
|
|
529
|
-
] });
|
|
465
|
+
function de({ brand: a = "TOSA", links: m = ["Home", "About", "Services", "Contact"] }) {
|
|
466
|
+
const [u, f] = G(!1);
|
|
467
|
+
return /* @__PURE__ */ t.jsx(t.Fragment, { children: /* @__PURE__ */ t.jsx("nav", { className: p.navbar, children: /* @__PURE__ */ t.jsxs("div", { className: p.navContainer, children: [
|
|
468
|
+
/* @__PURE__ */ t.jsx("div", { className: p.logo, children: a }),
|
|
469
|
+
/* @__PURE__ */ t.jsxs(
|
|
470
|
+
"button",
|
|
471
|
+
{
|
|
472
|
+
className: `${p.hamburger} ${u ? p.active : ""}`,
|
|
473
|
+
onClick: () => f(!u),
|
|
474
|
+
"aria-label": "Toggle menu",
|
|
475
|
+
"aria-expanded": u,
|
|
476
|
+
children: [
|
|
477
|
+
/* @__PURE__ */ t.jsx("span", { className: p.bar }),
|
|
478
|
+
/* @__PURE__ */ t.jsx("span", { className: p.bar }),
|
|
479
|
+
/* @__PURE__ */ t.jsx("span", { className: p.bar })
|
|
480
|
+
]
|
|
481
|
+
}
|
|
482
|
+
),
|
|
483
|
+
/* @__PURE__ */ t.jsx("ul", { className: `${p.navMenu} ${u ? p.open : ""}`, children: m.map((s, c) => /* @__PURE__ */ t.jsx("li", { children: /* @__PURE__ */ t.jsx(
|
|
484
|
+
"a",
|
|
485
|
+
{
|
|
486
|
+
href: `#${s.toLowerCase()}`,
|
|
487
|
+
className: p.navLink,
|
|
488
|
+
onClick: () => f(!1),
|
|
489
|
+
children: s
|
|
490
|
+
}
|
|
491
|
+
) }, c)) })
|
|
492
|
+
] }) }) });
|
|
530
493
|
}
|
|
531
|
-
function
|
|
532
|
-
return /* @__PURE__ */
|
|
494
|
+
function ue() {
|
|
495
|
+
return /* @__PURE__ */ t.jsx("nav", { children: /* @__PURE__ */ t.jsx("h1", { children: "Hello cards" }) });
|
|
496
|
+
}
|
|
497
|
+
const x = (() => {
|
|
498
|
+
const a = document.createElement("style");
|
|
499
|
+
return a.textContent = `
|
|
500
|
+
* {
|
|
501
|
+
margin: 0;
|
|
502
|
+
padding: 0;
|
|
503
|
+
box-sizing: border-box;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.heroSection {
|
|
507
|
+
min-height: 100vh;
|
|
508
|
+
display: flex;
|
|
509
|
+
flex-direction: column;
|
|
510
|
+
justify-content: center;
|
|
511
|
+
align-items: center;
|
|
512
|
+
padding: 2rem;
|
|
513
|
+
background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
|
|
514
|
+
position: relative;
|
|
515
|
+
overflow: hidden;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.heroSection::before {
|
|
519
|
+
content: '';
|
|
520
|
+
position: absolute;
|
|
521
|
+
top: 0;
|
|
522
|
+
left: 0;
|
|
523
|
+
right: 0;
|
|
524
|
+
bottom: 0;
|
|
525
|
+
background:
|
|
526
|
+
radial-gradient(circle at 20% 50%, rgba(0, 216, 255, 0.1) 0%, transparent 50%),
|
|
527
|
+
radial-gradient(circle at 80% 80%, rgba(0, 153, 204, 0.1) 0%, transparent 50%);
|
|
528
|
+
pointer-events: none;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.heroContent {
|
|
532
|
+
max-width: 1200px;
|
|
533
|
+
text-align: center;
|
|
534
|
+
z-index: 1;
|
|
535
|
+
animation: fadeInUp 1s ease-out;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
@keyframes fadeInUp {
|
|
539
|
+
from {
|
|
540
|
+
opacity: 0;
|
|
541
|
+
transform: translateY(30px);
|
|
542
|
+
}
|
|
543
|
+
to {
|
|
544
|
+
opacity: 1;
|
|
545
|
+
transform: translateY(0);
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.heroTitle {
|
|
550
|
+
font-size: 4.5rem;
|
|
551
|
+
font-weight: 800;
|
|
552
|
+
color: #fff;
|
|
553
|
+
margin-bottom: 1.5rem;
|
|
554
|
+
line-height: 1.2;
|
|
555
|
+
background: linear-gradient(135deg, #fff 0%, #00d8ff 100%);
|
|
556
|
+
-webkit-background-clip: text;
|
|
557
|
+
-webkit-text-fill-color: transparent;
|
|
558
|
+
background-clip: text;
|
|
559
|
+
animation: fadeInUp 1s ease-out 0.2s backwards;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.heroSubtitle {
|
|
563
|
+
font-size: 1.3rem;
|
|
564
|
+
color: #b8b8b8;
|
|
565
|
+
margin-bottom: 3rem;
|
|
566
|
+
line-height: 1.8;
|
|
567
|
+
max-width: 700px;
|
|
568
|
+
margin-left: auto;
|
|
569
|
+
margin-right: auto;
|
|
570
|
+
animation: fadeInUp 1s ease-out 0.4s backwards;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.buttonGroup {
|
|
574
|
+
display: flex;
|
|
575
|
+
gap: 1.5rem;
|
|
576
|
+
justify-content: center;
|
|
577
|
+
flex-wrap: wrap;
|
|
578
|
+
animation: fadeInUp 1s ease-out 0.6s backwards;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.btnPrimary {
|
|
582
|
+
padding: 1rem 2.5rem;
|
|
583
|
+
font-size: 1.1rem;
|
|
584
|
+
font-weight: 600;
|
|
585
|
+
border: none;
|
|
586
|
+
border-radius: 50px;
|
|
587
|
+
cursor: pointer;
|
|
588
|
+
transition: all 0.3s ease;
|
|
589
|
+
background: linear-gradient(135deg, #00d8ff 0%, #0099cc 100%);
|
|
590
|
+
color: #fff;
|
|
591
|
+
box-shadow: 0 4px 15px rgba(0, 216, 255, 0.3);
|
|
592
|
+
position: relative;
|
|
593
|
+
overflow: hidden;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.btnPrimary::before {
|
|
597
|
+
content: '';
|
|
598
|
+
position: absolute;
|
|
599
|
+
top: 0;
|
|
600
|
+
left: -100%;
|
|
601
|
+
width: 100%;
|
|
602
|
+
height: 100%;
|
|
603
|
+
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
|
|
604
|
+
transition: left 0.5s ease;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.btnPrimary:hover::before {
|
|
608
|
+
left: 100%;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.btnPrimary:hover {
|
|
612
|
+
transform: translateY(-3px);
|
|
613
|
+
box-shadow: 0 6px 25px rgba(0, 216, 255, 0.5);
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.btnPrimary:active {
|
|
617
|
+
transform: translateY(-1px);
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.btnSecondary {
|
|
621
|
+
padding: 1rem 2.5rem;
|
|
622
|
+
font-size: 1.1rem;
|
|
623
|
+
font-weight: 600;
|
|
624
|
+
border: 2px solid #00d8ff;
|
|
625
|
+
border-radius: 50px;
|
|
626
|
+
cursor: pointer;
|
|
627
|
+
transition: all 0.3s ease;
|
|
628
|
+
background: transparent;
|
|
629
|
+
color: #00d8ff;
|
|
630
|
+
position: relative;
|
|
631
|
+
overflow: hidden;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.btnSecondary::before {
|
|
635
|
+
content: '';
|
|
636
|
+
position: absolute;
|
|
637
|
+
top: 50%;
|
|
638
|
+
left: 50%;
|
|
639
|
+
width: 0;
|
|
640
|
+
height: 0;
|
|
641
|
+
border-radius: 50%;
|
|
642
|
+
background: #00d8ff;
|
|
643
|
+
transform: translate(-50%, -50%);
|
|
644
|
+
transition: width 0.5s ease, height 0.5s ease;
|
|
645
|
+
z-index: -1;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.btnSecondary:hover::before {
|
|
649
|
+
width: 300px;
|
|
650
|
+
height: 300px;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.btnSecondary:hover {
|
|
654
|
+
color: #fff;
|
|
655
|
+
border-color: #00d8ff;
|
|
656
|
+
transform: translateY(-3px);
|
|
657
|
+
box-shadow: 0 6px 25px rgba(0, 216, 255, 0.3);
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
.btnSecondary:active {
|
|
661
|
+
transform: translateY(-1px);
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
@media (max-width: 768px) {
|
|
665
|
+
.heroTitle {
|
|
666
|
+
font-size: 3rem;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.heroSubtitle {
|
|
670
|
+
font-size: 1.1rem;
|
|
671
|
+
margin-bottom: 2rem;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.buttonGroup {
|
|
675
|
+
flex-direction: column;
|
|
676
|
+
gap: 1rem;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.btnPrimary,
|
|
680
|
+
.btnSecondary {
|
|
681
|
+
width: 100%;
|
|
682
|
+
max-width: 300px;
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
@media (max-width: 480px) {
|
|
687
|
+
.heroSection {
|
|
688
|
+
padding: 1.5rem;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.heroTitle {
|
|
692
|
+
font-size: 2.2rem;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.heroSubtitle {
|
|
696
|
+
font-size: 1rem;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.btnPrimary,
|
|
700
|
+
.btnSecondary {
|
|
701
|
+
padding: 0.9rem 2rem;
|
|
702
|
+
font-size: 1rem;
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
`, document.head.querySelector("[data-hero-styles]") || (a.setAttribute("data-hero-styles", ""), document.head.appendChild(a)), {
|
|
706
|
+
heroSection: "heroSection",
|
|
707
|
+
heroContent: "heroContent",
|
|
708
|
+
heroTitle: "heroTitle",
|
|
709
|
+
heroSubtitle: "heroSubtitle",
|
|
710
|
+
buttonGroup: "buttonGroup",
|
|
711
|
+
btnPrimary: "btnPrimary",
|
|
712
|
+
btnSecondary: "btnSecondary"
|
|
713
|
+
};
|
|
714
|
+
})();
|
|
715
|
+
function fe() {
|
|
716
|
+
return /* @__PURE__ */ t.jsx("section", { className: x.heroSection, children: /* @__PURE__ */ t.jsxs("div", { className: x.heroContent, children: [
|
|
717
|
+
/* @__PURE__ */ t.jsx("h1", { className: x.heroTitle, children: "Welcome to the Future" }),
|
|
718
|
+
/* @__PURE__ */ t.jsx("p", { className: x.heroSubtitle, children: "Discover innovative solutions that transform your ideas into reality. We're here to help you build something extraordinary and take your vision to the next level." }),
|
|
719
|
+
/* @__PURE__ */ t.jsxs("div", { className: x.buttonGroup, children: [
|
|
720
|
+
/* @__PURE__ */ t.jsx("button", { className: x.btnPrimary, children: "Get Started" }),
|
|
721
|
+
/* @__PURE__ */ t.jsx("button", { className: x.btnSecondary, children: "Learn More" })
|
|
722
|
+
] })
|
|
723
|
+
] }) });
|
|
724
|
+
}
|
|
725
|
+
const l = (() => {
|
|
726
|
+
const a = document.createElement("style");
|
|
727
|
+
return a.textContent = `
|
|
728
|
+
* {
|
|
729
|
+
margin: 0;
|
|
730
|
+
padding: 0;
|
|
731
|
+
box-sizing: border-box;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.carouselContainer {
|
|
735
|
+
position: relative;
|
|
736
|
+
width: 100%;
|
|
737
|
+
max-width: 1200px;
|
|
738
|
+
margin: 0 auto;
|
|
739
|
+
padding: 2rem;
|
|
740
|
+
overflow: hidden;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.carousel {
|
|
744
|
+
position: relative;
|
|
745
|
+
width: 100%;
|
|
746
|
+
height: 500px;
|
|
747
|
+
border-radius: 20px;
|
|
748
|
+
overflow: hidden;
|
|
749
|
+
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.slideWrapper {
|
|
753
|
+
position: relative;
|
|
754
|
+
width: 100%;
|
|
755
|
+
height: 100%;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.slide {
|
|
759
|
+
position: absolute;
|
|
760
|
+
top: 0;
|
|
761
|
+
left: 0;
|
|
762
|
+
width: 100%;
|
|
763
|
+
height: 100%;
|
|
764
|
+
opacity: 0;
|
|
765
|
+
transition: opacity 1s ease-in-out;
|
|
766
|
+
display: flex;
|
|
767
|
+
align-items: center;
|
|
768
|
+
justify-content: center;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.slide.active {
|
|
772
|
+
opacity: 1;
|
|
773
|
+
z-index: 1;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
.slideImage {
|
|
777
|
+
width: 100%;
|
|
778
|
+
height: 100%;
|
|
779
|
+
object-fit: cover;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.slideContent {
|
|
783
|
+
position: absolute;
|
|
784
|
+
bottom: 0;
|
|
785
|
+
left: 0;
|
|
786
|
+
right: 0;
|
|
787
|
+
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
|
|
788
|
+
padding: 3rem 2rem 2rem;
|
|
789
|
+
color: #fff;
|
|
790
|
+
z-index: 2;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.slideTitle {
|
|
794
|
+
font-size: 2.5rem;
|
|
795
|
+
font-weight: 700;
|
|
796
|
+
margin-bottom: 0.5rem;
|
|
797
|
+
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
.slideDescription {
|
|
801
|
+
font-size: 1.1rem;
|
|
802
|
+
color: #e0e0e0;
|
|
803
|
+
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.arrow {
|
|
807
|
+
position: absolute;
|
|
808
|
+
top: 50%;
|
|
809
|
+
transform: translateY(-50%);
|
|
810
|
+
background: rgba(0, 216, 255, 0.8);
|
|
811
|
+
border: none;
|
|
812
|
+
color: #fff;
|
|
813
|
+
width: 50px;
|
|
814
|
+
height: 50px;
|
|
815
|
+
border-radius: 50%;
|
|
816
|
+
cursor: pointer;
|
|
817
|
+
z-index: 10;
|
|
818
|
+
transition: all 0.3s ease;
|
|
819
|
+
display: flex;
|
|
820
|
+
align-items: center;
|
|
821
|
+
justify-content: center;
|
|
822
|
+
font-size: 1.5rem;
|
|
823
|
+
backdrop-filter: blur(10px);
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
.arrow:hover {
|
|
827
|
+
background: rgba(0, 216, 255, 1);
|
|
828
|
+
transform: translateY(-50%) scale(1.1);
|
|
829
|
+
box-shadow: 0 5px 20px rgba(0, 216, 255, 0.5);
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.arrow:active {
|
|
833
|
+
transform: translateY(-50%) scale(0.95);
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
.arrowLeft {
|
|
837
|
+
left: 20px;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.arrowRight {
|
|
841
|
+
right: 20px;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.dots {
|
|
845
|
+
position: absolute;
|
|
846
|
+
bottom: 20px;
|
|
847
|
+
left: 50%;
|
|
848
|
+
transform: translateX(-50%);
|
|
849
|
+
display: flex;
|
|
850
|
+
gap: 10px;
|
|
851
|
+
z-index: 10;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
.dot {
|
|
855
|
+
width: 12px;
|
|
856
|
+
height: 12px;
|
|
857
|
+
border-radius: 50%;
|
|
858
|
+
background: rgba(255, 255, 255, 0.5);
|
|
859
|
+
border: 2px solid rgba(255, 255, 255, 0.8);
|
|
860
|
+
cursor: pointer;
|
|
861
|
+
transition: all 0.3s ease;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.dot:hover {
|
|
865
|
+
background: rgba(255, 255, 255, 0.8);
|
|
866
|
+
transform: scale(1.2);
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.dot.active {
|
|
870
|
+
background: #00d8ff;
|
|
871
|
+
border-color: #00d8ff;
|
|
872
|
+
transform: scale(1.3);
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
@media (max-width: 768px) {
|
|
876
|
+
.carousel {
|
|
877
|
+
height: 400px;
|
|
878
|
+
border-radius: 15px;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
.slideTitle {
|
|
882
|
+
font-size: 1.8rem;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.slideDescription {
|
|
886
|
+
font-size: 1rem;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
.arrow {
|
|
890
|
+
width: 40px;
|
|
891
|
+
height: 40px;
|
|
892
|
+
font-size: 1.2rem;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
.arrowLeft {
|
|
896
|
+
left: 10px;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
.arrowRight {
|
|
900
|
+
right: 10px;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.slideContent {
|
|
904
|
+
padding: 2rem 1.5rem 1.5rem;
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
@media (max-width: 480px) {
|
|
909
|
+
.carouselContainer {
|
|
910
|
+
padding: 1rem;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
.carousel {
|
|
914
|
+
height: 300px;
|
|
915
|
+
border-radius: 10px;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
.slideTitle {
|
|
919
|
+
font-size: 1.4rem;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
.slideDescription {
|
|
923
|
+
font-size: 0.9rem;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
.arrow {
|
|
927
|
+
width: 35px;
|
|
928
|
+
height: 35px;
|
|
929
|
+
font-size: 1rem;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.dots {
|
|
933
|
+
bottom: 15px;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.dot {
|
|
937
|
+
width: 10px;
|
|
938
|
+
height: 10px;
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
`, document.head.querySelector("[data-carousel-styles]") || (a.setAttribute("data-carousel-styles", ""), document.head.appendChild(a)), {
|
|
942
|
+
carouselContainer: "carouselContainer",
|
|
943
|
+
carousel: "carousel",
|
|
944
|
+
slideWrapper: "slideWrapper",
|
|
945
|
+
slide: "slide",
|
|
946
|
+
active: "active",
|
|
947
|
+
slideImage: "slideImage",
|
|
948
|
+
slideContent: "slideContent",
|
|
949
|
+
slideTitle: "slideTitle",
|
|
950
|
+
slideDescription: "slideDescription",
|
|
951
|
+
arrow: "arrow",
|
|
952
|
+
arrowLeft: "arrowLeft",
|
|
953
|
+
arrowRight: "arrowRight",
|
|
954
|
+
dots: "dots",
|
|
955
|
+
dot: "dot"
|
|
956
|
+
};
|
|
957
|
+
})();
|
|
958
|
+
function pe({
|
|
959
|
+
slides: a = [
|
|
960
|
+
{
|
|
961
|
+
image: "https://images.unsplash.com/photo-1497436072909-60f360e1d4b1?w=1200",
|
|
962
|
+
title: "Mountain Adventure",
|
|
963
|
+
description: "Explore the breathtaking beauty of nature"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
image: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200",
|
|
967
|
+
title: "Ocean Views",
|
|
968
|
+
description: "Discover serene coastal landscapes"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
image: "https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1200",
|
|
972
|
+
title: "Forest Trails",
|
|
973
|
+
description: "Journey through lush green forests"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
image: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?w=1200",
|
|
977
|
+
title: "Sunset Paradise",
|
|
978
|
+
description: "Experience magical golden hour moments"
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
autoPlay: m = !0,
|
|
982
|
+
autoPlayInterval: u = 5e3
|
|
983
|
+
}) {
|
|
984
|
+
const [f, s] = G(0), c = () => {
|
|
985
|
+
s((d) => (d + 1) % a.length);
|
|
986
|
+
}, b = () => {
|
|
987
|
+
s((d) => (d - 1 + a.length) % a.length);
|
|
988
|
+
}, g = (d) => {
|
|
989
|
+
s(d);
|
|
990
|
+
};
|
|
991
|
+
return oe(() => {
|
|
992
|
+
if (m) {
|
|
993
|
+
const d = setInterval(c, u);
|
|
994
|
+
return () => clearInterval(d);
|
|
995
|
+
}
|
|
996
|
+
}, [f, m, u]), /* @__PURE__ */ t.jsx("div", { className: l.carouselContainer, children: /* @__PURE__ */ t.jsxs("div", { className: l.carousel, children: [
|
|
997
|
+
/* @__PURE__ */ t.jsx("div", { className: l.slideWrapper, children: a.map((d, h) => /* @__PURE__ */ t.jsxs(
|
|
998
|
+
"div",
|
|
999
|
+
{
|
|
1000
|
+
className: `${l.slide} ${h === f ? l.active : ""}`,
|
|
1001
|
+
children: [
|
|
1002
|
+
/* @__PURE__ */ t.jsx(
|
|
1003
|
+
"img",
|
|
1004
|
+
{
|
|
1005
|
+
src: d.image,
|
|
1006
|
+
alt: d.title,
|
|
1007
|
+
className: l.slideImage
|
|
1008
|
+
}
|
|
1009
|
+
),
|
|
1010
|
+
/* @__PURE__ */ t.jsxs("div", { className: l.slideContent, children: [
|
|
1011
|
+
/* @__PURE__ */ t.jsx("h2", { className: l.slideTitle, children: d.title }),
|
|
1012
|
+
/* @__PURE__ */ t.jsx("p", { className: l.slideDescription, children: d.description })
|
|
1013
|
+
] })
|
|
1014
|
+
]
|
|
1015
|
+
},
|
|
1016
|
+
h
|
|
1017
|
+
)) }),
|
|
1018
|
+
/* @__PURE__ */ t.jsx(
|
|
1019
|
+
"button",
|
|
1020
|
+
{
|
|
1021
|
+
className: `${l.arrow} ${l.arrowLeft}`,
|
|
1022
|
+
onClick: b,
|
|
1023
|
+
"aria-label": "Previous slide",
|
|
1024
|
+
children: "‹"
|
|
1025
|
+
}
|
|
1026
|
+
),
|
|
1027
|
+
/* @__PURE__ */ t.jsx(
|
|
1028
|
+
"button",
|
|
1029
|
+
{
|
|
1030
|
+
className: `${l.arrow} ${l.arrowRight}`,
|
|
1031
|
+
onClick: c,
|
|
1032
|
+
"aria-label": "Next slide",
|
|
1033
|
+
children: "›"
|
|
1034
|
+
}
|
|
1035
|
+
),
|
|
1036
|
+
/* @__PURE__ */ t.jsx("div", { className: l.dots, children: a.map((d, h) => /* @__PURE__ */ t.jsx(
|
|
1037
|
+
"button",
|
|
1038
|
+
{
|
|
1039
|
+
className: `${l.dot} ${h === f ? l.active : ""}`,
|
|
1040
|
+
onClick: () => g(h),
|
|
1041
|
+
"aria-label": `Go to slide ${h + 1}`
|
|
1042
|
+
},
|
|
1043
|
+
h
|
|
1044
|
+
)) })
|
|
1045
|
+
] }) });
|
|
533
1046
|
}
|
|
534
1047
|
export {
|
|
535
|
-
|
|
536
|
-
|
|
1048
|
+
ue as Card,
|
|
1049
|
+
pe as Carousal,
|
|
1050
|
+
fe as HeroSection,
|
|
1051
|
+
de as Navbar
|
|
537
1052
|
};
|