@xscriptor/xcomponents 0.1.1 → 0.1.2
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/{chunk-TKT37LIX.mjs → chunk-BXVG4SYP.mjs} +101 -39
- package/dist/chunk-BXVG4SYP.mjs.map +7 -0
- package/dist/{chunk-UROP4J6G.mjs → chunk-FW47JGYZ.mjs} +122 -29
- package/dist/chunk-FW47JGYZ.mjs.map +7 -0
- package/dist/{chunk-34NJCJUI.mjs → chunk-IK2UCTCM.mjs} +46 -15
- package/dist/chunk-IK2UCTCM.mjs.map +7 -0
- package/dist/{chunk-2H7TVDE7.mjs → chunk-WE7QZGVP.mjs} +45 -14
- package/dist/chunk-WE7QZGVP.mjs.map +7 -0
- package/dist/{chunk-MYFPSHSQ.mjs → chunk-XB3UGHSF.mjs} +94 -32
- package/dist/chunk-XB3UGHSF.mjs.map +7 -0
- package/dist/{chunk-TG3B4GAW.mjs → chunk-ZDMG7X6H.mjs} +57 -26
- package/dist/{chunk-TG3B4GAW.mjs.map → chunk-ZDMG7X6H.mjs.map} +4 -4
- package/dist/components/content/index.css +64 -65
- package/dist/components/content/index.css.map +4 -4
- package/dist/components/content/index.js +45 -14
- package/dist/components/content/index.js.map +4 -4
- package/dist/components/content/index.mjs +1 -1
- package/dist/components/forms/index.css +113 -115
- package/dist/components/forms/index.css.map +4 -4
- package/dist/components/forms/index.js +100 -38
- package/dist/components/forms/index.js.map +4 -4
- package/dist/components/forms/index.mjs +1 -1
- package/dist/components/gallery/index.css +107 -110
- package/dist/components/gallery/index.css.map +4 -4
- package/dist/components/gallery/index.js +93 -31
- package/dist/components/gallery/index.js.map +4 -4
- package/dist/components/gallery/index.mjs +1 -1
- package/dist/components/index.css +536 -534
- package/dist/components/index.css.map +4 -4
- package/dist/components/index.js +459 -149
- package/dist/components/index.js.map +4 -4
- package/dist/components/index.mjs +6 -6
- package/dist/components/layout/index.css +89 -81
- package/dist/components/layout/index.css.map +4 -4
- package/dist/components/layout/index.js +121 -28
- package/dist/components/layout/index.js.map +4 -4
- package/dist/components/layout/index.mjs +1 -1
- package/dist/components/navigation/index.css +120 -120
- package/dist/components/navigation/index.css.map +4 -4
- package/dist/components/navigation/index.js +56 -25
- package/dist/components/navigation/index.js.map +4 -4
- package/dist/components/navigation/index.mjs +1 -1
- package/dist/components/social/index.css +43 -43
- package/dist/components/social/index.css.map +4 -4
- package/dist/components/social/index.js +44 -13
- package/dist/components/social/index.js.map +4 -4
- package/dist/components/social/index.mjs +1 -1
- package/dist/index.css +536 -534
- package/dist/index.css.map +4 -4
- package/dist/index.js +459 -149
- package/dist/index.js.map +4 -4
- package/dist/index.mjs +6 -6
- package/package.json +2 -1
- package/dist/chunk-2H7TVDE7.mjs.map +0 -7
- package/dist/chunk-34NJCJUI.mjs.map +0 -7
- package/dist/chunk-MYFPSHSQ.mjs.map +0 -7
- package/dist/chunk-TKT37LIX.mjs.map +0 -7
- package/dist/chunk-UROP4J6G.mjs.map +0 -7
package/dist/index.js
CHANGED
|
@@ -53,28 +53,59 @@ module.exports = __toCommonJS(src_exports);
|
|
|
53
53
|
// src/components/forms/xcontactform/XContactForm.tsx
|
|
54
54
|
var import_react = require("react");
|
|
55
55
|
|
|
56
|
-
// src/components/forms/xcontactform/XContactForm.module.css
|
|
57
|
-
var
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
56
|
+
// esbuild-css-modules-plugin-ns-js::src/components/forms/xcontactform/XContactForm.module.css:injector.js
|
|
57
|
+
var content = __content_placeholder__;
|
|
58
|
+
var digest = __digest_placeholder__;
|
|
59
|
+
var inject = () => {
|
|
60
|
+
setTimeout(() => {
|
|
61
|
+
if (!globalThis.document) {
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
64
|
+
let root = globalThis.document.querySelector("head");
|
|
65
|
+
if (root && root.shadowRoot) {
|
|
66
|
+
root = root.shadowRoot;
|
|
67
|
+
}
|
|
68
|
+
if (!root) {
|
|
69
|
+
root = globalThis.document.head;
|
|
70
|
+
}
|
|
71
|
+
let container = root.querySelector("#_" + digest);
|
|
72
|
+
if (!container) {
|
|
73
|
+
container = globalThis.document.createElement("style");
|
|
74
|
+
container.id = "_" + digest;
|
|
75
|
+
const text = globalThis.document.createTextNode(content);
|
|
76
|
+
container.appendChild(text);
|
|
77
|
+
root.appendChild(container);
|
|
78
|
+
}
|
|
79
|
+
}, 0);
|
|
76
80
|
};
|
|
77
81
|
|
|
82
|
+
// src/components/forms/xcontactform/XContactForm.module.css
|
|
83
|
+
var XContactForm_default = new Proxy({
|
|
84
|
+
"button": "XContactForm-module__button_o7lHUG__012",
|
|
85
|
+
"buttoncontainer": "XContactForm-module__buttoncontainer_o7lHUG__012",
|
|
86
|
+
"decorativeXBottom": "XContactForm-module__decorativeXBottom_o7lHUG__012",
|
|
87
|
+
"decorativeXTop": "XContactForm-module__decorativeXTop_o7lHUG__012",
|
|
88
|
+
"field": "XContactForm-module__field_o7lHUG__012",
|
|
89
|
+
"form": "XContactForm-module__form_o7lHUG__012",
|
|
90
|
+
"grid": "XContactForm-module__grid_o7lHUG__012",
|
|
91
|
+
"honeypot": "XContactForm-module__honeypot_o7lHUG__012",
|
|
92
|
+
"large": "XContactForm-module__large_o7lHUG__012",
|
|
93
|
+
"medium": "XContactForm-module__medium_o7lHUG__012",
|
|
94
|
+
"row": "XContactForm-module__row_o7lHUG__012",
|
|
95
|
+
"small": "XContactForm-module__small_o7lHUG__012",
|
|
96
|
+
"status": "XContactForm-module__status_o7lHUG__012",
|
|
97
|
+
"statusError": "XContactForm-module__statusError_o7lHUG__012",
|
|
98
|
+
"statusOk": "XContactForm-module__statusOk_o7lHUG__012",
|
|
99
|
+
"vertical": "XContactForm-module__vertical_o7lHUG__012",
|
|
100
|
+
"withDecorativeX": "XContactForm-module__withDecorativeX_o7lHUG__012",
|
|
101
|
+
"wrapper": "XContactForm-module__wrapper_o7lHUG__012"
|
|
102
|
+
}, {
|
|
103
|
+
get: function(source, key) {
|
|
104
|
+
inject();
|
|
105
|
+
return source[key];
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
|
|
78
109
|
// src/components/forms/xcontactform/XContactForm.tsx
|
|
79
110
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
80
111
|
function XContactForm({
|
|
@@ -225,26 +256,57 @@ function XContactForm({
|
|
|
225
256
|
var import_react2 = require("react");
|
|
226
257
|
var import_link = __toESM(require("next/link"));
|
|
227
258
|
|
|
228
|
-
// src/components/forms/xnewsletter/XNewsletter.module.css
|
|
229
|
-
var
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
259
|
+
// esbuild-css-modules-plugin-ns-js::src/components/forms/xnewsletter/XNewsletter.module.css:injector.js
|
|
260
|
+
var content2 = __content_placeholder__;
|
|
261
|
+
var digest2 = __digest_placeholder__;
|
|
262
|
+
var inject2 = () => {
|
|
263
|
+
setTimeout(() => {
|
|
264
|
+
if (!globalThis.document) {
|
|
265
|
+
return;
|
|
266
|
+
}
|
|
267
|
+
let root = globalThis.document.querySelector("head");
|
|
268
|
+
if (root && root.shadowRoot) {
|
|
269
|
+
root = root.shadowRoot;
|
|
270
|
+
}
|
|
271
|
+
if (!root) {
|
|
272
|
+
root = globalThis.document.head;
|
|
273
|
+
}
|
|
274
|
+
let container = root.querySelector("#_" + digest2);
|
|
275
|
+
if (!container) {
|
|
276
|
+
container = globalThis.document.createElement("style");
|
|
277
|
+
container.id = "_" + digest2;
|
|
278
|
+
const text = globalThis.document.createTextNode(content2);
|
|
279
|
+
container.appendChild(text);
|
|
280
|
+
root.appendChild(container);
|
|
281
|
+
}
|
|
282
|
+
}, 0);
|
|
246
283
|
};
|
|
247
284
|
|
|
285
|
+
// src/components/forms/xnewsletter/XNewsletter.module.css
|
|
286
|
+
var XNewsletter_default = new Proxy({
|
|
287
|
+
"actions": "XNewsletter-module__actions_uZr2_a__012",
|
|
288
|
+
"actionsHorizontal": "XNewsletter-module__actionsHorizontal_uZr2_a__012",
|
|
289
|
+
"actionsVertical": "XNewsletter-module__actionsVertical_uZr2_a__012",
|
|
290
|
+
"button": "XNewsletter-module__button_uZr2_a__012",
|
|
291
|
+
"checkbox": "XNewsletter-module__checkbox_uZr2_a__012",
|
|
292
|
+
"checkboxLabel": "XNewsletter-module__checkboxLabel_uZr2_a__012",
|
|
293
|
+
"container": "XNewsletter-module__container_uZr2_a__012",
|
|
294
|
+
"form": "XNewsletter-module__form_uZr2_a__012",
|
|
295
|
+
"horizontal": "XNewsletter-module__horizontal_uZr2_a__012",
|
|
296
|
+
"input": "XNewsletter-module__input_uZr2_a__012",
|
|
297
|
+
"message": "XNewsletter-module__message_uZr2_a__012",
|
|
298
|
+
"messageHorizontal": "XNewsletter-module__messageHorizontal_uZr2_a__012",
|
|
299
|
+
"messageVertical": "XNewsletter-module__messageVertical_uZr2_a__012",
|
|
300
|
+
"termsLink": "XNewsletter-module__termsLink_uZr2_a__012",
|
|
301
|
+
"title": "XNewsletter-module__title_uZr2_a__012",
|
|
302
|
+
"vertical": "XNewsletter-module__vertical_uZr2_a__012"
|
|
303
|
+
}, {
|
|
304
|
+
get: function(source, key) {
|
|
305
|
+
inject2();
|
|
306
|
+
return source[key];
|
|
307
|
+
}
|
|
308
|
+
});
|
|
309
|
+
|
|
248
310
|
// src/components/forms/xnewsletter/XNewsletter.tsx
|
|
249
311
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
250
312
|
function XNewsletter({
|
|
@@ -407,33 +469,64 @@ var import_framer_motion = require("framer-motion");
|
|
|
407
469
|
var import_link2 = __toESM(require("next/link"));
|
|
408
470
|
var import_navigation = require("next/navigation");
|
|
409
471
|
|
|
410
|
-
// src/components/navigation/xnavbar/XNavbar.module.css
|
|
411
|
-
var
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
themeToggleMobile: "XNavbar_themeToggleMobile"
|
|
472
|
+
// esbuild-css-modules-plugin-ns-js::src/components/navigation/xnavbar/XNavbar.module.css:injector.js
|
|
473
|
+
var content3 = __content_placeholder__;
|
|
474
|
+
var digest3 = __digest_placeholder__;
|
|
475
|
+
var inject3 = () => {
|
|
476
|
+
setTimeout(() => {
|
|
477
|
+
if (!globalThis.document) {
|
|
478
|
+
return;
|
|
479
|
+
}
|
|
480
|
+
let root = globalThis.document.querySelector("head");
|
|
481
|
+
if (root && root.shadowRoot) {
|
|
482
|
+
root = root.shadowRoot;
|
|
483
|
+
}
|
|
484
|
+
if (!root) {
|
|
485
|
+
root = globalThis.document.head;
|
|
486
|
+
}
|
|
487
|
+
let container = root.querySelector("#_" + digest3);
|
|
488
|
+
if (!container) {
|
|
489
|
+
container = globalThis.document.createElement("style");
|
|
490
|
+
container.id = "_" + digest3;
|
|
491
|
+
const text = globalThis.document.createTextNode(content3);
|
|
492
|
+
container.appendChild(text);
|
|
493
|
+
root.appendChild(container);
|
|
494
|
+
}
|
|
495
|
+
}, 0);
|
|
435
496
|
};
|
|
436
497
|
|
|
498
|
+
// src/components/navigation/xnavbar/XNavbar.module.css
|
|
499
|
+
var XNavbar_default = new Proxy({
|
|
500
|
+
"bar": "XNavbar-module__bar_wx7KiW__012",
|
|
501
|
+
"closeBar": "XNavbar-module__closeBar_wx7KiW__012",
|
|
502
|
+
"desktopLinksLeft": "XNavbar-module__desktopLinksLeft_wx7KiW__012",
|
|
503
|
+
"desktopLinksRight": "XNavbar-module__desktopLinksRight_wx7KiW__012",
|
|
504
|
+
"desktopNav": "XNavbar-module__desktopNav_wx7KiW__012",
|
|
505
|
+
"hamburgerBtn": "XNavbar-module__hamburgerBtn_wx7KiW__012",
|
|
506
|
+
"header": "XNavbar-module__header_wx7KiW__012",
|
|
507
|
+
"iconTray": "XNavbar-module__iconTray_wx7KiW__012",
|
|
508
|
+
"iconTrayLeft": "XNavbar-module__iconTrayLeft_wx7KiW__012",
|
|
509
|
+
"iconTrayRight": "XNavbar-module__iconTrayRight_wx7KiW__012",
|
|
510
|
+
"logoBtn": "XNavbar-module__logoBtn_wx7KiW__012",
|
|
511
|
+
"logoSlot": "XNavbar-module__logoSlot_wx7KiW__012",
|
|
512
|
+
"logoWrapper": "XNavbar-module__logoWrapper_wx7KiW__012",
|
|
513
|
+
"mobileCloseBtn": "XNavbar-module__mobileCloseBtn_wx7KiW__012",
|
|
514
|
+
"mobileLogo": "XNavbar-module__mobileLogo_wx7KiW__012",
|
|
515
|
+
"mobileNavLink": "XNavbar-module__mobileNavLink_wx7KiW__012",
|
|
516
|
+
"mobileNavLinkActive": "XNavbar-module__mobileNavLinkActive_wx7KiW__012",
|
|
517
|
+
"mobileOverlay": "XNavbar-module__mobileOverlay_wx7KiW__012",
|
|
518
|
+
"mobileToggle": "XNavbar-module__mobileToggle_wx7KiW__012",
|
|
519
|
+
"navLink": "XNavbar-module__navLink_wx7KiW__012",
|
|
520
|
+
"navLinkActive": "XNavbar-module__navLinkActive_wx7KiW__012",
|
|
521
|
+
"navLinkExternal": "XNavbar-module__navLinkExternal_wx7KiW__012",
|
|
522
|
+
"themeToggleMobile": "XNavbar-module__themeToggleMobile_wx7KiW__012"
|
|
523
|
+
}, {
|
|
524
|
+
get: function(source, key) {
|
|
525
|
+
inject3();
|
|
526
|
+
return source[key];
|
|
527
|
+
}
|
|
528
|
+
});
|
|
529
|
+
|
|
437
530
|
// src/components/navigation/xnavbar/XNavbar.tsx
|
|
438
531
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
439
532
|
var iconTrayRightVariants = {
|
|
@@ -735,16 +828,47 @@ function XNavbar({
|
|
|
735
828
|
// src/components/layout/xfooter/XFooter.tsx
|
|
736
829
|
var import_link3 = __toESM(require("next/link"));
|
|
737
830
|
|
|
738
|
-
// src/components/layout/xfooter/XFooter.module.css
|
|
739
|
-
var
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
831
|
+
// esbuild-css-modules-plugin-ns-js::src/components/layout/xfooter/XFooter.module.css:injector.js
|
|
832
|
+
var content4 = __content_placeholder__;
|
|
833
|
+
var digest4 = __digest_placeholder__;
|
|
834
|
+
var inject4 = () => {
|
|
835
|
+
setTimeout(() => {
|
|
836
|
+
if (!globalThis.document) {
|
|
837
|
+
return;
|
|
838
|
+
}
|
|
839
|
+
let root = globalThis.document.querySelector("head");
|
|
840
|
+
if (root && root.shadowRoot) {
|
|
841
|
+
root = root.shadowRoot;
|
|
842
|
+
}
|
|
843
|
+
if (!root) {
|
|
844
|
+
root = globalThis.document.head;
|
|
845
|
+
}
|
|
846
|
+
let container = root.querySelector("#_" + digest4);
|
|
847
|
+
if (!container) {
|
|
848
|
+
container = globalThis.document.createElement("style");
|
|
849
|
+
container.id = "_" + digest4;
|
|
850
|
+
const text = globalThis.document.createTextNode(content4);
|
|
851
|
+
container.appendChild(text);
|
|
852
|
+
root.appendChild(container);
|
|
853
|
+
}
|
|
854
|
+
}, 0);
|
|
746
855
|
};
|
|
747
856
|
|
|
857
|
+
// src/components/layout/xfooter/XFooter.module.css
|
|
858
|
+
var XFooter_default = new Proxy({
|
|
859
|
+
"xFooter": "XFooter-module__XFooter_v8t72G__012",
|
|
860
|
+
"container": "XFooter-module__container_v8t72G__012",
|
|
861
|
+
"copyright": "XFooter-module__copyright_v8t72G__012",
|
|
862
|
+
"link": "XFooter-module__link_v8t72G__012",
|
|
863
|
+
"nav": "XFooter-module__nav_v8t72G__012",
|
|
864
|
+
"navVertical": "XFooter-module__navVertical_v8t72G__012"
|
|
865
|
+
}, {
|
|
866
|
+
get: function(source, key) {
|
|
867
|
+
inject4();
|
|
868
|
+
return source[key];
|
|
869
|
+
}
|
|
870
|
+
});
|
|
871
|
+
|
|
748
872
|
// src/components/layout/xfooter/XFooter.tsx
|
|
749
873
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
750
874
|
function XFooter({
|
|
@@ -773,18 +897,49 @@ function XFooter({
|
|
|
773
897
|
] }) });
|
|
774
898
|
}
|
|
775
899
|
|
|
776
|
-
// src/components/layout/xseparator/XSeparator.module.css
|
|
777
|
-
var
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
900
|
+
// esbuild-css-modules-plugin-ns-js::src/components/layout/xseparator/XSeparator.module.css:injector.js
|
|
901
|
+
var content5 = __content_placeholder__;
|
|
902
|
+
var digest5 = __digest_placeholder__;
|
|
903
|
+
var inject5 = () => {
|
|
904
|
+
setTimeout(() => {
|
|
905
|
+
if (!globalThis.document) {
|
|
906
|
+
return;
|
|
907
|
+
}
|
|
908
|
+
let root = globalThis.document.querySelector("head");
|
|
909
|
+
if (root && root.shadowRoot) {
|
|
910
|
+
root = root.shadowRoot;
|
|
911
|
+
}
|
|
912
|
+
if (!root) {
|
|
913
|
+
root = globalThis.document.head;
|
|
914
|
+
}
|
|
915
|
+
let container = root.querySelector("#_" + digest5);
|
|
916
|
+
if (!container) {
|
|
917
|
+
container = globalThis.document.createElement("style");
|
|
918
|
+
container.id = "_" + digest5;
|
|
919
|
+
const text = globalThis.document.createTextNode(content5);
|
|
920
|
+
container.appendChild(text);
|
|
921
|
+
root.appendChild(container);
|
|
922
|
+
}
|
|
923
|
+
}, 0);
|
|
786
924
|
};
|
|
787
925
|
|
|
926
|
+
// src/components/layout/xseparator/XSeparator.module.css
|
|
927
|
+
var XSeparator_default = new Proxy({
|
|
928
|
+
"dashed": "XSeparator-module__dashed_btqQTG__012",
|
|
929
|
+
"dotted": "XSeparator-module__dotted_btqQTG__012",
|
|
930
|
+
"faded": "XSeparator-module__faded_btqQTG__012",
|
|
931
|
+
"horizontal": "XSeparator-module__horizontal_btqQTG__012",
|
|
932
|
+
"iconWrapper": "XSeparator-module__iconWrapper_btqQTG__012",
|
|
933
|
+
"separator": "XSeparator-module__separator_btqQTG__012",
|
|
934
|
+
"separatorContainer": "XSeparator-module__separatorContainer_btqQTG__012",
|
|
935
|
+
"vertical": "XSeparator-module__vertical_btqQTG__012"
|
|
936
|
+
}, {
|
|
937
|
+
get: function(source, key) {
|
|
938
|
+
inject5();
|
|
939
|
+
return source[key];
|
|
940
|
+
}
|
|
941
|
+
});
|
|
942
|
+
|
|
788
943
|
// src/components/layout/xseparator/XSeparator.tsx
|
|
789
944
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
790
945
|
function XSeparator({
|
|
@@ -824,18 +979,49 @@ function XSeparator({
|
|
|
824
979
|
// src/components/layout/xzigzaglayout/XZigZagLayout.tsx
|
|
825
980
|
var import_react4 = require("react");
|
|
826
981
|
|
|
827
|
-
// src/components/layout/xzigzaglayout/XZigZagLayout.module.css
|
|
828
|
-
var
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
982
|
+
// esbuild-css-modules-plugin-ns-js::src/components/layout/xzigzaglayout/XZigZagLayout.module.css:injector.js
|
|
983
|
+
var content6 = __content_placeholder__;
|
|
984
|
+
var digest6 = __digest_placeholder__;
|
|
985
|
+
var inject6 = () => {
|
|
986
|
+
setTimeout(() => {
|
|
987
|
+
if (!globalThis.document) {
|
|
988
|
+
return;
|
|
989
|
+
}
|
|
990
|
+
let root = globalThis.document.querySelector("head");
|
|
991
|
+
if (root && root.shadowRoot) {
|
|
992
|
+
root = root.shadowRoot;
|
|
993
|
+
}
|
|
994
|
+
if (!root) {
|
|
995
|
+
root = globalThis.document.head;
|
|
996
|
+
}
|
|
997
|
+
let container = root.querySelector("#_" + digest6);
|
|
998
|
+
if (!container) {
|
|
999
|
+
container = globalThis.document.createElement("style");
|
|
1000
|
+
container.id = "_" + digest6;
|
|
1001
|
+
const text = globalThis.document.createTextNode(content6);
|
|
1002
|
+
container.appendChild(text);
|
|
1003
|
+
root.appendChild(container);
|
|
1004
|
+
}
|
|
1005
|
+
}, 0);
|
|
837
1006
|
};
|
|
838
1007
|
|
|
1008
|
+
// src/components/layout/xzigzaglayout/XZigZagLayout.module.css
|
|
1009
|
+
var XZigZagLayout_default = new Proxy({
|
|
1010
|
+
"contentWrapper": "XZigZagLayout-module__contentWrapper_Jgc4GG__012",
|
|
1011
|
+
"item": "XZigZagLayout-module__item_Jgc4GG__012",
|
|
1012
|
+
"layout": "XZigZagLayout-module__layout_Jgc4GG__012",
|
|
1013
|
+
"left": "XZigZagLayout-module__left_Jgc4GG__012",
|
|
1014
|
+
"right": "XZigZagLayout-module__right_Jgc4GG__012",
|
|
1015
|
+
"svgLine": "XZigZagLayout-module__svgLine_Jgc4GG__012",
|
|
1016
|
+
"textLeft": "XZigZagLayout-module__textLeft_Jgc4GG__012",
|
|
1017
|
+
"textRight": "XZigZagLayout-module__textRight_Jgc4GG__012"
|
|
1018
|
+
}, {
|
|
1019
|
+
get: function(source, key) {
|
|
1020
|
+
inject6();
|
|
1021
|
+
return source[key];
|
|
1022
|
+
}
|
|
1023
|
+
});
|
|
1024
|
+
|
|
839
1025
|
// src/components/layout/xzigzaglayout/XZigZagLayout.tsx
|
|
840
1026
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
841
1027
|
function XZigZagLayout({
|
|
@@ -940,18 +1126,49 @@ function XZigZagLayout({
|
|
|
940
1126
|
// src/components/content/xinteractivephrase/XInteractivePhrase.tsx
|
|
941
1127
|
var import_react5 = __toESM(require("react"));
|
|
942
1128
|
|
|
943
|
-
// src/components/content/xinteractivephrase/XInteractivePhrase.module.css
|
|
944
|
-
var
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
1129
|
+
// esbuild-css-modules-plugin-ns-js::src/components/content/xinteractivephrase/XInteractivePhrase.module.css:injector.js
|
|
1130
|
+
var content7 = __content_placeholder__;
|
|
1131
|
+
var digest7 = __digest_placeholder__;
|
|
1132
|
+
var inject7 = () => {
|
|
1133
|
+
setTimeout(() => {
|
|
1134
|
+
if (!globalThis.document) {
|
|
1135
|
+
return;
|
|
1136
|
+
}
|
|
1137
|
+
let root = globalThis.document.querySelector("head");
|
|
1138
|
+
if (root && root.shadowRoot) {
|
|
1139
|
+
root = root.shadowRoot;
|
|
1140
|
+
}
|
|
1141
|
+
if (!root) {
|
|
1142
|
+
root = globalThis.document.head;
|
|
1143
|
+
}
|
|
1144
|
+
let container = root.querySelector("#_" + digest7);
|
|
1145
|
+
if (!container) {
|
|
1146
|
+
container = globalThis.document.createElement("style");
|
|
1147
|
+
container.id = "_" + digest7;
|
|
1148
|
+
const text = globalThis.document.createTextNode(content7);
|
|
1149
|
+
container.appendChild(text);
|
|
1150
|
+
root.appendChild(container);
|
|
1151
|
+
}
|
|
1152
|
+
}, 0);
|
|
953
1153
|
};
|
|
954
1154
|
|
|
1155
|
+
// src/components/content/xinteractivephrase/XInteractivePhrase.module.css
|
|
1156
|
+
var XInteractivePhrase_default = new Proxy({
|
|
1157
|
+
"blurEffect": "XInteractivePhrase-module__blurEffect_fdhnVG__012",
|
|
1158
|
+
"buttonEffect": "XInteractivePhrase-module__buttonEffect_fdhnVG__012",
|
|
1159
|
+
"container": "XInteractivePhrase-module__container_fdhnVG__012",
|
|
1160
|
+
"isHidden": "XInteractivePhrase-module__isHidden_fdhnVG__012",
|
|
1161
|
+
"isVisible": "XInteractivePhrase-module__isVisible_fdhnVG__012",
|
|
1162
|
+
"lineBreak": "XInteractivePhrase-module__lineBreak_fdhnVG__012",
|
|
1163
|
+
"title": "XInteractivePhrase-module__title_fdhnVG__012",
|
|
1164
|
+
"underlineEffect": "XInteractivePhrase-module__underlineEffect_fdhnVG__012"
|
|
1165
|
+
}, {
|
|
1166
|
+
get: function(source, key) {
|
|
1167
|
+
inject7();
|
|
1168
|
+
return source[key];
|
|
1169
|
+
}
|
|
1170
|
+
});
|
|
1171
|
+
|
|
955
1172
|
// src/components/content/xinteractivephrase/XInteractivePhrase.tsx
|
|
956
1173
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
957
1174
|
function XInteractivePhrase({
|
|
@@ -988,9 +1205,9 @@ function XInteractivePhrase({
|
|
|
988
1205
|
} else if (word.type === "blur2") {
|
|
989
1206
|
dynamicClass = `${XInteractivePhrase_default.blurEffect} ${active2 ? XInteractivePhrase_default.isVisible : XInteractivePhrase_default.isHidden}`;
|
|
990
1207
|
}
|
|
991
|
-
let
|
|
992
|
-
if (word.italic)
|
|
993
|
-
if (word.bold)
|
|
1208
|
+
let content11 = word.text;
|
|
1209
|
+
if (word.italic) content11 = /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("em", { children: content11 });
|
|
1210
|
+
if (word.bold) content11 = /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("strong", { children: content11 });
|
|
994
1211
|
return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(import_react5.default.Fragment, { children: [
|
|
995
1212
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
996
1213
|
"span",
|
|
@@ -1000,7 +1217,7 @@ function XInteractivePhrase({
|
|
|
1000
1217
|
onKeyDown: keyHandler,
|
|
1001
1218
|
role: clickHandler ? "button" : void 0,
|
|
1002
1219
|
tabIndex: clickHandler ? 0 : void 0,
|
|
1003
|
-
children:
|
|
1220
|
+
children: content11
|
|
1004
1221
|
}
|
|
1005
1222
|
),
|
|
1006
1223
|
word.breakAfter ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: XInteractivePhrase_default.lineBreak }) : " "
|
|
@@ -1013,24 +1230,55 @@ var import_react6 = __toESM(require("react"));
|
|
|
1013
1230
|
var import_image = __toESM(require("next/image"));
|
|
1014
1231
|
var import_framer_motion2 = require("framer-motion");
|
|
1015
1232
|
|
|
1016
|
-
// src/components/gallery/xmicrogallerytext/XMicroGalleryText.module.css
|
|
1017
|
-
var
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1233
|
+
// esbuild-css-modules-plugin-ns-js::src/components/gallery/xmicrogallerytext/XMicroGalleryText.module.css:injector.js
|
|
1234
|
+
var content8 = __content_placeholder__;
|
|
1235
|
+
var digest8 = __digest_placeholder__;
|
|
1236
|
+
var inject8 = () => {
|
|
1237
|
+
setTimeout(() => {
|
|
1238
|
+
if (!globalThis.document) {
|
|
1239
|
+
return;
|
|
1240
|
+
}
|
|
1241
|
+
let root = globalThis.document.querySelector("head");
|
|
1242
|
+
if (root && root.shadowRoot) {
|
|
1243
|
+
root = root.shadowRoot;
|
|
1244
|
+
}
|
|
1245
|
+
if (!root) {
|
|
1246
|
+
root = globalThis.document.head;
|
|
1247
|
+
}
|
|
1248
|
+
let container = root.querySelector("#_" + digest8);
|
|
1249
|
+
if (!container) {
|
|
1250
|
+
container = globalThis.document.createElement("style");
|
|
1251
|
+
container.id = "_" + digest8;
|
|
1252
|
+
const text = globalThis.document.createTextNode(content8);
|
|
1253
|
+
container.appendChild(text);
|
|
1254
|
+
root.appendChild(container);
|
|
1255
|
+
}
|
|
1256
|
+
}, 0);
|
|
1032
1257
|
};
|
|
1033
1258
|
|
|
1259
|
+
// src/components/gallery/xmicrogallerytext/XMicroGalleryText.module.css
|
|
1260
|
+
var XMicroGalleryText_default = new Proxy({
|
|
1261
|
+
"artistic1": "XMicroGalleryText-module__artistic1_22YC0W__012",
|
|
1262
|
+
"artistic2": "XMicroGalleryText-module__artistic2_22YC0W__012",
|
|
1263
|
+
"artistic3": "XMicroGalleryText-module__artistic3_22YC0W__012",
|
|
1264
|
+
"artisticGrid": "XMicroGalleryText-module__artisticGrid_22YC0W__012",
|
|
1265
|
+
"container": "XMicroGalleryText-module__container_22YC0W__012",
|
|
1266
|
+
"gallery": "XMicroGalleryText-module__gallery_22YC0W__012",
|
|
1267
|
+
"imageWrapper": "XMicroGalleryText-module__imageWrapper_22YC0W__012",
|
|
1268
|
+
"previewImage": "XMicroGalleryText-module__previewImage_22YC0W__012",
|
|
1269
|
+
"reverse": "XMicroGalleryText-module__reverse_22YC0W__012",
|
|
1270
|
+
"textCenter": "XMicroGalleryText-module__textCenter_22YC0W__012",
|
|
1271
|
+
"textContent": "XMicroGalleryText-module__textContent_22YC0W__012",
|
|
1272
|
+
"textLeft": "XMicroGalleryText-module__textLeft_22YC0W__012",
|
|
1273
|
+
"textRight": "XMicroGalleryText-module__textRight_22YC0W__012",
|
|
1274
|
+
"visible": "XMicroGalleryText-module__visible_22YC0W__012"
|
|
1275
|
+
}, {
|
|
1276
|
+
get: function(source, key) {
|
|
1277
|
+
inject8();
|
|
1278
|
+
return source[key];
|
|
1279
|
+
}
|
|
1280
|
+
});
|
|
1281
|
+
|
|
1034
1282
|
// src/components/gallery/xmicrogallerytext/XMicroGalleryText.tsx
|
|
1035
1283
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
1036
1284
|
var DISPLAY_COUNT = 3;
|
|
@@ -1115,23 +1363,54 @@ var XMicroGalleryText_default2 = XMicroGalleryText;
|
|
|
1115
1363
|
var import_react7 = require("react");
|
|
1116
1364
|
var import_image2 = __toESM(require("next/image"));
|
|
1117
1365
|
|
|
1118
|
-
// src/components/gallery/xstaticgallery/XStaticGallery.module.css
|
|
1119
|
-
var
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1366
|
+
// esbuild-css-modules-plugin-ns-js::src/components/gallery/xstaticgallery/XStaticGallery.module.css:injector.js
|
|
1367
|
+
var content9 = __content_placeholder__;
|
|
1368
|
+
var digest9 = __digest_placeholder__;
|
|
1369
|
+
var inject9 = () => {
|
|
1370
|
+
setTimeout(() => {
|
|
1371
|
+
if (!globalThis.document) {
|
|
1372
|
+
return;
|
|
1373
|
+
}
|
|
1374
|
+
let root = globalThis.document.querySelector("head");
|
|
1375
|
+
if (root && root.shadowRoot) {
|
|
1376
|
+
root = root.shadowRoot;
|
|
1377
|
+
}
|
|
1378
|
+
if (!root) {
|
|
1379
|
+
root = globalThis.document.head;
|
|
1380
|
+
}
|
|
1381
|
+
let container = root.querySelector("#_" + digest9);
|
|
1382
|
+
if (!container) {
|
|
1383
|
+
container = globalThis.document.createElement("style");
|
|
1384
|
+
container.id = "_" + digest9;
|
|
1385
|
+
const text = globalThis.document.createTextNode(content9);
|
|
1386
|
+
container.appendChild(text);
|
|
1387
|
+
root.appendChild(container);
|
|
1388
|
+
}
|
|
1389
|
+
}, 0);
|
|
1133
1390
|
};
|
|
1134
1391
|
|
|
1392
|
+
// src/components/gallery/xstaticgallery/XStaticGallery.module.css
|
|
1393
|
+
var XStaticGallery_default = new Proxy({
|
|
1394
|
+
"cols1": "XStaticGallery-module__cols1_7nn4pa__012",
|
|
1395
|
+
"cols2": "XStaticGallery-module__cols2_7nn4pa__012",
|
|
1396
|
+
"cols3": "XStaticGallery-module__cols3_7nn4pa__012",
|
|
1397
|
+
"cols4": "XStaticGallery-module__cols4_7nn4pa__012",
|
|
1398
|
+
"cols5": "XStaticGallery-module__cols5_7nn4pa__012",
|
|
1399
|
+
"galleryContainer": "XStaticGallery-module__galleryContainer_7nn4pa__012",
|
|
1400
|
+
"galleryImage": "XStaticGallery-module__galleryImage_7nn4pa__012",
|
|
1401
|
+
"galleryTitle": "XStaticGallery-module__galleryTitle_7nn4pa__012",
|
|
1402
|
+
"imageContainer": "XStaticGallery-module__imageContainer_7nn4pa__012",
|
|
1403
|
+
"imageOverlay": "XStaticGallery-module__imageOverlay_7nn4pa__012",
|
|
1404
|
+
"masonryGrid": "XStaticGallery-module__masonryGrid_7nn4pa__012",
|
|
1405
|
+
"masonryItem": "XStaticGallery-module__masonryItem_7nn4pa__012",
|
|
1406
|
+
"visible": "XStaticGallery-module__visible_7nn4pa__012"
|
|
1407
|
+
}, {
|
|
1408
|
+
get: function(source, key) {
|
|
1409
|
+
inject9();
|
|
1410
|
+
return source[key];
|
|
1411
|
+
}
|
|
1412
|
+
});
|
|
1413
|
+
|
|
1135
1414
|
// src/components/gallery/xstaticgallery/XStaticGallery.tsx
|
|
1136
1415
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
1137
1416
|
var COLUMN_CLASSES = {
|
|
@@ -1182,21 +1461,52 @@ function XStaticGallery({ images, columns = 4, title }) {
|
|
|
1182
1461
|
] });
|
|
1183
1462
|
}
|
|
1184
1463
|
|
|
1185
|
-
// src/components/social/xsocialcontact/XSocialContact.module.css
|
|
1186
|
-
var
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1464
|
+
// esbuild-css-modules-plugin-ns-js::src/components/social/xsocialcontact/XSocialContact.module.css:injector.js
|
|
1465
|
+
var content10 = __content_placeholder__;
|
|
1466
|
+
var digest10 = __digest_placeholder__;
|
|
1467
|
+
var inject10 = () => {
|
|
1468
|
+
setTimeout(() => {
|
|
1469
|
+
if (!globalThis.document) {
|
|
1470
|
+
return;
|
|
1471
|
+
}
|
|
1472
|
+
let root = globalThis.document.querySelector("head");
|
|
1473
|
+
if (root && root.shadowRoot) {
|
|
1474
|
+
root = root.shadowRoot;
|
|
1475
|
+
}
|
|
1476
|
+
if (!root) {
|
|
1477
|
+
root = globalThis.document.head;
|
|
1478
|
+
}
|
|
1479
|
+
let container = root.querySelector("#_" + digest10);
|
|
1480
|
+
if (!container) {
|
|
1481
|
+
container = globalThis.document.createElement("style");
|
|
1482
|
+
container.id = "_" + digest10;
|
|
1483
|
+
const text = globalThis.document.createTextNode(content10);
|
|
1484
|
+
container.appendChild(text);
|
|
1485
|
+
root.appendChild(container);
|
|
1486
|
+
}
|
|
1487
|
+
}, 0);
|
|
1198
1488
|
};
|
|
1199
1489
|
|
|
1490
|
+
// src/components/social/xsocialcontact/XSocialContact.module.css
|
|
1491
|
+
var XSocialContact_default = new Proxy({
|
|
1492
|
+
"container": "XSocialContact-module__container_D0-L3a__012",
|
|
1493
|
+
"iconWrapper": "XSocialContact-module__iconWrapper_D0-L3a__012",
|
|
1494
|
+
"item": "XSocialContact-module__item_D0-L3a__012",
|
|
1495
|
+
"large": "XSocialContact-module__large_D0-L3a__012",
|
|
1496
|
+
"medium": "XSocialContact-module__medium_D0-L3a__012",
|
|
1497
|
+
"rows1": "XSocialContact-module__rows1_D0-L3a__012",
|
|
1498
|
+
"rows2": "XSocialContact-module__rows2_D0-L3a__012",
|
|
1499
|
+
"rows3": "XSocialContact-module__rows3_D0-L3a__012",
|
|
1500
|
+
"rows4": "XSocialContact-module__rows4_D0-L3a__012",
|
|
1501
|
+
"small": "XSocialContact-module__small_D0-L3a__012",
|
|
1502
|
+
"text": "XSocialContact-module__text_D0-L3a__012"
|
|
1503
|
+
}, {
|
|
1504
|
+
get: function(source, key) {
|
|
1505
|
+
inject10();
|
|
1506
|
+
return source[key];
|
|
1507
|
+
}
|
|
1508
|
+
});
|
|
1509
|
+
|
|
1200
1510
|
// src/components/social/xsocialcontact/XSocialContact.tsx
|
|
1201
1511
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
1202
1512
|
function XSocialContact({
|