@xscriptor/xcomponents 0.1.0 → 0.1.1

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-U27ZVCP7.mjs → chunk-2H7TVDE7.mjs} +14 -2
  3. package/dist/chunk-2H7TVDE7.mjs.map +7 -0
  4. package/dist/{chunk-5G4P2E76.mjs → chunk-34NJCJUI.mjs} +11 -2
  5. package/dist/chunk-34NJCJUI.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-2OAXRRVQ.mjs → chunk-MYFPSHSQ.mjs} +32 -3
  9. package/dist/chunk-MYFPSHSQ.mjs.map +7 -0
  10. package/dist/{chunk-NY22GB3E.mjs → chunk-TG3B4GAW.mjs} +26 -2
  11. package/dist/chunk-TG3B4GAW.mjs.map +7 -0
  12. package/dist/{chunk-QCMWPIG7.mjs → chunk-TKT37LIX.mjs} +39 -3
  13. package/dist/chunk-TKT37LIX.mjs.map +7 -0
  14. package/dist/{chunk-42XPBYTL.mjs → chunk-UROP4J6G.mjs} +29 -4
  15. package/dist/chunk-UROP4J6G.mjs.map +7 -0
  16. package/dist/components/content/index.css +23 -23
  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 +11 -6
  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 +54 -54
  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 +39 -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 +58 -58
  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 +32 -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 +215 -215
  48. package/dist/components/index.css.map +7 -1
  49. package/dist/components/index.d.ts +6 -8
  50. package/dist/components/index.js +146 -31
  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 +28 -28
  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 +29 -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 +35 -35
  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 +26 -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 +22 -22
  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 +14 -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 +215 -215
  87. package/dist/index.css.map +7 -1
  88. package/dist/index.d.ts +1 -8
  89. package/dist/index.js +149 -34
  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 +6 -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
@@ -1,5 +1,5 @@
1
1
  /* src/components/forms/xcontactform/XContactForm.module.css */
