@xscriptor/xcomponents 0.1.0 → 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.
Files changed (106) hide show
  1. package/README.md +1 -0
  2. package/dist/{chunk-QCMWPIG7.mjs → chunk-BXVG4SYP.mjs} +101 -3
  3. package/dist/chunk-BXVG4SYP.mjs.map +7 -0
  4. package/dist/{chunk-42XPBYTL.mjs → chunk-FW47JGYZ.mjs} +122 -4
  5. package/dist/chunk-FW47JGYZ.mjs.map +7 -0
  6. package/dist/chunk-FZRTAML3.mjs +1 -1
  7. package/dist/chunk-FZRTAML3.mjs.map +7 -1
  8. package/dist/{chunk-5G4P2E76.mjs → chunk-IK2UCTCM.mjs} +46 -6
  9. package/dist/chunk-IK2UCTCM.mjs.map +7 -0
  10. package/dist/{chunk-U27ZVCP7.mjs → chunk-WE7QZGVP.mjs} +45 -2
  11. package/dist/chunk-WE7QZGVP.mjs.map +7 -0
  12. package/dist/{chunk-2OAXRRVQ.mjs → chunk-XB3UGHSF.mjs} +94 -3
  13. package/dist/chunk-XB3UGHSF.mjs.map +7 -0
  14. package/dist/{chunk-NY22GB3E.mjs → chunk-ZDMG7X6H.mjs} +57 -2
  15. package/dist/chunk-ZDMG7X6H.mjs.map +7 -0
  16. package/dist/components/content/index.css +65 -66
  17. package/dist/components/content/index.css.map +7 -1
  18. package/dist/components/content/index.d.ts +2 -17
  19. package/dist/components/content/index.js +46 -10
  20. package/dist/components/content/index.js.map +7 -1
  21. package/dist/components/content/index.mjs +2 -2
  22. package/dist/components/content/index.mjs.map +7 -1
  23. package/dist/components/content/xinteractivephrase/XInteractivePhrase.d.ts +13 -0
  24. package/dist/components/content/xinteractivephrase/index.d.ts +3 -0
  25. package/dist/components/forms/index.css +114 -116
  26. package/dist/components/forms/index.css.map +7 -1
  27. package/dist/components/forms/index.d.ts +4 -68
  28. package/dist/components/forms/index.js +101 -8
  29. package/dist/components/forms/index.js.map +7 -1
  30. package/dist/components/forms/index.mjs +2 -2
  31. package/dist/components/forms/index.mjs.map +7 -1
  32. package/dist/components/forms/xcontactform/XContactForm.d.ts +42 -0
  33. package/dist/components/forms/xcontactform/index.d.ts +3 -0
  34. package/dist/components/forms/xnewsletter/XNewsletter.d.ts +21 -0
  35. package/dist/components/forms/xnewsletter/index.d.ts +3 -0
  36. package/dist/components/gallery/index.css +108 -111
  37. package/dist/components/gallery/index.css.map +7 -1
  38. package/dist/components/gallery/index.d.ts +4 -29
  39. package/dist/components/gallery/index.js +94 -8
  40. package/dist/components/gallery/index.js.map +7 -1
  41. package/dist/components/gallery/index.mjs +2 -2
  42. package/dist/components/gallery/index.mjs.map +7 -1
  43. package/dist/components/gallery/xmicrogallerytext/XMicroGalleryText.d.ts +15 -0
  44. package/dist/components/gallery/xmicrogallerytext/index.d.ts +3 -0
  45. package/dist/components/gallery/xstaticgallery/XStaticGallery.d.ts +10 -0
  46. package/dist/components/gallery/xstaticgallery/index.d.ts +3 -0
  47. package/dist/components/index.css +537 -535
  48. package/dist/components/index.css.map +7 -1
  49. package/dist/components/index.d.ts +6 -8
  50. package/dist/components/index.js +460 -35
  51. package/dist/components/index.js.map +7 -1
  52. package/dist/components/index.mjs +12 -12
  53. package/dist/components/index.mjs.map +7 -1
  54. package/dist/components/layout/index.css +90 -82
  55. package/dist/components/layout/index.css.map +7 -1
  56. package/dist/components/layout/index.d.ts +6 -55
  57. package/dist/components/layout/index.js +122 -10
  58. package/dist/components/layout/index.js.map +7 -1
  59. package/dist/components/layout/index.mjs +2 -2
  60. package/dist/components/layout/index.mjs.map +7 -1
  61. package/dist/components/layout/xfooter/XFooter.d.ts +24 -0
  62. package/dist/components/layout/xfooter/index.d.ts +3 -0
  63. package/dist/components/layout/xseparator/XSeparator.d.ts +13 -0
  64. package/dist/components/layout/xseparator/index.d.ts +3 -0
  65. package/dist/components/layout/xzigzaglayout/XZigZagLayout.d.ts +12 -0
  66. package/dist/components/layout/xzigzaglayout/index.d.ts +3 -0
  67. package/dist/components/navigation/index.css +121 -121
  68. package/dist/components/navigation/index.css.map +7 -1
  69. package/dist/components/navigation/index.d.ts +2 -76
  70. package/dist/components/navigation/index.js +57 -6
  71. package/dist/components/navigation/index.js.map +7 -1
  72. package/dist/components/navigation/index.mjs +2 -2
  73. package/dist/components/navigation/index.mjs.map +7 -1
  74. package/dist/components/navigation/{index.d.mts → xnavbar/XNavbar.d.ts} +6 -10
  75. package/dist/components/navigation/xnavbar/index.d.ts +3 -0
  76. package/dist/components/social/index.css +44 -44
  77. package/dist/components/social/index.css.map +7 -1
  78. package/dist/components/social/index.d.ts +2 -55
  79. package/dist/components/social/index.js +45 -13
  80. package/dist/components/social/index.js.map +7 -1
  81. package/dist/components/social/index.mjs +2 -2
  82. package/dist/components/social/index.mjs.map +7 -1
  83. package/dist/components/social/xsocialcontact/XSocialContact.d.ts +30 -0
  84. package/dist/components/social/xsocialcontact/XSocialIcons.d.ts +21 -0
  85. package/dist/components/social/xsocialcontact/index.d.ts +5 -0
  86. package/dist/index.css +537 -535
  87. package/dist/index.css.map +7 -1
  88. package/dist/index.d.ts +1 -8
  89. package/dist/index.js +463 -38
  90. package/dist/index.js.map +7 -1
  91. package/dist/index.mjs +12 -12
  92. package/dist/index.mjs.map +7 -1
  93. package/package.json +7 -4
  94. package/dist/chunk-2OAXRRVQ.mjs.map +0 -1
  95. package/dist/chunk-42XPBYTL.mjs.map +0 -1
  96. package/dist/chunk-5G4P2E76.mjs.map +0 -1
  97. package/dist/chunk-NY22GB3E.mjs.map +0 -1
  98. package/dist/chunk-QCMWPIG7.mjs.map +0 -1
  99. package/dist/chunk-U27ZVCP7.mjs.map +0 -1
  100. package/dist/components/content/index.d.mts +0 -17
  101. package/dist/components/forms/index.d.mts +0 -68
  102. package/dist/components/gallery/index.d.mts +0 -29
  103. package/dist/components/index.d.mts +0 -8
  104. package/dist/components/layout/index.d.mts +0 -55
  105. package/dist/components/social/index.d.mts +0 -55
  106. package/dist/index.d.mts +0 -8