2
- .wrapper {
2
+ .XContactForm_wrapper2 {
3
3
  --input-padding: .65rem .9rem;
4
4
  --font-size: 16px;
5
5
  --form-gap: 1.25rem;
@@ -35,7 +35,7 @@
35
35
  border: var(--wrapper-border-width) var(--wrapper-border-style) var(--wrapper-border-color);
36
36
  border-radius: var(--wrapper-radius);
37
37
  }
38
- .small {
38
+ .XContactForm_small2 {
39
39
  --input-padding: .35rem .55rem;
40
40
  --font-size: 13px;
41
41
  --form-gap: .75rem;
@@ -43,7 +43,7 @@
43
43
  --field-gap: .3rem;
44
44
  --button-min-width: 118px;
45
45
  }
46
- .medium {
46
+ .XContactForm_medium2 {
47
47
  --input-padding: .5rem .7rem;
48
48
  --font-size: 15px;
49
49
  --form-gap: 1rem;
@@ -51,7 +51,7 @@
51
51
  --field-gap: .4rem;
52
52
  --button-min-width: 130px;
53
53
  }
54
- .large {
54
+ .XContactForm_large2 {
55
55
  --input-padding: 1rem 1.2rem;
56
56
  --font-size: 18px;
57
57
  --form-gap: 1.5rem;
@@ -59,33 +59,33 @@
59
59
  --field-gap: .5rem;
60
60
  --button-min-width: 150px;
61
61
  }
62
- .form {
62
+ .XContactForm_form2 {
63
63
  display: grid;
64
64
  gap: var(--form-gap);
65
65
  max-width: 100%;
66
66
  }
67
- .row {
67
+ .XContactForm_row2 {
68
68
  display: grid;
69
69
  gap: var(--row-gap);
70
70
  }
71
- .grid .row {
71
+ .XContactForm_grid2 .XContactForm_row2 {
72
72
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
73
73
  }
74
- .vertical .row {
74
+ .XContactForm_vertical2 .XContactForm_row2 {
75
75
  grid-template-columns: 1fr;
76
76
  }
77
- .field {
77
+ .XContactForm_field2 {
78
78
  display: flex;
79
79
  flex-direction: column;
80
80
  gap: var(--field-gap);
81
81
  }
82
- .field label {
82
+ .XContactForm_field2 label {
83
83
  font-size: calc(var(--font-size) - 2px);
84
84
  font-weight: 500;
85
85
  color: var(--label-color);
86
86
  }
87
- .field input,
88
- .field textarea {
87
+ .XContactForm_field2 input,
88
+ .XContactForm_field2 textarea {
89
89
  width: 100%;
90
90
  padding: var(--input-padding);
91
91
  border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
@@ -94,16 +94,16 @@
94
94
  box-sizing: border-box;
95
95
  font-family: inherit;
96
96
  }
97
- .field input::placeholder,
98
- .field textarea::placeholder {
97
+ .XContactForm_field2 input::placeholder,
98
+ .XContactForm_field2 textarea::placeholder {
99
99
  color: #888;
100
100
  }
101
- .buttoncontainer {
101
+ .XContactForm_buttoncontainer2 {
102
102
  display: flex;
103
103
  justify-content: var(--btn-alignment);
104
104
  margin-top: 0.25rem;
105
105
  }
106
- .button {
106
+ .XContactForm_button2 {
107
107
  padding: var(--input-padding);
108
108
  border-radius: var(--btn-radius);
109
109
  border: var(--btn-border-width) var(--btn-border-style) var(--btn-border-color);
@@ -119,35 +119,35 @@
119
119
  border-color 0.2s ease,
120
120
  opacity 0.2s ease;
121
121
  }
122
- .button:hover {
122
+ .XContactForm_button2:hover {
123
123
  background-color: var(--btn-hover-bg-color);
124
124
  color: var(--btn-hover-text-color);
125
125
  border-color: var(--btn-hover-border-color);
126
126
  opacity: 0.95;
127
127
  }
128
- .status {
128
+ .XContactForm_status2 {
129
129
  min-height: 1.5rem;
130
130
  font-size: calc(var(--font-size) - 2px);
131
131
  margin-top: 0.25rem;
132
132
  }
133
- .statusOk {
133
+ .XContactForm_statusOk2 {
134
134
  color: var(--status-ok-color);
135
135
  }
136
- .statusError {
136
+ .XContactForm_statusError2 {
137
137
  color: var(--status-error-color);
138
138
  }
139
- .honeypot {
139
+ .XContactForm_honeypot2 {
140
140
  position: absolute;
141
141
  left: -9999px;
142
142
  top: -9999px;
143
143
  }
144
- .withDecorativeX {
144
+ .XContactForm_withDecorativeX2 {
145
145
  position: relative;
146
146
  padding-top: 2.5rem;
147
147
  padding-bottom: 2.5rem;
148
148
  }
149
- .decorativeXTop,
150
- .decorativeXBottom {
149
+ .XContactForm_decorativeXTop2,
150
+ .XContactForm_decorativeXBottom2 {
151
151
  position: absolute;
152
152
  left: 50%;
153
153
  transform: translateX(-50%);
@@ -161,17 +161,17 @@
161
161
  line-height: 1;
162
162
  z-index: 1;
163
163
  }
164
- .decorativeXTop {
164
+ .XContactForm_decorativeXTop2 {
165
165
  top: 0;
166
166
  transform: translate(-50%, -50%);
167
167
  }
168
- .decorativeXBottom {
168
+ .XContactForm_decorativeXBottom2 {
169
169
  bottom: 0;
170
170
  transform: translate(-50%, 50%);
171
171
  }
172
172
 
173
173
  /* src/components/forms/xnewsletter/XNewsletter.module.css */
174
- .container {
174
+ .XNewsletter_container2 {
175
175
  --nws-accent: var(--accent);
176
176
  --nws-text: var(--text);
177
177
  --nws-border: var(--border);
@@ -179,34 +179,34 @@
179
179
  width: 100%;
180
180
  font-family: "EB Garamond", serif;
181
181
  }
182
- .form {
182
+ .XNewsletter_form2 {
183
183
  display: flex;
184
184
  gap: 1rem;
185
185
  }
186
- .horizontal {
186
+ .XNewsletter_horizontal2 {
187
187
  flex-direction: column;
188
188
  align-items: center;
189
189
  justify-content: center;
190
190
  }
191
191
  @media (min-width: 768px) {
192
- .horizontal {
192
+ .XNewsletter_horizontal2 {
193
193
  flex-direction: row;
194
194
  }
195
195
  }
196
- .vertical {
196
+ .XNewsletter_vertical2 {
197
197
  flex-direction: column;
198
198
  align-items: flex-start;
199
199
  width: 100%;
200
200
  max-width: 24rem;
201
201
  margin: 0 auto;
202
202
  }
203
- .title {
203
+ .XNewsletter_title2 {
204
204
  font-size: 0.875rem;
205
205
  white-space: nowrap;
206
206
  font-weight: 500;
207
207
  color: var(--nws-text);
208
208
  }
209
- .input {
209
+ .XNewsletter_input2 {
210
210
  width: 100%;
211
211
  padding: 0.5rem 1rem;
212
212
  font-size: 0.875rem;
@@ -219,30 +219,30 @@
219
219
  caret-color: var(--nws-accent);
220
220
  font-family: inherit;
221
221
  }
222
- .horizontal .input {
222
+ .XNewsletter_horizontal2 .XNewsletter_input2 {
223
223
  }
224
224
  @media (min-width: 768px) {
225
- .horizontal .input {
225
+ .XNewsletter_horizontal2 .XNewsletter_input2 {
226
226
  width: 16rem;
227
227
  }
228
228
  }
229
- .input:focus {
229
+ .XNewsletter_input2:focus {
230
230
  border-color: var(--nws-accent);
231
231
  }
232
- .actions {
232
+ .XNewsletter_actions2 {
233
233
  display: flex;
234
234
  gap: 1rem;
235
235
  }
236
- .actionsHorizontal {
236
+ .XNewsletter_actionsHorizontal2 {
237
237
  flex-direction: row;
238
238
  align-items: center;
239
239
  }
240
- .actionsVertical {
240
+ .XNewsletter_actionsVertical2 {
241
241
  flex-direction: column;
242
242
  align-items: flex-start;
243
243
  width: 100%;
244
244
  }
245
- .checkboxLabel {
245
+ .XNewsletter_checkboxLabel2 {
246
246
  display: flex;
247
247
  align-items: center;
248
248
  gap: 0.5rem;
@@ -251,25 +251,25 @@
251
251
  cursor: pointer;
252
252
  color: var(--nws-text);
253
253
  }
254
- .checkboxLabel span {
254
+ .XNewsletter_checkboxLabel2 span {
255
255
  opacity: 0.7;
256
256
  }
257
- .checkbox {
257
+ .XNewsletter_checkbox2 {
258
258
  height: 0.875rem;
259
259
  width: 0.875rem;
260
260
  border-radius: 0.125rem;
261
261
  cursor: pointer;
262
262
  accent-color: var(--nws-accent);
263
263
  }
264
- .termsLink {
264
+ .XNewsletter_termsLink2 {
265
265
  text-decoration: underline;
266
266
  color: var(--nws-accent);
267
267
  transition: opacity 0.2s ease;
268
268
  }
269
- .termsLink:hover {
269
+ .XNewsletter_termsLink2:hover {
270
270
  opacity: 1;
271
271
  }
272
- .button {
272
+ .XNewsletter_button2 {
273
273
  padding: 0.5rem 1rem;
274
274
  font-size: 0.875rem;
275
275
  border-radius: 0.5rem;
@@ -280,33 +280,33 @@
280
280
  white-space: nowrap;
281
281
  cursor: pointer;
282
282
  }
283
- .button:hover:not(:disabled) {
283
+ .XNewsletter_button2:hover:not(:disabled) {
284
284
  background-color: var(--nws-accent);
285
285
  color: var(--nws-btn-text);
286
286
  }
287
- .button:disabled,
288
- .input:disabled,
289
- .checkbox:disabled {
287
+ .XNewsletter_button2:disabled,
288
+ .XNewsletter_input2:disabled,
289
+ .XNewsletter_checkbox2:disabled {
290
290
  opacity: 0.5;
291
291
  cursor: not-allowed;
292
292
  }
293
- .actionsVertical .button {
293
+ .XNewsletter_actionsVertical2 .XNewsletter_button2 {
294
294
  width: 100%;
295
295
  }
296
- .message {
296
+ .XNewsletter_message2 {
297
297
  margin-top: 0.75rem;
298
298
  font-size: 0.75rem;
299
299
  color: var(--nws-accent);
300
300
  }
301
- .messageHorizontal {
301
+ .XNewsletter_messageHorizontal2 {
302
302
  text-align: center;
303
303
  }
304
- .messageVertical {
304
+ .XNewsletter_messageVertical2 {
305
305
  text-align: left;
306
306
  }
307
307
 
308
308
  /* src/components/navigation/xnavbar/XNavbar.module.css */
309
- .header {
309
+ .XNavbar_header2 {
310
310
  height: 100%;
311
311
  display: flex;
312
312
  align-items: center;
@@ -318,26 +318,26 @@
318
318
  z-index: 60;
319
319
  }
320
320
  @media (min-width: 640px) {
321
- .header {
321
+ .XNavbar_header2 {
322
322
  padding-inline: 2rem;
323
323
  }
324
324
  }
325
325
  @media (min-width: 768px) {
326
- .header {
326
+ .XNavbar_header2 {
327
327
  padding-inline: 3rem;
328
328
  }
329
329
  }
330
330
  @media (min-width: 1024px) {
331
- .header {
331
+ .XNavbar_header2 {
332
332
  padding-inline: 5rem;
333
333
  }
334
334
  }
335
335
  @media (min-width: 1280px) {
336
- .header {
336
+ .XNavbar_header2 {
337
337
  padding-inline: 12rem;
338
338
  }
339
339
  }
340
- .desktopNav {
340
+ .XNavbar_desktopNav2 {
341
341
  display: none;
342
342
  align-items: center;
343
343
  width: 100%;
@@ -345,35 +345,35 @@
345
345
  padding-bottom: 0.5rem;
346
346
  }
347
347
  @media (min-width: 768px) {
348
- .desktopNav {
348
+ .XNavbar_desktopNav2 {
349
349
  display: grid;
350
350
  }
351
351
  }
352
- .desktopLinksLeft,
353
- .desktopLinksRight {
352
+ .XNavbar_desktopLinksLeft2,
353
+ .XNavbar_desktopLinksRight2 {
354
354
  display: flex;
355
355
  align-items: center;
356
356
  gap: 1.5rem;
357
357
  min-width: 0;
358
358
  }
359
- .desktopLinksLeft {
359
+ .XNavbar_desktopLinksLeft2 {
360
360
  justify-content: flex-end;
361
361
  }
362
- .desktopLinksRight {
362
+ .XNavbar_desktopLinksRight2 {
363
363
  justify-content: flex-start;
364
364
  }
365
- .logoSlot {
365
+ .XNavbar_logoSlot2 {
366
366
  display: flex;
367
367
  justify-content: center;
368
368
  align-items: center;
369
369
  }
370
- .logoWrapper {
370
+ .XNavbar_logoWrapper2 {
371
371
  position: relative;
372
372
  margin-inline: 1rem;
373
373
  display: flex;
374
374
  align-items: center;
375
375
  }
376
- .logoBtn {
376
+ .XNavbar_logoBtn2 {
377
377
  font-weight: 700;
378
378
  font-size: 1.5rem;
379
379
  line-height: 1;
@@ -384,21 +384,21 @@
384
384
  color: var(--text);
385
385
  padding: 0;
386
386
  }
387
- .iconTray {
387
+ .XNavbar_iconTray2 {
388
388
  position: absolute;
389
389
  top: 50%;
390
390
  transform: translateY(-50%);
391
391
  pointer-events: none;
392
392
  }
393
- .iconTrayRight {
393
+ .XNavbar_iconTrayRight2 {
394
394
  left: 100%;
395
395
  padding-left: 0.75rem;
396
396
  }
397
- .iconTrayLeft {
397
+ .XNavbar_iconTrayLeft2 {
398
398
  right: 100%;
399
399
  padding-right: 0.75rem;
400
400
  }
401
- .navLink {
401
+ .XNavbar_navLink2 {
402
402
  padding: 0.25rem;
403
403
  border-bottom: 2px solid transparent;
404
404
  transition:
@@ -409,30 +409,30 @@
409
409
  text-decoration: none;
410
410
  white-space: nowrap;
411
411
  }
412
- .navLink:hover {
412
+ .XNavbar_navLink2:hover {
413
413
  color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));
414
414
  opacity: var(--xnav-link-hover-opacity, 0.7);
415
415
  }
416
- .navLinkActive {
416
+ .XNavbar_navLinkActive2 {
417
417
  border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));
418
418
  font-weight: 600;
419
419
  }
420
- .navLinkExternal::after {
420
+ .XNavbar_navLinkExternal2::after {
421
421
  content: " \2197";
422
422
  font-size: 0.7em;
423
423
  opacity: 0.6;
424
424
  }
425
- .mobileToggle {
425
+ .XNavbar_mobileToggle2 {
426
426
  display: flex;
427
427
  align-items: center;
428
428
  justify-content: center;
429
429
  }
430
430
  @media (min-width: 768px) {
431
- .mobileToggle {
431
+ .XNavbar_mobileToggle2 {
432
432
  display: none;
433
433
  }
434
434
  }
435
- .hamburgerBtn {
435
+ .XNavbar_hamburgerBtn2 {
436
436
  width: 2.5rem;
437
437
  height: 2rem;
438
438
  display: flex;
@@ -446,13 +446,13 @@
446
446
  z-index: 80;
447
447
  padding: 0;
448
448
  }
449
- .bar {
449
+ .XNavbar_bar2 {
450
450
  width: var(--xnav-bar-w, 2rem);
451
451
  height: var(--xnav-bar-h, 3px);
452
452
  background: var(--xnav-bar-color, var(--text));
453
453
  border-radius: 2px;
454
454
  }
455
- .mobileOverlay {
455
+ .XNavbar_mobileOverlay2 {
456
456
  position: fixed;
457
457
  inset: 0;
458
458
  width: 100vw;
@@ -467,7 +467,7 @@
467
467
  font-size: 2.5rem;
468
468
  z-index: 9999;
469
469
  }
470
- .mobileCloseBtn {
470
+ .XNavbar_mobileCloseBtn2 {
471
471
  position: fixed;
472
472
  top: 2rem;
473
473
  left: 1rem;
@@ -483,7 +483,7 @@
483
483
  z-index: 10000;
484
484
  -webkit-tap-highlight-color: transparent;
485
485
  }
486
- .closeBar {
486
+ .XNavbar_closeBar2 {
487
487
  display: block;
488
488
  position: absolute;
489
489
  width: 2rem;
@@ -491,13 +491,13 @@
491
491
  border-radius: 2px;
492
492
  background: currentColor;
493
493
  }
494
- .mobileLogo {
494
+ .XNavbar_mobileLogo2 {
495
495
  font-weight: 700;
496
496
  font-size: 3rem;
497
497
  user-select: none;
498
498
  pointer-events: none;
499
499
  }
500
- .mobileNavLink {
500
+ .XNavbar_mobileNavLink2 {
501
501
  font-size: 2.5rem;
502
502
  color: var(--xnav-link-color, var(--text));
503
503
  text-decoration: none;
@@ -508,15 +508,15 @@
508
508
  opacity 0.2s;
509
509
  padding: 0.25rem;
510
510
  }
511
- .mobileNavLink:hover {
511
+ .XNavbar_mobileNavLink2:hover {
512
512
  color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));
513
513
  opacity: var(--xnav-link-hover-opacity, 0.7);
514
514
  }
515
- .mobileNavLinkActive {
515
+ .XNavbar_mobileNavLinkActive2 {
516
516
  font-weight: 600;
517
517
  border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));
518
518
  }
519
- .themeToggleMobile {
519
+ .XNavbar_themeToggleMobile2 {
520
520
  margin-top: 1rem;
521
521
  font-size: 1rem;
522
522
  padding: 0.5rem 1rem;
@@ -530,18 +530,18 @@
530
530
  cursor: pointer;
531
531
  transition: opacity 0.2s;
532
532
  }
533
- .themeToggleMobile:hover {
533
+ .XNavbar_themeToggleMobile2:hover {
534
534
  opacity: 0.7;
535
535
  }
536
536
 
537
537
  /* src/components/layout/xfooter/XFooter.module.css */
538
- .XFooter {
538
+ .XFooter_XFooter2 {
539
539
  width: 100%;
540
540
  background-color: var(--xf-bg, transparent);
541
541
  color: var(--xf-text, #333);
542
542
  padding: var(--xf-py, 0.9rem) 0.6rem;
543
543
  }
544
- .container {
544
+ .XFooter_container2 {
545
545
  max-width: 1280px;
546
546
  margin: 0 auto;
547
547
  display: flex;
@@ -549,7 +549,7 @@
549
549
  align-items: center;
550
550
  gap: 0.6rem;
551
551
  }
552
- .nav {
552
+ .XFooter_nav2 {
553
553
  display: grid;
554
554
  gap: 0.5rem 1.5rem;
555
555
  grid-template-columns: repeat(var(--xf-cols, 1), minmax(0, auto));
@@ -557,23 +557,23 @@
557
557
  text-align: center;
558
558
  width: 100%;
559
559
  }
560
- .navVertical {
560
+ .XFooter_navVertical2 {
561
561
  display: flex;
562
562
  flex-direction: column;
563
563
  align-items: center;
564
564
  gap: 0.75rem;
565
565
  }
566
- .link {
566
+ .XFooter_link2 {
567
567
  color: var(--xf-accent, inherit);
568
568
  text-decoration: none;
569
569
  font-size: 0.9rem;
570
570
  transition: opacity 0.2s;
571
571
  white-space: nowrap;
572
572
  }
573
- .link:hover {
573
+ .XFooter_link2:hover {
574
574
  opacity: 0.7;
575
575
  }
576
- .copyright {
576
+ .XFooter_copyright2 {
577
577
  font-size: 0.75rem;
578
578
  opacity: 0.6;
579
579
  width: 100%;
@@ -581,7 +581,7 @@
581
581
  }
582
582
 
583
583
  /* src/components/layout/xseparator/XSeparator.module.css */
584
- .separatorContainer {
584
+ .XSeparator_separatorContainer2 {
585
585
  position: relative;
586
586
  display: flex;
587
587
  align-items: center;
@@ -590,7 +590,7 @@
590
590
  --x-color: var(--separator-color);
591
591
  --x-bg: white;
592
592
  }
593
- .iconWrapper {
593
+ .XSeparator_iconWrapper2 {
594
594
  position: absolute;
595
595
  left: 50%;
596
596
  top: 50%;
@@ -604,22 +604,22 @@
604
604
  line-height: 1;
605
605
  user-select: none;
606
606
  }
607
- .separator {
607
+ .XSeparator_separator2 {
608
608
  --separator-color: #e2e8f0;
609
609
  --separator-thickness: 1px;
610
610
  --separator-margin: 1rem;
611
611
  border: 0;
612
612
  background-color: var(--separator-color);
613
613
  }
614
- .dashed {
614
+ .XSeparator_dashed2 {
615
615
  background-color: transparent !important;
616
616
  border-bottom: var(--separator-thickness) dashed var(--separator-color);
617
617
  }
618
- .dotted {
618
+ .XSeparator_dotted2 {
619
619
  background-color: transparent !important;
620
620
  border-bottom: var(--separator-thickness) dotted var(--separator-color);
621
621
  }
622
- .faded {
622
+ .XSeparator_faded2 {
623
623
  mask-image:
624
624
  linear-gradient(
625
625
  to right,
@@ -628,7 +628,7 @@
628
628
  black 80%,
629
629
  transparent);
630
630
  }
631
- .vertical.faded {
631
+ .XSeparator_vertical2.XSeparator_faded2 {
632
632
  mask-image:
633
633
  linear-gradient(
634
634
  to bottom,
@@ -637,12 +637,12 @@
637
637
  black 80%,
638
638
  transparent);
639
639
  }
640
- .horizontal {
640
+ .XSeparator_horizontal2 {
641
641
  width: 100%;
642
642
  height: var(--separator-thickness);
643
643
  margin: var(--separator-margin) 0;
644
644
  }
645
- .vertical {
645
+ .XSeparator_vertical2 {
646
646
  width: var(--separator-thickness);
647
647
  height: 100%;
648
648
  display: inline-block;
@@ -651,7 +651,7 @@
651
651
  }
652
652
 
653
653
  /* src/components/layout/xzigzaglayout/XZigZagLayout.module.css */
654
- .layout {
654
+ .XZigZagLayout_layout2 {
655
655
  width: min(100%, 72rem);
656
656
  margin: 0 auto;
657
657
  display: flex;
@@ -660,7 +660,7 @@
660
660
  padding-inline: clamp(0.5rem, 2vw, 1rem);
661
661
  position: relative;
662
662
  }
663
- .svgLine {
663
+ .XZigZagLayout_svgLine2 {
664
664
  position: absolute;
665
665
  top: 0;
666
666
  left: 0;
@@ -669,117 +669,117 @@
669
669
  pointer-events: none;
670
670
  z-index: 0;
671
671
  }
672
- .item {
672
+ .XZigZagLayout_item2 {
673
673
  width: 100%;
674
674
  display: grid;
675
675
  grid-template-columns: repeat(12, minmax(0, 1fr));
676
676
  }
677
- .item > * {
677
+ .XZigZagLayout_item2 > * {
678
678
  width: 100%;
679
679
  text-align: inherit;
680
680
  }
681
- .contentWrapper {
681
+ .XZigZagLayout_contentWrapper2 {
682
682
  width: 100%;
683
683
  }
684
- .textLeft > * {
684
+ .XZigZagLayout_textLeft2 > * {
685
685
  text-align: left;
686
686
  }
687
- .textRight > * {
687
+ .XZigZagLayout_textRight2 > * {
688
688
  text-align: right;
689
689
  }
690
- .left > * {
690
+ .XZigZagLayout_left2 > * {
691
691
  grid-column: 2 / 8;
692
692
  }
693
- .right > * {
693
+ .XZigZagLayout_right2 > * {
694
694
  grid-column: 6 / 12;
695
695
  }
696
696
  @media (max-width: 768px) {
697
- .left > * {
697
+ .XZigZagLayout_left2 > * {
698
698
  grid-column: 1 / 11;
699
699
  }
700
- .right > * {
700
+ .XZigZagLayout_right2 > * {
701
701
  grid-column: 3 / 13;
702
702
  }
703
703
  }
704
704
 
705
705
  /* src/components/content/xinteractivephrase/XInteractivePhrase.module.css */
706
- .container {
706
+ .XInteractivePhrase_container2 {
707
707
  padding: 1rem 0;
708
708
  color: var(--text, #000);
709
709
  width: 100%;
710
710
  }
711
- .title {
711
+ .XInteractivePhrase_title2 {
712
712
  margin: 0;
713
713
  padding: 0;
714
714
  line-height: 1.3;
715
715
  font-weight: inherit;
716
716
  text-align: inherit;
717
717
  }
718
- h1.title {
718
+ h1.XInteractivePhrase_title2 {
719
719
  font-size: clamp(2rem, 6vw, 2.2rem);
720
720
  font-weight: 800;
721
721
  margin: 0;
722
722
  padding: 0;
723
723
  text-align: inherit;
724
724
  }
725
- h2.title {
725
+ h2.XInteractivePhrase_title2 {
726
726
  font-size: clamp(1.675rem, 4vw, 1.8rem);
727
727
  font-weight: 700;
728
728
  margin: 0;
729
729
  padding: 0;
730
730
  text-align: inherit;
731
731
  }
732
- h3.title {
732
+ h3.XInteractivePhrase_title2 {
733
733
  font-size: clamp(1.4rem, 3vw, 1.95rem);
734
734
  font-weight: 700;
735
735
  margin: 0;
736
736
  padding: 0;
737
737
  text-align: inherit;
738
738
  }
739
- h4.title {
739
+ h4.XInteractivePhrase_title2 {
740
740
  font-size: clamp(1.25rem, 3vw, 2rem);
741
741
  font-weight: 600;
742
742
  margin: 0;
743
743
  padding: 0;
744
744
  text-align: inherit;
745
745
  }
746
- h5.title {
746
+ h5.XInteractivePhrase_title2 {
747
747
  font-size: clamp(1.125rem, 3vw, 1.5rem);
748
748
  font-weight: 600;
749
749
  margin: 0;
750
750
  padding: 0;
751
751
  text-align: inherit;
752
752
  }
753
- h6.title {
753
+ h6.XInteractivePhrase_title2 {
754
754
  font-size: clamp(1rem, 2.5vw, 1.25rem);
755
755
  font-weight: 600;
756
756
  margin: 0;
757
757
  padding: 0;
758
758
  text-align: inherit;
759
759
  }
760
- p.title {
760
+ p.XInteractivePhrase_title2 {
761
761
  font-size: 1rem;
762
762
  font-weight: 400;
763
763
  margin: 0;
764
764
  padding: 0;
765
765
  text-align: inherit;
766
766
  }
767
- .title strong {
767
+ .XInteractivePhrase_title2 strong {
768
768
  font-weight: 900;
769
769
  color: var(--accent, #0070f3);
770
770
  }
771
- .title em {
771
+ .XInteractivePhrase_title2 em {
772
772
  font-style: italic;
773
773
  font-family: serif;
774
774
  }
775
- .underlineEffect {
775
+ .XInteractivePhrase_underlineEffect2 {
776
776
  position: relative;
777
777
  cursor: pointer;
778
778
  color: var(--accent, #0070f3);
779
779
  display: inline-block;
780
780
  transition: color 0.3s ease;
781
781
  }
782
- .underlineEffect::after {
782
+ .XInteractivePhrase_underlineEffect2::after {
783
783
  content: "";
784
784
  position: absolute;
785
785
  bottom: -2px;
@@ -795,10 +795,10 @@ p.title {
795
795
  currentColor 4px);
796
796
  transition: opacity 0.3s ease;
797
797
  }
798
- .underlineEffect:hover::after {
798
+ .XInteractivePhrase_underlineEffect2:hover::after {
799
799
  opacity: 0;
800
800
  }
801
- .buttonEffect {
801
+ .XInteractivePhrase_buttonEffect2 {
802
802
  display: inline-block;
803
803
  padding: 0.1em 0.6em;
804
804
  border: 2px dashed currentColor;
@@ -807,35 +807,35 @@ p.title {
807
807
  color: var(--accent, #0070f3);
808
808
  transition: all 0.3s ease;
809
809
  }
810
- .buttonEffect:hover {
810
+ .XInteractivePhrase_buttonEffect2:hover {
811
811
  background: currentColor;
812
812
  color: var(--bg, #fff);
813
813
  }
814
- .blurEffect {
814
+ .XInteractivePhrase_blurEffect2 {
815
815
  display: inline-block;
816
816
  transition: filter 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s ease;
817
817
  }
818
- .isVisible {
818
+ .XInteractivePhrase_isVisible2 {
819
819
  filter: blur(0);
820
820
  opacity: 1;
821
821
  }
822
- .isHidden {
822
+ .XInteractivePhrase_isHidden2 {
823
823
  filter: blur(10px);
824
824
  opacity: 0.3;
825
825
  user-select: none;
826
826
  }
827
- .lineBreak {
827
+ .XInteractivePhrase_lineBreak2 {
828
828
  display: block;
829
829
  height: 0.8rem;
830
830
  }
831
- .underlineEffect:focus-visible,
832
- .buttonEffect:focus-visible {
831
+ .XInteractivePhrase_underlineEffect2:focus-visible,
832
+ .XInteractivePhrase_buttonEffect2:focus-visible {
833
833
  outline: 2px solid var(--accent, #0070f3);
834
834
  outline-offset: 4px;
835
835
  }
836
836
 
837
837
  /* src/components/gallery/xmicrogallerytext/XMicroGalleryText.module.css */
838
- .container {
838
+ .XMicroGalleryText_container2 {
839
839
  display: flex;
840
840
  flex-direction: column;
841
841
  gap: 2rem;
@@ -844,57 +844,57 @@ p.title {
844
844
  margin: 2rem 0;
845
845
  }
846
846
  @media (min-width: 1024px) {
847
- .container {
847
+ .XMicroGalleryText_container2 {
848
848
  flex-direction: row;
849
849
  align-items: center;
850
850
  gap: 4rem;
851
851
  }
852
- .reverse {
852
+ .XMicroGalleryText_reverse2 {
853
853
  flex-direction: row-reverse;
854
854
  }
855
855
  }
856
- .textContent {
856
+ .XMicroGalleryText_textContent2 {
857
857
  flex: 1;
858
858
  opacity: 0;
859
859
  transform: translateY(30px);
860
860
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
861
861
  color: var(--foreground);
862
862
  }
863
- .textContent.visible {
863
+ .XMicroGalleryText_textContent2.XMicroGalleryText_visible2 {
864
864
  opacity: 1;
865
865
  transform: translateY(0);
866
866
  }
867
- .textLeft {
867
+ .XMicroGalleryText_textLeft2 {
868
868
  text-align: left;
869
869
  }
870
- .textRight {
870
+ .XMicroGalleryText_textRight2 {
871
871
  text-align: right;
872
872
  }
873
- .textCenter {
873
+ .XMicroGalleryText_textCenter2 {
874
874
  text-align: center;
875
875
  }
876
- .textContent p,
877
- .textContent div,
878
- .textContent span,
879
- .textContent em,
880
- .textContent strong,
881
- .textContent a {
876
+ .XMicroGalleryText_textContent2 p,
877
+ .XMicroGalleryText_textContent2 div,
878
+ .XMicroGalleryText_textContent2 span,
879
+ .XMicroGalleryText_textContent2 em,
880
+ .XMicroGalleryText_textContent2 strong,
881
+ .XMicroGalleryText_textContent2 a {
882
882
  text-align: inherit;
883
883
  max-width: none;
884
884
  margin-left: unset;
885
885
  margin-right: unset;
886
886
  }
887
- .gallery {
887
+ .XMicroGalleryText_gallery2 {
888
888
  flex: 1.5;
889
889
  width: 100%;
890
890
  }
891
- .artisticGrid {
891
+ .XMicroGalleryText_artisticGrid2 {
892
892
  display: grid;
893
893
  grid-template-columns: repeat(3, 1fr);
894
894
  grid-template-rows: 380px 220px;
895
895
  gap: 1rem;
896
896
  }
897
- .imageWrapper {
897
+ .XMicroGalleryText_imageWrapper2 {
898
898
  position: relative;
899
899
  overflow: hidden;
900
900
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
@@ -906,80 +906,80 @@ p.title {
906
906
  transform 0.6s ease-out,
907
907
  box-shadow 0.3s ease;
908
908
  }
909
- .imageWrapper.visible {
909
+ .XMicroGalleryText_imageWrapper2.XMicroGalleryText_visible2 {
910
910
  opacity: 1;
911
911
  transform: translateY(0) scale(1);
912
912
  }
913
- .imageWrapper:hover {
913
+ .XMicroGalleryText_imageWrapper2:hover {
914
914
  transform: translateY(-5px);
915
915
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
916
916
  }
917
- .previewImage {
917
+ .XMicroGalleryText_previewImage2 {
918
918
  object-fit: cover;
919
919
  }
920
- .artisticGrid .artistic1 .previewImage {
920
+ .XMicroGalleryText_artisticGrid2 .XMicroGalleryText_artistic12 .XMicroGalleryText_previewImage2 {
921
921
  object-position: center top;
922
922
  transform: translateY(0);
923
923
  }
924
- .artistic1 {
924
+ .XMicroGalleryText_artistic12 {
925
925
  grid-column: 1 / 4;
926
926
  grid-row: 1 / 2;
927
927
  transition-delay: 0.2s;
928
928
  }
929
- .artistic2 {
929
+ .XMicroGalleryText_artistic22 {
930
930
  grid-column: 1 / 2;
931
931
  grid-row: 2 / 3;
932
932
  transition-delay: 0.3s;
933
933
  }
934
- .artistic3 {
934
+ .XMicroGalleryText_artistic32 {
935
935
  grid-column: 2 / 4;
936
936
  grid-row: 2 / 3;
937
937
  transition-delay: 0.4s;
938
938
  }
939
939
  @media (max-width: 768px) {
940
- .artisticGrid {
940
+ .XMicroGalleryText_artisticGrid2 {
941
941
  grid-template-columns: 1fr;
942
942
  grid-template-rows: 240px 180px 180px;
943
943
  }
944
- .artistic1,
945
- .artistic2,
946
- .artistic3 {
944
+ .XMicroGalleryText_artistic12,
945
+ .XMicroGalleryText_artistic22,
946
+ .XMicroGalleryText_artistic32 {
947
947
  grid-column: 1 / 2;
948
948
  }
949
- .artistic1 {
949
+ .XMicroGalleryText_artistic12 {
950
950
  grid-row: 1 / 2;
951
951
  }
952
- .artistic2 {
952
+ .XMicroGalleryText_artistic22 {
953
953
  grid-row: 2 / 3;
954
954
  }
955
- .artistic3 {
955
+ .XMicroGalleryText_artistic32 {
956
956
  grid-row: 3 / 4;
957
957
  }
958
958
  }
959
959
  @media (max-width: 480px) {
960
- .artisticGrid {
960
+ .XMicroGalleryText_artisticGrid2 {
961
961
  grid-template-rows: 200px 140px 140px;
962
962
  }
963
963
  }
964
964
 
965
965
  /* src/components/gallery/xstaticgallery/XStaticGallery.module.css */
966
- .galleryContainer {
966
+ .XStaticGallery_galleryContainer2 {
967
967
  width: 100%;
968
968
  max-width: 80rem;
969
969
  margin: 0 auto;
970
970
  padding: 1rem 1rem 3rem;
971
971
  }
972
- .galleryTitle {
972
+ .XStaticGallery_galleryTitle2 {
973
973
  font-size: 1.875rem;
974
974
  text-align: right;
975
975
  color: var(--primary);
976
976
  margin-bottom: 3rem;
977
977
  opacity: 0.8;
978
978
  }
979
- .masonryGrid {
979
+ .XStaticGallery_masonryGrid2 {
980
980
  gap: 1rem;
981
981
  }
982
- .masonryItem {
982
+ .XStaticGallery_masonryItem2 {
983
983
  break-inside: avoid;
984
984
  position: relative;
985
985
  border-radius: 1rem;
@@ -993,78 +993,78 @@ p.title {
993
993
  transform 0.5s ease-out,
994
994
  box-shadow 0.3s ease;
995
995
  }
996
- .masonryItem.visible {
996
+ .XStaticGallery_masonryItem2.XStaticGallery_visible2 {
997
997
  opacity: 1;
998
998
  transform: translateY(0);
999
999
  }
1000
- .masonryItem:hover {
1000
+ .XStaticGallery_masonryItem2:hover {
1001
1001
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
1002
1002
  }
1003
- .imageContainer {
1003
+ .XStaticGallery_imageContainer2 {
1004
1004
  position: relative;
1005
1005
  width: 100%;
1006
1006
  overflow: hidden;
1007
1007
  border-radius: 1rem;
1008
1008
  }
1009
- .galleryImage {
1009
+ .XStaticGallery_galleryImage2 {
1010
1010
  width: 100%;
1011
1011
  height: auto;
1012
1012
  object-fit: cover;
1013
1013
  display: block;
1014
1014
  transition: transform 0.5s ease-out;
1015
1015
  }
1016
- .masonryItem:hover .galleryImage {
1016
+ .XStaticGallery_masonryItem2:hover .XStaticGallery_galleryImage2 {
1017
1017
  transform: scale(1.05);
1018
1018
  }
1019
- .imageOverlay {
1019
+ .XStaticGallery_imageOverlay2 {
1020
1020
  position: absolute;
1021
1021
  inset: 0;
1022
1022
  background: rgba(0, 0, 0, 0);
1023
1023
  transition: background 0.3s ease;
1024
1024
  pointer-events: none;
1025
1025
  }
1026
- .masonryItem:hover .imageOverlay {
1026
+ .XStaticGallery_masonryItem2:hover .XStaticGallery_imageOverlay2 {
1027
1027
  background: rgba(0, 0, 0, 0.1);
1028
1028
  }
1029
- .cols1 {
1029
+ .XStaticGallery_cols12 {
1030
1030
  columns: 1;
1031
1031
  }
1032
- .cols2 {
1032
+ .XStaticGallery_cols22 {
1033
1033
  columns: 2;
1034
1034
  }
1035
- .cols3 {
1035
+ .XStaticGallery_cols32 {
1036
1036
  columns: 3;
1037
1037
  }
1038
- .cols4 {
1038
+ .XStaticGallery_cols42 {
1039
1039
  columns: 4;
1040
1040
  }
1041
- .cols5 {
1041
+ .XStaticGallery_cols52 {
1042
1042
  columns: 5;
1043
1043
  }
1044
1044
  @media (max-width: 1280px) {
1045
- .cols4,
1046
- .cols5 {
1045
+ .XStaticGallery_cols42,
1046
+ .XStaticGallery_cols52 {
1047
1047
  columns: 3;
1048
1048
  }
1049
1049
  }
1050
1050
  @media (max-width: 768px) {
1051
- .cols3,
1052
- .cols4,
1053
- .cols5 {
1051
+ .XStaticGallery_cols32,
1052
+ .XStaticGallery_cols42,
1053
+ .XStaticGallery_cols52 {
1054
1054
  columns: 2;
1055
1055
  }
1056
1056
  }
1057
1057
  @media (max-width: 640px) {
1058
- .cols2,
1059
- .cols3,
1060
- .cols4,
1061
- .cols5 {
1058
+ .XStaticGallery_cols22,
1059
+ .XStaticGallery_cols32,
1060
+ .XStaticGallery_cols42,
1061
+ .XStaticGallery_cols52 {
1062
1062
  columns: 1;
1063
1063
  }
1064
1064
  }
1065
1065
 
1066
1066
  /* src/components/social/xsocialcontact/XSocialContact.module.css */
1067
- .container {
1067
+ .XSocialContact_container2 {
1068
1068
  --columns: 3;
1069
1069
  --gap: 1.5rem;
1070
1070
  --padding: 1.5rem;
@@ -1089,37 +1089,37 @@ p.title {
1089
1089
  border-radius: var(--border-radius);
1090
1090
  justify-items: var(--alignment);
1091
1091
  }
1092
- .small {
1092
+ .XSocialContact_small2 {
1093
1093
  --icon-gap: 1rem;
1094
1094
  --gap: 1rem;
1095
1095
  --padding: 1rem;
1096
1096
  --text-size: 0.875rem;
1097
1097
  }
1098
- .medium {
1098
+ .XSocialContact_medium2 {
1099
1099
  --icon-gap: 1.5rem;
1100
1100
  --gap: 1.5rem;
1101
1101
  --padding: 1.5rem;
1102
1102
  --text-size: 1rem;
1103
1103
  }
1104
- .large {
1104
+ .XSocialContact_large2 {
1105
1105
  --icon-gap: 2rem;
1106
1106
  --gap: 2rem;
1107
1107
  --padding: 2rem;
1108
1108
  --text-size: 1.125rem;
1109
1109
  }
1110
- .rows1 {
1110
+ .XSocialContact_rows12 {
1111
1111
  grid-template-rows: auto;
1112
1112
  }
1113
- .rows2 {
1113
+ .XSocialContact_rows22 {
1114
1114
  grid-template-rows: repeat(2, auto);
1115
1115
  }
1116
- .rows3 {
1116
+ .XSocialContact_rows32 {
1117
1117
  grid-template-rows: repeat(3, auto);
1118
1118
  }
1119
- .rows4 {
1119
+ .XSocialContact_rows42 {
1120
1120
  grid-template-rows: repeat(4, auto);
1121
1121
  }
1122
- .item {
1122
+ .XSocialContact_item2 {
1123
1123
  display: flex;
1124
1124
  flex-direction: column;
1125
1125
  align-items: center;
@@ -1128,10 +1128,10 @@ p.title {
1128
1128
  transition: opacity 0.2s ease;
1129
1129
  color: inherit;
1130
1130
  }
1131
- .item:hover {
1131
+ .XSocialContact_item2:hover {
1132
1132
  opacity: 0.8;
1133
1133
  }
1134
- .iconWrapper {
1134
+ .XSocialContact_iconWrapper2 {
1135
1135
  --item-icon-color: var(--icon-color);
1136
1136
  --item-icon-hover-color: var(--icon-hover-color);
1137
1137
  display: flex;
@@ -1142,10 +1142,10 @@ p.title {
1142
1142
  color: var(--item-icon-color);
1143
1143
  transition: color 0.2s ease;
1144
1144
  }
1145
- .item:hover .iconWrapper {
1145
+ .XSocialContact_item2:hover .XSocialContact_iconWrapper2 {
1146
1146
  color: var(--item-icon-hover-color);
1147
1147
  }
1148
- .text {
1148
+ .XSocialContact_text2 {
1149
1149
  font-size: var(--text-size);
1150
1150
  color: var(--text-color);
1151
1151
  text-align: var(--text-align);
@@ -1153,29 +1153,29 @@ p.title {
1153
1153
  max-width: 100%;
1154
1154
  }
1155
1155
  @media (max-width: 768px) {
1156
- .container {
1156
+ .XSocialContact_container2 {
1157
1157
  --columns: 2;
1158
1158
  --gap: calc(var(--gap) * 0.75);
1159
1159
  --padding: calc(var(--padding) * 0.75);
1160
1160
  }
1161
- .rows2,
1162
- .rows3,
1163
- .rows4 {
1161
+ .XSocialContact_rows22,
1162
+ .XSocialContact_rows32,
1163
+ .XSocialContact_rows42 {
1164
1164
  grid-template-columns: repeat(2, 1fr);
1165
1165
  grid-template-rows: repeat(2, auto);
1166
1166
  }
1167
1167
  }
1168
1168
  @media (max-width: 480px) {
1169
- .container {
1169
+ .XSocialContact_container2 {
1170
1170
  --columns: 1;
1171
1171
  --gap: calc(var(--gap) * 0.5);
1172
1172
  --padding: calc(var(--padding) * 0.5);
1173
1173
  }
1174
- .rows2,
1175
- .rows3,
1176
- .rows4 {
1174
+ .XSocialContact_rows22,
1175
+ .XSocialContact_rows32,
1176
+ .XSocialContact_rows42 {
1177
1177
  grid-template-columns: 1fr;
1178
1178
  grid-template-rows: auto;
1179
1179
  }
1180
1180
  }
1181
- /*# sourceMappingURL=index.css.map */
1181
+ /*# sourceMappingURL=index.css.map */