package/dist/index.js CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var index_exports = {};
32
- __export(index_exports, {
31
+ var src_exports = {};
32
+ __export(src_exports, {
33
33
  XContactForm: () => XContactForm,
34
34
  XEmailIcon: () => XEmailIcon,
35
35
  XFooter: () => XFooter,
@@ -48,13 +48,63 @@ __export(index_exports, {
48
48
  XWhatsappIcon: () => XWhatsappIcon,
49
49
  XZigZagLayout: () => XZigZagLayout
50
50
  });
51
- module.exports = __toCommonJS(index_exports);
51
+ module.exports = __toCommonJS(src_exports);
52
52
 
53
53
  // src/components/forms/xcontactform/XContactForm.tsx
54
54
  var import_react = require("react");
55
55
 
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);
80
+ };
81
+
56
82
  // src/components/forms/xcontactform/XContactForm.module.css
57
- var XContactForm_default = {};
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
+ });
58
108
 
59
109
  // src/components/forms/xcontactform/XContactForm.tsx
60
110
  var import_jsx_runtime = require("react/jsx-runtime");
@@ -206,8 +256,56 @@ function XContactForm({
206
256
  var import_react2 = require("react");
207
257
  var import_link = __toESM(require("next/link"));
208
258
 
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);
283
+ };
284
+
209
285
  // src/components/forms/xnewsletter/XNewsletter.module.css
210
- var XNewsletter_default = {};
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
+ });
211
309
 
212
310
  // src/components/forms/xnewsletter/XNewsletter.tsx
213
311
  var import_jsx_runtime2 = require("react/jsx-runtime");
@@ -371,8 +469,63 @@ var import_framer_motion = require("framer-motion");
371
469
  var import_link2 = __toESM(require("next/link"));
372
470
  var import_navigation = require("next/navigation");
373
471
 
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);
496
+ };
497
+
374
498
  // src/components/navigation/xnavbar/XNavbar.module.css
375
- var XNavbar_default = {};
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
+ });
376
529
 
377
530
  // src/components/navigation/xnavbar/XNavbar.tsx
378
531
  var import_jsx_runtime3 = require("react/jsx-runtime");
@@ -675,8 +828,46 @@ function XNavbar({
675
828
  // src/components/layout/xfooter/XFooter.tsx
676
829
  var import_link3 = __toESM(require("next/link"));
677
830
 
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);
855
+ };
856
+
678
857
  // src/components/layout/xfooter/XFooter.module.css
679
- var XFooter_default = {};
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
+ });
680
871
 
681
872
  // src/components/layout/xfooter/XFooter.tsx
682
873
  var import_jsx_runtime4 = require("react/jsx-runtime");
@@ -706,8 +897,48 @@ function XFooter({
706
897
  ] }) });
707
898
  }
708
899
 
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);
924
+ };
925
+
709
926
  // src/components/layout/xseparator/XSeparator.module.css
710
- var XSeparator_default = {};
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
+ });
711
942
 
712
943
  // src/components/layout/xseparator/XSeparator.tsx
713
944
  var import_jsx_runtime5 = require("react/jsx-runtime");
@@ -748,8 +979,48 @@ function XSeparator({
748
979
  // src/components/layout/xzigzaglayout/XZigZagLayout.tsx
749
980
  var import_react4 = require("react");
750
981
 
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);
1006
+ };
1007
+
751
1008
  // src/components/layout/xzigzaglayout/XZigZagLayout.module.css
752
- var XZigZagLayout_default = {};
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
+ });
753
1024
 
754
1025
  // src/components/layout/xzigzaglayout/XZigZagLayout.tsx
755
1026
  var import_jsx_runtime6 = require("react/jsx-runtime");
@@ -855,8 +1126,48 @@ function XZigZagLayout({
855
1126
  // src/components/content/xinteractivephrase/XInteractivePhrase.tsx
856
1127
  var import_react5 = __toESM(require("react"));
857
1128
 
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);
1153
+ };
1154
+
858
1155
  // src/components/content/xinteractivephrase/XInteractivePhrase.module.css
859
- var XInteractivePhrase_default = {};
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
+ });
860
1171
 
861
1172
  // src/components/content/xinteractivephrase/XInteractivePhrase.tsx
862
1173
  var import_jsx_runtime7 = require("react/jsx-runtime");
@@ -894,9 +1205,9 @@ function XInteractivePhrase({
894
1205
  } else if (word.type === "blur2") {
895
1206
  dynamicClass = `${XInteractivePhrase_default.blurEffect} ${active2 ? XInteractivePhrase_default.isVisible : XInteractivePhrase_default.isHidden}`;
896
1207
  }
897
- let content = word.text;
898
- if (word.italic) content = /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("em", { children: content });
899
- if (word.bold) content = /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("strong", { children: content });
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 });
900
1211
  return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(import_react5.default.Fragment, { children: [
901
1212
  /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
902
1213
  "span",
@@ -906,7 +1217,7 @@ function XInteractivePhrase({
906
1217
  onKeyDown: keyHandler,
907
1218
  role: clickHandler ? "button" : void 0,
908
1219
  tabIndex: clickHandler ? 0 : void 0,
909
- children: content
1220
+ children: content11
910
1221
  }
911
1222
  ),
912
1223
  word.breakAfter ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: XInteractivePhrase_default.lineBreak }) : " "
@@ -919,8 +1230,54 @@ var import_react6 = __toESM(require("react"));
919
1230
  var import_image = __toESM(require("next/image"));
920
1231
  var import_framer_motion2 = require("framer-motion");
921
1232
 
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);
1257
+ };
1258
+
922
1259
  // src/components/gallery/xmicrogallerytext/XMicroGalleryText.module.css
923
- var XMicroGalleryText_default = {};
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
+ });
924
1281
 
925
1282
  // src/components/gallery/xmicrogallerytext/XMicroGalleryText.tsx
926
1283
  var import_jsx_runtime8 = require("react/jsx-runtime");
@@ -1006,8 +1363,53 @@ var XMicroGalleryText_default2 = XMicroGalleryText;
1006
1363
  var import_react7 = require("react");
1007
1364
  var import_image2 = __toESM(require("next/image"));
1008
1365
 
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);
1390
+ };
1391
+
1009
1392
  // src/components/gallery/xstaticgallery/XStaticGallery.module.css
1010
- var XStaticGallery_default = {};
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
+ });
1011
1413
 
1012
1414
  // src/components/gallery/xstaticgallery/XStaticGallery.tsx
1013
1415
  var import_jsx_runtime9 = require("react/jsx-runtime");
@@ -1059,8 +1461,51 @@ function XStaticGallery({ images, columns = 4, title }) {
1059
1461
  ] });
1060
1462
  }
1061
1463
 
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);
1488
+ };
1489
+
1062
1490
  // src/components/social/xsocialcontact/XSocialContact.module.css
1063
- var XSocialContact_default = {};
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
+ });
1064
1509
 
1065
1510
  // src/components/social/xsocialcontact/XSocialContact.tsx
1066
1511
  var import_jsx_runtime10 = require("react/jsx-runtime");
@@ -1294,24 +1739,4 @@ function XGitHubIcon(props) {
1294
1739
  }
1295
1740
  ) }) });
1296
1741
  }
1297
- // Annotate the CommonJS export names for ESM import in node:
1298
- 0 && (module.exports = {
1299
- XContactForm,
1300
- XEmailIcon,
1301
- XFooter,
1302
- XGitHubIcon,
1303
- XInstagramIcon,
1304
- XInteractivePhrase,
1305
- XLinkedInIcon,
1306
- XMicroGalleryText,
1307
- XNavbar,
1308
- XNewsletter,
1309
- XSeparator,
1310
- XSocialContact,
1311
- XStaticGallery,
1312
- XTelegramIcon,
1313
- XTwitterIcon,
1314
- XWhatsappIcon,
1315
- XZigZagLayout
1316
- });
1317
- //# sourceMappingURL=index.js.map
1742
+ //# sourceMappingURL=index.js.map